finish fully working stamina system for 56h with 2 hours of happy time for premium players

This commit is contained in:
ErikasKontenis
2019-11-13 19:22:15 +02:00
parent c01ff81bff
commit be93a8fa22
8 changed files with 90 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<creaturescripts>
<event type="login" name="PlayerLogin" script="login.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"/>
</creaturescripts>