i want to extract information about the friend list to use it elsewhere
What i want to know is the player's name and the names of the friends he added
I noticed that nothing happens in the buddyLists/ folder when I add and delete friends, so I don't think that the data is stored there
however in this file: datastore/__sfscore__.data I can see the database structure and data
Code: Select all
CREATE CACHED TABLE PUBLIC.BLIST_636F636F6C616E6933(
OWNER VARCHAR(255) NOT NULL,
NAMES_LIST LONGVARCHAR,
BLOCK_LIST LONGVARCHAR,
VAR_KEYS LONGVARCHAR,
VAR_VALUES LONGVARCHARAlternatively, is it possible to fetch a particular player's friends list through extensions (JavaScript/ActionScript)?
Apologies, it's been quite a while since I last used SmartFox. And, thank you.