Jpstafe
Well-Known Member
- Joined
- Aug 8, 2011
- Messages
- 565
- Reaction score
- 76
Hello otland community, for several days I have been investigating the issue of the exhaust in the ots 7x, and I would like to change it, how the ots use it, I know that it is not the original exhaust of the version, but the players who play my ot me They ask, how can it be changed... now I leave some examples, I have changed them from the spells but nothing...
this is how they are in my ot:
exori vis:
exura vita:
-----------------------------------------------------------------------
I get this exhaust from another one now..
I would like to throw the spells like this:
exori vis:
exura vita:
My version of ot is otx 7x, I know it's old, and that it has many bugs, but I've already fixed it enough, they recommended changing it to tfs 1.5, but since my aspiration to ot is a server for friends, and not Another serious type of server... I decide to keep the otx, but I would like to fix these exhausts, because we use this ot to practice pvp as a team.
Fix exhaust (ejemplo exura + exori vis, etc) by brewsterl · Pull Request #53 · mattyx14/otxserver (https://github.com/mattyx14/otxserver/pull/53)
They gave me a github link with the otx bug posts, and I found a possible solution... but in the same post it says. "This small fix is temporary, the bug appears if you use exori vis + exura, etc. that is to say the opposite, but using exura + exori vis no,"
in my spells.cpp the exhaust is like this..
this is how they are in my ot:
exori vis:
exura vita:
-----------------------------------------------------------------------
I get this exhaust from another one now..
I would like to throw the spells like this:
exori vis:
exura vita:
My version of ot is otx 7x, I know it's old, and that it has many bugs, but I've already fixed it enough, they recommended changing it to tfs 1.5, but since my aspiration to ot is a server for friends, and not Another serious type of server... I decide to keep the otx, but I would like to fix these exhausts, because we use this ot to practice pvp as a team.
Fix exhaust (ejemplo exura + exori vis, etc) by brewsterl · Pull Request #53 · mattyx14/otxserver (https://github.com/mattyx14/otxserver/pull/53)
They gave me a github link with the otx bug posts, and I found a possible solution... but in the same post it says. "This small fix is temporary, the bug appears if you use exori vis + exura, etc. that is to say the opposite, but using exura + exori vis no,"
in my spells.cpp the exhaust is like this..
LUA:
if(groupExhaustions.empty())
{
if(isAggressive)
groupExhaustions[SPELLGROUP_ATTACK] = 2000;
else
groupExhaustions[SPELLGROUP_HEALING] = 1000;