Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 15:37

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Dekaron singleplayer action2/3 need help

Discussion on Dekaron singleplayer action2/3 need help within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2017
Posts: 28
Received Thanks: 1
Dekaron singleplayer action2/3 need help

So I would like to play dekaron classic as a singleplayer game on action 2/3 classic with no custom stuff everything original, is there a simple way to do this can someone tell me if its possible or I have to create a "dekaron server" and just play it offline or what ?
gentlewolf is offline  
Old 12/25/2018, 15:36   #2
 
Ultimo ☼'s Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 566
Received Thanks: 317
You need to make your own server and play there
Ultimo ☼ is offline  
Old 12/25/2018, 17:38   #3
 
elite*gold: 0
Join Date: Feb 2017
Posts: 28
Received Thanks: 1
I cant make it, some links are dead to most guides, if someone can make for me a simple server with a dev char and a account, thats all I need, the content must be classic nothing altered, only the xp and drops set to x10 and all dungeons and DF set to 1 player able to join... I am willing to pay... I am looking to play it offline only anyway by myself
gentlewolf is offline  
Old 12/25/2018, 21:37   #4
 
elite*gold: 0
Join Date: Jun 2009
Posts: 608
Received Thanks: 129
BMR in sticky is actually still acurate and links are working. you can find the client in one of the last pages
bullet21. is offline  
Thanks
1 User
Old 12/25/2018, 23:06   #5
 
thirdeye42's Avatar
 
elite*gold: 50
Join Date: May 2011
Posts: 184
Received Thanks: 134
Server
Quote:
Originally Posted by HellSpider View Post

Client
Quote:
Originally Posted by thirdeye42 View Post

Genuine Action 3 BMR Client (modified for Action 2 Server)
DekaronServer.exe - Windows 7
Quote:
Originally Posted by T04STY View Post

Database
Quote:
Originally Posted by PMZnak View Post

Database for SQL 2000 (A3) -
Database for SQL 2008 (A3) -
SQL Queries
Code:
First query :
 
Use master;
Go
EXEC sp_addlinkedserver 'LSV_GHBILL','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRCASH','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRHELION','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRQUNE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRRONDOW','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSIZ','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRTEST','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRZUTO','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSTA','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRACCOUNT01','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'




Second query :
 
Use master;
Go
exec sp_serveroption 'LSV_GHBILL','rpc out','true'
exec sp_serveroption 'LSV_GHBILL','rpc','true'
exec sp_serveroption 'LSV_DKRACNT','rpc out','true'
exec sp_serveroption 'LSV_DKRACNT','rpc','true'
exec sp_serveroption 'DKRCASH','rpc out','true'
exec sp_serveroption 'DKRCASH','rpc','true'
exec sp_serveroption 'LSV_DKRHELION','rpc out','true'
exec sp_serveroption 'LSV_DKRHELION','rpc','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc out','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc out','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc out','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc out','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc','true'
exec sp_serveroption 'LSV_DKRTEST','rpc out','true'
exec sp_serveroption 'LSV_DKRTEST','rpc','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc out','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc','true'
exec sp_serveroption 'LSV_DKRSTA','rpc out','true'
exec sp_serveroption 'LSV_DKRSTA','rpc','true'
exec sp_serveroption 'DKRACCOUNT01','rpc out','true'
exec sp_serveroption 'DKRACCOUNT01','rpc','true'




Account registration query :
 
Use account;
Go
Insert Into [TBL_USER] Values ('09101410275532', 'ID', 'Password', 'E-Mail', 'Secret Answer', 'Secret Question', '127.0.0.1')
Insert Into [USER_PROFILE] Values ('09101410275532','ID','Password','801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')

SQL 2000 SP4


SQL 2000 SP4 / Server setup (Tutorial)
Quote:
Originally Posted by torianbg View Post
Quote = Credits



SQL 2000 SP4 (Windows 10)
This tutorial doesn't work for all Windows 10 but I was successful on one of my laptops.
thirdeye42 is offline  
Thanks
3 Users
Old 12/09/2019, 06:21   #6
 
elite*gold: 0
Join Date: Dec 2019
Posts: 15
Received Thanks: 0
i have download all list above ... i try open it working ... name Aboddon server need register .. where to register it? i want change server or create new one ... i dont know this stuff ... can anyone explain 1 by 1 ..sorry i newbie here
Dekaron.4.Life is offline  
Old 12/09/2019, 21:45   #7
 
