Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/18/25 in all areas

  1. The Tree of Savior has emerged into the world of Ragnarok Video In-game TOS_FILD.mp4
    2 points
  2. 1 point
  3. skill.cpp Just find this: case SL_SMA: if(!(sc && sc->data[SC_SMA])) return false; break; it should be commented by your old programmer so just remove the comments, or if your old programmer removed the entire line, just add those below this: case HT_POWER: if(!(sc && sc->data[SC_COMBO] && sc->data[SC_COMBO]->val1 == AC_DOUBLE)) return false; break; And then recompile
    1 point
  4. I would guess that if found int to disable it change it to "no" // Show rAthena version to users when the login? display_version: yes
    1 point
×
×
  • Create New...