Jump to content

ToYPiTz

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ToYPiTz

  1. 7 minutes ago, iAmGnome said:

    If you have edited something in source you need to recompile. By recompiling means you need to create the login/char/map-server again. If you're on windows you need to rebuild it. If you are using linux/centos, you need to use ./configure and make 

    im on windows, and im not sure about the rebuilding part. Is there a link guide for it please? so i can take a look and check if thats all i need to do for my problem. Thank you :D

  2. Im so confused on making my server max level to 255. Ive read so many guides about it in here at rathena but im still having trouble.

    I want to make my offline server max level 255 and job level 130

    Im getting this kind of error's even though ive followed this guide here https://rathena.org/board/topic/105255-setting-up-max-level-problem/#comment-299995

     

    [Warning]: Value for setting 'max_lv': 255 is invalid (min:0 max:175)! Defaulting to 99...

    and

    [Error]: pc_readdb_job_exp: Invalid maxlevel 255 specified.
    [Error]: sv_readdb: Could not process contents of line 13 of "db/import/job_exp.txt".

     

    Here's my db/import/job_exp.txt

    job_exp.txt

    I've also changed the my \map\map.h

    Into:

    Change 99 to your desired maximum value, i.e.
    #define MAX_LEVEL 255

    and

    /conf/client.conf

     

    // Maximum allowed 'level' value that can be sent in unit packets.
    // Use together with the aura_lv setting to tell when exactly to show the aura.
    // NOTE: You also need to adjust the client if you want this to work.
    // NOTE: Default is 99. Values above 127 will probably behave incorrectly.
    // NOTE: If you don't know what this does, don't change it!!!
    max_lv: 255

    // Level required to display an aura.
    // NOTE: This assumes that sending max_lv to the client will display the aura.
    // NOTE: aura_lv must not be less than max_lv.
    // Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
    // will be sent as being all level 98, and only characters with level
    // 150 or more will be reported as having level 99 and show an aura.
    aura_lv: 255

    BUT STILL NOTHING :'(

  3. Hello rAthena im requesting a refiner. I hope someone can help me with this, I tried it myself but its too complicated for a beginner like me to make.

    1. Check if its upgradable on my item.db
    2. if upgradable max upgrade is +10
    3. Item won't break if it fails. Safe limit +5. (No reduction on refining only on this two option "No Reduction Refine" and "Add Chance and No Reduction Refine" ((IF PLAYER)) has the "No Reduction Refine Ticket" Item ID# 6228)

    4. 15% = +6

        10% = +7

          5% = +8

          3% = +9

          1% = +10

    5. Has 4 menu's ("Normal Refine", "Add Chance Refine", "No Reduction Refine", "Add Chance and No Reduction Refine"

    6. Has to check:

          -God Anvil Item ID# 7806 (instead of Oridecon or Elunium)

                          ~{Check on all option}

          -+5% Chance Refine Ticket Item ID# 6232 (adds 5% chance rate to success from +1 to +10)

                          ~{Only Check on "No Reduction Refine" option}

          -No Reduction Refine Ticket Item ID# 6228 (makes the chance of reduction to 0%) 

                          ~{Only Check on "No Reduction Refine", and "Add Chance and No Reduction Refine" option}

     

     

    hope someone can help me on this its been in my head for so long but I just cant figure out how to make it, so that I can use it on my server.

    Thanks rAthena.  /thx 

     Any reply will be much appreciated. Thank you in advance!  /thx

×
×
  • Create New...