http://forum.ragezone.com/f291/mega-...d-more-214355/
this one..
i kinda didnt got the part about the compiling
its says :
--------6.0----------Compiling
First, I've done you a favor and put all the newest sources together for you.
Link: Newest Sources (Rev 80)
- 1/30/07 (Emergency Update)
- 1/30/07 (SQL Update for .sql file, new and improved respawns)
- 2/8/07 (Rev 16 new files!)
- 2/11/07 (Updated to Rev 20 new files!)
- 2/20/07 (Updated to Rev 23 files!)
- 2/24/07 (Updated to Rev 25 files!)
- 2/25/07 (Fixed the STB for ver 137!)
- 3/1/07 (Updated to Rev 30 files!)
- 3/1/07 (Included the right database)
- 3/4/07 (Added ver 138 STB!, should fix in-game problems)
- 4/4/07 (Updated to Rev 41 files!)
- 4/6/07 (Updated to Rev 45 files!)
- 4/18/07 (Updated to Rev 59 files!)
- 4/30/07 (Updated to Rev 60 files!)
- 6/25/07 (Updated to Rev 76 files!)
- 10/5/07 (Updated to Rev 80 files!)
Extract the sources to a new folder somewhere.
Next you need the compiler, DEV C++ 4.
Link: DEV C++ 4.9
After you downloaded DEV C++ 4, install it.
Then, download the pThread packet and install it.
Link: pThread
After that's done, run the program. (Default path is C:\Dev-Cpp ). Now you need the libmysql package. So inside DEV C++, go to the menu "Tools>Check for updates/packages" and select the "devpacks" mirror. Then click "Check for updates" after the list is complete, search through and find "libmysql" and select it and click "Download Selected". After it downloads it will install, so let it install.
After the libmysql package is installed, we need to change a few lib paths. Open up your project (such as worldserver.dev, which can be found in the "worldserver" folder) Go to menu "Project>project option".
2. Go to "parameters" tab and change the "C:/Dev-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a"
for you correct path.
Open DEV C++ and in the menu go to "Project>Project Option". Then go to the tab "Parameters" and change the "C:/Dev-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a" to their correct paths, (look for files in the "lib" folder, and just copy and path).
Now, to compile the .exe, open the .dev (loginserver.dev, charserver.dev, worldserver.dev) and click on the menu "Execute>Rebuild All". And you have the .exe inside the sources folder!
but what is the Right "Path":
Open DEV C++ and in the menu go to "Project>Project Option". Then go to the tab "Parameters" and change the "C:/Dev-Cpp/lib/libws2_32.a" and "C:/Dev-Cpp/lib/libmysql.a" to their correct paths, (look for files in the "lib" folder, and just copy and path).
what does he means by the Correct path??
can u explain me more detailed about this part?
explain more about the compiling par and the Paths thing.
besides this i understand every thing on the guide.
sorry for my Medium English.
i just need some help.![]()





