Jump to content

Playtester

Developer
  • Posts

    813
  • Joined

  • Last visited

  • Days Won

    22

Community Answers

  1. Playtester's post in adjusting the success rate of socket enchant was marked as the answer   
    "100,100" would be mean between 100 and 100 which is 0%.
     
    If you do not change the thing Emistry did, then you can achieve 100% success by doing this:
     
     case 1: callfunc "Func_Socket",1460,1461,0,101,200,1010,10;
     
     
    An easier way is to just change the if to something that is always true like "if(1)" or "if(true)" (not sure if that works in scripts, though).
  2. Playtester's post in Base and Job Exp was marked as the answer   
    On renewal, it's normal that your job level increases faster than your base level. On pre-renewal it's not.
  3. Playtester's post in Item Script <job> ONLY was marked as the answer   
    Well not familiar with tools myself, but getting the correct code is fairly easy, all jobs usually looks like this:
    0xFFFFFFFF,7
    Now you just gotta check the file in the documentation which is here: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/item_db.txt
    High Wizard only (wizard+trans) would be: 0x00000200,2
    Paladin only (Crusader+trans) would be: 0x00004000,2
    You can also combine the classes by adding them together, for example High Wizard and Paladin would be: 0x00004200,2
×
×
  • Create New...