How to Fix Expiration Bug of Costume
Yo, i know guys you're all aware with this problem.
Whenever you use detergent, your costume continuously adds another 5 minutes.
This will become a serious problem if your costume has stats and limited item only isn't?
So here's how we fixed that.
Just simply find this line and make it just a //comment
PHP Code:
tLMT += CTimeSpan(0,0,05,0);
and change that to
PHP Code:
tLMT += CTimeSpan(0,0,0,0);
Here's how will it look if you did it correctly
http://i.imgur.com/RI7g3wt.png
The thing is, costumes are really designed to extend 5 minutes each time you used a detergent. It is coded that way. So it will be simply solved by doing the guide stated above.
Best regards,
SeiferXIII
Re: How to Fix Expiration Bug of Costume
in what cpp/h sir? may I ask
Re: How to Fix Expiration Bug of Costume
Quote:
Originally Posted by
chokz14
in what cpp/h sir? may I ask
http://i.imgur.com/fUsUhW7.png
There's a magic tool called find :w00t:
it's on GLCharInvenMsg.cpp :w00t:
Re: How to Fix Expiration Bug of Costume
Nice Share Master Seifer!
Re: How to Fix Expiration Bug of Costume
Re: How to Fix Expiration Bug of Costume
solved
Quote:
Should this line also be change?
Re: How to Fix Expiration Bug of Costume
Quote:
Originally Posted by
JerMTheSLayer
Should this line also be change?
Code:
if ( tLMT += CTimeSpan(0,0,05,0);( pINVENITEM->sItemCustom.sNativeID ) ) return E_FAIL;
You can only find one "0,0,05,0" on source.