Added more Ul'dah scripts. Start location fix now only happens in correct zones.

This commit is contained in:
Filip Maj 2017-08-26 13:11:25 -04:00
parent ff93dc41ef
commit 3b271980cc
7 changed files with 93 additions and 29 deletions

View file

@ -10,8 +10,8 @@ function onSpawn(player, npc)
player:SetEventStatus(npc, "pushDefault", true, 0x2);
npc:SetQuestGraphic(player, 0x3);
else
player:SetEventStatus(npc, "pushDefault", true, 0x2);
npc:SetQuestGraphic(player, 0x3);
player:SetEventStatus(npc, "pushDefault", true, 0x0);
npc:SetQuestGraphic(player, 0x0);
end
end