Hey
When I try to change player's mana using
condition is changing to in battle.
Is there a way to remove mana without applying in battle condition?
Also when I'm using the spell blue string pops saying how much mana was removed. Can I change that?
When I try to change player's mana using
LUA:
setCreatureMaxMana(cid, getCreatureMaxMana(cid)-100)
doCreatureAddMana(cid, -100)
Is there a way to remove mana without applying in battle condition?
Also when I'm using the spell blue string pops saying how much mana was removed. Can I change that?
Last edited: