Jump to content

redcell

Members
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by redcell

  1. http://games.slashdot.org/article.pl?sid=08%2F12%2F13%2F041200&from=rss might be interesting to study the source code and see how the pro's code a MMO
  2. I only use these 3 commands to compile mangos on linux: autoreconf -ifv ./configure --prefix=/server/mangos --sysconfdir=/server/mangos/etc --enable-cli --enable-ra --datadir=/server/mangos/data --enable-maintainer-mode make -j4 use "make" if your server only has 1 cpu, use "make -j2" if your server has 2 cores, and to compile ultrafast on 4 cores use: "make -j4" etc.. no need to create a folder "objdir", you can compile straight from the mangos folder with just 3 commands instead of using all these: autoreconf --install --force aclocal autoheader autoconf automake --add-missing automake src/bindings/ScriptDev2/Makefile mkdir objdir cd objdir ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --enable-ra --datadir=/opt/mangos make make install make clean cd .. rm -r objdir
  3. wouldn't it be easier to achieve this with php? http://www.tonymarston.net/php-mysql/dom.html
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use