mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-20 09:13:27 +02:00
introduce drowning condition, fix monsters to use uniform random, fix poison field on walk instant damage hit, need to check how drowning works and remove damage only when player is idle for 4s
This commit is contained in:
@@ -388,7 +388,9 @@
|
||||
<movevent event="StepIn" movementid="237" script="nostalrius/237.lua" />
|
||||
|
||||
<!-- Nostalrius Default Movements -->
|
||||
|
||||
<movevent event="StepIn" itemid="5404" script="misc/drowning.lua" />
|
||||
<movevent event="StepOut" itemid="5404" script="misc/drowning.lua"/>
|
||||
|
||||
<!-- Floorchange -->
|
||||
<movevent event="StepIn" itemid="293" script="misc/floorchange.lua" />
|
||||
<movevent event="AddItem" itemid="293" tileitem="1" script="misc/floorchange.lua" />
|
||||
|
Reference in New Issue
Block a user