Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Create account on SQL Server??

Newbie Spellweaver
Joined
Jul 11, 2008
Messages
5
Reaction score
0
really sry^^;;

i'm noob..oO

How to create a manually account on your SQL Server?

detail explan..^^
 
Divine Celestial
Joined
Feb 26, 2007
Messages
801
Reaction score
8
Hi again,

-To create an account go in ur sql database
expand databases/accountdb/tables here u can see a lot of tables,the table u have to use is the dbo.*GameUser * is the first letter of the account ID (A for an account begining by A,B for B,...)
When u open the table(right clik/open the tables u have to fill some informations:
Userid:account id
Passwd:password
Gamecode:0
Gpcode:0
RegistDay:1/1/1900
DisuseDay:1/1/2100
Useperiod :30
inuse:0
Grade:0
EventChk:0
Blokck:0
Specialchk:0
ServerName:Your server name
Credit:0
Ecoin:0
StartDay:1/1/1900
EndDay:1/1/2100
EditDay:NULL
Rno:0
DelChk:0
Channel:0
Bnum:0
MXServer:0
MxChar:0
MXType:NULL
Be carreful:Dun use enter to pass to next step,only use enter at the last data

-Version line isn't obligatory lot of hotuk have the line disabled(with //)

-Nvm the name of the reg file,only the content is important ;)
Put it client side and don't forget to fill the right informations in

-right,u need a client side admin hotuk.ini that work with ur client version(try several hotuks)

-A kpt1871 client is somewhere on a topic but without search button it's hard to find it :(
Next time, take a look in the RFT thread on the different posts in there. You can find it in the sticked area.
 
Back
Top