|
|
how did mx3 do different login files for there 830 and 718 so they could have the same acc but different player files
this is my last problem as I can't figure this out can anyone help me here.


not from what i see in the server files/login server ik im doing something wrong just not sure what?

The Matrix 830 server uses a custom file system (MiniFS). The player data and other data files are located in a file called data/accounts_data_USERNAME.data and data/server_data_USERNAME.data
I do not really know how to modify files in the file system, you can however, with some modding, change the FileStore class to use regular files instead.
but how would u seperate the login files on different revisions mx had that since they were a 718 and a 830 there should be something in the login server files to deter that unless it could be client sided?

anyone?

i see this in my decodeworldlogin so i assume this has something to do with the cross world accs i think theres suppose to be something in the client that mx3 was sending to tell the login server if it is a different server then create a new account for the other revision, just not sure where to look can anyone help me here.
Code:boolean differentServer = stream.readUnsignedByte() == 1; int serverId1 = stream.readUnsignedShort(); int serverId2 = stream.readUnsignedShort();

figured out the problem for some odd reason its saving the whole file where the login files should be nothing is being saved in server_data not sure why. which thus wont let me use same login accs with different revisions can anyone help me here.

anyone still confused been months cant figure this out willing to pay someone to fix this for me.

| « [718] How to send inventory interface without nulling tabs | Restart of server in launcher code with CMD » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |