Firstly, I would like to thank those who made server files - Chinese community( [url=http://51my.5d6d.com]
Printable View
Firstly, I would like to thank those who made server files - Chinese community( [url=http://51my.5d6d.com]
This is so confusing :S
Add me on msn please michaelmcmillan@hotmail.co.uk ;)
how is it confusing rofl
it tell you what to do ^^
It doesnt tell me where I get the SQL!!!!!
rofl im not even going to say anything
if u ACTUALLY read the quide u will have no problems
I did read the guide but it doesnt tell me where to get the MySQL, is it in that download file?
ever heard of google
Oh my god theres a password when you extract the files and when I put in Test it has loads of errors someone help me and Toshi ive reported you
updated. password for rar archive is phdev
Thanks
nice tutorial, just gonna try it out
P.s Bit random with that girl on it :P
This isn't confusing. If you follow the guide step-by-step and make sure everything is done correctly, you should have no problem with it.
I was quoting @ the report part; He wasn't insulting you, he was telling you the truth. If you always can't find something, the first thing to think is- Google is my friend. The second thing is to to search, then the 3rd thing is to ask.
EDIT: After reading the GUIDE, it told me the password when you exract the files. Read the first line of it.
:o eu demon take habbo hotel slot coool i like the game :) i play atleast once a weeeek
but your guide is very confusing i know alot about mySQL n this still doesxnt help me
So just to be sure... WHICH client should we use? Does it matter at all?
If it does could we please have a post to reflect the files used/needed?
I've followed this some what and have seen that US, BR, and CHN have been tested/used. Just wanna be clear on which one I should dl... Cause I already got enough redundant clients of MWO lying around. xD
Thanks!
english 1079 is most compatible ATM
Anyone have a client link for 1079?
AquaLung
.
Download Official Client, then download the 1079 Patch ..
~Enjoy~
this is the only part the im getting confused at
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
does navicat works for these files or only mysql?
Navicat is a different version of MySQL but it works a little differently
It works Fine for me.... :D
Sent me link to download client :D
mysql> grant all on account.* to 'ODBC'@'localhost';
ERROR 1133 (42000): Can't find any matching row in the user table
mysql> grant all on my.* to 'ODBC'@'localhost';
ERROR 1133 (42000): Can't find any matching row in the user table
mysql>
For some strange reason i'm getting this error and those too lines, and when i try to start the server it says "DB real connect error: Access denied for user 'ODBC'@'localhost' (Using Password: No)
Any ideas.. where i'm going wrong :D
xD im confused. Wheres the DB file?
Im stuck here D: Do we need Navicat or regular MSSQL/MYSQL? (I have MSSQL installed do I have to reinstall it?)Code:make sure you have at least 1GB ram!!!
extract server files wherever you like(download Eudemons_phdev.rar) rar password is phdev
install mysql(when asked for database password use 'test'),
Extract files from data.rar to mysql installation directory(C:\Program Files\MySQL\MySQL Server XX\)
copy your whole installed english client to whenever you like(english 1079 reported to be the best).
Remove those lines from (eudemons client dir)/ini/GameSetUp.ini:
U need "MYSQL" as the DB Engine, & the database is in teh "Data.zip" archive, extract the files inside tht archive to ur "MYSQL" data folder and u get ur DB :D
P.S: I will Post a "database.sql" file for those who dun know whr to find their MYSQL Data Folder.
~Enjoy~
ty, I put the files from the data.rar file to C:\Program Files\MySQL\MySQL Server 5.1\
(I dont have MySQL installed yet xD)
EDIT: xD 1 more question. Is there a difference between the MySQL Community Server and the MySQL Enterprise?
Linqist - if you use navicatdo this :
open your DB - manage users - add user - user name: ODBC , host: localhost, no password - then select all priviliges and click save...
Now, my msg server cant connect to account server -
02:28:07
Check your IP in config files.
For me, it was the problem. ;)
is 1079 most compatible? i tought that was 1078 with 1087+1088
[
hint:
filename -> fields to change
client/ini/oem.ini -> Server1, ServerName1
server/ACCServer/config.ini -> GAMESERVER, SERVERNAME
server/GameServer/shell.ini -> GAMESERVER
server/GameServer/config.ini -> GAMESERVER
are a;; these files supposed to be in the EO dir ?? i can not fine ACCServer or GameSErver dirs
Try tutorials. They're all over google. If you know how to use MySQL, you can use Navicat because it's not much different at all. Just a couple more things added and in some areas a few less added. You can try to start here;
tutorial using navicat - Google Search
Wait, are you talking the EO Client, or the Navicat client?
If you're talking about Navicat, I believe you have to pay for it the only non-paying ones' out there are warez, which aren't to be posted on RaGEZONE.
That can be the problem, but sometimes the problems can ly in MySQL. If you don't configurate what you're suppose to in mySQL you can have problems. Also you can try the clients configuration but if that doesn't work you can always check your Ips.
To make it easier I would start with 127.0.0.1 or your Lan IP which you can find in your comp; 192.168.....
Hope that helps you all some what
nice guide :)
Remove those lines from (eudemons client dir)/ini/GameSetUp.ini:
Didnt understand this part, i have to remove only
[AccountServer]
91U=0
?
i tried but when i launched my client began updating (I canceled the update) is it supposed to update?
Well, it would be nice if someone tells me what this sources contain... monsters ? skills ? everything ? nothing ?
It's a MMORPG.
It's like Everquest, if you've ever played it. You can dual people, use potions, summon things, I'm not sure if you get a pet, and I believe there's monsters on it. It's a fun game.
He! He! sure u can have a Pet...its a Eudemon, tht how the name came into being.. :D
~EnjoY~
you need to add that when you get an error when inserting this:
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
you need to do this first:
create user 'ODBC'@'localhost';
so it would look like this:
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
create user 'ODBC'@'localhost';
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
hmm the gamesetup.ini isnt required.. i never ever changed that one.. and its running smoothly withtout chaning that one :D
so what do you change so client can connect to server? I mean change in client, my server launched with no errors, i just cant connect with my client (connects to global server), so how do i change my client so it can connect to my server and not global server?
read the guide its says how:
delete this line from your Gamesetup.ini
and create (eudemons client dir)/ini/oem.ini (example here):Code:[AccountServer]
91U=0
Code:[Oem]
Id=2010
[AccountSetup]
Type=1
[ServerInfo]
URL=http://www.google.nl/
[ServerStatus]
Link=127.0.0.1
[Header]
GroupAmount=1
Group1=your servername here
[Group1]
ServerAmount=1
Server1=your servername here
Ip1=127.0.0.1
Pic1=your servername here
ServerName1=your servername here
i changed but i still cant connect
found some bugs in your guide..
Extract files from data.rar to mysql installation directory(C:\Program Files\MySQL\MySQL Server XX\)
should be mysql server xx\data
the data.rar doesnt have a data folder that hosts the my and accounts databases..
you need to mod SERVERNAME in the server/ACCServer/account.ini too
Ok well I've done everything in the guide but when I go to run the accountserver.exe it opens for about 3-4 seconds, says
server start...
kernel init ok.
and then closes itself.
Then if I open message/npc server it gives an error (hoping those errors are just cause the account server is not open but if not then I have a even bigger problem.
it wont let me screenshot what happens when I close those errors >.<
Npc server gives that and when I click ok it gives:
open the database...
Error: Cant open the database..
cant create kernel thread...
close kernel thread ok
(some chineese characters but its not letting me copy/paste or take screenshot of it....
yah, I read thru like 24 pages of the guide you had on epvp and fixed some of the stuff in there but its still not working.
how do I go about bringing the actual database online? I didnt see anything in the guide about how to start the database once its all set up.
edited the guide a bit, to clarify some points.
cookiec1025: mysql database should be online after installation with default settings in wizard. if mysql service failed to start, mysql configuration wizard should notify you.
if this is the case, try to paste the error here, we can help.
Well I had to reinstall it and remove all data in there to get it to work but now the problem I am getting is that when I open up eud It shows all server groups as "not open yet"
I had it patched to 1078 and then I tried skiping patches like neo was suggesting (EO Private ~ View topic - EO Private server guide [neo755's])
anyways here are my config things, they should all be right... all servers are to "cookiec" and account/msg/npc servers are all up and runing properly...
oem.ini
Quote:
[Oem]
Id=2010
[AccountSetup]
Type=1
[ServerInfo]
URL=http://www.google.com
[ServerStatus]
Link=127.0.0.1
[Header]
GroupAmount=1
Group1=cookiec
[Group1]
ServerAmount=1
Server1=cookiec
Ip1=127.0.0.1
Pic1=cookiec
ServerName1=cookiec
gamesetup.ini
Code:[ScreenMode]
ScreenModeRecord=2
[Group]
GroupRecord=3
[Server]
ServerRecord=8
[Interface]
InterfaceRecord=0
[FontInfo]
FontName=System
FontSize=16
FontColor=0x0
FontOverColor=0xFF0000
FontDownColor=0x00FF00
[LoginMusic]
PlayCount=999
SpaceTime=180
[EudMonsterSet]
AutoAttach=0
[Account]
AccountRecord=8A0E1D44B699EE3E3C192798734A95CC1CBDF8F6AEF382
[SystemTime]
LastTime=20071223
[GameTimes]
Counts=4
[PwdProtectTip]
LastTime=
Flag=0
[DumpError]
Enable=1
Server=127.0.01
Action=errormsg/msg.php
server.dat
accserverCode:[Header]
GroupAmount=1
Group1=cookiec
[Group1]
ServerAmount=1
Server1=cookiec
Ip1=127.0.0.1
Pic1=Server1
ServerName1=cookiec
config.ini
GameServerCode:[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9870
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERTITLE = cookiec
SERVERNAME = cookiec
LOGINNAME = root
PASSWORD = test
SERVERIP = 127.0.0.1
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my
DBUSER=root
DBPASSWORD=test
config.ini
[code];
[quote=cookiec1025;2970858]Well I had to reinstall it and remove all data in there to get it to work but now the problem I am getting is that when I open up eud It shows all server groups as "not open yet"
I had it patched to 1078 and then I tried skiping patches like neo was suggesting (EO Private ~ View topic - EO Private server guide [neo755's])
anyways here are my config things, they should all be right... all servers are to "cookiec" and account/msg/npc servers are all up and runing properly...
oem.ini
gamesetup.ini
Code:[ScreenMode]
ScreenModeRecord=2
[Group]
GroupRecord=3
[Server]
ServerRecord=8
[Interface]
InterfaceRecord=0
[FontInfo]
FontName=System
FontSize=16
FontColor=0x0
FontOverColor=0xFF0000
FontDownColor=0x00FF00
[LoginMusic]
PlayCount=999
SpaceTime=180
[EudMonsterSet]
AutoAttach=0
[Account]
AccountRecord=8A0E1D44B699EE3E3C192798734A95CC1CBDF8F6AEF382
[SystemTime]
LastTime=20071223
[GameTimes]
Counts=4
[PwdProtectTip]
LastTime=
Flag=0
[DumpError]
Enable=1
Server=127.0.01
Action=errormsg/msg.php
server.dat
accserverCode:[Header]
GroupAmount=1
Group1=cookiec
[Group1]
ServerAmount=1
Server1=cookiec
Ip1=127.0.0.1
Pic1=Server1
ServerName1=cookiec
config.ini
GameServerCode:[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9870
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERTITLE = cookiec
SERVERNAME = cookiec
LOGINNAME = root
PASSWORD = test
SERVERIP = 127.0.0.1
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my
DBUSER=root
DBPASSWORD=test
config.ini
[code];
what should connection name be? cause i named mine root.
I got it to work by doing a full patch up to the very newest version. seemed to work perfectly other then that no monster names and that sorta stuff...
I'll start working on the translations and client versions now I guess... I had to do all that stuff for conquer when a bunch of us went over to spanish conquer to mess around. If I remember correctly most of it is the same client structure so not hard to modify stuff :O
If i start AccountServer it quits directly with no error.
Can somebody say me why?
kevig: database not online/tables are not at the correct place/old_password query not executed
I have change passwords in all files to my own and sql too but dont work.
I think all it online.
Im not noob at Apache mysql php etc
You forgot step 8 I belive. you must start the sql command line server 1st using " test " as the p/w then copy and paste this into it :
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
argh i have use sql from phpmyadmin ok sql command line works thx for all.
Can you use MSSQL?
nope, mssql does have different syntax, so I fear not.
Nehelp PLease?? I get an Error of
1034 - Incorrect key file for table 'account': try to repair it
when i try to open the file in Navicat...
Whats wrong?
Hey guys a few nooby questions but not to bad =P
i keep getting this error when starting up AccountServer
DB real connecter error: Access denied for user 'ODBC' @ 'localhost' (using password NO.)
And get server is down error when logging into game.
Second question is you guys are legends for getting this to work i was wonder if it was possable for another tq game called monster and me? Is it possable? let me know ^^ thank you <3
I have followed the guide and its not establishing a connection to the database, don't know why but its all setup correctly.
it gives me an error when i put the obdc in the command lin eexplain to to me wat i have to do in navicat
when i try and do this in the MySQL Command Line Client it says "ERROR 1146 <42S02> Table 'account'.'account' doesn't exist. plz help
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
what code levels up the [PM] to lvl 255?
hey where can i download english 1079 i have 1094 is this work or not
hey the first guide for offline or online when i do this i found newyork server and london and all the TQ server when i put my id and password test test its say wrong password or id so when i do this right i found my server name or TQ server name
i did everything as this guide said, but i cant get connected to the client...
Start client but dont see my servers there.. any help? i re-checked evrything... all working but just cant connect on client....
client has changed with patch 1095+, you need to rename oem.ini to oem.dat ini ini/ folder of the client.
if someone will, take me step by step through this, i can host an EU Server, my comp specs are:
2gb xms ddr2 corsair ram
amd athlon 64 FX-72 processor
nvidia 8800gts video card
asus SLI mobo
80gb hd
i believe i can host. just aim me or msn me, my aim is ethannsayz, my msn is xracertyperx@yahoo.com thanks!
EO* not EU for first
whats your net speed? and connection type?
I need help on making more accounts, I'm kinda new at this....
When I extract the files, I get messages saying some of the files cant be extracted, or that their was an error extracting the file.. anyone help?
EDIT: ok so when i go to extract the files, i noticed that the ones which cant be copies have ?'s in the name one for example says ?????.ini
Any idea how i can fix this?
i put there first the password test and then i copy that and say something eror blah blah wtf is that u say just copy and paste
hey i open acc.sv from ACCSERver and say kernel is ok and disspear from task then i open in GAMESever and give me a eror dont write what is abot the eror :|flush/... server close ... some words there and at npc say cant create kernel eror .... can someone help me tell what can i do?
stupid ppls make a photo with correct write on sql ppls dont know my cousin fuck me to ..... say how to write on mysql and ... if someone post 1 pict i know how to explain better him :|
you newb go read rules at first then come and blame others
http://forum.ragezone.com/f398/eudem...-rules-343995/
http://forum.ragezone.com/f71/forum-rules-101410/
i bet no one will help you here with such attitude to us
i was wondering if anyone could help me with PHP and account making*registering accounts on a website* and stuff like that i have tried and tried and had lots of failure lol can someone post a step by step process on how to do this* and yes ive searched forums and google but i dont get enough info to do all myself* so plz help
I cant start accountserver :S
I have windows vista:smilie_xp and if i start accountserver he says: blablabla not responding more
my friend had vista too...
you cant do anything useful with vista its one big headache
apoxdeath pm me your msn ill help you
I can conect to the server with test user.
But i don't know how to create enother accounts.
I wish to be like on the original server. To creat accound on the website.
If you can, creat a tutorial.
go there http://forum.ragezone.com/showthread.php?t=369952 and use these files or
go there http://forum.ragezone.com/showthread.php?t=397814 and use these files
so all will work as needed
Guide for EO server
Firstly, I would like to thank those who made server files - Chinese community(
dude this guide is good but for noobs its dificult....because some people never used mysql or navicat and u didn't show them how to work with mysql or navicat...and u just tell them to execute the codes...kinda dificult for the noobs...don't u think?
1 gb ram when you wanna host server
i does run on 600mhz pc with 256 ram smooth whithout lag
but !
you cant play on it i did run it on old lappy and play on 900mhz 256 ram pc
its for ppl who wanna test
now next test
i did run it on 900 mhz pc with 512 ram and played it
it did lag kinda nice
so i did try on 1ghz processor and 256 ram did lag alot
next put 512 ram and lag abit
next 2,42 ghz processor with 32mb ra(lol for test) did run kinda crappy
256mb ram no lag on same comp
next 512mb ram.... pure fun
next 3.1 ghz comp with 32 mb ram worked without lag exept when windows try to do its thingies
256mb allmost perfect
512mb nothing to say no lag at all
1 gb same
2 gb windows do its things sometimes like i see alot hhd led lights
4 gb same
so conclusion is that you do not need 1 gb ram allways
it does run with small amount ram aswell
and trust me it did took me alot time to test
so its up to you who you trust who not
hy i heave a problem with my eudemons server i did all there is to be done i spent abouth 6 hour's to try to make it work but wen i enter to play i enter the id and pass it says veryfing and after theat i say's server down wath shod i do ??
i got a problem. my avg always says that the msg server is a virus. that's why i can't run it. even when i shut avg down it doesn't work. can i do anything to fix this?
but how can i put server up on hamachi??