Cant Log in

01/07/2013 15:29 Tomiscool#1
okay so i think i might have made my first account wrong but i know my user and password is correrct but the game keeps saying its not can somone please post a correct ADM account that i can use as a template to make mine in .dbousers master
01/07/2013 15:37 TeddyBear94#2

pls use next time the god damn search engine ... -.-
01/07/2013 15:48 Tomiscool#3
Still doesnt work can i skype you?
01/08/2013 10:22 nephren#4
Check your IP Address in your game.exe.
Wrong IP i guess.

Code:
IF NOT EXISTS (SELECT UserUID FROM PS_UserData.dbo.Users_Master WHERE UserUID=1)
BEGIN
	INSERT INTO PS_UserData.dbo.Users_Master
	(UserUID, UserID, Pw, JoinDate, Admin, AdminLevel, UseQueue, Status, Leave, LeaveDate, UserType, UserIp, ModiIp, ModiDate, Enpassword, Point)
	VALUES (1,'Tomiscool', 'adminpass', GETDATE(), 1, 255,'',16,'', GETDATE(),'A',NULL,NULL,NULL,NULL,0);
END