Thread: [PI] Easy, fast help please? [EASY]

Results 1 to 8 of 8
  1. #1 [PI] Easy, fast help please? [EASY] 
    V.C.C.

    Abnant's Avatar
    Join Date
    Nov 2010
    Posts
    2,291
    Thanks given
    393
    Thanks received
    796
    Rep Power
    1777
    Yeah, so I suck at this. I really do.

    Delta is so simple, but no shit. Not PI.

    ::rules command showing an interface? That simple. I cant find the codes for it, looked through the whole tutorials section of RuneLocus and cant be bothered to do it once again here.

    Help me, and I'll give you a kiss.
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    May 2010
    Posts
    1,550
    Thanks given
    92
    Thanks received
    154
    Rep Power
    0
    Code:
    c.getPA().showInterface(1134);
    Congrats. Now just find an interface list.
    Reply With Quote  
     

  3. #3  
    V.C.C.

    Abnant's Avatar
    Join Date
    Nov 2010
    Posts
    2,291
    Thanks given
    393
    Thanks received
    796
    Rep Power
    1777
    Quote Originally Posted by Minecraft View Post
    Code:
    c.getPA().showInterface(1134);
    Congrats. Now just find an interface list.
    Thanks mate!
    Reply With Quote  
     

  4. #4  
    V.C.C.

    Abnant's Avatar
    Join Date
    Nov 2010
    Posts
    2,291
    Thanks given
    393
    Thanks received
    796
    Rep Power
    1777
    Would anyone who has the command post a code here? I cant get it to work, I need spoonfeeding on this.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Aug 2008
    Posts
    1,885
    Thanks given
    56
    Thanks received
    102
    Rep Power
    0
    You want the ::interface command or ::rules command lol
    Reply With Quote  
     

  6. #6  
    V.C.C.

    Abnant's Avatar
    Join Date
    Nov 2010
    Posts
    2,291
    Thanks given
    393
    Thanks received
    796
    Rep Power
    1777
    Quote Originally Posted by Mr Impact View Post
    You want the ::interface command or ::rules command lol
    I want the code for a command bringing up an interface with text, for examle rules. I already have the interface command.
    Reply With Quote  
     

  7. #7  
    🍕

    Linus's Avatar
    Join Date
    Dec 2008
    Age
    31
    Posts
    2,779
    Thanks given
    974
    Thanks received
    411
    Rep Power
    0
    public void TurmoilRules() {
    c.clearQuestInterface();
    for(int i = 0; i < 512; i++) {
    if(Server.playerHandler.players[i] != null) {
    if(Server.playerHandler.players[i].playerName != "null")
    sendFrame126("@dre@TurmoilPkz Rules of Playing", 8144); //Title
    sendFrame126("Thank you for reading through our rules, "+ c.playerName +".", 8147);
    // sendFrame126("Test1", 8148);
    sendFrame126("You must speak english at all times.", 8149);
    sendFrame126("You must not abuse bugs. If you do u will be banned.", 8150);
    sendFrame126("No asking for staff, it will destroy your chance.", 8151);
    sendFrame126("You are not allowed to use autoclicker.", 8152);
    sendFrame126("You are not allowed to scam people.", 8153);
    sendFrame126("You are not allowed to Extreme-flame anyone.", 8154);
    sendFrame126("You are not allowed to Pk invisible.", 8155);
    sendFrame126("If you have been banned or muted you can", 8157);
    sendFrame126("request an appeal on our forums. (@dre@::forum@bla@)", 8158);
    }
    c.getPA().showInterface(8134);
    c.flushOutStream();
    }
    }

    if(playercommand.startswith("r00lez"){
    c.getPA.TurmoilRules();
    }

    ╠╬╣
    ╦╦
    ╠╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╠╬╬╬╬╬╬╣
    ╚╩╩╩╩╩╩╝

    ╠╬╬╬╣



    Reply With Quote  
     

  8. #8  
    V.C.C.

    Abnant's Avatar
    Join Date
    Nov 2010
    Posts
    2,291
    Thanks given
    393
    Thanks received
    796
    Rep Power
    1777
    Quote Originally Posted by Linus View Post
    public void TurmoilRules() {
    c.clearQuestInterface();
    for(int i = 0; i < 512; i++) {
    if(Server.playerHandler.players[i] != null) {
    if(Server.playerHandler.players[i].playerName != "null")
    sendFrame126("@dre@TurmoilPkz Rules of Playing", 8144); //Title
    sendFrame126("Thank you for reading through our rules, "+ c.playerName +".", 8147);
    // sendFrame126("Test1", 8148);
    sendFrame126("You must speak english at all times.", 8149);
    sendFrame126("You must not abuse bugs. If you do u will be banned.", 8150);
    sendFrame126("No asking for staff, it will destroy your chance.", 8151);
    sendFrame126("You are not allowed to use autoclicker.", 8152);
    sendFrame126("You are not allowed to scam people.", 8153);
    sendFrame126("You are not allowed to Extreme-flame anyone.", 8154);
    sendFrame126("You are not allowed to Pk invisible.", 8155);
    sendFrame126("If you have been banned or muted you can", 8157);
    sendFrame126("request an appeal on our forums. (@dre@::forum@bla@)", 8158);
    }
    c.getPA().showInterface(8134);
    c.flushOutStream();
    }
    }

    if(playercommand.startswith("r00lez"){
    c.getPA.TurmoilRules();
    }
    Thanks to you, sir.
    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. Fast help, EASY..
    By Amirtje12 in forum Help
    Replies: 6
    Last Post: 02-03-2010, 02:14 AM
  2. easy and fast theiving!
    By George in forum Snippets
    Replies: 3
    Last Post: 09-18-2009, 06:17 PM
  3. Slayer on dodian - Fast & easy way
    By Dick2Deep in forum Tutorials
    Replies: 6
    Last Post: 11-06-2008, 05:31 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
  •