Thread: How to make yourself owner on a 667-728 RSPS ( Beginners).

Results 1 to 8 of 8
  1. #1 How to make yourself owner on a 667-728 RSPS ( Beginners). 
    Registered Member
    Join Date
    Jan 2013
    Age
    28
    Posts
    55
    Thanks given
    5
    Thanks received
    4
    Rep Power
    11
    Hey everyone today i will be showing you how to make yourself owner or any other rights you have on a 667-728 RSPS, sorry if this might be common but its my first code, and it might look stupid to the professionals, but i will be coming out with new stuff shortly. I do recommend downloading notepadd++ or eclipse.

    Okay first open Player.Java and scroll down to Line: 385-400 and it should be between there. or type in shift-F then type in Rights and keep entering until u find them. Next you should see something like this:

    Code:
    //Owner			
    		if (username.equalsIgnoreCase(""))
    		{
                rights = 12;
    			}
    Once you find that next there the "" are to in between those brackets type in your name like so.

    Code:
    //Owner			
    		if (username.equalsIgnoreCase("Royal"))
    		{
                rights = 12;
    			}
    There and make sure its the name you want keep in mind you can go back anytime and change this. Now compile and rune the server and you should be Owner, depending on what rights you have owner as but its usally 2 or 12 in most 667 sources all depends on how you have it set up. Thanks more Coming.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    May 2012
    Posts
    1,018
    Thanks given
    52
    Thanks received
    237
    Rep Power
    0
    Quote Originally Posted by Raverz View Post
    wrong section bud, this should go here :
    Read the rules, just report it not comment underneath.
    Reply With Quote  
     

  3. Thankful users:


  4. #3  
    Banned

    Join Date
    Mar 2010
    Posts
    2,218
    Thanks given
    170
    Thanks received
    262
    Rep Power
    0
    Lol, what the fuck is rights 12?....

    Why not look for when the player logins in and add a void like...

    private checkUsers() {
    if (username.equalsIgnoreCase("name here..")) {
    rights = 2;
    }
    }

    then checkUsers(); where the Player.java login is handled?..
    Reply With Quote  
     

  5. #4  
    Cindra 718 Founder
    Four Nations's Avatar
    Join Date
    Sep 2012
    Posts
    1,043
    Thanks given
    77
    Thanks received
    186
    Rep Power
    56
    Code:
    private String[] ADMINS = {"name1", "name2", "name3"};
    Code:
    for (String a : Settings.ADMINS) {
    			if (getUsername().equals(a)) {
    				setRights(2);
    			}
    		}
    Anyway, thx for the release. Even though its been released at least 10 Billion times. Everyones gotta start somewhere.
    Reply With Quote  
     

  6. #5  
    Registered Member
    Join Date
    Jan 2013
    Age
    28
    Posts
    55
    Thanks given
    5
    Thanks received
    4
    Rep Power
    11
    I know its been released thousands of times, but i just got into coding and i thought it would be great first tut.
    Reply With Quote  
     

  7. #6  
    Computer Engineer
    Join Date
    Aug 2014
    Posts
    1,051
    Thanks given
    365
    Thanks received
    215
    Rep Power
    16
    Quote Originally Posted by wishes4ever View Post
    I know its been released thousands of times, but i just got into coding and i thought it would be great first tut.
    Btw, the name has to be lowercase
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jan 2013
    Age
    25
    Posts
    129
    Thanks given
    21
    Thanks received
    20
    Rep Power
    11
    Quote Originally Posted by Waterfiend View Post
    Btw, the name has to be lowercase
    No it doesn't lol.
    Works fine, I have it capital everywhere.
    Reply With Quote  
     

  9. #8  
    48 0x69

    Pax M's Avatar
    Join Date
    Oct 2013
    Posts
    2,008
    Thanks given
    36
    Thanks received
    488
    Rep Power
    2270
    Quote Originally Posted by lil_g View Post
    No it doesn't lol.
    Works fine, I have it capital everywhere.
    You don't need underscore.
    Reply With Quote  
     

  10. Thankful user:



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. Replies: 6
    Last Post: 12-29-2013, 03:16 PM
  2. [whitescape] How to make yourself owner
    By beginlovely in forum Help
    Replies: 1
    Last Post: 09-04-2010, 09:02 PM
  3. How to make yourself owner on rs2hd 525!
    By Rewind in forum Tutorials
    Replies: 11
    Last Post: 04-14-2009, 01:24 AM
  4. Replies: 2
    Last Post: 02-12-2008, 02:37 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •