Thread: How to change xp rates?

Results 1 to 4 of 4
  1. #1 How to change xp rates? 
    Registered Member
    Join Date
    Mar 2009
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Maybe its a noob question but i don't know it. Can any1 help me?
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Join Date
    Jan 2008
    Posts
    2,659
    Thanks given
    494
    Thanks received
    627
    Rep Power
    980
    Search for something like:
    Code:
    addSkillXP(
    Then you'll see numbers between the parentheses () e.g.
    Code:
    addSkillXP(100, 0);
    The first number should be how much xp you want the player to earn. The second number is a sort of code telling the client which skill you want the xp added to. 0 is for the attack skill.

    Simply change the first number if you want the xp to change.
    ~iKilem
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Mar 2009
    Posts
    24
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    There are very much of that addSkillXP( could you give some more detailed info?

    EDIT: It wasnt the AddSkill but it was (120 * hitDiff) that changed i to 400 ty anyway
    Reply With Quote  
     

  4. #4  
    Registered Member Energy's Avatar
    Join Date
    Dec 2009
    Age
    29
    Posts
    301
    Thanks given
    15
    Thanks received
    5
    Rep Power
    26
    i think he means like this :

    Code:
    addSkillXP(100, 0);
    addSkillXP(100, 1);
    addSkillXP(100, 2);
    addSkillXP(100, 3);
    addSkillXP(100, 4);
    addSkillXP(100, 5);
    addSkillXP(100, 6);

    just change the 100 to the numbers you want it i mean if you hit 1 you will get 100 exp if you hit 2 you get 200 exp etc.
    and if you change the 100 to 500 and you hit 1 you get 500 exp
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •