Hi guys, im super nub at this just trying to install a server have fun test some stuff not going to run any server , here is the thing i Follow this Guide everything is ok server is up but when i try to log in with admin account its says Account dose not Exit so after searching i figure out i have to add admin in database in dbo.Users_Master , now my question is how to do it any Screen shot , video any help would be nice
like i said im Super nub lol just trying to learn slowly i spent 48 hour lol so plz help
first of all u need to use the search function ur problem was posted several times already + search in youtube aswell. there are some nice vids about that. and using 48h to work on that thing is to less time u will need much more time!
first of all u need to use the search function ur problem was posted several times already + search in youtube aswell. there are some nice vids about that. and using 48h to work on that thing is to less time u will need much more time!
i did search like i said im new to my sql and just need a little help to understand how to add the admin there even an screen shot would help
UserId = ur Username
Password= Ur password
JoinDate= leave it as it is
Admin= (your choise..True for admin False for normal)
AdminLevel= 255 for admin 0 for normal
Usequeue= False
Status= 16 for admin 0 for normal
Leave= 0
LeaveDate= leave it as it is
Usertype= A for admin N for normal
Leave the rest as it is.
Don't know what everything mean but this should let you create a new ID.
Ah!
After this you will probably have the account name problem that already exist...Well if you will
Open the ServerManagmentStudio and do a new query and past this in:
Quote:
USE [PS_GameData]
GO
drop procedure [dbo].[usp_Save_Char_Item_Add_E]
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
/****** 개체: 저장 프로시저 dbo.usp_Save_Char_Item_Add_E ******/