mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 22:14:39 +02:00
Updated Map Server namespace. Moved all other data folders (www and sql) to data folder. Renamed boot name to Project Meteor.
This commit is contained in:
parent
18ef69f3d1
commit
91549bff7a
1823 changed files with 102704 additions and 901 deletions
|
@ -0,0 +1,32 @@
|
|||
require ("global")
|
||||
require ("guildleve")
|
||||
|
||||
--DirectorId, GuildleveId, Aetheryte Location (6 or ~6), exMarkerX, exMarkerY, exMarkerZ
|
||||
|
||||
--22: Limsa Battle Leve
|
||||
--14: Gridania Battle Leve
|
||||
--26: Uldah Battle Leve
|
||||
--16: Coerthas Faction Leve
|
||||
--72: Harvest Leve
|
||||
|
||||
function init(thisDirector)
|
||||
return "/Director/Guildleve/PrivateGLBattleRoundNormal", 0x4e25, thisDirector.guildleveId, 6, 0, 0, 0;
|
||||
end
|
||||
|
||||
function main(thisDirector)
|
||||
|
||||
wait(3);
|
||||
|
||||
thisDirector:StartGuildleve();
|
||||
thisDirector:SyncAllInfo();
|
||||
thisDirector:UpdateMarkers(0, 59.0, 44.0, -163.0);
|
||||
|
||||
wait(5);
|
||||
|
||||
thisDirector:UpdateAimNumNow(0, 1);
|
||||
wait(3);
|
||||
thisDirector:UpdateAimNumNow(0, 2);
|
||||
wait(3);
|
||||
thisDirector:UpdateAimNumNow(0, 3);
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue