Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/26/22 in all areas

  1. Go to skill.cpp and do this: case MO_BODYRELOCATION: + if ( map_count_oncell(src->m,x,y,BL_NPC,0) ) { + clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); + return 0; + } if (unit_movepos(src, x, y, 2, 1)) { #if PACKETVER >= 20111005 clif_snap(src, src->x, src->y); Dont forget to recompile
    1 point
  2. So just for fun I created a mob_db on rAthena format that has the official episode 2 monster stats. Posting it here in case someone wants to use it for an event or out of curiosity. The only thing that might not be official is the monster mode, I used the current rA pre-re monster modes for that. When using it keep in mind that in episode 2 all monsters, especially MVPs were significantly weaker than they are now. mob_db_ep2.txt
    1 point
×
×
  • Create New...