Thread: interface

Results 1 to 5 of 5
  1. #1 interface 
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    i was following this tutorial http://www.rune-server.org/runescape...much-more.html but got errors on this /*Fire Cape Upgrader*/
    } if (c.dialogueAction == 512) {
    c.getPA().showInterface(32000);
    return;
    }
    /*End of Fire cape upgrader*/
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    Post the error..
    If only I hadn't given you up, my life could've been different.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by True Faith View Post
    Post the error..
    src\server\model\players\packets\ClickingButtons.j ava:1762: error: 'else' wit
    t 'if'
    } else if (c.dialogueAction == 2) {
    ^
    src\server\model\players\packets\ClickingButtons.j ava:1795: error: orphaned c

    case 9158:
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3309: error: illegal st
    of type
    if (c.isAutoButton(actionButtonId))
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3309: error: <identifie
    expected
    if (c.isAutoButton(actionButtonId))
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3309: error: ';' expect
    if (c.isAutoButton(actionButtonId))
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3309: error: illegal st
    of type
    if (c.isAutoButton(actionButtonId))
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3309: error: <identifie
    expected
    if (c.isAutoButton(actionButtonId))
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3309: error: ';' expect
    if (c.isAutoButton(actionButtonId))
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3310: error: illegal st
    of type
    c.assignAutocast(actionButtonId);
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3310: error: <identifie
    expected
    c.assignAutocast(actionButtonId);
    ^
    src\server\model\players\packets\ClickingButtons.j ava:3313: error: class, int
    ace, or enum expected
    }
    ^
    11 errors
    Press any key to continue . . .
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    One thing is.. The bracket before you started the if statement isn't needed.. Might be your problem
    If only I hadn't given you up, my life could've been different.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    thanks
    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. Rune--Cheat Client Full interface *pictures + Video*
    By i ant geting in no plane in forum Downloads
    Replies: 27
    Last Post: 01-25-2008, 03:09 AM
  2. Recoloring the whole interface and stuff!!!!!!
    By Ninja Cat in forum Tutorials
    Replies: 19
    Last Post: 12-09-2007, 07:03 AM
  3. Replies: 15
    Last Post: 09-15-2007, 06:48 PM
  4. Packet 36 - Interface button Status
    By uber killer in forum Tutorials
    Replies: 9
    Last Post: 07-31-2007, 04:33 AM
  5. Adding Gfz in WhiteScape And Advanced Level Interface
    By Santa Noobie in forum Tutorials
    Replies: 1
    Last Post: 05-29-2007, 10:52 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
  •