Forgot to push GL scripts.

This commit is contained in:
Filip Maj 2017-06-25 20:43:23 -04:00
parent c071b9d684
commit cd0bb10ef6
10 changed files with 313 additions and 36 deletions

View file

@ -1,11 +1,26 @@
require ("global")
require ("guildleve")
--DirectorId, GuildleveId
function init()
return "/Director/Guildleve/PrivateGLBattleGatherNormal", 0x4e26, 1220, 6, 100, 0.0, -100;
return "/Director/Guildleve/PrivateGLBattleGatherNormal", 0x4e25, thisDirector.guildleveId, 6, 0, 0, 0;
end
function onEventStarted(player, actor, triggerName)
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