![]() |
|
![]() |
||||||||
| Eudemons Private Servers Post guides , scripts , advertise , anything related to Eudemons Private Servers ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
![]() |
|
![]() |
||||||||
| Eudemons Private Servers Post guides , scripts , advertise , anything related to Eudemons Private Servers ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Ok everyone, I hope you can find this as simple as I wish I did....
Im going to teach you how to create your own private server. First of all I want to say thank you to Hot_Place, GunShot, and a few others for teaching me everything I know now. One more thing, please dont critisize this post, and if you use my guide thank me... please Now we begin..... The first 5 steps are downloads. 1. Download your Eudemons Online client, if you already have it great! [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]] Eudemons patch 1091 Download <<---bottom of post Note: Must be disconected from internet when running patch, or it will auto patch till the newst TQ client) 2. If you have anything other then [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]]remove it. I only know how to use wamp. It also has mySQL version 4.0.1, wich makes it so the legion run fine. Install to your C:/ (C:/wamp) 3.Create a new folder in your C:/ named "Serv.Programs" Download [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]] files and Server [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]]. I will have 2 server files you can download. The first one named [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]] is the database files I use, wich are translated. But grammar work needs to be done. [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]] The second one named Server2 is the basic database files where nothing is translated(youll have to start from scratch):/ Extract this into C:/Serv.Programs/ Download [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]] for Server Programs like Accserver.exe, Msgserver.exe, and NPCServer.exe. Extract these to your Serv.Program folder you created earlier. 4. The next download you will need is Navicat. This program is used for editing your database files and translating. This is only a trial(only one I could find)<<-----bottom of post 5. If you want to run your server with Hamachi, you will need to download the program. Then you will have to create a network and give it a password. If ppl want to play they need to connect to your network.<<----bottom of post Ok now you have all the programs needed to make your server. :] Lets move on..... 6. Open C:/Serv.Programs/ then copy and paste the "my" and "account" folders to the following location C:/wamp/mysql/data/ 7. Now you will need to open C:/WINDOWS Look for the my.ini file. Once you have found it delete it. 8. Go to C:/wamp/mysql/bin/ and run the winmysqladmin.exe. Then it open then close, and ask for a username and password. Use the following username: root password: test 9. Now you will have to edit the IP adress. Put your computers [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]], or your hamachi IP address. Wich ever you plan to use. Then save your modification. 10. Now right click anywhere on the admin screen. Then click "stop the service". 11. Now you will need to edit your Serv.Program files. So go to C:/Serv.Programs/ Then Open AccServer folder. 12. Open [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]].ini and edit it like in the pic below. You will only change your server name. Now save the changes. [Account1] SERVERNAME=servernamehere LOGINNAME=root PASSWORD=test FREE_DEBUG=3 13. Then open your config.ini, then edit it like in the pic below. [System] LOGINLISTENPORT = 9958 POINTLISTENPORT = 9870 SERVER_FULL_DELAY_SECS = 5000 SERVER_BUSY_DELAY_SECS = 3000 SERVERTITLE = servernamehere SERVERNAME = servernamehere LOGINNAME = root PASSWORD = test SERVERIP = Your-IP-address [Database] DBHOSTNAME=127.0.0.1 DATABASENAME=my DBUSER=root DBPASSWORD=test 14. Now you will have to go to C:/Serv.Programs/GameServer/ First open your config.ini and edit it to look like this ; ÅäÖÃÎļþ ; [System] SERVERNAME = servernamehere MONSTER_ACTIVE_LIMIT = 4000 ONLINETABLESIZE=600 ONLINEHEARTBEATSECS=600 HEARTBEATKICKSECS=1500 REJOINTIMEWAITSECS=0 [GameServer] GAMESERVER_IP = your-IP-address GAMESERVER_PORT = 5816 SND_SIZE = 64000 RCV_SIZE = 16000 [AccountServer] ACCOUNTSERVER_IP = your-IP-address ACCOUNTSERVER_PORT = 5816 SND_SIZE = 64000 RCV_SIZE = 16000 [Database] DB_IP = 127.0.0.1 DB_USER = root DB_PW = test DB_NAME = my LOGIN_KEY = dfkKO23k'[cvK934 [InternetPort] MASTER_IP = your-IP-address MASTER_PORT = 8653 PORT_SIZE = 53 CURRENT_PORTID = 1 [BusySleep] LEVEL1 = 20 ; > 1000 sleep 20% LEVEL2 = 30 ; > 2000 LEVEL3 = 40 ; > 3000 LEVEL4 = 50 ; > 4000 LEVEL5 = 60 ; > 5000 Now save your changes.... 15. Next you will need to open your shell.ini, edit it to look like this ; Íâ¿ÇÅäÖ&Atild e;Îļþ ; 2007.10.21 [System] MAPGROUP_SIZE = 1 ACCEPT_MS = 500 [StreamType] TYPE = 0 ;0=Õý³£´ÓSOCKET£¬1=SOCKET¼&Cc edil;¼µ½Îļþ, 2=´ÓÎļþ¶Á(³Ì ;Ðòµ÷ÊÔÓà ![]() [Database] DB_IP = 127.0.0.1 DB_USER = root DB_PW = test DB_DB = my [AccountServer] ACCOUNT_IP = your-IP-address ACCOUNT_PORT = 9870 SERVERNAME = servernamehere LOGINNAME = root PASSWORD = test ; µÇ¼±í³ß´ç, 10-5000 MAXLOGINTABLESIZE=5000 ; µÇ¼±í³¬Ê±Ãë&Ecir c;ý£¬0-86400 LOGINOVERTIMESECS=120 LOGIN_KEY = dfkKO23k'[cvK934 [InternetPort] MASTER_IP = your-IP-address MASTER_PORT = 8653 PORT_SIZE = 53 CURRENT_PORTID = 1 Now save your changes.... 16. Go back to C:/wamp/mysql/bin/ and run the winmysqladmin.exe again. Then go to the tab where it says database and make sure you see your my and account [Only registered and activated users can see links. Sorry you can't view links because you are not registered. [ Click here to register ]]. If not repeat step 6 again. 17. If you have both of the databases there then you will need open your navicat program. Download link above. Right click on the Navicat screen and go to new connection. For the connection name go ahead and put what ever your server name is. And for the IP address out either your hamachi or PC's IP address, wich ever you choose to use in the begging. And leave the port default, I think its port 3306. Then for your user put root. And leave the password blank. Then test the connection. 18. If the connection is succsessfull double click on it. That should open it. Once it is open you will need to go to Manage Users. Then where it says then user root@localhost double click it. It should open up and have 4 databases. Mysql, Test, ACcount, and MY. Click on the account database, then click select all. Save it once you do that. Do the same thing for the database My. 19. Now that you have granted all of the privilges to these user you will need to set the password test to it. While you are still in the manage user section, click on the user root@localhost again. Then select Edit User. If will come up with a screen where you can set a password. Put the password as test. Make you use the password test..... nothing else. 20. Now you will need to go back to the winmysqladmin.exe again. Right click on it, then go to stop the service. Then go ahead and start it back up again. 21. Now go to C:/Serv.Programs/AccServ/ and run the accountserver.exe. If you have followed the steps it should open up just fine. If not then follow steps 6 to 18 again. 22. Then go to C:/Serv.Programs/GameServer/ and run your MsgServer.exe, then your NPCServer.exe. These ones take alot longer to load upo then the accountserver.exe, so be patient. 23. Now you will you will need to make yourself an account. Use this command in your mysql command client insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now()); This will make you the account username: test password: test Please thank me if you use this guide :] Have fun and I hope I helped you guys Last edited by jvt619; 08-25-2009 at 11:07 PM. |
| The Following 30 Users Say Thank You to MeGaMaX For This Useful Post: | ||
..::Zero::.. (05-30-2010), .almoshax. (12-18-2008), Ali Elmasry (03-25-2010), arielga96 (05-12-2010), atef201080 (10-14-2008), beast (11-02-2009), chckychan (05-21-2010), Eru (07-06-2010), isaelnaruto (01-29-2010), jfoster7777777 (01-10-2009), katey (07-17-2010), kita (07-14-2010), KKwashi (12-14-2008), Maajjmoo (05-13-2010), markjose (04-05-2009), neber120 (07-26-2009), princ (05-09-2009), probike (09-01-2008), rikkua (05-10-2009), rwjvh1220 (12-17-2008), silver600 (01-22-2010), Skittles (05-24-2010), song_way (08-19-2010), Sp3ct3R (10-13-2008), Spice (06-20-2010), tacheilie (08-21-2010), timanator200 (01-05-2009), WandeeYang (08-22-2010), zing (09-22-2008), ZuZu (09-07-2008) | ||
| Google Adsense |
|
|||
|
Nice Guide again dude
you should have posted Register page instead of Query Console command. but i think i'll post one instead
__________________
![]()
|
|
||||
|
Quote:
Thank you man |
|
||||
|
Quote:
Thanks You
__________________
![]() Sorry you can't view links because you are not registered. [ Click here to register ]
|
|
|||
|
Quote:
|
|
|||
|
Yeah, it's address nut found Firefox can't find the server at javascript<b><. LOL,,, u got to fix it mega
__________________
![]() Sorry you can't view links because you are not registered. [ Click here to register ] |
| The Following User Says Thank You to Nody For This Useful Post: | ||
evildragone (08-14-2009) | ||
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If you choose to cheat/Hack/bot in Eudemons Online | CocaPuffs | Eudemons Bots/Hacks | 7 | 04-24-2010 07:59 PM |
| [Release] Now Make Praivet Server Eudemons Online -Have-Flowers-Donet(king)Quen -With Photo | mok3com | Eudemons Private Servers | 2 | 04-03-2010 09:51 PM |
| [Question] How To Make Eudemons Server ? | kaste15 | Eudemons Private Servers | 0 | 02-11-2010 02:25 PM |
| I NEED ZERO ONLINE Private server or tell me how to make one.......!? | ahmedtefa | Requests | 1 | 07-02-2009 06:15 PM |
| Eudemons online section is created | HolySword | Announcement | 0 | 08-04-2008 09:35 AM |