Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[RELEASE]Full Guide With Extras

Newbie Spellweaver
Joined
Mar 24, 2009
Messages
6
Reaction score
1
First Guide written by Me
In this Guide we will use:-
1."wamp 5.0"
2."DataBase + Server Files"
3."Navicate Lite 9.0"
4.If you wanna run your Server with Hamachi get it "Here"

Now Let's begin
1.Extract Wamp then Set it up on c:/wamp
2.go to C:/Windows and delete "my.ini".
3.now go and create a folder in C:/ Called "Server" put in it the DataBase and Server files (extract them there).
4.after extracting the DB And Server files in "Server" folder you should see This three folders "AccServer" , "GameServer" , "my2" now copy "my2" folder to "C:/wamp/mysql/data".
5.now go to "c/wamp/mysql/bin" open winmysqldamin.exe when it ask you for user n pass write this info "user:test pass:test" now you should see that program with a green dot if not repeat Steps "2 N 5"
6.Now install navicate use the connection tab use this info :-
user:test pass:test IF Not working user root pass blank
now click on "Manage Users tab" delete all users except root@localhost edit that user to user test pass test host:localhost Save everything and exit from Navicat
7.Now go and Edit the Server files :- How?there it is.
8.open account server folder
open account.ini Edit it like that
Code:
[Account1]
SERVERNAME=[ServerName]
LOGINNAME=test
PASSWORD=test
FREE_DEBUG=3
9.change config.ini to
Code:
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERNAME = [ServerName]
LOGINNAME = test
PASSWORD = test
SERVERIP = [ServerIP]
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my2
DBUSER=test
DBPASSWORD=test
10.Change AuthorizeDB.CFG to:-
Code:
127.0.0.1 test test my2 account name password id
count_stat server_name status
127.0.0.1 test 378b243e220ca493 my2
11.open GameServer change config.ini and shell.ini as these other ones up there now simply Google "WinHex" download it install it then with it open c:/Server/GameServer/shell.dat and edit it like that:-
Code:
127.0.0.1.......Alpha........test............test.............&......
change the "127.0.0.1" or whatever the ip you find there to your IP,change "Alpha" to your Server Name.
12.Open C:/Server/AccServer/accountserver.exe ,C:/Server/GameServer/MSG.EXE,C:/Server/GameServer/NPC.EXE
Congratulations you have the Server up!










Client(this part is from an other guide)

1. Client version V1091 & 1130 WORKS WITH THIS. PLEASE AND I MEAN PLEASE DO NOT USE OTHER SERVER'S CLIENT . V1130 WORKS PERFECT WITH THIS GUIDE. Scrunch/Valkyrie/vanquisher and soem pets dont work in V1091. I feel bad if people using my guide use other server's client because of me. You can get V1130 client here:

Games On Net File Library :: Eudemons Online v1130 Client - 20080826EudemonsV1130.exe (No Registration Required)

2. After installing it, Download this patch:
Paladin Patch

3. Extract the patch in your client folder.

4. One more step to go! Now go to the ini folder in your client directory and find oem.dat.

5. Open it with notepad and now you see many Alpha in it.
Dont bother the urls for now, you can edit them in the future. Scroll down til you find the ip and change it to yours. And then at the bottom what's needed to be editted is self explanatory : the server name and group name.

Client Done

Now create your self an account.How?
open navicate --> connection we made --> my2--> query --> newquery-->
Code:
insert into account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());

#This will make you the account

#username: test
#password: test


Quote:
Originally Posted by thegamer1907
Advanced Level Guide
After seeing how many people having problems with the db Necron released, i've decided to make this guide for all of you.

By the way i'm not using wampp for this, i'm using MySQL.

Part:
I: Setting up the DB
II: Configuration
III: Client

K lets get started:

Part I:


Setting up the db:

1. Download the db from Necron's Thread here:
Download Pally DB

2. Extract it, and copy the my2 folder to your database location ( Wammp directory/MYSQL directory )

3. Now login to MySQL with Navicat/MySQL Browser and run this query:
EDIT: THIS STEP IS TOTALLY OPTIONAL. IT WILL NOT AFFECT YOUR SERVER JUST THAT PAST INFO/ACCOUNTS ARE STILL THERE.

