Thread: Galkon webclient friends list bug.

Results 1 to 4 of 4
  1. #1 Galkon webclient friends list bug. 
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    When you run the webclient jar from the desktop the friends list is fine....

    However running it from a browser users which are online appear offline and offline users appear online...

    Any ideas on what the cause is?
     

  2. #2  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Ok so running the same client on the desktop



    Which is what it suppose to be

    When running it in the browser it then turns to



    Which makes it online users appear offline... I am completely bugged out and run out of ideas to why this is doing that any help would be great!

    Code:
    		if (j >= 101 && j <= 200 || j >= 801 && j <= 900) {
    			int l = friendsCount;
    			if (anInt900 != 2)
    				l = 0;
    			if (j > 800)
    				j -= 701;
    			else
    				j -= 101;
    			if (j >= l) {
    				class9.message = "";
    				class9.atActionType = 0;
    				return;
    			}
    			if (friendsNodeIDs[j] == 0)
    				class9.message = "@red@Offline";
    			else if (friendsNodeIDs[j] == nodeID)
    				class9.message = "@gre@Online"/* + (friendsNodeIDs[j] - 9) */;
    			else
    				class9.message = "@red@Offline"/* + (friendsNodeIDs[j] - 9) */;
    			class9.atActionType = 1;
    			return;
    		}
    		if (j == 203) {
    			int i1 = friendsCount;
    			if (anInt900 != 2)
    				i1 = 0;
    			class9.scrollMax = i1 * 15 + 20;
    			if (class9.scrollMax <= class9.height)
    				class9.scrollMax = class9.height + 1;
    			return;
    		}
     

  3. #3  
    Super Donator


    Join Date
    Sep 2008
    Age
    30
    Posts
    1,894
    Thanks given
    677
    Thanks received
    776
    Rep Power
    456
    the nodeids
     

  4. #4  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Thank you so much. Rep ++
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •