Thread: How do i make my self Owner on InterventionX 718 plz help :)

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 How do i make my self Owner on InterventionX 718 plz help :) 
    Registered Member
    Join Date
    Mar 2015
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I tried every thing but i cant find the Owner "thing" on player.java.
    If someon could help me out bcuz i dono much about coding and rsps im just tryint to get in to it
    Thanks
    Reply With Quote  
     

  2. #2  
    Husband. Father.
    Loyalty_'s Avatar
    Join Date
    Aug 2013
    Age
    28
    Posts
    1,170
    Thanks given
    74
    Thanks received
    130
    Rep Power
    64
    Quote Originally Posted by J a b u x View Post
    I tried every thing but i cant find the Owner "thing" on player.java.
    If someon could help me out bcuz i dono much about coding and rsps im just tryint to get in to it
    Thanks
    Settings.java i think
    Loyalty_





    Quote Originally Posted by Falconpunch View Post
    Player.java buddy. find init() or something like that and find where it adds the starter and do what someone mentioned above (Although an int is 4 scrublords)
    Reply With Quote  
     

  3. #3  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by J a b u x View Post
    I tried every thing but i cant find the Owner "thing" on player.java.
    If someon could help me out bcuz i dono much about coding and rsps im just tryint to get in to it :)
    Thanks ;)
    Holy hell. If you're the guy I think you are, I remember your youtube videos lol.

    Try and put this as a command in your file that holds all the cmds (regular, commands, command or something like that):

    Code:
    if (cmd [0].equals("rights2")) {
        if (player.getUsername().equalsIgnoreCase ("Jabux")) {
            player.setRights (2);
            return true;
        }
    }
    That'll give you admin powers which usually don't come with the owner rank.

    To make yourself owner, just do what Loyalty said and edit the line in Settings.java to this:

    Code:
     public final String OWNER = "Jabux";//might not be exactly the same but you get the idea.
    Reply if you have any problems.
    Project thread
    Reply With Quote  
     

  4. #4  
    Donator


    Join Date
    Jan 2014
    Posts
    1,652
    Thanks given
    428
    Thanks received
    501
    Rep Power
    221
    Somewhere in player.java

    Code:
    void makeAdmin() {
       this.rights = 2;
       return;
    }
    In run() method
    Code:
    If (this.getDisplayName().equalsIgnoreCase("YOURNAME"))
       makeAdmin();
    Something like that should do.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Mar 2015
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Thanks for all help guys but its still not working and i have a owner acc that was the original acc from the guy who released it but i cant do nothing on it i cant spawn items or give ranks i only can give supportor rank i dono why but only ;;givesuport Works
    Reply With Quote  
     

  6. #6  
    Registered Member Adudenamedmax's Avatar
    Join Date
    Nov 2014
    Age
    25
    Posts
    153
    Thanks given
    57
    Thanks received
    40
    Rep Power
    34
    Quote Originally Posted by J a b u x View Post
    Thanks for all help guys but its still not working and i have a owner acc that was the original acc from the guy who released it but i cant do nothing on it i cant spawn items or give ranks i only can give supportor rank i dono why but only ;;givesuport Works
    Go in commands.java i think, if you haven't already.


    "enjoy sitting on a RSPS forum talking about swords and dragons while im in the Caribbean smoking ganja and banging models in the pooper" - trixstar2015
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Mar 2015
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I did Max1g
    Reply With Quote  
     

  8. #8  
    Registered Member
    Stimulant's Avatar
    Join Date
    Jan 2013
    Age
    27
    Posts
    1,457
    Thanks given
    248
    Thanks received
    187
    Rep Power
    578
    Put this in player.java

    if (username.equalsIgnoreCase("yourname")) {
    rights = 2;
    }
    Reply With Quote  
     

  9. #9  
    Registered Member Still Blazin's Avatar
    Join Date
    Aug 2014
    Posts
    204
    Thanks given
    45
    Thanks received
    16
    Rep Power
    5
    You set yourself owner and type ingame ::admin
    Reply With Quote  
     

  10. #10  
    Let the games begin!

    Angeloflife's Avatar
    Join Date
    Jul 2013
    Age
    26
    Posts
    754
    Thanks given
    21
    Thanks received
    147
    Rep Power
    83
    If all else fails go to commands.java and change the previous owners name to yours and then give your self the admin status with ;;setrights 2 (your name)
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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: 0
    Last Post: 10-28-2014, 01:11 PM
  2. Replies: 7
    Last Post: 08-20-2011, 06:20 PM
  3. How do i make my self admin on 562.
    By 'Brad in forum Help
    Replies: 3
    Last Post: 12-23-2009, 01:24 AM
  4. How do i make my self admin on 525's
    By 'Brad in forum Help
    Replies: 10
    Last Post: 07-06-2009, 02:52 PM
  5. How do i make my self admin on 525's
    By 'Brad in forum RS 503+ Client & Server
    Replies: 7
    Last Post: 07-06-2009, 12:14 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
  •