Thread: Quest tab "highlighting" quests

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Quest tab "highlighting" quests 
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Hey everyone. I recently added the Cooks Assistant quest to my server, and it works and all but... well, look at the problem yourselves:



    Is there any way to make it highlight like normal? I replaced it with the sendframe127... Thanks in advance!
    Reply With Quote  
     

  2. #2  
    Registered Member Recursion's Avatar
    Join Date
    Feb 2010
    Posts
    638
    Thanks given
    0
    Thanks received
    29
    Rep Power
    41
    I would say this is client sided, if anything. When you change a text line's color via the server, the color isn't able to go white upon scollover anymore.

    Make sure you don't have any @colorhere@ when you change the text for that interface server-sided and you should be fine.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Nukka View Post
    I would say this is client sided, if anything. When you change a text line's color via the server, the color isn't able to go white upon scollover anymore.

    Make sure you don't have any @colorhere@ when you change the text for that interface server-sided and you should be fine.
    But then when they're in the second stage (when it turns yellow) it'll have the same problem, and the same thing with it being completed. It will be green, but won't hover white when hovered over with a mouse.
    Reply With Quote  
     

  4. #4  
    Registered Member Recursion's Avatar
    Join Date
    Feb 2010
    Posts
    638
    Thanks given
    0
    Thanks received
    29
    Rep Power
    41
    That's true. Head to the client help section as that is where your problem exists. I would help look into it more for you but it's late here and I'm exhausted as it is. May have a look tomorrow.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Freezia's Avatar
    Join Date
    Feb 2011
    Posts
    6,013
    Thanks given
    1,147
    Thanks received
    758
    Rep Power
    1311
    TBH, this is 100% client sided look in rsinterface.java


    Host your RUNESCAPE PRIVATE SERVER on the cheapest and flagship provider on Rune-Server! Now equipped with DDOS Protection!.


    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Does anyone know yet?
    Reply With Quote  
     

  7. #7  
    looking for partnership

    Satan's Avatar
    Join Date
    Oct 2010
    Posts
    833
    Thanks given
    287
    Thanks received
    68
    Rep Power
    269
    post the methode you have in client.java ( source )

    [/url]
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Johan View Post
    post the methode you have in client.java ( source )

    Code:
    public void loadQuests() {
    		if(c.cooksAssistant == 0) {
            	sendFrame126("@red@Cook's Assistant", 7333);
    		} else if(c.cooksAssistant == 3) {
    			sendFrame126("@gre@Cook's Assistant", 7333);
    		} else {
    			sendFrame126("@yel@Cook's Assistant", 7333);
    		}
    		if(c.doricsQuest == 0) {
            	sendFrame126("@red@Doric's Quest", 7336);
    		} else if(c.doricsQuest == 3) {
    			sendFrame126("@gre@Doric's Quest", 7336);
    		} else {
    			sendFrame126("@yel@Doric's Quest", 7336);
    		}
    }
    Reply With Quote  
     

  9. #9  
    looking for partnership

    Satan's Avatar
    Join Date
    Oct 2010
    Posts
    833
    Thanks given
    287
    Thanks received
    68
    Rep Power
    269
    That seems fine :-O how bouth the rsinterface methode?

    [/url]
    Reply With Quote  
     

  10. #10  
    Номер 1


    Leanbow's Avatar
    Join Date
    Feb 2008
    Posts
    5,895
    Thanks given
    1,564
    Thanks received
    2,624
    Rep Power
    5000
    Don't use sendframe126(send string), use sendcolor packet or config(idk if 317-377 had it)
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Replies: 9
    Last Post: 11-22-2012, 04:10 PM
  2. "hed","head","headicon" command like ::emote Rep++
    By «I Gf I» ©£ in forum Help
    Replies: 12
    Last Post: 10-06-2009, 05:30 AM
  3. "Free Quests" String
    By Ryan. in forum Help
    Replies: 2
    Last Post: 07-28-2009, 02:39 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •