Hi i just got my server public and me and my friend both wanna be gms im using hamachi/Ac repack and dont realy want to have to download another complex thing :P anyways if you can help that would be great.
Hi i just got my server public and me and my friend both wanna be gms im using hamachi/Ac repack and dont realy want to have to download another complex thing :P anyways if you can help that would be great.
you can make one on navicat under
account/fill in the gaps/ save/ reload the logon/ done
ware in my database lol :P i open accounts in a notepad here C:\AC Web Ultimate Repack\Server\mysql\data\logon
no you need a database handler like navicat or sqlyog etc... then go into accounts table and look for GM column then type AZ there and your done
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
ah you have a repack.. probably MySQL running automatically...
check logon.config for:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "panex"
Name = "ascent"
Port = "3306"
Type = "1">
the details will be different but keep the username and password in your mind... start up navicat and in connection info type:
host: 127.0.0.1
username: the one from logon.conf
password: the one from logon.conf
then connect and you should be able to see all tables... then open up accounts table and edit the column "GM" and set value to "az"
or run this query to make all accounts GM (you can run queries in navicat also):
Code:update accounts set gm = "az"
grtz![]()
Last edited by latruwski; 01-28-2008 at 04:53 PM.