thirdeye42's Avatar
 
elite*gold: 50
Join Date: May 2011
Posts: 184
Received Thanks: 134
Quote:
Originally Posted by Dekaron.4.Life View Post
i have download all list above ... i try open it working ... name Aboddon server need register .. where to register it? i want change server or create new one ... i dont know this stuff ... can anyone explain 1 by 1 ..sorry i newbie here
Best way to learn is to familiarize yourself with the files, compare your files with other files, and searching. I don't believe anyone is willing to teach you how too 1 step at a time.
thirdeye42 is offline  
Old 12/10/2019, 08:25   #8
 
elite*gold: 0
Join Date: Dec 2019
Posts: 15
Received Thanks: 0
Quote:
Originally Posted by thirdeye42 View Post
Best way to learn is to familiarize yourself with the files, compare your files with other files, and searching. I don't believe anyone is willing to teach you how too 1 step at a time.
i know it hard to learn .. any suggest app easy to use ... quest notice is different with available quest ...

i don't want to make private server like now ... so many private server ... i just want to play on my own ... think when server down ... where u need to be? all item and character will be lost ... hurm
Dekaron.4.Life is offline  
Old 11/28/2025, 04:21   #9
 
elite*gold: 0
Join Date: Jun 2025
Posts: 5
Received Thanks: 0
Quote:
Originally Posted by thirdeye42 View Post
Server


Client


DekaronServer.exe - Windows 7


Database


SQL Queries
Code:
First query :
 
Use master;
Go
EXEC sp_addlinkedserver 'LSV_GHBILL','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRACNT','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRCASH','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRHELION','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRNUNVICE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRQUNE','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRRONDOW','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSIZ','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRTEST','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRZUTO','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'LSV_DKRSTA','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'
EXEC sp_addlinkedserver 'DKRACCOUNT01','','MSDASQL',NULL,NULL,'DRIVER={SQL Server};SERVER=localhost;UID=;PWD=;'




Second query :
 
Use master;
Go
exec sp_serveroption 'LSV_GHBILL','rpc out','true'
exec sp_serveroption 'LSV_GHBILL','rpc','true'
exec sp_serveroption 'LSV_DKRACNT','rpc out','true'
exec sp_serveroption 'LSV_DKRACNT','rpc','true'
exec sp_serveroption 'DKRCASH','rpc out','true'
exec sp_serveroption 'DKRCASH','rpc','true'
exec sp_serveroption 'LSV_DKRHELION','rpc out','true'
exec sp_serveroption 'LSV_DKRHELION','rpc','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc out','true'
exec sp_serveroption 'LSV_DKRNUNVICE','rpc','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc out','true'
exec sp_serveroption 'LSV_DKRQUNE','rpc','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc out','true'
exec sp_serveroption 'LSV_DKRRONDOW','rpc','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc out','true'
exec sp_serveroption 'LSV_DKRSIZ','rpc','true'
exec sp_serveroption 'LSV_DKRTEST','rpc out','true'
exec sp_serveroption 'LSV_DKRTEST','rpc','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc out','true'
exec sp_serveroption 'LSV_DKRZUTO','rpc','true'
exec sp_serveroption 'LSV_DKRSTA','rpc out','true'
exec sp_serveroption 'LSV_DKRSTA','rpc','true'
exec sp_serveroption 'DKRACCOUNT01','rpc out','true'
exec sp_serveroption 'DKRACCOUNT01','rpc','true'




Account registration query :
 
Use account;
Go
Insert Into [TBL_USER] Values ('09101410275532', 'ID', 'Password', 'E-Mail', 'Secret Answer', 'Secret Question', '127.0.0.1')
Insert Into [USER_PROFILE] Values ('09101410275532','ID','Password','801011000000','1','0','Y','01/01/2006 00:00:00',null,null,null,'000')

SQL 2000 SP4


SQL 2000 SP4 / Server setup (Tutorial)






SQL 2000 SP4 (Windows 10)
This tutorial doesn't work for all Windows 10 but I was successful on one of my laptops.
Please reupload the Database for 2008 please thanks
Xyzen528 is offline  
Reply




All times are GMT +1. The time now is 15:37.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.