Jump to content

antz

Community Manager
  • Posts

    2813
  • Joined

  • Last visited

  • Days Won

    94
  • Donations

    0.00 GBP 

Everything posted by antz

  1. I prepared a guide for building a Windows MAngos WOLK Server as a virtual Machine. I took a slightly different approach to most and also made the server the build server, but the steps are fairly obvious I prepared it while I was creating a server, its a bit old now but the majority of it will still be valid Its a word document, but happy to share it with anyone - just PM me and let me know your email address and i'll send it
  2. That support is already there, If you post a problem we try our best to answer it.
  3. I've been very quiet for a while since my wife has been extremely ill, i'm hoping to get my preliminary changes for all 5 cores uploaded soon. So i'm around if you need any info please PM me ! On another note The you are impatient and want changes now... Learn to do it yourself and then help others, otherwise you will have to wait for others to do it - These things take an awful long time to do, especially when learning as you go along. The changes i'm working on are relatively simple, but are taking much longer than planned due to bugs/quirks. The main thing is to keep things here as positive as possible and continue to help each other.
  4. yeah 4.0.0 was the beta, retail started from 4.0.1. I lot of things/files/file contents changed from the beta to the retail version. It might be worth downloading the version mentioned in another post as i've tested it and it works perfectly
  5. The procedure is much the same as for WOLK. However the functionality of the game is CATA release is severely limited atm. - Unless you wish to work on helping to develop the core further, I would advise using the WOLK version of the core.
  6. There are several versions of Mangos for each of the main versions of wow. You need the Cataclysm version, please see this post for the latest url:- http://getmangos.eu/bb/topic/206/mangos-sourceproject-list/
  7. Yes
  8. From my understanding of things..... There are several databases:- Mangos - Contains all the world objects / creatures / items etc. ScriptDev2 - Contains scripting details for anything that requires special actions ACID - Is an additional ScriptDev2 library (i don't know much more than that) The Mangos project contains the server code + Blank Database (Populated Databases are available) The ScriptDev2 project contains an addon scripting library for Mangos + Database ACID contains a script to be run against the ScriptDev2 Database Hope this helps
  9. found the solution..... define the table using the following:- DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci and also execute this before importing any data:- SET NAMES UTF8;
  10. Whats the best table encoding to store non-ansi characters like the ones below. CREATE TABLE `dbc_DeclinedWord` ( `Col0` BIGINT NOT NULL DEFAULT '0', `Col1` TEXT NOT NULL) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Export of DeclinedWord'; INSERT INTO `dbc_DeclinedWord` VALUES (741,"Косматый молодой волк"); INSERT INTO `dbc_DeclinedWord` VALUES (742,"Кролик"); INSERT INTO `dbc_DeclinedWord` VALUES (743,"Трогг Каменной Челюсти"); When these are imported into MYSQL they display corrupted
  11. Surely it would make sense to have the repository available (or at least the dev discussion area) for those who wish to contribute what they can. Cata is gone from live servers and the mangos version is barely beyond a beta. Doesn't it make sense to have a discussion area available to share ideas / code etc.
  12. I would do it like this.... mkdir mangos cd mangos git clone git://github.com/mangos/server.git cd server git clone git://github.com/mangos/scripts.git src/bindings/ScriptDev2 I would not do this bit... git apply src/bindings/ScriptDev2/patches/MaNGOS-*-ScriptDev2.patch
  13. what is git apply src/bindings/ScriptDev2/patches/MaNGOS-*-ScriptDev2.patch for ? as far as I know, its normally enough to grab the latest versions or Mangos and scriptdev2 and go. In fact, I can't say i've ever had to patch it like that
  14. sounds like your version of scriptdev2 doesnt match the version of mangos you are building, see this post to get the correct version:- http://getmangos.eu/bb/topic/206/mangos-sourceproject-list/
  15. Thanks for sharing this
  16. Finally Once you guys wake up, how about a new commit - so that we can all pull the latest and greatest version. Thanks in advance
  17. Hi Guys, The other tower in Stormwind - between Trade and Old Town. There is a full instance there, much bigger than Stockades If you fly in from above, and walk down the stairs you will enter the instance Hope this helps
×
×
  • 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