Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/03/21 in Posts

  1. 1 point
    Kuya Jeo

    @market clone

    Enable the HPMHooking plugin NOTE : HPMHooking.c is already in src/plugin folder, just enable it in makefile edit makefile.ini and makefile in trunk/src/plugin enable it too in conf/plugin.conf recompile your server
  2. 1 point
    Kuya Jeo

    Error adding @pk plugin

    did you put your plugin file in the src/plugins folder? to make it easier to compile just command make clean && make all
  3. 1 point
    Kuya Jeo

    I CAN'T EDIT MAX LEVEL 255/120

    trunk/src/common/mmo.h #define MAX_LEVEL 175 change into #define MAX_LEVEL 255 Next is trunk/conf/map/battle/player.conf this will make 255 stats // Max limit of char stats. (AGI, STR, etc.) max_parameter: 99 change into // Max limit of char stats. (AGI, STR, etc.) max_parameter: 255 Next is trunk/conf/map/battle/client.conf max_lv: 99 change it to (same with the aura_lv if you want 255 player have a blue aura) max_lv: 255 next step is trunk/db/pre-re/job_db.conf you can use this one, not yet tested but give it a try Link : https://pastebin.com/QaB3Y3Tv Done forget to recompile your server after..
  4. 1 point
    http://upaste.me/f8b42118100b0bab2 ^ This is as it is version, made months ago, there's no compile warnings/errors, but dont' know if it works or not with new rev, How it works? Add Following to item: Charm: true in item_db.conf in whichever item you want.
×
×
  • Create New...

Important Information

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