EOSERV Forum > Announcements > Warnings for bleeding edge fans
Topic is locked.
Page: << 1 >>
Warnings for bleeding edge fans
Author Message
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).

14 years, 28 weeks ago
Post #22845 Re: Warnings for bleeding edge fans

OH lol thats why, thanks for the advice ;P

14 years, 28 weeks ago
Post #24204 Re: Warnings for bleeding edge fans

Nice job and thank you man.

14 years, 26 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Announcements > Warnings for bleeding edge fans