/** * MvP mobs have no walk delay **/ if( bl->type == BL_MOB && (((TBL_MOB*)bl)->status.mode&MD_BOSS) ) return 0;
I'll try this.in status.c find
if( sc->data[SC_ENDURE] || ( bl->type == BL_MOB && (((TBL_MOB*)bl)->status.mode&MD_BOSS) ) )
replace with
if( sc->data[SC_ENDURE] )
in unit.c find and delete
/** * MvP mobs have no walk delay **/ if( bl->type == BL_MOB && (((TBL_MOB*)bl)->status.mode&MD_BOSS) ) return 0;
We use essential cookies to make this site work, and optional cookies to enhance your experience.