mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			496 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			496 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| --[[
 | |
| 
 | |
| AetheryteParent Script
 | |
| 
 | |
| Functions:
 | |
| 
 | |
| eventAetheryteParentSelect(0x0, false, 0x60, 0x138807,0,0,0,0)
 | |
| eventAetheryteParentDesion(sheetId)
 | |
| processGuildleveBoost(?, ?)
 | |
| processGuildlevePlaying(??)
 | |
| processGuildleveJoin() - Join party leader's levequest?
 | |
| 
 | |
| --]]
 | |
| 
 | |
| require ("global")
 | |
| 
 | |
| function init(npc)
 | |
| 	return false, false, 0, 0;	
 | |
| end
 | |
| 
 | |
| function onEventStarted(player, npc, triggerName)
 | |
| 	callClientFunction(player, "eventAetheryteParentSelect", 0x0, false, 0x61, 0x0,0,0,0,0);
 | |
| 	player:EndEvent();
 | |
| end |