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!

Ultimate Dekaron Server Tutorial

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 22, 2006
Messages
22
Reaction score
1
solve my previous mistake, I no longer existing user error, but now I get this and my files "config" are all in order, which is my mistake?
Warmonger - Ultimate Dekaron Server Tutorial - RaGEZONE Forums
 
Last edited:
Initiate Mage
Joined
Feb 6, 2014
Messages
1
Reaction score
0
Warmonger - Ultimate Dekaron Server Tutorial - RaGEZONE Forums


<a href="http://pic.free.in.th/id/1723eb9c7d8a515dd26a88bad19a07fe" target="_blank"><img border="0" src="http://image.free.in.th/v/2013/tr/140216090124.gif" alt="images by free.in.th" /></a>


Help me Plz
 
Last edited:
Initiate Mage
Joined
Feb 11, 2014
Messages
4
Reaction score
1
Could somebody please share a working Server Files,Clean Database,Client
i dont care if its A3 or A9 as long its compatible with each other
i tried to search for it but all i can see is DEAD links so if anybody out there have
the files im looking for please share it to me i just wanna make my own server
to play with my friends.
 
Initiate Mage
Joined
Jun 12, 2014
Messages
1
Reaction score
0
Sir the Dekaron Server link is broken, can u send me the link for the dekaron server file on my email? edwincatayoc@yahoo.com

also this is my problem now... .. whats the best solution for this guys?


EDITED :)
 
Last edited:
Newbie Spellweaver
Joined
Sep 18, 2014
Messages
13
Reaction score
0
Hey, anybody knows how to fix the dc on the login screen. please help me.. thanks
 
Newbie Spellweaver
Joined
Sep 18, 2014
Messages
13
Reaction score
0
Hey, i got a problem I cannot solve it and i been looking for the solution from the pro dekaron people but never see who can help me. Can anyone who knows how to fix the dc on the login screen please help me. I appreciate it.
 
Newbie Spellweaver
Joined
Sep 18, 2014
Messages
13
Reaction score
0
On the account part from the query below how do we create a user and password and is the User & PW have to be the same as the one "sa" or it could be different

how do you create a User & PW from this code, i am should on which parts should you change it bit confusing me
Code:
Use account;
Go
---Account Query By Warmonger---
DECLARE userNO varchar(16), accountID varchar(16), PASsword varchar(32), email varchar(50), secretA varchar(22), secretQ varchar(22)
SET userNO= '09101410275532'
SET accountID = 'Account ID'
SET PASsword = 'Account Password'
SET email = 'E-Mail'
SET secretA = 'Secret Answer'
SET secretQ = 'Secret Question'

Insert Into [USER_PROFILE] Values userNO accountID PASsword,'801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')
 
Newbie Spellweaver
Joined
May 22, 2010
Messages
42
Reaction score
0
hello... anyone can share the idea of how can i fix the item image in D-shop?
some items where there and have an image...
and some dont have image there image...
any one could share of how to fix it???
THANKS..
 
Joined
Aug 20, 2010
Messages
1,388
Reaction score
253
On the account part from the query below how do we create a user and password and is the User & PW have to be the same as the one "sa" or it could be different

how do you create a User & PW from this code, i am should on which parts should you change it bit confusing me
Code:
Use account;
Go
---Account Query By Warmonger---
DECLARE userNO varchar(16), accountID varchar(16), PASsword varchar(32), email varchar(50), secretA varchar(22), secretQ varchar(22)
SET userNO= '09101410275532'
SET accountID = 'Account ID'
SET PASsword = 'Account Password'
SET email = 'E-Mail'
SET secretA = 'Secret Answer'
SET secretQ = 'Secret Question'

Insert Into [USER_PROFILE] Values userNO accountID PASsword,'801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')

Code:
Use account;
Go
---Account Query By Warmonger---
DECLARE [USER=1335]user[/USER]NO varchar(16), [USER=162874]account[/USER]ID varchar(16), [USER=1333464713]PAS[/USER]sword varchar(32), [USER=213273]email[/USER] varchar(50), [USER=38426]secret[/USER]A varchar(22), [USER=38426]secret[/USER]Q varchar(22)
SET [USER=1335]user[/USER]NO= '[COLOR="#FF0000"]1[/COLOR]'
SET [USER=162874]account[/USER]ID = '[COLOR="#FF0000"]Farrol[/COLOR]'
SET [USER=1333464713]PAS[/USER]sword = '[COLOR="#FF0000"]008c5926ca861023c1d2a36653fd88e2[/COLOR]' 
SET [USER=213273]email[/USER] = '[COLOR="#FF0000"]asd[/COLOR]'
SET [USER=38426]secret[/USER]A = '[COLOR="#FF0000"]asd[/COLOR]'
SET [USER=38426]secret[/USER]Q = '[COLOR="#FF0000"]asd[/COLOR]'

Insert Into [USER_PROFILE] Values [USER=1335]user[/USER]NO [USER=162874]account[/USER]ID [USER=1333464713]PAS[/USER]sword,'801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')

Just change the text i made red. And for password make sure it's in MD5 format. Then just launch of the querry
 
Status
Not open for further replies.
Back
Top