Jump to content

Skirnir

Members
  • Posts

    220
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About Skirnir

  • Birthday 01/01/1970

Skirnir's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Well, in case I got you right, you have to update your database quite drastic. I would (first backup the character database and afterwards) update the characters database to the latest. For everything else it is easier to create a fresh database. The core you build the latest and merge your mangosd.conf and realmd.conf. For everything else you better ask mangos wiki or search this forum. Regards Skirnir
  2. And you guessed that because of what? Ahbot is a MaNGOS feature, independent of your database, meaning IF your core has it implemented your fine. So in favor of your own signature try adding ahbot.conf and enable the bot. Wait for the magic to happen. Hth Skirnir
  3. Builds with these on Arch Linux x86_64 cmake ../ -DPREFIX=/opt/mangos -DPCH=1 -DACE_USE_EXTERNAL=1 -DDEBUG=1 -DTBB_USE_EXTERNAL=1 gcc 4.6.2 20120120 ace 6.0.8 intel-tbb 4.0_20111130 Regards Skirnir [EDIT] Builds as well without external libs. [EDIT2] Oh nvm you were talking about contrib ... should not post if coffee <= 0 [EDIT3] It is rather stupid, but MaNGOS is missing ace/config.h that is all. Copy it from a full MaNGOS installation into the ACE_WRAPPER/ace/ folder and compilation works. Missing this "config.h"-file breaks contrib vmaps stuff as well.
  4. @manofwar95: First I'd get rid of your ssl installation and afterwards install libssl and libssl-dev. Because this ^^^ is strange. Do you run lenny or did you install an old libssl? Debian is at 0.9.8o. Hth Skirnir
  5. Playerbot should work on any OS mangos compiles and runs. This includes Windows. Just read some guides how to extract patches from git and compile. Regards Skirnir
  6. @Xenithar: UDB is for client 3.3.5 and you need client 1.12.1 or 1.12.2. Just run this file (its a bash file and will import a full client database) [1]. And there is no realm, because there is no realm running. realmd let you log in and mangos would be the "realm" (the world where you can run around). mangos does not start because of the database mismatch. hth Skirnir [1] https://github.com/mangos-zero/database/blob/develop/mysql_import
  7. Have a look at: https://github.com/mangos/mangos/blob/master/src/game/AuctionHouseBot/ahbot.conf.dist.in Just place a ahbot.conf file in your config directory next to mangosd.conf and realmd.conf, modify AuctionHouseBot.Seller.Enabled = 1 and maybe AuctionHouseBot.Buyer.Enabled = 1 . After that feel free to modify the other numbers. Regards Skirnir
  8. @gnomepunter: the option is caused by the program "msysgit". During installation it asks you if you want this "git bash here"-dialogue. I have seen it setting up my windows at work. Hth Skirnir EDIT: Just cleaned my terrible English once again
  9. Assuming mangos.zip and scriptdev2.zip contain only the files and no subfolder AND that mangos-zero uses cmake. ### Unzipping to /opt/mangos first two lines as root/sudo #mkdir /opt/mangos #chown -R $username /opt/mangos/ mkdir -p ~/mangos/src/bindings/ScriptDev2 unzip -d ~/mangos/ mangos.zip unzip -d ~/mangos/src/bindings/ScriptDev2 scriptdev2.zip cd ~/mangos patch -p1 ~/mangos/src/bindings/ScriptDev2/patches/MaNGOS*.patch ### Building mkdir build cd build cmake ../ -DPREFIX=/opt/mangos make make install cd ../ rm -r build/ That's basically what you would do with mangos.zip and scriptdev2.zip. Ofc you have to install all build dependencies and I dunno what happens, haven't checked the above . Git is just to get the source code and work with it locally. Setting up the configs and the database does not require git. Hth Skirnir Edit: Cleaned things up a bit, its not usefull to have a complete messed up /opt/mangos folder. Now using ~/mangos.
  10. It's loaded from DBC, if I'm not mistaken. That's why you can't modify it, or well you might ofc look through the last 10k commits and find the one modifying this behavior Regards Skirnir
  11. Only tagged commits or the latest may be downloaded. A possible option is: check out the source code and fetch the hash tag of the revision you are looking for. After that let git checkout the via hashtag identified revision. Regards Skirnir
  12. That is in fact a problem with Visual Studio or to be more precise with your reading skill The little window tells you, that the option is moved to a different menu dialogue. Even if I don't use a windows computer I found this guide: [1] Hth Skirnir [1] http://msdn.microsoft.com/en-us/library/ee855621.aspx
×
×
  • 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