mirror of
				https://github.com/ErikasKontenis/SabrehavenServer.git
				synced 2025-10-31 03:56:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <creaturescripts>
 | |
| 	<event type="login" name="PlayerLogin" script="login.lua"/>
 | |
| 	<event type="login" name="SyncOutfit" script="syncoutfit.lua"/>
 | |
| 	<event type="logout" name="PlayerLogout" script="logout.lua" />
 | |
| 	<event type="login" name="FirstItems" script="firstitems.lua"/>
 | |
| 	<event type="login" name="RegenerateStamina" script="regeneratestamina.lua" />
 | |
| 	<event type="death" name="PlayerDeath" script="playerdeath.lua"/>
 | |
| 	<event type="login" name="OfflineTraining" script="offlinetraining.lua" />
 | |
| 		
 | |
| 	<!-- Killing In The Name Of Quest -->
 | |
| 	<event type="death" name="KillingInTheNameOf" script="killing_in_the_name_of.lua" />
 | |
| 	
 | |
| 	<event type="kill" name="InquisitionUngreez" script="inquisitionQuestUngreez.lua" />
 | |
| 	<event type="kill" name="InquisitionBosses" script="inquisitionQuestBosses.lua" />
 | |
| 	
 | |
| 	<!-- Svargrond Arena: Killing a boss -->
 | |
| 	<event type="kill" name="SvargrondArenaKill" script="arena_kill.lua" />
 | |
| 	
 | |
| 	<event type="extendedopcode" name="Shop" script="shop.lua" /> 
 | |
| </creaturescripts>
 | 
