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" />
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: