I've added a new Combat Type to the sources and everything works as it should.
The thing is if i do this:
It works, i mean the wand make damage but doesnt show how many damage im doing.
I have to change MAGIC_EFFECT_NONE to any other effect to make it work properly and i dont want that.
Any ideas? TFS 0.3.7_SVN
EDITED: I forgot to say, if the player who im attacking have utamo works fine.
The thing is if i do this:
Code:
case COMBAT_WANDAMAGE:
{
textColor = COLOR_WHITE;
magicEffect = MAGIC_EFFECT_NONE; <------- THIS
break;
}
It works, i mean the wand make damage but doesnt show how many damage im doing.
I have to change MAGIC_EFFECT_NONE to any other effect to make it work properly and i dont want that.
Any ideas? TFS 0.3.7_SVN
EDITED: I forgot to say, if the player who im attacking have utamo works fine.
Last edited: