mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Moved aetheryte script to new system.
This commit is contained in:
parent
97c1fb06cf
commit
1546ed54fc
@ -5,30 +5,20 @@ AetheryteParent Script
|
||||
Functions:
|
||||
|
||||
eventAetheryteParentSelect(0x0, false, 0x60, 0x138807,0,0,0,0)
|
||||
eventAetheryteParentDesion(
|
||||
showAetheryteTips(
|
||||
eventGLSelect(0)
|
||||
eventSelectGLDetail(0x2a48, a, f4241, 136, 98b1d9, 1, 1, true, false)
|
||||
eventGLDifficulty(0x2a48)
|
||||
eventGLStart(0x2a48, 2, c8, 0, 0, 0, 0)
|
||||
eventGLBoost()
|
||||
eventGLPlay
|
||||
eventGLReward()
|
||||
|
||||
|
||||
Menu Ids:
|
||||
eventAetheryteParentDesion(sheetId)
|
||||
processGuildleveBoost(?, ?)
|
||||
processGuildlevePlaying(??)
|
||||
processGuildleveJoin() - Join party leader's levequest?
|
||||
|
||||
--]]
|
||||
|
||||
require ("global")
|
||||
|
||||
function init(npc)
|
||||
return false, false, 0, 0;
|
||||
end
|
||||
|
||||
function onEventStarted(player, npc, triggerName)
|
||||
player:RunEventFunction("eventAetheryteParentSelect", 0x0, false, 0x61, 0x0,0,0,0,0);
|
||||
end
|
||||
|
||||
function onEventUpdate(player, npc, step, menuOptionSelected, lsName, lsCrest)
|
||||
--player:RunEventFunction("askOfferQuest", player, 1000);
|
||||
callClientFunction(player, "eventAetheryteParentSelect", 0x0, false, 0x61, 0x0,0,0,0,0);
|
||||
player:EndEvent();
|
||||
end
|
Loading…
Reference in New Issue
Block a user