mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-01 18:19:20 +02:00
13 lines
610 B
XML
13 lines
610 B
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"/>
|
|
|
|
<!-- Killing In The Name Of Quest -->
|
|
<event type="kill" name="KillingInTheNameOfKills" script="killing_in_the_name_of.lua" />
|
|
</creaturescripts>
|