Thread: elvarg client bugs

Results 1 to 6 of 6
  1. #1 elvarg client bugs 
    Donator

    Join Date
    Jul 2012
    Posts
    186
    Thanks given
    17
    Thanks received
    3
    Rep Power
    0
    [Only registered and activated users can see links. ]




    and every staff member has the same icon shown [Only registered and activated users can see links. ]

    if he is mod or admin or owner or dev and maybe more ranks show the same

    im not that mush at the client can someone help

    bumppp
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Jul 2012
    Posts
    186
    Thanks given
    17
    Thanks received
    3
    Rep Power
    0
    bump
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    Oct 2010
    Posts
    2,858
    Thanks given
    1,206
    Thanks received
    1,614
    Rep Power
    5000
    Wasn't like this in the original release, you must have messed something up.
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jul 2012
    Posts
    186
    Thanks given
    17
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by Professor Oak View Post
    Wasn't like this in the original release, you must have messed something up.
    nope didnt add or did something with the client files at all can you help ?
    Reply With Quote  
     

  5. #5  
    What's a sundial in the shade?

    Lumiere's Avatar
    Join Date
    May 2013
    Age
    24
    Posts
    538
    Thanks given
    216
    Thanks received
    98
    Rep Power
    113
    This actually is a problem on original release, at-least it was for me as-well.
    Or maybe it was OSRS-Pk, not sure.

    To fix this, go to your Client class and find something like this;
    Code:
    			if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 1;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 2;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 3;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 4;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 5;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 6;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 7;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 8;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 9;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(6);
    				data = 10;
    			}
    There is a total of 4 or 5 of these same 'if else if' statement blocks.
    Locate them all, and for each one, make sure you have the 3rd crown data. -> "@[email protected]"

    Code:
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 3;
    I posted the same help thread in May, and the first thread regarding this issue was made in April.
    I know a couple people I've helped resolve this issue, so it's definitely not uncommon!

    EDIT: I just noticed you've stated that this is apparently for every mod icon.
    If that's the case, then it certainly isn't normal and you should probably check the statements handling it in the Client class.
    For myself and others; it was just the owner icon showing as the java icon and nothing more, easy fix.

    Spoiler for Revy is perfect:
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Donator

    Join Date
    Jul 2012
    Posts
    186
    Thanks given
    17
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by Lumiere View Post
    This actually is a problem on original release, at-least it was for me as-well.
    Or maybe it was OSRS-Pk, not sure.

    To fix this, go to your Client class and find something like this;
    Code:
    			if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 1;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 2;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 3;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 4;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 5;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 6;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 7;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 8;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 9;
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(6);
    				data = 10;
    			}
    There is a total of 4 or 5 of these same 'if else if' statement blocks.
    Locate them all, and for each one, make sure you have the 3rd crown data. -> "@[email protected]"

    Code:
    			} else if (s != null && s.startsWith("@[email protected]")) {
    				s = s.substring(5);
    				data = 3;
    I posted the same help thread in May, and the first thread regarding this issue was made in April.
    I know a couple people I've helped resolve this issue, so it's definitely not uncommon!
    thank you very mush it worked fine
    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. Stewie's client bugs
    By tateiscool in forum Help
    Replies: 1
    Last Post: 08-22-2009, 03:15 AM
  2. [508] Client Bug, Help!
    By fxscape in forum Help
    Replies: 4
    Last Post: 04-14-2009, 09:11 AM
  3. Hd client Bug pelase help
    By Clawscape in forum Help
    Replies: 3
    Last Post: 03-25-2009, 12:59 PM
  4. Two Client Bugs (Minimap and Herblore Icon)
    By Jeremy Yak in forum Help
    Replies: 6
    Last Post: 02-07-2009, 02:32 AM
  5. Wierd Client bug-glitch (Please have a look)
    By yasoof0wnz in forum Help
    Replies: 6
    Last Post: 12-01-2008, 08:54 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
  •