Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/14/25 in all areas

  1. Hello. Open file \src\map\status.cpp and find: if ((skill = pc_checkskill(sd, ALL_INCCARRY)) > 0) sd->max_weight += 2000 * skill; Change 2000 to 20000. Save and compile your server.
    1 point
  2. because the index placing of bound item in inventory is lower than normal item, so it never checked, you will need to mod the source to adjust it to the way you want.
    1 point
×
×
  • Create New...