1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-27 07:07:45 +00:00
project-meteor-server/data/scripts/directors/Guildleve/PrivateGLBattleHuntNormal.lua

11 lines
284 B
Lua
Raw Normal View History

2017-06-24 15:50:03 -04:00
require ("global")
--DirectorId, GuildleveId, Aetheryte Location (6 or ~6), exMarkerX, exMarkerY, exMarkerZ
function init()
return "/Director/Guildleve/PrivateGLBattleHuntNormal", 0x4e25, 10844, 6, 32.1, 45.1, -35.1;
end
function onEventStarted(player, actor, triggerName)
end