Moved aetheryte script to new system.

This commit is contained in:
Filip Maj 2016-06-19 23:23:01 -04:00
parent 97c1fb06cf
commit 1546ed54fc

View File

@ -5,30 +5,20 @@ AetheryteParent Script
Functions: Functions:
eventAetheryteParentSelect(0x0, false, 0x60, 0x138807,0,0,0,0) eventAetheryteParentSelect(0x0, false, 0x60, 0x138807,0,0,0,0)
eventAetheryteParentDesion( eventAetheryteParentDesion(sheetId)
showAetheryteTips( processGuildleveBoost(?, ?)
eventGLSelect(0) processGuildlevePlaying(??)
eventSelectGLDetail(0x2a48, a, f4241, 136, 98b1d9, 1, 1, true, false) processGuildleveJoin() - Join party leader's levequest?
eventGLDifficulty(0x2a48)
eventGLStart(0x2a48, 2, c8, 0, 0, 0, 0)
eventGLBoost()
eventGLPlay
eventGLReward()
Menu Ids:
--]] --]]
require ("global")
function init(npc) function init(npc)
return false, false, 0, 0; return false, false, 0, 0;
end end
function onEventStarted(player, npc, triggerName) function onEventStarted(player, npc, triggerName)
player:RunEventFunction("eventAetheryteParentSelect", 0x0, false, 0x61, 0x0,0,0,0,0); callClientFunction(player, "eventAetheryteParentSelect", 0x0, false, 0x61, 0x0,0,0,0,0);
end
function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest)
--player:RunEventFunction("askOfferQuest", player, 1000);
player:EndEvent(); player:EndEvent();
end end