Thread: Rsinterface

Results 1 to 10 of 10
  1. #1 Rsinterface 
    Registered Member Kc's Avatar
    Join Date
    Jul 2009
    Posts
    289
    Thanks given
    70
    Thanks received
    10
    Rep Power
    25
    new Rsinterface = aRSInterfaceArray210
    would this work? for this
    Code:
    RSInterface.java:3400: cannot find symbol
    symbol  : variable aRSInterfaceArray210
    location: class RSInterface
            RSInterface Tab = aRSInterfaceArray210[id] = new RSInterface();
                              ^
    1 error
    Press any key to continue . . .
    Demeaning yourself does not encourage people to help you. It just makes you look stupid and encourages people to not help you even more.
    Reply With Quote  
     

  2. #2  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    4,419
    Thanks given
    1,184
    Thanks received
    757
    Rep Power
    3098
    aRSInterfaceArray210 with interfaceCache
    Reply With Quote  
     

  3. #3  
    Registered Member Kc's Avatar
    Join Date
    Jul 2009
    Posts
    289
    Thanks given
    70
    Thanks received
    10
    Rep Power
    25
    Quote Originally Posted by 2012 View Post
    aRSInterfaceArray210 with interfaceCache
    interfaceCache = aRSInterfaceArray210; Like this?
    Demeaning yourself does not encourage people to help you. It just makes you look stupid and encourages people to not help you even more.
    Reply With Quote  
     

  4. #4  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    4,419
    Thanks given
    1,184
    Thanks received
    757
    Rep Power
    3098
    Quote Originally Posted by Kc View Post
    interfaceCache = aRSInterfaceArray210; Like this?
    Replace...
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Code:
    RSInterface RSInterface = interfaceCache[id] = new RSInterface();
    Reply With Quote  
     

  6. #6  
    Registered Member Kc's Avatar
    Join Date
    Jul 2009
    Posts
    289
    Thanks given
    70
    Thanks received
    10
    Rep Power
    25
    I did what 2012 said now i get a unpack interfaces error 95
    Demeaning yourself does not encourage people to help you. It just makes you look stupid and encourages people to not help you even more.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    If that I posted doesn't work then you're fucked because you've obviously made a mistake in the actual interface.

    I can assure you what I posted is right considering I use it, lol.
    Reply With Quote  
     

  8. #8  
    Registered Member Kc's Avatar
    Join Date
    Jul 2009
    Posts
    289
    Thanks given
    70
    Thanks received
    10
    Rep Power
    25
    Kenny, When i add yours i get 10 other errors
    want to see my code?
    I've been using this http://www.rune-server.org/showthread.php?t=132756
    Demeaning yourself does not encourage people to help you. It just makes you look stupid and encourages people to not help you even more.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Why are you using:

    Code:
    aRSInterfaceArray210
    in a non-renamed client? Lol.

    Try:

    Code:
    Class9 Tab = aClass9Array210[id] = new Class9();
    Reply With Quote  
     

  10. #10  
    Registered Member Kc's Avatar
    Join Date
    Jul 2009
    Posts
    289
    Thanks given
    70
    Thanks received
    10
    Rep Power
    25
    it's renamed look on page 7 on shankers post
    Demeaning yourself does not encourage people to help you. It just makes you look stupid and encourages people to not help you even more.
    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

Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •