Thread: Curse interface all buttons active

Results 1 to 2 of 2
  1. #1 Curse interface all buttons active 
    Server developer


    Join Date
    Jul 2010
    Posts
    881
    Thanks given
    265
    Thanks received
    55
    Rep Power
    94
    Hey,

    Not sure if this is handled server-sided or client-sided. Anyone knows how to fix it so they don't all glow when you pop-up the interface? Would be appriciated.

    Attached image
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2012
    Posts
    518
    Thanks given
    43
    Thanks received
    13
    Rep Power
    14
    I don't know much about curses since i hate them but for the regular prayers it's handled in Player.java.

    Code:
    public final int[] PRAYER_GLOW = { 83, 84, 85, 601, 602, 86, 87, 88, 89,
    			90, 91, 603, 604, 92, 93, 94, 95, 96, 97, 605, 606, 98, 99, 100,
    			607, 608, 609 };
    	public final int[] PRAYER_HEAD_ICONS = { -1, -1, -1, -1, -1, -1, -1, -1,
    			-1, -1, -1, -1, -1, -1, -1, -1, 2, 1, 0, -1, -1, 3, 5, 4, -1, -1 };
    	// {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,3,2,1,4,6,5};
    
    	public boolean[] prayerActive = { false, false, false, false, false, false,
    			false, false, false, false, false, false, false, false, false,
    			false, false, false, false, false, false, false, false, false,
    			false, false, false };
    OFFERING GOOD SERVICES!
    http://www.rune-server.org/market/vi...aces-more.html
    Spoiler for My Vouches:
    Quote Originally Posted by Collin2234 View Post
    Vouch! He did my webclient, great work and a nice guy! Thanks.
    Quote Originally Posted by Clevv View Post
    Vouch for this guy. He went first. Well trusted and a nice guy.
    Quote Originally Posted by x25xquinton View Post
    VOUCH- He basically made my summoning interface for me, summoning tab witchever. Payed and went smooth.
    Reply With Quote  
     

  3. Thankful user:



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. bank all button
    By BlingBlong in forum Help
    Replies: 3
    Last Post: 03-08-2010, 05:22 AM
  2. My New Bank Interface 80% Buttons Working
    By Neekage in forum Show-off
    Replies: 11
    Last Post: 02-27-2010, 03:35 AM
  3. Replies: 2
    Last Post: 12-18-2009, 07:18 PM
  4. Replies: 0
    Last Post: 03-20-2009, 04:59 AM
  5. Resetting all buttons [ANTI LEECH]
    By Diablo1123 in forum Tutorials
    Replies: 15
    Last Post: 05-25-2007, 06:45 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
  •