A3 mmorpg Wiki
Advertisement

Ok guys, if you have a reason to rename accounts here is what you have to do:

Account file is stored like this:

Account name: test

Account filename:

ascii(t) . ascii(e) . ascii(s) . ascii(t) = 116.101.115.116.acl

To find the folder you have to do:

((116 ^ 2) + (101 ^ 2) + (115 ^ 2) + (116 ^ 2)) modulo 1000 = 338

So this account file would be stored in c:\account\338\116.101.115.116.acl ( or wherever you placed your account folder)

a) Now make a backup of this file and rename it accordingly.

b) Solve the exponation equation i described and copy the file to the folder number you got by solving equation.

Advertisement