Darkeden Forum
Please Login to enjoy the full benefits of this site!!!
Darkeden Forum
Please Login to enjoy the full benefits of this site!!!
Darkeden Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Learn how and where to play Darkeden. Also learn to run your own Private Server.
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 Darkeden v6.65 (AKA v7.01) Private Server Files and Client

Go down 
+7
Zephysix
Admin
Saboteur
Err0r
itsame
KernalSanders
I_Love_AGP
11 posters
AuthorMessage
I_Love_AGP
Peasant



Posts : 2
Join date : 2014-06-13

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeFri Jun 13, 2014 9:11 pm

Darkeden Server v7.01

- New pets (Mashimaro, Ruffian, Zombies, and so on)
- New skills
- Rupert Island(*warp 6000)
- New mobs from rupert island
- New gui for all races

Here is some tutorial/data:

Virtual Machine:
- Use VMWare 7.1 or newer
- User: root
- Password: sepultura
- The server is ready for offline play, just hit ./start and there you go!
- Ip:Port >> 192.168.5.151:9920

Database:
- User: sepultura
- Pass: sepultura
- Port: 3306

Server:
- Darkeden Server v7.01

Client:
- Darkeden Client v7.01
- The client only works on 32bit/86x systems , so if you are using a 64 bits one you must run the client through another virtual machine with windows xp.
- create a dot bat file and write the following sentence: dklegend.exe NEWSTART Futec(192.168.5.151:9920)
- Test account in case you dont know how to create one: User: Sepultura Pass: sepultura

Info for advanced users:
- the network being used is eth1, not eth0. eth0 was broken so i used eth1.
- the system seems stable and is using ubuntu 9.10 and the boot is a lot faster than the older versions.
- not sure if the ip is static(i didnt check before i posted this) 192.168.5.151, if so it may change.

Quick Setup Guide:
Back to top Go down
KernalSanders
Peasant



Posts : 1
Join date : 2014-06-20

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Jun 24, 2014 3:06 am

I keep getting wrong username error when i try to /start it
Back to top Go down
Külaline
Guest




Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Jun 24, 2014 8:37 pm

Try typing this:

Code:
root@Darkeden:~# ifconfig eth1 192.168.5.151 broadcast 192.168.5.255

Then try starting the server.
Back to top Go down
itsame
Peasant



Posts : 1
Join date : 2014-07-07

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeMon Jul 07, 2014 8:35 am

Care to help for setting up VMware? I'm new to it. I think i can power on the server and login to root but when hit ./start it says "Unhandled exception occured" and stops there. Just before that it even says that it can't connect to mysql on the IP 192.168.5.151. Any idea?
Back to top Go down
Külaline
Guest




Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeMon Jul 07, 2014 4:52 pm

itsame wrote:
Care to help for setting up VMware? I'm new to it. I think i can power on the server and login to root but when hit ./start it says "Unhandled exception occured" and stops there. Just before that it even says that it can't connect to mysql on the IP 192.168.5.151. Any idea?

Follow GetCrispy's |Guide <---click| to set-up VMware.

Then to setup the server:

1st - After you login with root you need to set your IP.

Type code and press enter:
Code:
ifconfig eth1 192.168.5.10 broadcast 192.168.5.255


2nd - Edit the .conf files to match your IP.

Code:
vi /home/darkeden/vs/conf/gameserver.conf

You need to edit the IP's here to the IP you just set.

To easily do this press : and type
Code:
%s/127.0.0.1/192.168.5.10

Do this in these two files as well.
Code:
vi /home/darkeden/vs/conf/loginserver.conf
vi /home/darkeden/vs/conf/sharedserver.conf

3rd - Edit your DB to match your IP

Code:
mysql -u sepultura -p
sepultura            (This is the passord and will not show up when typed)
use DARKEDEN;        (DARKEDEN needs to be capitalized)
update GameServerInfo set IP='192.168.5.10';
update WorldDBInfo set Host='192.168.5.10';
flush privileges;
quit;

Now you should be able ./start and it should work.


Last edited by TDF_Dexter on Tue Jul 22, 2014 4:53 pm; edited 1 time in total
Back to top Go down
Err0r
Peasant



Posts : 4
Join date : 2014-07-22

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Jul 22, 2014 12:31 pm

I'm a total noob but I think I can manage to run an offline server some day (after much reading and trying).

Are Nut Items included in this? And what's the max options on for example STR?

Also it's confusing me that on the other v6.67 thread it says that dracula castle is included, but on this it isn't?

Thanks
Back to top Go down
Külaline
Guest




Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Jul 22, 2014 2:30 pm

Err0r wrote:
I'm a total noob but I think I can manage to run an offline server some day (after much reading and trying).

Are Nut Items included in this? And what's the max options on for example STR?

Also it's confusing me that on the other v6.67 thread it says that dracula castle is included, but on this it isn't?

Thanks

See technically v7 is really v6.65 but everyone calls it v7, also v6.67 people will call v8. It's confusing yes but v7.01 came out before v6.67 that's why it does not have Drac castle. Max option on an item I'm pretty sure is str+10.
Back to top Go down
Err0r
Peasant



Posts : 4
Join date : 2014-07-22

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Jul 22, 2014 4:30 pm

Thanks for your fast reply. Wink
One more question, does v6.67 have Nut items?
Back to top Go down
Külaline
Guest




Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Jul 22, 2014 4:52 pm

Hey no problem! I always try to answer as quickly as possible. Unfortunately no it does not. But it does have up to 191 skills and passives.
Back to top Go down
Saboteur
Peasant



Posts : 4
Join date : 2014-08-04

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeMon Aug 04, 2014 4:27 pm

TDF_Dexter wrote:
Try typing this:

Code:
root@Darkeden:~# ifconfig eth1 192.168.5.151 broadcast 192.168.5.255

Then try starting the server.

tried doing that and i simply get told "no such device"  Could anybody help?

tried using the guide to set up vmware that was linked here. now being told i cannot change my DHCP setting as it is out of my subnet range >.>
Back to top Go down
Admin
Administrator
Admin


Posts : 23
Join date : 2014-01-17
Location : USA

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Aug 05, 2014 11:17 pm

type just ifconfig and look on the left and it will tell you what eth you are using.

[You must be registered and logged in to see this image.]


As for the DHCP you either typed in the IP wrong somewhere or did a step backwards.
Back to top Go down
https://thedarkedenforum.forumotion.com
Saboteur
Peasant



Posts : 4
Join date : 2014-08-04

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Aug 26, 2014 2:44 pm

Admin wrote:
type just ifconfig and look on the left and it will tell you what eth you are using.

[You must be registered and logged in to see this image.]


As for the DHCP you either typed in the IP wrong somewhere or did a step backwards.

went ahead and re-checked everything and im still getting DCHP error >.>

Edit: Nvm i finally figured out what was causing the error cheers
Back to top Go down
Admin
Administrator
Admin


Posts : 23
Join date : 2014-01-17
Location : USA

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeTue Aug 26, 2014 8:23 pm

Saboteur wrote:
Edit: Nvm i finally figured out what was causing the error cheers

Congrats man. Best quality is never giving up.
Back to top Go down
https://thedarkedenforum.forumotion.com
Guest
Guest




Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeThu Dec 04, 2014 5:06 pm

Err0r wrote:
Thanks for your fast reply. Wink
One more question, does v6.67 have Nut items?

Client does, you just have to add them manually in db for them to work.
Back to top Go down
Zephysix
Commoner
Zephysix


Posts : 11
Join date : 2015-03-01
Age : 30
Location : Estonia

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeSat Mar 14, 2015 3:57 pm

This is what happens when i type vi /home/darkeden/vs/conf/gameserver.conf
Any solutions?[You must be registered and logged in to see this image.]
Back to top Go down
chrisf
Knight



Posts : 26
Join date : 2014-07-11

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeMon Mar 16, 2015 1:31 am

edit it with winscp
Back to top Go down
Külaline
Guest




Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeFri Mar 20, 2015 10:43 pm

Do
Code:
cd home
ls // l = L   ls lists all files and directories of the directory you are currently in.

//then if you see a darkeden directory then repeat frst two steps

cd darkeden
ls  

Do this one step at a time and you should be able to find them that way. Or use winscp like suggested.
Back to top Go down
The author of this message was banned from the forum - See the message
The author of this message was banned from the forum - See the message
maorxx1
Peasant



Posts : 1
Join date : 2017-02-15

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeFri Jun 08, 2018 5:59 pm

why im not see my ip 192.168.5.10 whean i do ifconfig i god only 127.0.0.1
?? help pls
Back to top Go down
gohanxx29
Peasant



Posts : 2
Join date : 2015-05-02

Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitimeWed Aug 28, 2019 5:11 am

nice i will try ty
Back to top Go down
Sponsored content





Darkeden v6.65 (AKA v7.01) Private Server Files and Client Empty
PostSubject: Re: Darkeden v6.65 (AKA v7.01) Private Server Files and Client   Darkeden v6.65 (AKA v7.01) Private Server Files and Client Icon_minitime

Back to top Go down
 
Darkeden v6.65 (AKA v7.01) Private Server Files and Client
Back to top 
Page 1 of 1
 Similar topics
-
» [Release] Darkeden V2 (Guide+Server Files & Client)
» Setting up darkeden private server on dedicated server
» [Tutorial] v6.67 Tutorial + Server Files + Client (eng + cn)
» 6.67 Server files (stand-alone not VM)
» Selling TTDK2 server source and client source

Permissions in this forum:You cannot reply to topics in this forum
Darkeden Forum :: Private Server :: Tutorials-
Jump to: