mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-22 20:57:47 +00:00
Fixed Vkorolon not showing completion icon on login if in phase 1.
This commit is contained in:
parent
c71aa0b45e
commit
3269621dec
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ require ("quests/etc/etc5g0")
|
|||
function onSpawn(player, npc)
|
||||
|
||||
if (player:HasQuest("Etc5g0") == true and player:GetQuest("Etc5g0"):GetPhase() == 1) then
|
||||
npc:SetQuestGraphic(player, 0x1);
|
||||
elseif (player:HasQuest("Etc5g0") == false and player:IsQuestCompleted("Etc5g0") == false) then
|
||||
npc:SetQuestGraphic(player, 0x4);
|
||||
elseif (canAcceptQuest(player)) then
|
||||
npc:SetQuestGraphic(player, 0x2);
|
||||
else
|
||||
npc:SetQuestGraphic(player, 0x0);
|
||||
|
|
Loading…
Add table
Reference in a new issue