Thread: [RuneDream] "Use Null" on player.

Results 1 to 3 of 3
  1. #1 [RuneDream] "Use Null" on player. 
    Banned
    Join Date
    Feb 2012
    Posts
    631
    Thanks given
    201
    Thanks received
    59
    Rep Power
    0
    Hey guys, if you are using the "RuneDream" source by "Swag" you will notice that when you right click a player it will have the option "use null > Playername"

    This can be quite frustrating if you wish to run the server/put it online.

    Firstly, go to your source files and open up client.java

    Next search for:

    Code:
    getPA().showOption(3, 0, "Null", 1);
    You will see something like this:

    Code:
    } else if (!CastleWars.isInCwWait(this) && !getPA().inPitsWait() && !inPits && !inDuelArena() && !inPcBoat() && !inPcGame() && !inWild() && !isInPyramidePlunder && !inSaradominWaitingRoom() && !inZamorakWaitingRoom() && !inGodwars()) {
    				getPA().sendFrame99(0);
    				getPA().walkableInterface(-1);
    				getPA().showOption(3, 0, "Null", 1);
    Simply remove the line:

    Code:
    getPA().showOption(3, 0, "Null", 1);
    So it now looks like this:

    Code:
    } else if (!CastleWars.isInCwWait(this) && !getPA().inPitsWait() && !inPits && !inDuelArena() && !inPcBoat() && !inPcGame() && !inWild() && !isInPyramidePlunder && !inSaradominWaitingRoom() && !inZamorakWaitingRoom() && !inGodwars()) {
    				getPA().sendFrame99(0);
    				getPA().walkableInterface(-1);
    Enjoy.
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    i just come online to contribute to spam

    woof woof bish's Avatar
    Join Date
    May 2011
    Posts
    2,450
    Thanks given
    2,209
    Thanks received
    923
    Rep Power
    5000
    lol gj and my releases name is rune design
    Reply With Quote  
     

  4. #3  
    Banned
    Join Date
    Feb 2012
    Posts
    631
    Thanks given
    201
    Thanks received
    59
    Rep Power
    0
    Oh, my bad. I used to use your release, but then I tried insanityX, now im just using a blank PI
    Reply With Quote  
     

  5. 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: 1
    Last Post: 12-01-2010, 11:24 PM
  2. "black screen" or "null"
    By dang3r in forum Help
    Replies: 2
    Last Post: 04-06-2010, 11:22 PM
  3. "hed","head","headicon" command like ::emote Rep++
    By «I Gf I» ©£ in forum Help
    Replies: 12
    Last Post: 10-06-2009, 05:30 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
  •