• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Dekaron working server files + working client + other info

Status
Not open for further replies.
The Cat in the Hat
Legend
Joined
Oct 26, 2005
Messages
4,475
Reaction score
677
Guide:

1.Replace in all .ini files of the server this:

SERVER_IP = your server ip lan or wan depends on what you want
DATABASE_PASSWORD = your sa password
SERVER_NAME = Your server name

2. Open the launcher with a hex editor and search this: "5.174.100.113" without brackets. Replace them with the ip you configured in the ini files. (You will find 2 entries.)

3. Open data.pak with a hex editor and search this: "5.174.100.113" without brackets. Replace them with the ip you configured in the ini files. (You will find 14 entries.)

4. Folow this video guide for database setup.

5. Make a odbc connection for account.

6. Have fun.

Server Download:

Code:
http://www.mediafire.com/?l19qjmk9wk11xb2

Client Download:

Code:
http://rapidshare.com/users/L3WJV6 [password: genesis]
all credits go to elitedekaron for their excelent client!

The query you need to run:
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=;'

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'

GM Commands:
/GM DISTRIBUTE
/GM PLAYERCOUNT
/GM SUMMON [PC ID]
/GM RETURN [PC ID]
/GM ITEMDROPRATIO [ItemDropRatio(1.0)]
/GM MONEYDROPRATIO [MoneyDropRatio(1.0)]
/GM MOVEMAP [MAPINDEX] [X] [Y]
/GM RESET_ALLMONSTER
/GM RESETMONSTER [MONSTERINDEX]
/GM ghostmode [on/off]
/GM observermode [on/off]
/GM callmonster [MonsterIndex]
/GM callmonsters [index] [count]
/GM kick [PC ID]
/GM revive [PC ID]
/GM heal [PC ID]
/GM find [PC ID]
/GM chase [PC ID]
/GM dummycount
/GM damage [on/off]
/GM createbrick [BrickID]
/GM destroybrick [BrickID]
/GM guildheal [pc name]
/GM fieldheal [map index]
/GM guildreturn [pc name]
/GM fieldreturn [map index]
/GM siegereset
/GM siegestop
/GM siegestart [time]
/GM siegeend [time]
/GM guildwarstart [time]
/GM guildwarend [time]
/GM open_teleport
/GM close_teleport
/GM resetcooltime
/GM resetcooltime_map
/GM partywarstart [time]
/GM partywarend
/GM observermode [on/off]
/GM call [PC ID]
/GM callmonster [MonsterIndex]
/GM callmonsters [index] [count]
/GM chase [PC ID]
/GM close_teleport
/GM createbrick [BrickID]
/GM damage [on/off]
/GM destroybrick [BrickID]
/GM DISTRIBUTE
/GM dummycount
/GM EXPRATIO [比率]
/GM fieldheal [map index]
/GM fieldreturn [map index]
/GM find [PC ID]
/GM FINISH [Kick 时间] ([结束时间])
/GM ghostmode [on/off]
/GM guildheal [pc name]
/GM guildreturn [pc name]
/GM guildwarend [time]
/GM guildwarstart [time]
/GM heal [PC ID]
/GM ITEMDROPRATIO [ItemDropRatio(1.0)]
/GM kick [PC ID]
/GM MAXPC [地图上的 Max Player 数字]
/GM MAXPLAYER [Max Player 数字(包括待机)]
/GM MONEYDROPRATIO [MoneyDropRatio(1.0)]
/GM MOVEMAP [MAPINDEX] [X] [Y]
/GM NOTICE \[公告内容]\
/GM observermode [on/off]
/GM open_teleport
/GM partywarend
/GM partywarstart [time]
/GM PLAYERCOUNT
/GM REGEN [怪物复活速度 (百分率)]
/GM RESET_ALLMONSTER
/GM resetcooltime
/GM RESETMONSTER [MONSTERINDEX
/GM RETURN [PC ID]
/GM revive [PC ID]
/GM siegeend [time]
/GM siegereset
/GM siegestart [time]
/GM siegestop
/GM SUMMON [PC ID]
 
Last edited:
Newbie Spellweaver
Joined
Feb 19, 2009
Messages
5
Reaction score
0
Good..very exellent & simple guide...Thanks
 
My LanHouse in Brazil!!!!
Joined
Feb 12, 2007
Messages
637
Reaction score
17
server and client english or not?
 
Newbie Spellweaver
Joined
Jul 30, 2004
Messages
19
Reaction score
0
whats new in the server files ? i mean same like silkbotters a6 ? is a6 working are the 145 stuff in it and so on
 
Last edited:
Junior Spellweaver
Joined
Jun 22, 2004
Messages
141
Reaction score
1
Not any news ,


Check your GM Command list *laught* the half of all commands are two times in the list *laught*

A old query , edit it to newest query ^^


look right befor you post it , and this as mod , no no no
 
Initiate Mage
Joined
Mar 9, 2004
Messages
3
Reaction score
0
2. Open the launcher with a hex editor and search this: "5.174.100.113" without brackets. Replace them with the ip you configured in the ini files. (You will find 2 entries.)

3. Open data.pak with a hex editor and search this: "5.174.100.113" without brackets. Replace them with the ip you configured in the ini files. (You will find 14 entries.)

i dont search this :( help pls !
 
Elite Diviner
Joined
Jan 15, 2008
Messages
417
Reaction score
7
Not any news ,


Check your GM Command list *laught* the half of all commands are two times in the list *laught*

A old query , edit it to newest query ^^


look right befor you post it , and this as mod , no no no

And look you can't even spell correctly when you go and flame a mod. So cute. What have you contributed to the section? I love cypher and at least he is putting time into this section.
 
Newbie Spellweaver
Joined
Jul 13, 2005
Messages
84
Reaction score
0
Is there any other mirrors for the client? Downloaded a few parts of the client and now I have to wait a day lol. Why does everyone use rapidshare? XD Check out see it works. Its free ^.^ Props to whoever can upload the client.

Btw nice guide
 
The Cat in the Hat
Legend
Joined
Oct 26, 2005
Messages
4,475
Reaction score
677
I use rapidshare for rapidshare premium account points. If anyone want`s feel free to post mirrors but i cannot guarantee that the contents from their links are the same as mine.
 
Newbie Spellweaver
Joined
Jul 13, 2005
Messages
84
Reaction score
0
Ok, btw know of a hex editor that doesnt crash from opening up data.pk? I've tried a couple different editors and they all crashed because of data.pk's massive size
 
Initiate Mage
Joined
Mar 14, 2009
Messages
2
Reaction score
0
I Will try it. Thank you, cause could not find alive releases!
 
Newbie Spellweaver
Joined
Sep 26, 2007
Messages
14
Reaction score
0
good, i have my server up but i have this problem:
my static ip is 195.xx.xxx.xxx and i cant reach using it.
also no-ip doesnt work...
So i have server working with hamaci and IP with 13 characters.
There is a solution to use my static IP with 14 characters?
 
Believe in the Legacy
Joined
Jul 13, 2004
Messages
130
Reaction score
4
Ok, btw know of a hex editor that doesnt crash from opening up data.pk? I've tried a couple different editors and they all crashed because of data.pk's massive size

Search for ( Hex editor Neo ) on googles ( its free ), I had the same problem :thumbup:

BTW Nice Guide cypher thanks
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
6
Reaction score
0
which sql server u work with`? 'cause with express 2005 it doesnt work. when i want to backup character DB again it says it will be above my limit of 4 gb per DB
Any help?
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
6
Reaction score
0
edit: sry for doublepost^^
 
Last edited:
Status
Not open for further replies.
Back
Top