Fixed a bunch of bugged scripts and cleaned up the quest flags.

This commit is contained in:
Filip Maj 2017-03-19 12:17:09 -04:00
parent 4f339709d5
commit 1bf25b2a2b
7 changed files with 16 additions and 15 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", false, 0x2);
npc:SetQuestGraphic(player, 0x0);
end
end