SilabGarza - Runescape Private Server  
Home Play Register Wiki Highscores Mark Forums Read
Go Back   SilabGarza - Runescape Private Server > Community > Suggestions > Suggestions (archive)
Reload this Page Xp lock.



 
 
LinkBack Thread Tools Display Modes
Xp lock.
Old
  (#1 (permalink))
AdamW is Offline
Veteran since '08 baby!
image
 
AdamW's Avatar
 
Posts: 30
Cookies Given: 0
Cookies Received: 1
Time Online: 1 h 36 m
   
Default Xp lock. - 08-29-2009, 09:05 AM

We should add xp lock, So if pures are pking with a whip etc, They dont gain defence, they can just do ::lock..

Open player.java and add this with your other public booleans;

Code:
public boolean expLock;
Now, Open client.java and search for this;

Code:
public boolean addSkillXP(int amount, int skill) {
Underneath;

Code:
public boolean addSkillXP(int amount, int skill) {
Add this;

Code:
if (expLock) {
    return;
}
Now, Search where your commands are and add these commands;

Code:
if (command.equalsIgnoreCase("lock")) {
    expLock = true;
    sM("You have locked your xp.");
}
if (command.equalsIgnoreCase("unlock")) {
    expLock = false;
    sM("You have unlocked xp lock.");
}
Add it nao hoe .




Notice: This Ad only show to guest, please register now to disappear !



"Treat others the way you would like to be treated."


Last edited by AdamW; 08-29-2009 at 09:08 AM..
  
Old
  (#2 (permalink))
Haiku is Offline
[NiggaTits!]Retired-Co.
image
 
Haiku's Avatar
 
Posts: 670
Cookies Given: 0
Cookies Received: 118
Time Online: N/A
   
Default 08-29-2009, 09:06 AM

Gg, I'll tell Gir.




Notice: This Ad only show to guest, please register now to disappear !


Banned
  
Old
  (#3 (permalink))
bando is Offline
Senior Member
image
 
bando's Avatar
 
Posts: 171
Cookies Given: 0
Cookies Received: 27
Time Online: 14 h 16 m
  Send a message via MSN to bando  
Default 08-29-2009, 05:25 PM

ok seriously you wanna stop posting tuts from rune-server? its getting real annoyin.




Notice: This Ad only show to guest, please register now to disappear !
  

 

Bookmarks

Xp lock.

Suggestions (archive)




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

kBank Policy
Posting New Thread: 3 Points
Posting New Reply: 2 Points


All times are GMT -7. The time now is 10:22 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0