Code:
DELETE from my.cq_user;
DELETE from my2.cq_eudemon;
DELETE from my2.cq_item;
DELETE from my2.cq_account;
DELETE from my2.cq_castle;
DELETE from my2.cq_castleitem;
DELETE from my2.cq_castlemap;
DELETE from my2.cq_enemy;
DELETE from my2.e_money;
What it does is to clean your whole database. The database necron provided still has info of the past server (eg: accounts/characters etc.)
The query doesn't completely clean your db yet theres still other tables to clean and i'll leave it to you to clean the rest.

Part II:
Configuration:

1. Go into your Accserver folder.

2. Edit the info in account.ini/config.ini, authorize_db.cfg and gamserver.cfg (use notepad/hexeditor to edit the cfg file)

3. Now go to gameserver folder.

4. Edit the info in config.ini/shell/ini , gamserver.cfg and Shell.dat (use a hexeditor, if you dont have one google " HexWorkshop " )

5. If you open shell.dat with a hexeditor you will see something like this:
Code:
127.0.0.1.......Alpha........test............test.............&......
Don't worry if your's is different cos mine is editted.
Well, as u can see, the just change the ip , Alpha is the server name, the first test is your Database user and the second is your password. Dont bother the extra &.
And by the way you needn't bother the config_auto.ini file
We are almost done. What's left now is the Client.

Part III:
Client

1. Client version V1091 & 1130 WORKS WITH THIS. PLEASE AND I MEAN PLEASE DO NOT USE OTHER SERVER'S CLIENT . V1130 WORKS PERFECT WITH THIS GUIDE. Scrunch/Valkyrie/vanquisher and soem pets dont work in V1091. I feel bad if people using my guide use other server's client because of me. You can get V1130 client here:

Games On Net File Library :: Eudemons Online v1130 Client - 20080826EudemonsV1130.exe (No Registration Required)

2. After installing it, Download this patch:
Paladin Patch

3. Extract the patch in your client folder.

4. One more step to go! Now go to the ini folder in your client directory and find oem.dat.

5. Open it with a hexeditor and now you see many Alpha in it.
Dont bother the urls for now, you can edit them in the future. Scroll down til you find the ip and change it to yours. And then at the bottom what's needed to be editted is self explanatory : the server name and group name.

6. Now start up your server, run accserver.exe then msgserver.exe then npcserver.exe.
They should start up fine if you followed my steps. If not, check again. You may have missed out editting a file.
Now create a test account for yourself and runt he client. If you login without problems, then Congrats. If it tells yout hat the server is down, fret not.

7. Now if you get server is down when trying to login, download this oem.dat:
Oem.dat download

8. then hex edit it again to match your server and replace the one in the Client ini folder.

9. Now start your server again, it should work now.

10. Enjoy your pally Server!

EDIT: Run Alpha-Online.exe to start the client or with blacknull.


Credits:
Major credits to Necron for releasing the Database. We should be thankful to him.
Me for making this guide. ( i did it from scratch, no ripping )
and a little credit to dibiase (no, not for the DB, i got it from Necron. For the Patch/Client links)






Quote:
Setting up Register script.by Revolution23
Here is a register script. Just extract this to your www folder. Only edit the config.php.
All the instructions are inside of config.php.


And for register page to work you have to run apache.

If CAPTCHA dont work got to your apache folder and replace the php.ini with this one. Then go to task manager and end all apache processes. Then re-run apache, and you will get about 6 errors, just press ok on them. Its supposed to happen.

Oh and if your a new and dont know how to get to register page go to



Or if you want to give reg page to others use
ur ip adress here/register.php

Thanks would be appreciated :]
link:elitepvpers
php.rar link:elitepvpers




Quote:
Add Tq-Like Site to your Home Page By Me.
I got Tqs Home Page Script It is There but needs a Lot Of Work here i will put the link of the ww w.rar
extract it in your www folder in your wamp folder then open the apache,to see that page go here
www rara link HERE





Quote:
To Get LeigonRanking,PetsRanking By Me
Pets Ranking:
Download This file and extract it in your www folder in your wamp then to see your page of eud go to this page
the PetsRankning File Link Here

TopLeigons:
Download This File and Extract it in your www folder in your wamp then to see your page go to here:

the TopLeigonsFile Link HERE
Managing your Server





Quote:
Make your Char a [PM] by doing this :-
open navicate-->open connection-->open my2 --> click on cq_user --> find your name --> put [PM] in it anywhere.
Quote:
Change the drops and Drop rate by doing this :-
open my2 -->new query --> put this
Code:
update cq_dropitemrule set item0=ITEMIDHERE;
update cq_dropitemrule set item1=ITEMIDHERE;
update cq_dropitemrule set item2=ITEMIDHERE;
update cq_dropitemrule set item3=ITEMIDHERE;
update cq_dropitemrule set item4=ITEMIDHERE;
update cq_dropitemrule set item5=ITEMIDHERE;
update cq_dropitemrule set item6=ITEMIDHERE;
update cq_dropitemrule set item7=ITEMIDHERE;
update cq_dropitemrule set item8=ITEMIDHERE;
update cq_dropitemrule set item9=ITEMIDHERE;
update cq_dropitemrule set item10=ITEMIDHERE;
update cq_dropitemrule set item11=ITEMIDHERE;
update cq_dropitemrule set item12=ITEMIDHERE;
update cq_dropitemrule set item13=ITEMIDHERE;
update cq_dropitemrule set item14=ITEMIDHERE;
UPDATE CQ_DROPITEMRULE SET CHANCE=WHATEVERYOUWANTHERE:






Quote:
Changing Compose Rates:- my2-->New query write this:-
Code:
Update cq_eudemon_rbn_rqr set min=what u want here;
Update cq_eudemon_rbn_rqr set max=what u want here;
#if you want compose rates to be x2 or xwhatever just write instead of "what you want here" *2.







Quote:
Summoning More than 3 eudemons
Go to cq_user Select the char name go to medal_select set the number of summon eudemons you wanna summon
Quote:
Editing the Eudemon's * when it borns,Editing Unis to higher or lesser:-
Code:
update cq_grade set rarity= Number you want;
Code:
update cq_grade set rarity= 1500 where id= 1071980;
update cq_grade set rarity= 1500 where id= 1071981;
update cq_grade set rarity= 1500 where id= 1071982;





Quote:
Show You How to Change New Comer Default Settings:
Open your DB by Navicate right click on cq_user click Design Table Now See all That Set It To What

For Eps u have to put The right Eps and The Right Checksum






Quote:
Add 2 Important NPC'S to your Server:
Exp Ball Seller:-
Code:
delete from cq_action where id >= 50000000 and id <= 50000012; delete from cq_npc where id = 1550 ; delete from cq_task where id = 50000000; delete from cq_task where id = 50000003; delete from cq_task where id = 50000005; INSERT INTO `cq_npc` VALUES ('1550', '0', '0', 'MagePeppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0450', '50000000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000000, 50000001, 0000, 0**** 0, 'My~name~is~MagePeppy.~Would~you~buy~some~Special~ Expball~Packs?'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000001, 50000002, 0000, 0102, 0, 'I~would~like~few~Special~Expballs~for~20k~EPs. 50000003'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000002, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000003, 50000005, 50000004, 0508, 0, '1 0 50'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000004, 0000, 0000, 0126, 0, 'You~do~not~have~one~space~in~your~package!'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000005, 50000006, 50000008, 1001, 0, 'e_money < 20000'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000006, 50000007, 0000, 0**** 0, 'You~do~not~have~enough~EP~to~buy~a~Special~Expbal ls.~Come~back~when~you~do.'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000007, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000008, 50000009, 0000, 0501, 724041, ''); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000009, 50000010, 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,724041,0,0,0,50000000,0'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000010, 50000011, 0000, 1001, 0, 'e_money += -20000'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000011, 50000012, 0000, 0**** 0, 'Thank~You~for~buying~an~Special~Expball.~Hope~to~ see~you~again.'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000012, 4000033, 0000, 0102, 0, 'Thanks 0'); INSERT INTO `cq_task` VALUES ('50000005', '50000005', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0'); INSERT INTO `cq_task` VALUES ('50000000', '50000000', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0'); INSERT INTO `cq_task` VALUES ('50000003', '50000003', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
X3 Exp Pot Seller:
Code:
delete from cq_action where id >= 50000100 and id <= 50000112;
delete from cq_npc where id = 1551 ;
delete from cq_task where id = 50000100;
delete from cq_task where id = 50000103;
delete from cq_task where id = 50000105;

INSERT INTO `cq_npc` VALUES ('1551', '0', '0', 'X3Peppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0472', '50000100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 0**** 0, 'My~name~is~MagePeppy.~Would~you~buy~some~3x~Exp~P otions?');

INSERT INTO cq_action

(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000102, 0000, 0102, 0, 'I~would~like~one~3x~Exp~Potion~for~10k~EPs. 50000103');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000102, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000103, 50000**** 50000**** 0508, 0, '1 0 50');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 0000, 0000, 0126, 0, 'You~do~not~have~one~space~in~your~package!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000106, 50000108, 1001, 0, 'e_money < 10000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000106, 50000107, 0000, 0**** 0, 'You~do~not~have~enough~EP~to~buy~a~3x~Exp~Potion. ~Come~back~when~you~do.');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000107, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000108, 50000**** 0000, 0501, 810009, '');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,724041,0,0,0,50000****0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 1001, 0, 'e_money += -10000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 0**** 0, 'Thank~You~for~buying~an~3x~Exp~Potion.~Hope~to~se e~you~again.');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 4000033, 0000, 0102, 0, 'Thanks 0');




INSERT INTO `cq_task` VALUES ('50000105', '50000105', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000100', '50000100', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000103', '50000103', '0000', '', '', '0', '0', '999', '-1




thanks guys and enjoy =)
Credits Necron33:eek:tt1::eek:tt1::eek:tt1:
 
Newbie Spellweaver
Joined
Feb 19, 2008
Messages
10
Reaction score
1
Re: Full Guide With Extras

sweet man lots of noobs will like this helpful post :)
 
Newbie Spellweaver
Joined
Feb 19, 2008
Messages
10
Reaction score
1
Re: Full Guide With Extras

when you do leetch others guides atleast put some credits to them
I beleive he did give credits...
"Credits:
Major credits to Necron for releasing the Database. We should be thankful to him.
Me for making this guide. ( i did it from scratch, no ripping )
and a little credit to dibiase (no, not for the DB, i got it from Necron. For the Patch/Client links)"
:lol:
 
Joined
Jan 22, 2005
Messages
889
Reaction score
80
Re: Full Guide With Extras

there others work aswell included mine also johns22 , forcer_ , pfj511 and cyberghoser1
also he dont have there not the one download link just "Here" that means he have just copy paste it from somewhere
 
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
6
Reaction score
1
Re: Full Guide With Extras

i copied and pasted the different posts that were all put together..once again i was just tryin to help people out. if you want credits ffs just ask dont flame a helpful post. -.-
 
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
Re: Full Guide With Extras

lol there are 2 options for credits :
1 : Ask for credits to be given.
2 : Flame till credits are given.

Since this section is pretty much dead option 1 is out, so what is left? Option 2, now quit complaining.
 
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
6
Reaction score
1
Re: Full Guide With Extras

or how about you guys stop crying and just use the guide ffs lol
 
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
6
Reaction score
1
Re: Full Guide With Extras

wow you really are proving yourself noob worthy. i gave credits. chilll
 
Junior Spellweaver
Joined
Jul 29, 2009
Messages
115
Reaction score
1
Re: Full Guide With Extras

stupid copy :\

Very funny looks :

Now need to download this:
Palladin DB.



GOod ))) Now we go to download TEXT xD

noob.
 
Newbie Spellweaver
Joined
Mar 24, 2009
Messages
6
Reaction score
1
Re: Full Guide With Extras

idk how many times i have to explain this. i made this guide on a different forum so the links didnt copy over. i requested for the post to be deleted. =.= and my friend you would be the noob because you are using MY guide to set up a server. noob.
 
DRGunZ 2 Creator
Loyal Member
Joined
Jan 21, 2007
Messages
4,493
Reaction score
161
Re: Full Guide With Extras

using? nah, just reading. I already know how to set up a server in like a few minutes. It's not hard :p
 
Junior Spellweaver
Joined
Jul 29, 2009
Messages
115
Reaction score
1
Re: Full Guide With Extras

wesman2232, true!


p.s. here all noobs can find about 5-10 the same guides ^^ YOur guide not perfect and "cool for noob" all they the same...
 
Joined
Feb 2, 2010
Messages
1
Reaction score
0
Re: Full Guide With Extras

First Guide written by Me
In this Guide we will use:-
1."wamp 5.0"
2."DataBase + Server Files"
3."Navicate Lite 9.0"
4.If you wanna run your Server with Hamachi get it "Here"

Now Let's begin
1.Extract Wamp then Set it up on c:/wamp
2.go to C:/Windows and delete "my.ini".
3.now go and create a folder in C:/ Called "Server" put in it the DataBase and Server files (extract them there).
4.after extracting the DB And Server files in "Server" folder you should see This three folders "AccServer" , "GameServer" , "my2" now copy "my2" folder to "C:/wamp/mysql/data".
5.now go to "c/wamp/mysql/bin" open winmysqldamin.exe when it ask you for user n pass write this info "user:test pass:test" now you should see that program with a green dot if not repeat Steps "2 N 5"
6.Now install navicate use the connection tab use this info :-
user:test pass:test IF Not working user root pass blank
now click on "Manage Users tab" delete all users except root@localhost edit that user to user test pass test host:localhost Save everything and exit from Navicat
7.Now go and Edit the Server files :- How?there it is.
8.open account server folder
open account.ini Edit it like that
Code:
[Account1]
SERVERNAME=[ServerName]
LOGINNAME=test
PASSWORD=test
FREE_DEBUG=3
9.change config.ini to
Code:
[System]
LOGINLISTENPORT = 9958
POINTLISTENPORT = 9865
SERVER_FULL_DELAY_SECS = 5000
SERVER_BUSY_DELAY_SECS = 3000
SERVERNAME = [ServerName]
LOGINNAME = test
PASSWORD = test
SERVERIP = [ServerIP]
[Database]
DBHOSTNAME=127.0.0.1
DATABASENAME=my2
DBUSER=test
DBPASSWORD=test
10.Change AuthorizeDB.CFG to:-
Code:
127.0.0.1 test test my2 account name password id
count_stat server_name status
127.0.0.1 test 378b243e220ca493 my2
11.open GameServer change config.ini and shell.ini as these other ones up there now simply Google "WinHex" download it install it then with it open c:/Server/GameServer/shell.dat and edit it like that:-
Code:
127.0.0.1.......Alpha........test............test.............&......
change the "127.0.0.1" or whatever the ip you find there to your IP,change "Alpha" to your Server Name.
12.Open C:/Server/AccServer/accountserver.exe ,C:/Server/GameServer/MSG.EXE,C:/Server/GameServer/NPC.EXE
Congratulations you have the Server up!










Client(this part is from an other guide)

1. Client version V1091 & 1130 WORKS WITH THIS. PLEASE AND I MEAN PLEASE DO NOT USE OTHER SERVER'S CLIENT . V1130 WORKS PERFECT WITH THIS GUIDE. Scrunch/Valkyrie/vanquisher and soem pets dont work in V1091. I feel bad if people using my guide use other server's client because of me. You can get V1130 client here:

Games On Net File Library :: Eudemons Online v1130 Client - 20080826EudemonsV1130.exe (No Registration Required)

2. After installing it, Download this patch:
Paladin Patch

3. Extract the patch in your client folder.

4. One more step to go! Now go to the ini folder in your client directory and find oem.dat.

5. Open it with notepad and now you see many Alpha in it.
Dont bother the urls for now, you can edit them in the future. Scroll down til you find the ip and change it to yours. And then at the bottom what's needed to be editted is self explanatory : the server name and group name.

Client Done

Now create your self an account.How?
open navicate --> connection we made --> my2--> query --> newquery-->
Code:
insert into account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());

#This will make you the account

#username: test
#password: test


Quote:
Originally Posted by thegamer1907
Advanced Level Guide
After seeing how many people having problems with the db Necron released, i've decided to make this guide for all of you.

By the way i'm not using wampp for this, i'm using MySQL.

Part:
I: Setting up the DB
II: Configuration
III: Client

K lets get started:

Part I:


Setting up the db:

1. Download the db from Necron's Thread here:
Download Pally DB

2. Extract it, and copy the my2 folder to your database location ( Wammp directory/MYSQL directory )

3. Now login to MySQL with Navicat/MySQL Browser and run this query:
EDIT: THIS STEP IS TOTALLY OPTIONAL. IT WILL NOT AFFECT YOUR SERVER JUST THAT PAST INFO/ACCOUNTS ARE STILL THERE.

Code:
DELETE from my.cq_user;
DELETE from my2.cq_eudemon;
DELETE from my2.cq_item;
DELETE from my2.cq_account;
DELETE from my2.cq_castle;
DELETE from my2.cq_castleitem;
DELETE from my2.cq_castlemap;
DELETE from my2.cq_enemy;
DELETE from my2.e_money;
What it does is to clean your whole database. The database necron provided still has info of the past server (eg: accounts/characters etc.)
The query doesn't completely clean your db yet theres still other tables to clean and i'll leave it to you to clean the rest.

Part II:
Configuration:

1. Go into your Accserver folder.

2. Edit the info in account.ini/config.ini, authorize_db.cfg and gamserver.cfg (use notepad/hexeditor to edit the cfg file)

3. Now go to gameserver folder.

4. Edit the info in config.ini/shell/ini , gamserver.cfg and Shell.dat (use a hexeditor, if you dont have one google " HexWorkshop " )

5. If you open shell.dat with a hexeditor you will see something like this:
Code:
127.0.0.1.......Alpha........test............test.............&......
Don't worry if your's is different cos mine is editted.
Well, as u can see, the just change the ip , Alpha is the server name, the first test is your Database user and the second is your password. Dont bother the extra &.
And by the way you needn't bother the config_auto.ini file
We are almost done. What's left now is the Client.

Part III:
Client

1. Client version V1091 & 1130 WORKS WITH THIS. PLEASE AND I MEAN PLEASE DO NOT USE OTHER SERVER'S CLIENT . V1130 WORKS PERFECT WITH THIS GUIDE. Scrunch/Valkyrie/vanquisher and soem pets dont work in V1091. I feel bad if people using my guide use other server's client because of me. You can get V1130 client here:

Games On Net File Library :: Eudemons Online v1130 Client - 20080826EudemonsV1130.exe (No Registration Required)

2. After installing it, Download this patch:
Paladin Patch

3. Extract the patch in your client folder.

4. One more step to go! Now go to the ini folder in your client directory and find oem.dat.

5. Open it with a hexeditor and now you see many Alpha in it.
Dont bother the urls for now, you can edit them in the future. Scroll down til you find the ip and change it to yours. And then at the bottom what's needed to be editted is self explanatory : the server name and group name.

6. Now start up your server, run accserver.exe then msgserver.exe then npcserver.exe.
They should start up fine if you followed my steps. If not, check again. You may have missed out editting a file.
Now create a test account for yourself and runt he client. If you login without problems, then Congrats. If it tells yout hat the server is down, fret not.

7. Now if you get server is down when trying to login, download this oem.dat:
Oem.dat download

8. then hex edit it again to match your server and replace the one in the Client ini folder.

9. Now start your server again, it should work now.

10. Enjoy your pally Server!

EDIT: Run Alpha-Online.exe to start the client or with blacknull.


Credits:
Major credits to Necron for releasing the Database. We should be thankful to him.
Me for making this guide. ( i did it from scratch, no ripping )
and a little credit to dibiase (no, not for the DB, i got it from Necron. For the Patch/Client links)






Quote:
Setting up Register script.by Revolution23
Here is a register script. Just extract this to your www folder. Only edit the config.php.
All the instructions are inside of config.php.


And for register page to work you have to run apache.

If CAPTCHA dont work got to your apache folder and replace the php.ini with this one. Then go to task manager and end all apache processes. Then re-run apache, and you will get about 6 errors, just press ok on them. Its supposed to happen.

Oh and if your a new and dont know how to get to register page go to



Or if you want to give reg page to others use
ur ip adress here/register.php

Thanks would be appreciated :]
link:elitepvpers
php.rar link:elitepvpers




Quote:
Add Tq-Like Site to your Home Page By Me.
I got Tqs Home Page Script It is There but needs a Lot Of Work here i will put the link of the ww w.rar
extract it in your www folder in your wamp folder then open the apache,to see that page go here
www rara link HERE





Quote:
To Get LeigonRanking,PetsRanking By Me
Pets Ranking:
Download This file and extract it in your www folder in your wamp then to see your page of eud go to this page
the PetsRankning File Link Here

TopLeigons:
Download This File and Extract it in your www folder in your wamp then to see your page go to here:

the TopLeigonsFile Link HERE
Managing your Server





Quote:
Make your Char a [PM] by doing this :-
open navicate-->open connection-->open my2 --> click on cq_user --> find your name --> put [PM] in it anywhere.
Quote:
Change the drops and Drop rate by doing this :-
open my2 -->new query --> put this
Code:
update cq_dropitemrule set item0=ITEMIDHERE;
update cq_dropitemrule set item1=ITEMIDHERE;
update cq_dropitemrule set item2=ITEMIDHERE;
update cq_dropitemrule set item3=ITEMIDHERE;
update cq_dropitemrule set item4=ITEMIDHERE;
update cq_dropitemrule set item5=ITEMIDHERE;
update cq_dropitemrule set item6=ITEMIDHERE;
update cq_dropitemrule set item7=ITEMIDHERE;
update cq_dropitemrule set item8=ITEMIDHERE;
update cq_dropitemrule set item9=ITEMIDHERE;
update cq_dropitemrule set item10=ITEMIDHERE;
update cq_dropitemrule set item11=ITEMIDHERE;
update cq_dropitemrule set item12=ITEMIDHERE;
update cq_dropitemrule set item13=ITEMIDHERE;
update cq_dropitemrule set item14=ITEMIDHERE;
UPDATE CQ_DROPITEMRULE SET CHANCE=WHATEVERYOUWANTHERE:






Quote:
Changing Compose Rates:- my2-->New query write this:-
Code:
Update cq_eudemon_rbn_rqr set min=what u want here;
Update cq_eudemon_rbn_rqr set max=what u want here;
#if you want compose rates to be x2 or xwhatever just write instead of "what you want here" *2.







Quote:
Summoning More than 3 eudemons
Go to cq_user Select the char name go to medal_select set the number of summon eudemons you wanna summon
Quote:
Editing the Eudemon's * when it borns,Editing Unis to higher or lesser:-
Code:
update cq_grade set rarity= Number you want;
Code:
update cq_grade set rarity= 1500 where id= 1071980;
update cq_grade set rarity= 1500 where id= 1071981;
update cq_grade set rarity= 1500 where id= 1071982;





Quote:
Show You How to Change New Comer Default Settings:
Open your DB by Navicate right click on cq_user click Design Table Now See all That Set It To What

For Eps u have to put The right Eps and The Right Checksum






Quote:
Add 2 Important NPC'S to your Server:
Exp Ball Seller:-
Code:
delete from cq_action where id >= 50000000 and id <= 50000012; delete from cq_npc where id = 1550 ; delete from cq_task where id = 50000000; delete from cq_task where id = 50000003; delete from cq_task where id = 50000005; INSERT INTO `cq_npc` VALUES ('1550', '0', '0', 'MagePeppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0450', '50000000', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000000, 50000001, 0000, 0**** 0, 'My~name~is~MagePeppy.~Would~you~buy~some~Special~ Expball~Packs?'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000001, 50000002, 0000, 0102, 0, 'I~would~like~few~Special~Expballs~for~20k~EPs. 50000003'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000002, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000003, 50000005, 50000004, 0508, 0, '1 0 50'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000004, 0000, 0000, 0126, 0, 'You~do~not~have~one~space~in~your~package!'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000005, 50000006, 50000008, 1001, 0, 'e_money < 20000'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000006, 50000007, 0000, 0**** 0, 'You~do~not~have~enough~EP~to~buy~a~Special~Expbal ls.~Come~back~when~you~do.'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000007, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000008, 50000009, 0000, 0501, 724041, ''); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000009, 50000010, 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,724041,0,0,0,50000000,0'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000010, 50000011, 0000, 1001, 0, 'e_money += -20000'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000011, 50000012, 0000, 0**** 0, 'Thank~You~for~buying~an~Special~Expball.~Hope~to~ see~you~again.'); INSERT INTO cq_action (`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`) VALUES (50000012, 4000033, 0000, 0102, 0, 'Thanks 0'); INSERT INTO `cq_task` VALUES ('50000005', '50000005', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0'); INSERT INTO `cq_task` VALUES ('50000000', '50000000', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0'); INSERT INTO `cq_task` VALUES ('50000003', '50000003', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
X3 Exp Pot Seller:
Code:
delete from cq_action where id >= 50000100 and id <= 50000112;
delete from cq_npc where id = 1551 ;
delete from cq_task where id = 50000100;
delete from cq_task where id = 50000103;
delete from cq_task where id = 50000105;

INSERT INTO `cq_npc` VALUES ('1551', '0', '0', 'X3Peppy', '0002', '15500', '0', '0', '-1', '1000', '0304', '0472', '50000100', '0000', '0000', '0000', '0000', '0000', '0000', '0000', '0', '0', '0', '0', '?T', '0000', '00', '00', '0000', '01', '0000', '0000', '0000', '0000', '0000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 0**** 0, 'My~name~is~MagePeppy.~Would~you~buy~some~3x~Exp~P otions?');

INSERT INTO cq_action

(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000102, 0000, 0102, 0, 'I~would~like~one~3x~Exp~Potion~for~10k~EPs. 50000103');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000102, 4000033, 0000, 0102, 0, 'Sorry~i~want~to~think~first. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000103, 50000**** 50000**** 0508, 0, '1 0 50');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 0000, 0000, 0126, 0, 'You~do~not~have~one~space~in~your~package!');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000106, 50000108, 1001, 0, 'e_money < 10000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000106, 50000107, 0000, 0**** 0, 'You~do~not~have~enough~EP~to~buy~a~3x~Exp~Potion. ~Come~back~when~you~do.');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000107, 4000033, 0000, 0102, 0, 'Sorry,~I~go~and~hunt~some. 0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000108, 50000**** 0000, 0501, 810009, '');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 1085, 0, 'gmlog/action_log 330,%user_name[%user_id],0,1059,724041,0,0,0,50000****0');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 1001, 0, 'e_money += -10000');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 50000**** 0000, 0**** 0, 'Thank~You~for~buying~an~3x~Exp~Potion.~Hope~to~se e~you~again.');

INSERT INTO cq_action
(`id`, `id_next`, `id_nextfail`, `type`, `data`, `param`)
VALUES
(50000**** 4000033, 0000, 0102, 0, 'Thanks 0');




INSERT INTO `cq_task` VALUES ('50000105', '50000105', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000100', '50000100', '0000', '', '', '0', '0', '999', '-100000', '100000', '0999', '0000', '0', '-1', '0');
INSERT INTO `cq_task` VALUES ('50000103', '50000103', '0000', '', '', '0', '0', '999', '-1




thanks guys and enjoy =)
Credits Necron33:eek:tt1::eek:tt1::eek:tt1:

butt how do you add gears to your char?
 
Newbie Spellweaver
Joined
Jan 19, 2011
Messages
8
Reaction score
0
Re: Full Guide With Extras

Thank you so much My Friend that will help me alot ...Thank you so much :)
 
Back
Top