Jump to content

JoWei

Members
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by JoWei

  1. The problem lies in your exp table, seeing how you made the switch from eAthena which used exp table with required exp 10 time less than rAthena's on some levels.

    For example the trans classes:

    post-1308-0-70316400-1355803650_thumb.png

    As you can see the required exp for level 101 on eAthena's on the left is about 10 time lower than rAthena's on the right.

    It is most likely why your exp gain is lower than usual after the switch.

  2. Well, it's quite simple to convert

    1) backup your database

    2) look for backup script

    3) edit backup file, you should find "level" in the definition of create table for `login`, change all "level" in the `login` table create/insert for "group_id"

    4) create a new database

    5) run rAthena's "main.sql"

    6) run your backup script (the one you edited)

    you should then be set to go and start using rAthena.

    As for the settings, there's one in the source at https://rathena.svn....onfig/renewal.h

    just comment anything you don't want.

    That should be it.

    Edit: added answer for second question and added for information for step 3

  3. Misread at first, I don't even think the conditions are neccessary due to the fact that rAthena doesn't seem to crash when changing sex on bard or dancer but anyhow here's the script:

    if(baseJob==Job_Dancer || baseJob==Job_Bard){}else{ atcommand "@changesex"; }
    

    Edit: added requested script

    • Upvote 1
  4. Did you use the in game command "/organize "Party name""? Unless there was another way to create a party, that's the one way I could think of.

    Note that if you create a party with spaces inside the name, you must put the party name between quotes or it error out.

    If the above fail, which client date are you using?

  5. You should be able to change the ports to anything that works for you through the .conf files. Just make sure they are the same in the files, like map_server ports being same, char_server ports being same and login_server ports being same.

    Files to look into,

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/char_athena.conf

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/map_athena.conf

    https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/login_athena.conf

×
×
  • Create New...