Issue Information
-
#007785
-
0 - None Assigned
-
Fixed
Issue Confirmations
-
Yes (0)No (0)
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.
Bump?
When one gets into or out of a mado gear, this happens:
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); }so the question becomes, are only select buffs able to survive? (and which are we missing or any more data such)