Thread: hello their guys

Results 1 to 6 of 6
  1. #1 hello their guys 
    Registered Member
    Join Date
    Jun 2012
    Posts
    117
    Thanks given
    0
    Thanks received
    4
    Rep Power
    14
    So on my server we're neary hitting 30+ a day and im trying to change the pest control points to a 30 a game for a event , could you guys tell me where to change that?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2012
    Posts
    117
    Thanks given
    0
    Thanks received
    4
    Rep Power
    14
    please anyone?
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Apr 2012
    Posts
    293
    Thanks given
    14
    Thanks received
    5
    Rep Power
    0
    Pestcontrol.java

    Code:
     if (won && c.pcDamage > 10) {
    						c.sendMessage("You have won the pest control game and have been awarded 4 pest control points.");
    						c.pkPoints += 4;
    						c.playerLevel[3] = c.getLevelForXP(c.playerXP[3]);
    						c.playerLevel[5] = c.getLevelForXP(c.playerXP[5]);
    						c.specAmount = 10;
    						c.getItems().addItem(995, c.combatLevel * 50);
    						c.getPA().refreshSkill(3);
    						c.getPA().refreshSkill(5);
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jun 2012
    Posts
    117
    Thanks given
    0
    Thanks received
    4
    Rep Power
    14
    Quote Originally Posted by adxoxocrisp View Post
    Pestcontrol.java

    Code:
     if (won && c.pcDamage > 10) {
    						c.sendMessage("You have won the pest control game and have been awarded 4 pest control points.");
    						c.pkPoints += 4;
    						c.playerLevel[3] = c.getLevelForXP(c.playerXP[3]);
    						c.playerLevel[5] = c.getLevelForXP(c.playerXP[5]);
    						c.specAmount = 10;
    						c.getItems().addItem(995, c.combatLevel * 50);
    						c.getPA().refreshSkill(3);
    						c.getPA().refreshSkill(5);
    what do i change?
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jan 2012
    Age
    28
    Posts
    1,217
    Thanks given
    110
    Thanks received
    681
    Rep Power
    0
    Quote Originally Posted by monteros View Post
    what do i change?
    the thing that says c.pkPoints += 4;???
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2012
    Posts
    117
    Thanks given
    0
    Thanks received
    4
    Rep Power
    14
    nvm i got it thank you so much (:
    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. What do you guys like?
    By Peril in forum RS 503+ Client & Server
    Replies: 7
    Last Post: 03-24-2010, 10:38 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •