Thread: [PI] ::empty Command

Results 1 to 9 of 9
  1. #1 [PI] ::empty Command 
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Hey everybody , i been tryna add an empty command with an option , i used this tutorial http://www.rune-server.org/runescape...option-pi.html

    When i click empty it wont do anything though



    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  2. #2  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Bump
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    Dec 2007
    Posts
    649
    Thanks given
    117
    Thanks received
    61
    Rep Power
    105
    I can take a look over TV if you're desperate for this
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Feb 2012
    Posts
    167
    Thanks given
    57
    Thanks received
    16
    Rep Power
    0
    Switch command with

    Code:
                            if (playerCommand.startsWith("empty")) {
                                    c.getItems().removeAllItems();
                                    c.sendMessage("You empty your inventory");
                            }
    Reply With Quote  
     

  5. #5  
    Howdy

    nMik's Avatar
    Join Date
    Nov 2010
    Posts
    1,060
    Thanks given
    144
    Thanks received
    147
    Rep Power
    107
    did u add a dialogueAction?

    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2010
    Posts
    942
    Thanks given
    44
    Thanks received
    124
    Rep Power
    0
    Add the clickingbuttons.
    Reply With Quote  
     

  7. #7  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Quote Originally Posted by Gunnix View Post
    Switch command with

    Code:
                            if (playerCommand.startsWith("empty")) {
                                    c.getItems().removeAllItems();
                                    c.sendMessage("You empty your inventory");
                            }
    That wouldn't give the option though.. I don't want kids emoting by accident
    Quote Originally Posted by Artesia View Post
    did u add a dialogueAction?
    Ugh look at the guide I used , but instead of itemassistant I put it in player assistant so I wouldn't get errors
    Quote Originally Posted by Rene Eats Waffl3z View Post
    Add the clickingbuttons.
    look at the guide I put that code in clicking buttons
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    May 2011
    Posts
    1,238
    Thanks given
    193
    Thanks received
    267
    Rep Power
    0
    When you click the 'Yes I'd like to empty' dialogue check what dialogue action it sends in the CMD.

    Then simply do something like this:

    Code:
     if (c.dialogueAction == ###) { 
             c.getPA().removeAllItems();
    } else {
             return;
    Reply With Quote  
     

  9. #9  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Quote Originally Posted by Zelix View Post
    When you click the 'Yes I'd like to empty' dialogue check what dialogue action it sends in the CMD.

    Then simply do something like this:

    Code:
     if (c.dialogueAction == ###) { 
             c.getPA().removeAllItems();
    } else {
             return;
    In clicking buttons.java right? The guide I used was complete shit .. Gave like 13 different errors throughout all the folders , I switched around and fixed all the errors but probably left out something basic in clickingbuttons
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    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. ::empty Command
    By Trek in forum Help
    Replies: 4
    Last Post: 08-10-2011, 09:11 PM
  2. [PI] ::empty command?
    By LorenzoMKW in forum Help
    Replies: 1
    Last Post: 05-06-2011, 06:35 PM
  3. PI empty command
    By Ninja assassin in forum Help
    Replies: 3
    Last Post: 09-17-2010, 09:15 PM
  4. ::empty Command
    By Mr Fox in forum Requests
    Replies: 1
    Last Post: 08-26-2010, 03:43 PM
  5. Empty command
    By Icy Whip in forum Help
    Replies: 4
    Last Post: 06-19-2010, 08:30 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
  •