Issue information

Issue ID
#7785
Status
Fixed
Severity
None
Started
Frost
Oct 27, 2013 12:06
Last Post
kyeme
Aug 9, 2014 20:27
Confirmation
N/A

Frost - Oct 27, 2013 12:06

hi! i just noticed that when i use madogear, it removes cash items like bubble gum and field manual, and also buffs like blessing, inc agi, etc. please confirm it. in official server it does not remove buffs and cash items.

Frost - Mar 23, 2014 8:38

Bump?

Ind - Mar 29, 2014 20:24

When one gets into or out of a mado gear, this happens:[code=auto:0] for( i = 0; i < SC_MAX; i++ ){ if ( !sd->sc.data[i] || !status->get_sc_type(i) ) continue; if ( status->get_sc_type(i)&SC_MADO_NO_RESET ) continue; switch (i) { case SC_BERSERK: case SC_SATURDAY_NIGHT_FEVER: sd->sc.data[i]->val2 = 0; break; } status_change_end(&sd->bl, (sc_type)i, INVALID_TIMER); } [/code]so the question becomes, are only select buffs able to survive? (and which are we missing or any more data such)

Frost - Aug 9, 2014 20:26

Fixed in [url="https://github.com/HerculesWS/Hercules/commit/ec027249071f56d8b56557cb3b0a605dc2b834a2"]https://github.com/HerculesWS/Hercules/commit/ec027249071f56d8b56557cb3b0a605dc2b834a2[/url]