mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Forgot to push GL scripts.
This commit is contained in:
		| @@ -1,11 +1,32 @@ | ||||
| require ("global") | ||||
| require ("guildleve") | ||||
|  | ||||
| --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; | ||||
| --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/PrivateGLBattleHuntNormal", 0x4e25, thisDirector.guildleveId, 6, 0, 0, 0; | ||||
| end | ||||
|  | ||||
| function onEventStarted(player, actor, triggerName)		 | ||||
| function main(thisDirector) | ||||
|  | ||||
| 	wait(3); | ||||
| 	 | ||||
| end | ||||
| 	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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user