project-meteor-server/data/scripts/base/chara/npc/object/aetheryte/AetheryteParent.lua
2016-06-19 23:23:01 -04:00

24 lines
496 B
Lua

--[[
AetheryteParent Script
Functions:
eventAetheryteParentSelect(0x0, false, 0x60, 0x138807,0,0,0,0)
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)
callClientFunction(player, "eventAetheryteParentSelect", 0x0, false, 0x61, 0x0,0,0,0,0);
player:EndEvent();
end