Darkeden server files

thanks, helper is probably just like Hidden GM in GunZ (acts like a regular player but still has the powers of gm to ban)
I'm going to take my time on this. Gonna translate the other files in the gmly.rar just to see what they are xD though the only one I can translate now is GM命令 because all the others have stuff like
Code:
 
"Now rename the files to something without chinese chars. All with the same name.
You can run go to msdos, cd to 'C:\DEServer' and run: rename Red*.* DEServer.*
Now everything is named DEServer.something"

How do you do this? Im confused ;s
 
"Now rename the files to something without chinese chars. All with the same name.
You can run go to msdos, cd to 'C:\DEServer' and run: rename Red*.* DEServer.*
Now everything is named DEServer.something"

How do you do this? Im confused ;s
I mean, start > run > cmd <enter>
cd "C:\DEServer" <enter> (or whatever your server is located)
rename Red*.* DEServer.* <enter>

Later.
 
I mean, start > run > cmd <enter>
cd "C:\DEServer" <enter> (or whatever your server is located)
rename Red*.* DEServer.* <enter>

Later.

Thanks but whenever i typed in rename Red*.* DeServer.* , it says the system cannot find the file specified, wonder where did i go wrong?
 
What are the files named in the server folder?
My bet would be that the file names are already changed to work properly.

Later.

its still in chinese. but should i create a folder name DEServer in my C:\ then copy paste the serverfiles in or i just rename the whole serverfile to DEServer and place it inside my C:\?
 
basher - Darkeden server files - RaGEZONE Forums


its error vhen i try ./start

wtf i did wrong? :(
where can be mistake?]
 
basher - Darkeden server files - RaGEZONE Forums

its error vhen i try ./start

wtf i did wrong? :(
where can be mistake?]
You forgot to add the user elcastle with permission to access on host 192.168.5.10:

mysql -u root
use mysql;
insert into user (Host,User,Password) values ('192.168.5.10','elcastle',PASSWORD('elca110'));
grant all on DARKEDEN.* to 'elcastle'@'192.168.5.10';
grant all on USERINFO.* to 'elcastle'@'192.168.5.10';
flush privileges;
quit;

Now it's done :)

Btw, I created a guide for the basics of configuring other options and a somewhat translated AttrInfo table for you guys to import.
 
Last edited:
You forgot to add the user elcastle with permission to access on host 192.168.5.10:

mysql -u root
use mysql;
insert into user (Host,User,Password) values ('192.168.5.10','elcastle',PASSWORD('elca110'));
grant all on DARKEDEN.* to 'elcastle'@'192.168.5.10';
grant all on USERINFO.* to 'elcastle'@'192.168.5.10';
flush privileges;
quit;

Now it's done :)

Btw, I created a guide for the basics of configuring other options and a somewhat translated AttrInfo table for you guys to import.

now got that .. :( when i type " insert into user (Host,User,Password) values ('192.168.5.10','elcastle',PASSWORD('elca110')); "

basher - Darkeden server files - RaGEZONE Forums
 
now got that .. :( when i type " insert into user (Host,User,Password) values ('192.168.5.10','elcastle',PASSWORD('elca110')); "

basher - Darkeden server files - RaGEZONE Forums
Try again and remember that the ; is NOT OPTIONAL it's part of the statement, you wrote it correctly at first but forgot to add the ; then mysql thought you had more stuff to put in the statement, ; means it is the end of the statement
 
hi, firstly thx for the very good guide but after i followed all steps also the permission, i still get this message
maybe i made something wrong :(

thx in advance
Kevatril
 

Attachments

  • server - Darkeden server files - RaGEZONE Forums
    server.webp
    43.7 KB · Views: 258
hi, firstly thx for the very good guide but after i followed all steps also the permission, i still get this message
maybe i made something wrong :(

thx in advance
Kevatril

You forgot to add the permission for elcastle user to access the db from localhost.localdomain (perhaps you downloaded the older guide), download it again, in the permission part, there is the steps there.

Later
 
Anyone of you guys know the serial number to version 6.5.1? damn it , got to have the serial number to run the virtual machine lol -.-
 
Back