Jump to content

Wend

Members
  • Content Count

    20
  • Joined

  • Last visited

  1. Which client is needed for this Ragexe? Can someone give a link?
  2. Almost a year has passed, do you plan to finish it?
  3. zones: ( { name: "All" disabled_items: { Wing_Of_Fly: true; } }, { name: "PvP" disabled_items: { Wing_Of_Fly: false; } }, )
  4. disabled_items: { Wing_Of_Fly: false }
  5. Attaching item to message doesn't work in 2013 clients? (Mail system)
  6. In my understanding, "anything" means that an incomplete BG is not completed yet (4 months), rathena's NPCs are not introduced (2 months), and for the last half of the year did not introduced any new features from kRO.
  7. And this: http://trac.rathena.org/changeset/17424/rathena/ it's very important for pre-re servers.
  8. it's good, but that with BG?
  9. http://herc.ws/board/topic/302-introducing-hercules-map-zone-database/
  10. Wend

    Hunter Hit Lock

    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;
  11. Wend

    item drop delay

    clif->broadcast2
×
×
  • Create New...

Important Information

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