Thread: [Quick Rep++] An Easy Question

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 [Quick Rep++] An Easy Question 
    Banned
    Join Date
    Dec 2011
    Posts
    532
    Thanks given
    219
    Thanks received
    53
    Rep Power
    0
    Where should i put this in Client.java (Client Sided) :

    Code:
    disabledMessage = message
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Aug 2008
    Age
    28
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0
    You need to add a semi colon after it first of all. You might want to also declare it public or private.
    Code:
    private disabledMessage = message;
    Put it with all the other variables, for example, under:
    Code:
    public int MapX, MapY;
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Dec 2011
    Posts
    532
    Thanks given
    219
    Thanks received
    53
    Rep Power
    0
    Quote Originally Posted by Devonne Cerfè View Post
    You need to add a semi colon after it first of all. You might want to also declare it public or private.
    Code:
    private disabledMessage = message;
    Put it with all the other variables, for example, under:
    Code:
    public int MapX, MapY;


    Incorrect .
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jun 2009
    Posts
    2,918
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    Better explanation of what the code does/u want it to do.
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Dec 2011
    Posts
    532
    Thanks given
    219
    Thanks received
    53
    Rep Power
    0
    Quote Originally Posted by iQuality View Post
    Better explanation of what the code does/u want it to do.
    Money Pouch .
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Aug 2008
    Age
    28
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0
    You shouldn't need to add it.
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Dec 2011
    Posts
    532
    Thanks given
    219
    Thanks received
    53
    Rep Power
    0
    Quote Originally Posted by Devonne Cerfè View Post
    You shouldn't need to add it.
    It needs to be added
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Dec 2011
    Posts
    532
    Thanks given
    219
    Thanks received
    53
    Rep Power
    0
    I got these compiler errors -

    Code:
    client.java:3873: cannot find symbol
    symbol  : variable disabledMessage
    location: class RSInterface
                            pushMessage("Your money pouch currently contains "+RSInt
    erface.interfaceCache[8135].disabledMessage+" coins.", 0, "");
    
                               ^
    client.java:12489: cannot find symbol
    symbol  : variable disabledMessage
    location: class RSInterface
                            String Cash = RSInterface.interfaceCache[8135].disabledM
    essage;
                                                                          ^
    client.java:12492: cannot find symbol
    symbol  : variable disabledMessage
    location: class RSInterface
                            smallText.method382(getMoneyOrbColor(cash), 485, RSInter
    face.interfaceCache[8134].disabledMessage+"", 102, true);
    
                             ^
    ItemDef.java:238: cannot find symbol
    symbol  : variable itemActions
    location: class ItemDef
                            itemDef.itemActions = new String[5];
                                   ^
    ItemDef.java:239: cannot find symbol
    symbol  : variable itemActions
    location: class ItemDef
                            itemDef.itemActions[4] = "Drop";
                                   ^
    ItemDef.java:240: cannot find symbol
    symbol  : variable itemActions
    location: class ItemDef
                            itemDef.itemActions[3] = "Add-to-pouch";
                                   ^
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    6 errors
    Press any key to continue . . .
    Reply With Quote  
     

  9. #9  
    Registered Member
    Lennard's Avatar
    Join Date
    Mar 2010
    Posts
    926
    Thanks given
    0
    Thanks received
    234
    Rep Power
    274
    change disabledMessage to message and itemActions to actions.
    [Only registered and activated users can see links. ]
    The greatest upcoming OSRS PK server
    Reply With Quote  
     

  10. #10  
    GANGNAM STYLE!

    Ohad's Avatar
    Join Date
    Aug 2011
    Posts
    3,182
    Thanks given
    152
    Thanks received
    352
    Rep Power
    1671
    you don't need to add it....look at this tut....[Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    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. Quick Question. [REP+]
    By H3llk03r in forum Help
    Replies: 7
    Last Post: 02-06-2011, 01:31 AM
  2. easy quick rep. tele in combat
    By Bliss-Scape in forum Help
    Replies: 4
    Last Post: 06-07-2010, 06:49 AM
  3. easy help for quick rep
    By lipkin in forum Help
    Replies: 2
    Last Post: 03-31-2010, 08:48 PM
  4. Help, quick and easy, rep+!
    By Rainaka in forum Help
    Replies: 5
    Last Post: 08-11-2009, 11:07 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
  •