Thread: Remove skill xp void for 317

Results 1 to 4 of 4
  1. #1 Remove skill xp void for 317 
    Banned

    Join Date
    Dec 2008
    Posts
    13
    Thanks given
    162
    Thanks received
    62
    Rep Power
    0
    hey i need a void to removeskillxp like how addskillxp does it heres a ex:
    addSkillXP(750,12);

    so void(xp,skill)

    can someone hellp me make one or have one that is like this

    removeSkillXP(140000,3) think thats def
    Reply With Quote  
     

  2. #2  
    Diamond League Player

    Mr James's Avatar
    Join Date
    Jan 2009
    Age
    25
    Posts
    493
    Thanks given
    4
    Thanks received
    8
    Discord
    View profile
    Rep Power
    372
    Code:
    if (command.equalsIgnoreCase("resetdef")) {
    if(playerXP[1] > 15000){sM("Your defence is not low enough to be considered glitched!");return;}
    for(int r=0; r<playerEquipment.length; r++) {
    	int item = playerEquipment[r];
    		if((item > 0) && (item < 19999)) {sM("Please remove ALL armor and weapons before using this command!");return;}
    }
    Quote Originally Posted by Nathan View Post
    So if you stabbed somebody with a knife you would say "not my fault, blame the inventors of the knife" ?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by A Mauler View Post
    Code:
    if (command.equalsIgnoreCase("resetdef")) {
    if(playerXP[1] > 15000){sM("Your defence is not low enough to be considered glitched!");return;}
    for(int r=0; r<playerEquipment.length; r++) {
    	int item = playerEquipment[r];
    		if((item > 0) && (item < 19999)) {sM("Please remove ALL armor and weapons before using this command!");return;}
    }
    Quoting my post from a previous thread? Rofl.
    Reply With Quote  
     

  4. #4  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,881
    Thanks given
    1,854
    Thanks received
    4,741
    Rep Power
    5000
    addSkillXP(-14000000, 3);



    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
  •