Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/16/16 in all areas

  1. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  2. npc/custom/quests/quest_shop.txt#L197
    1 point
  3. Check this guide on how to edit Max Level: https://rathena.org/wiki/Edit_Max_Level
    1 point
  4. I suggest that you still use the latest git for server stability and support. Plus you can help the developers if you encountered new bugs. Just disable the items, mobs, maps, and features that you don't want to use.
    1 point
  5. You could go into the sources and max out the weight bonus there.. battle.c in Map source if(sd && sd->cart_weight) skillratio += 100 * sd->cart_weight / sd->cart_weight_max; // +1% every 1% weight to if (sd && sd->cart_weight) { double cwr = sd->cart_weight / sd->cart_weight_max; if (cwr > 1.0) cwr = 1.0; skillratio += 100 * cwr; // +1% every 1% weight }
    1 point
×
×
  • Create New...