mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
11 lines
219 B
Lua
11 lines
219 B
Lua
require ("global")
|
|
|
|
--DirectorId, GuildleveId
|
|
|
|
function init()
|
|
return "/Director/Guildleve/PrivateGLBattleGatherNormal", 0x4e26, 1220, 6, 100, 0.0, -100;
|
|
end
|
|
|
|
function onEventStarted(player, actor, triggerName)
|
|
|
|
end |