EOSERV Forum > Announcements > Warnings for bleeding edge fans
Reply to Topic
Page: 1
Warnings for bleeding edge fans
Author Message


Joined: 26th Jul 2008
Posts: 443
Post #22839 Warnings for bleeding edge fans

People who like to download and compile the latest versions of EOSERV will need to take note of two things.

  • Rates are now stored as a decimal number - Where you had "100" before, you need to change it to "1x" or "100%"
    This affects: DeathRecover, EXPRate, DropRate, MobRate, PKRate, SpawnRate
  • The version of gcc that apparently comes with Dev-Cpp/Code::Blocks (gcc 3.x) doesn't work anymore; it doesn't seem to be able to handle precompiled headers properly. I recommend using the package from http://www.tdragon.net/recentgcc/.


Edit: Since it's not really listed anywhere readily available, here's a list of required libraries. (If you don't have Dev-Cpp, you can rename the DevPaks packagename.tar.bz2 and extract them with WinRar or something).

  • MySQL
    You should get a copy of the required files when you install the server, look in the following locations:
    - C:\Program Files\MySQL\MySQL Server (version)\include\*
    - C:\Program Files\MySQL\MySQL Server (version)\lib\opt\*
    - C:\Program Files\MySQL\MySQL Server (version)\bin\libmysql.dll
  • pthreads
    - Home: http://sourceware.org/pthreads-win32/ (Source + 32-bit)
    It can be hard to find what you want on that site, so bring your brain with you

Decent Linux systems should be able to get mysql/sqlite from their package managers (but AngelScript will probably need to be compiled yourself).

23rd Oct 2009 08:25 pm


Joined: 19th Sep 2009
Posts: 121
Post #22845 Re: Warnings for bleeding edge fans Quote Post

OH lol thats why, thanks for the advice ;P

23rd Oct 2009 10:13 pm


Joined: 3rd Apr 2009
Posts: 28
Post #24204 Re: Warnings for bleeding edge fans Quote Post

Nice job and thank you man.

6th Nov 2009 02:42 am
Page: 1
Reply to Topic
EOSERV Forum > Announcements > Warnings for bleeding edge fans