Hello i use HeidiSQL and I was wondering how I make more accounts for more of my friends to play, eventually wanna go public but for now i just need like 10 accounts but im not sure how to create them, thanks!
Hello i use HeidiSQL and I was wondering how I make more accounts for more of my friends to play, eventually wanna go public but for now i just need like 10 accounts but im not sure how to create them, thanks!
I would recommend using Navicat Lite but since you are using HeidiSQL I would use this query in your 'accounts' database:
INSERT INTO accounts SET login = 'Your_Username', password = 'Your_Password', gm = 'az', flags = 8;
This makes a BC account with admin privileges. Just take away the 'az' to make a regular account