Author Topic: [Client] Friend List v1.1.3 (Hotfix 1.1.2: fixed game breaking bugs)  (Read 5633 times)

Friend List
Version 1.1.3

This mod allows you to add friends to a list, whenever these people connect/disconnect or send a chat message a little 'friend icon' will appear in front of their message

You can access the friend list from the player list gui in the bottom right corner

hit add on the friend list to add a user by their BL_ID

hit the remove button to remove the selected user from your friend list

feat: random people on a server


Download
swololol.com
4.8 kb


Changelog
Hotfix 1.0.1:
-fixed a bug where I basically left off all the arguments to a function because trace didn't give them to me
Hotfix 1.0.2:
-for some ungodly reason everyone breaks blockland message functions, so the mod no longer relies on the server sending you the correct tagged string
v1.1
-Friends List will now attempt to automatically get a player name from greek2me's name database if you add them and they aren't on the server you are currently on
-fixed some bugs
v1.1.1
-added enter key accelerator to adding/remove friend
v1.1.2
-fixed endless loop of web requests (sorry greek's server)
v1.1.3
-fixed a bug where you could type in blids greater than 7 digits and it would kill everthing
« Last Edit: April 12, 2015, 03:25:41 AM by Swollow »

damn i hate releasing things at 1 am where are all the easterns

Good job. Was it worth releasing at 1AM?

i still need to add more stuff to it but i can do that later


clicking the friend list button while having someone selected should automatically bring up a prompt whether you want to add them


So you can add and remove friend even when you're not on the same server?

So you can add and remove friend even when you're not on the same server?
Yep.

clicking the friend list button while having someone selected should automatically bring up a prompt whether you want to add them
when you have a name selected and you hit friendlist it will auto fill the bl id when you then hit add friend

I think this mod is preventing me from building somehow
I fixed it redownload

accidentally shaved off a bunch of arguments from an important function >.<
« Last Edit: April 09, 2015, 12:15:53 PM by Swollow »

when you have a name selected and you hit friendlist it will auto fill the bl id when you then hit add friend
o i see

damn i hate releasing things at 1 am where are all the easterns
I live in Washington too so I was asleep. Useful add-on since DAProgs' rtb went down. Thanks for releasing it.

Hotfix 1.0.1:
fixed a bug where I basically left off all the arguments to a function because trace didn't give them to me
Hotfix 1.0.2:
for some ungodly reason everyone breaks blockland message functions, so the mod no longer relies on the server sending you the correct tagged string

Nice work! I see you didn't include the auto-lookup, though.

It would be pretty easy. Just include Support_TCPClient from here: http://greek2me.us/code/

Then all you have to do is:
Code: [Select]
connectToURL("http://stats.greek2me.us/user-lookup.php?blid=11902", "GET", "", "SwoleLookup");

function SwoleLookup::handleText(%line)
{
     //do stuff with the results
}