Thread: Serversided setSidebarInterface isn't working properly? [PI]

Results 1 to 5 of 5
  1. #1 Serversided setSidebarInterface isn't working properly? [PI] 
    Registered Member
    Join Date
    Jan 2014
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    First off, here's my Client.java from my server: http://pastebin.com/raw.php?i=mtQtLnBa

    and here's the RSInterface.java from my client: http://pastebin.com/raw.php?i=7C03nerh

    Basically, I'm trying to make my new interface (interface 6000 in RSInterface.java) appear in my quest tab.

    I changed line 421 in my Client.java from
    Code:
    			setSidebarInterface(2, 638);
    (638 being the old quest interface)
    to the new interface
    Code:
    			setSidebarInterface(2, 6000);
    (6000 being the new quest interface)

    But when I load up ingame, my quest tab is completely empty. I (think) I added the interface properly, and the sprites are all in the correct folder - so why isn't this working?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2014
    Posts
    813
    Thanks given
    69
    Thanks received
    47
    Rep Power
    9
    or else you can cache pack the setbar interface with tom cache suite and replace the one you dont want.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2014
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Michael Jordan View Post
    or else you can cache pack the setbar interface with tom cache suite and replace the one you dont want.

    What? What do you mean cache pack it? Why would it be loading the interface from the cache? The code & sprites aren't loaded from cache data files o.O
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2014
    Posts
    9
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    . Still need help
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Feb 2014
    Posts
    611
    Thanks given
    122
    Thanks received
    207
    Rep Power
    117
    Yeah found the issue..

    In Rsinterface.java, Under: aClass44 = streamLoader;

    Add the following: infoTab(textDrawingAreas);

    Save, and compiler and now the interface wont be blank




    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. [PI] Mute Command isn't working [PI]
    By Spec in forum Help
    Replies: 8
    Last Post: 07-04-2012, 10:13 PM
  2. [pi] hits not working properly
    By iSacred in forum Help
    Replies: 25
    Last Post: 04-18-2012, 01:17 PM
  3. [PI] NPCDrops.TSM isn't working
    By Asphyxiation in forum Help
    Replies: 12
    Last Post: 01-27-2012, 05:19 PM
  4. Replies: 4
    Last Post: 07-03-2011, 04:52 PM
  5. [PI] My GMaul spec isn't working
    By Beanerrr in forum Help
    Replies: 8
    Last Post: 03-20-2011, 08:26 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
  •