Jump to content

MichaelM

Banned
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by MichaelM

  1. The source its too old and obsolete to compile it on linux, even if you manage to port everything. Last year there was a project that aimed to repair the whole source and to port it to linux, but they dropped the project.
  2. It looks cringy. I mean, why the hell would you add a plastic-like drake into a game in 2016? They could focus they're work on enhancing game's graphics and overall-performance.
  3. The current source its written exclusively for FreeBSD, sadly.
  4. içerme dosyası açılamıyor: '../../Extern/Python2/Python.h': No such file or directory It looks like you don't have Python2 directory in your Extern directory. Go to Extern and you may find a directory named Python22 or Python27, rename that directory Python2 and you will get rid of this error.
  5. ALTER TABLE `mob_proto` ADD `resist_claw` INT(255) NOT NULL AFTER `resist_poison`; Note: The type for the column might be wrong. The monarch error is thrown because the column named 'money' exists in both tables (monarch, player). I think you'll have to fix that query serverside to get rid of this error.
  6. Your boost libraries are built for another VS version. You can fix this error by replacing your current boost libraries with the ones compiled for your VS version.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.