juansanchez
Advanced OT User
- Joined
- Apr 2, 2015
- Messages
- 223
- Reaction score
- 160
Hey otland people, i'm having a problem with my server, and it's pissing me off.
I had this creaturescripts script:
So the monsters wouldn't hit each other. It works. But now, whenever a monster has this script on it, the heal of it wont work, it shows the blueshimer, but it wont heal it. Could anyone help me? And if i take the tag:
<script>
<event name="Test"/>
</script>
Off the creature script, the heal works again. Anyone can help me?
I had this creaturescripts script:
function onStatsChange(cid, attacker, type, combat, value)
if isMonster(attacker) then
return false
end
return true
end
if isMonster(attacker) then
return false
end
return true
end
So the monsters wouldn't hit each other. It works. But now, whenever a monster has this script on it, the heal of it wont work, it shows the blueshimer, but it wont heal it. Could anyone help me? And if i take the tag:
<script>
<event name="Test"/>
</script>
Off the creature script, the heal works again. Anyone can help me?