Ul'dah npcs completed.

This commit is contained in:
Filip Maj 2016-06-14 21:47:54 -04:00
parent f5619ff800
commit c612b885dd
22 changed files with 64 additions and 17 deletions

View file

@ -0,0 +1,11 @@
function init(npc)
return false, false, 0, 0;
end
function onEventStarted(player, npc, triggerName)
player:runEventFunction("bookTalk");
end
function onEventUpdate(player, npc, step, menuOptionSelected)
player:endEvent();
end

View file

@ -0,0 +1,11 @@
function init(npc)
return false, false, 0, 0;
end
function onEventStarted(player, npc, triggerName)
player:runEventFunction("materiabookTalk");
end
function onEventUpdate(player, npc, step, menuOptionSelected)
player:endEvent();
end

View file

@ -11,8 +11,7 @@ function onEventStarted(player, npc, triggerName)
player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskUldah", nil, nil, nil);
else
player:runEventFunction("delegateEvent", player, questNOC, "pETaskBoardAskGridania", nil, nil, nil);
end
end
end
function onEventUpdate(player, npc, step, menuOptionSelected)