Open MishimaHaruna opened 11 years ago
I've run this over aegis, it uses the duration of lvl 10 (which is 65).
[21:54:50] <~Ind> the a4b7719 commit says 65 in comment
[21:55:00] <~Ind> but in the file its 130 seconds (aka the 2min and 10 from the aegis screenshot i took earlier)
^besides that, the lvl 10 uses 130 so we're good regardless.
actually not good, there is this
case SC_DEC_AGI:
case SC_ADORAMUS: //Arch Bishop
if (sd) tick>>=1; //Half duration for players.
rathena's also has this which means on their end its not like this either
case SC_DECREASEAGI:
case SC_ADORAMUS: //Arch Bishop
if (sd) tick>>=1; //Half duration for players.
sc_def = status->mdef*100;
tick_def = 0; //No duration reduction
break;
status:pending, awaits the tick update
What's the status on this? I lost track of whether it was fixed or not in the end :x
the data for this is now available in int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_type type, int rate, int tick, int flag)
however I don't seem to recall why we needed it (from the looks of it this still hasn't been fixed)
Commits to consider: