Jump to content

Wend

Members
  • Content Count

    20
  • Joined

  • Last visited

Posts posted by Wend


  1. 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;

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.