Thread: Question about client error.

Results 1 to 2 of 2
  1. #1 Question about client error. 
    Registered Member rockarocka's Avatar
    Join Date
    May 2010
    Posts
    978
    Thanks given
    27
    Thanks received
    7
    Rep Power
    20
    Hello guys, could you help me out please. I'm trying to add left click option for Armour sets , trying to convert from 317 to 508 but as i'm programming just for fun i'm well a bit stuck...

    ItemDef class - https://pastebin.com/29V4Nz23

    Error:

    Code:
    files\ItemDef.java:757: error: cannot find symbol
                            if(ItemDef.id == set){
                                      ^
      symbol:   variable id
      location: class ItemDef
    files\ItemDef.java:758: error: cannot find symbol
                                    ItemDef.itemActions = new String[5];
                                           ^
      symbol:   variable itemActions
      location: class ItemDef
    files\ItemDef.java:759: error: cannot find symbol
                                                    ItemDef.itemActions[0] = "Open";
                                                           ^
      symbol:   variable itemActions
      location: class ItemDef
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Owner of Zerion/Orvii
    robstever's Avatar
    Join Date
    Jun 2013
    Posts
    154
    Thanks given
    60
    Thanks received
    22
    Rep Power
    45
    this error is saying itemDef cannot be found. is there a local reference to it? is it imported?

    Quote Originally Posted by rockarocka View Post
    Hello guys, could you help me out please. I'm trying to add left click option for Armour sets , trying to convert from 317 to 508 but as i'm programming just for fun i'm well a bit stuck...

    ItemDef class - https://pastebin.com/29V4Nz23

    Error:

    Code:
    files\ItemDef.java:757: error: cannot find symbol
                            if(ItemDef.id == set){
                                      ^
      symbol:   variable id
      location: class ItemDef
    files\ItemDef.java:758: error: cannot find symbol
                                    ItemDef.itemActions = new String[5];
                                           ^
      symbol:   variable itemActions
      location: class ItemDef
    files\ItemDef.java:759: error: cannot find symbol
                                                    ItemDef.itemActions[0] = "Open";
                                                           ^
      symbol:   variable itemActions
      location: class ItemDef
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
    this error is saying itemDef cannot be found. is there a local reference to it? is it imported?
    Attached image
    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. A Genreal Question About Client coding
    By RuneTwo in forum Help
    Replies: 1
    Last Post: 02-15-2012, 07:05 AM
  2. [question] about clients..
    By Sieu in forum Help
    Replies: 6
    Last Post: 01-06-2012, 03:15 AM
  3. Some questions about Client's??
    By Darna in forum Help
    Replies: 4
    Last Post: 06-29-2010, 10:12 PM
  4. Some questions about client
    By Darna in forum Help
    Replies: 6
    Last Post: 01-13-2010, 10:50 PM
  5. Quick Question about client
    By ritz929 in forum RS 503+ Client & Server
    Replies: 0
    Last Post: 08-03-2008, 06:42 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
  •