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!

Source Code - Dits V16.8

Status
Not open for further replies.
Initiate Mage
Joined
Mar 18, 2016
Messages
2
Reaction score
0
Hello, how to fix this error please:

2016/ 3/31 20:58:46
OnCloseExistingConnection(): pUser is NULL, graphonyx
 
Initiate Mage
Joined
Nov 17, 2017
Messages
3
Reaction score
0
Which rev. Is the best to use for less bug guys?
I dont have knowledge in any programing, i just want to play it offline on my past time and put all custom files i've got..
 
Newbie Spellweaver
Joined
Jun 15, 2014
Messages
20
Reaction score
2
What SQL version did you guys use on this one? Quick question, how to create account with admin priv?
 
Skilled Illusionist
Joined
May 11, 2011
Messages
316
Reaction score
28
if you have an account with char:
Code:
USE [CHARACTER_01_DBF]
GO
update [CHARACTER_TBL] set m_chAuthority = 'Z' where m_szName = 'CHARNAME'
GO
CHARNAME= YOUR CHAR NAME

SQL if i remember is 2008/2012...
 
Status
Not open for further replies.
Back
Top