Edson Rosales
Edson Rosales
Maybe can fix exhaust with this: [https://github.com/mattyx14/otxserver/pull/61](https://github.com/mattyx14/otxserver/pull/61)
i think works better with this: `if( (isAggressive && player->hasCondition(CONDITION_EXHAUST_COMBAT)) || (!isAggressive && player->hasCondition(CONDITION_EXHAUST_HEAL)) )` than this: `if(player->hasCondition(CONDITION_EXHAUST_COMBAT) || player->hasCondition(CONDITION_EXHAUST_HEAL))`
what you mean is the exhaust of OTHire is like the tibia version 7.72? the defensive spells did not share exhaust with agressive spells? I really do not remember the...