LOLserver: Why do we need to see our offline/hidden friends in the overall friends list, rather see ONLY the ready, available & busy friends.
It's the overall friends list that is the problem, where the limitation is.
golfkid210:
Admitting complete ignorance of the
way things are coded here, how much trouble could it be to add another
digit, making it hex FFF? That would add a whole lot of extra friend
slots to be used.
Doesn't quite work like that, next value would be hex FFFF which is equivalent to 65535. But like I said it should just be a case of changing the variable type... in the code, not something individuals can do themselves. Using the incorrect variable type is a common cause of errors where large ranges of numbers are used. Not 100% sure if it would affect any other areas of code though, e.g. field/text box/label sizes, scroll bars, etc. Maybe there's a limitation on the scroll bar in the friends list.