Jump to content

antz

Community Manager
  • Posts

    2808
  • Joined

  • Last visited

  • Days Won

    90
  • Donations

    0.00 GBP 

Posts posted by antz

  1. did the build it in 'debug', try building in 'release' and it should be ok.

    VS2012 support across mangos is very patchy atm, due to compatibility issues with 3rd party librarys. Intel's TBB springs to mind.

    If in doubt, I would use VS2010 for now

  2. I recently hit a problem where I was getting a Time Out error when pushing updates and sometimes when clone repo's.

    After loads of research I found the solution (for windows anyway)...

    Here's what to do:-

    1) Open a command prompt with admin priviledges

    2) Type

    tracert git.com

    I got the response...

    Tracing route to git.com [75.101.142.70]

    - remember that number

    3) Type

    ipconfig

    I got the response...

    Default Gateway . . . . . . . . . : 192.168.10.254

    - remember that number too

    4) Type

    route add [number from step 2] [number from step 3]

    i.e.

    route add 75.101.142.70 192.168.10.254

    This has resolved the timeout issues for me

  3. Hi Guys, really want to get some definite stuff in place ready for the new year goodness that's coming.

    I would appreciate anyone letting me know of there interest in getting this going asap and volunteers to help keep it going.

    Either reply to this topic or PM me.

    Thanks in advance

  4. 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

  5. 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.

  6. Hello krampf.

    First of all, sorry for my broken english ;o). I want to thank you for the post. I'm new in Mangos and i think it is very interesting. I tried to compile the project on my ubuntu and i followed all passes of the post but i have a problem, when i extract the dbc, maps and vmaps and run the mangosd it say at the end:

    "... VMap file '/opt/mangos-server/data/vmaps/000.vmtree' is missing or point to wrong version vmap file ..."

    I think the version of maps i have extract are not the same of the server. The version i have extract is 4.3.4 build 15595. How can i know the version of the server? Am I doing something wrong when extracting the maps? Can anyone help me? :o)

    At the end, thanks to the people who maintain the project. Good job guys.

    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. Hi,

    I'm currently trying to set mangos (wotlk version) on debian.

    Everything understood but I'm having trouble with the database (you guy's sure have the answer).

    I haven't finished download the wotlk client yet, that's why I haven't tested what I've done.

    I'm also pretty surprised that in the case of the database, the wotlk server has three links for it.

    Are those different and complementary? Or just similar depending on the core version?

    I look forward to your response.

    p.s: I've already looked for some information but I may have not searched at the right place.

    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

  8. 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

  9. @notagain we have not devs to start on 504 wehn we have more devs in team than we can start

    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.

×
×
  • 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