mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-30 22:36:11 +02:00
Fixed a bunch of bugged scripts and cleaned up the quest flags.
This commit is contained in:
parent
4f339709d5
commit
1bf25b2a2b
7 changed files with 16 additions and 15 deletions
|
@ -7,6 +7,8 @@ function onSpawn(player, npc)
|
|||
if (man0l0Quest ~= nil) then
|
||||
if (man0l0Quest:GetQuestFlag(MAN0L0_FLAG_MINITUT_DONE2) == false) then
|
||||
npc:SetQuestGraphic(player, 0x2);
|
||||
else
|
||||
npc:SetQuestGraphic(player, 0x0);
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue