• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Bug with fields while standing on them.

God maik

New Member
Joined
Mar 12, 2016
Messages
59
Reaction score
2
Hi im using Othire , and when im standing on a field (fire, poison ,energy)
the ticks never stops they keep renewing.when i stepp of the field everything works fine.

I hope someone can help me .. thanks!

<item id="1492" article="a" name="fire field">
<attribute key="type" value="magicfield"/>
<attribute key="field" value="fire">
<attribute key="damage" value="20"/>
<attribute key="ticks" value="10000"/>
<attribute key="count" value="7"/>
<attribute key="damage" value="10"/>
</attribute>
</item>



<moveevent event="StepIn" itemid="1492" function="onStepInField" />
<moveevent event="AddItem" itemid="1492" function="onAddField" />
 
Last edited:

Similar threads

Replies
0
Views
182
Back
Top