Thread: Need help with Exv2 667 xp rates

Results 1 to 2 of 2
  1. #1 Need help with Exv2 667 xp rates 
    Registered Member
    Join Date
    Jun 2016
    Posts
    4
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Im using extinction v2.0 source and im adding working XP lamps after adding a few I noticed the small xp lamp (attack) gives me 800,000 attack xp when I use it but I am positive it is supposed to give 500 XP and here is the code to show


    If (itemId == 23717) {
    player.setNextAnimation(new Animation(4352));
    player.getInventory().deleteItem(23717, 1);
    player.getPackets().sendGameMessage("You received 500 XP from the small attack lamp.")
    player.getSkills().addXp(Skills.ATTACK, 500);
    return;
    }

    And in my settings.java I have all my server xp rates set to 1 so I cant make that any lower.

    In settings.java it says skill != ATTACK is using Settings.COMBAT_XP_RATE; but the xp rate is set to 1 so idk why its giving 800,000 xp instead of 500.

    Any suggestions or answers please reply.
    Reply With Quote  
     

  2. #2  
    EXALTED

    Join Date
    Nov 2012
    Posts
    393
    Thanks given
    35
    Thanks received
    33
    Rep Power
    5
    Take a look at the addXp method itself, I'm pretty sure it has a multiplier that's applied before any others are.
    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

Similar Threads

  1. Need help with a 667, penguin multiplier.
    By Abdomin in forum Requests
    Replies: 0
    Last Post: 04-16-2014, 09:05 PM
  2. Need help with Zenith 667/718 source!
    By allios in forum Help
    Replies: 2
    Last Post: 07-01-2013, 09:34 PM
  3. Need Help with my 667 zenith.
    By i zerk off in forum Requests
    Replies: 1
    Last Post: 03-25-2013, 06:46 PM
  4. Need help with my 667 RSPS
    By thestriker1013 in forum Requests
    Replies: 6
    Last Post: 03-19-2013, 01:18 AM
  5. [Delta]Need help with changing npc drop rate
    By WebsterScape in forum Help
    Replies: 7
    Last Post: 06-14-2009, 09:56 AM
Tags for this Thread

View Tag Cloud

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