Jump to content

kageb0shi

Members
  • Posts

    45
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by kageb0shi

  1. they have told you. you have to figure this out yourself. Mangos is not meant to be easy in setup. It's a learning project as davemm has said countless times. Use the resources you have available to find your answer. No one's gonna hold your hand through this.
  2. Use the search and you would have gotten your answer. account set expansion level level = 0, 1, 2 0 = classic 1 = TBC 2 = Wotlk gm command follows same syntax. Just play around with it and figure it out.
  3. salut, comment alle vous? Je ne parle pas francais bien. No worries about the Mangos_ folder. GIT doesn't like existing folder as target. Second, Copy them to a new folder. This folder will also be where your DBC and map files go to, and where you start the server from. for example create a folder d:\\wowPriv and copy the .exe, .dll, .pbd, and .conf files to it.
  4. 20. I receive an error when I launch mangos "You have _outdated_ DBC files." What does this mean? Your game client version that you extracted the DBC files from does not match the mangos server revision. How do I fix? There's plenty of threads that mention this problem. Use the forum search, located beneath the Mangos banner at top of page. Either download W0W patch, and update client then run the extractor(ad.exe) or update mangos, compile, and run the extractor. Also make sure you're not using an old ad.exe from an earlier mangos compile and be certain it is extracting from a WoW directory that has the version needed. How do you find what client version your mangos server supports? Refer to FAQ 6. 21. I receive an error when I launch mangos "<FILE>.dbc (exist, but have x fields instead x) Wrong client version dbc?" What does this mean? This is similar to FAQ 20. Mangos is referencing dbc files that do not match its rev. You need to make sure your WoW client version is supported by your Mangos version before you extract the dbc files. More than likely you updated mangos to support newer patch but you did not re-extract dbc files from newly patched client. How do I fix? Look at the datadir line in the mangosd.conf file and make sure it points to a directory that has dbc files that match the mangos rev you are running. Update client or mangos then re-extract (ad.exe) the dbc files from WoW client folder. How do you find what client version your mangos server supports? Refer to FAQ 6. 22. When I try to launch Mangosd.exe I receive an error: "The application configuration is incorrect. Please reinstall." What does this mean? You compiled mangos with Visual Studio, or Visual C++ Express, on one computer, and moved the files to a different computer. How do I fix? You will need to download and install the Microsoft Visual C++ Redistributable Package onto the computer that you are receiving this message, the computer you are trying to run mangos on. Download here: Microsoft Visual C++ Redistributable Package Also, it would not hurt to download the latest .net framework from Microsoft.
  5. as I posted before...you need a db project like UDB
  6. sorry Turaj. Been busy with work. you can open .rar by installing 7-zip, just google it. And UDB contains all the world stuff and 0.11.5 is what you need. You might get some db errors when you start mangos. UDB 0.11.5 does not support mangos rev. 7979 and up.
  7. scriptdev will come later. Scriptdev contains the AI for all the creatures. Sorry I didn't mention that before. What are you using for your SQL reader? SQLyog?
  8. sure is. I don't have a 64 bit system and I didn't have that problem. how about you use google to search for your problem.
  9. Yep thats right. So far so good. You copied the .exe, .dll, and .pdb files from bin\\win32_release to f:\\mangos server I also had that issue with git not wanting to do anything with an existing folder. Have you extracted maps and dbc? The output of that action will be two folders named maps and dbc then copy that to F:\\Mangos Server Well, back to your SQL issue. You will have a total of 4 databases, and they are realmd, characters, mangos, and scriptdev2. Just run the sql dump files in UDB\\trunk\\Full_DB\\ForCleanInstallOnly Then run the sql dump file UDB_0.11.5_Core_7681_SD2_1012.sql
  10. whoa there chief. Just doing a little troubleshooting to isolate an issue. Whats the error for the genrevision compile?
  11. Try Build > Clean Solution then Build > Build Solution. Also check that you're building it for release, not debug.
  12. You're problem is here Check to make sure genrevision.exe is in the "mangos\\win\\VC90\\genrevision__Win32_Release" directory and revision.h is in the "mangos\\src\\shared directory"
  13. Yes you can't run mangosd.exe if you had problems creating the databases. We need more info. Is this a new installation? If so then you don't need to do the SQL updates.
  14. Not sure if this is the correct forum for this. It appears so. I'm using 0.13.0-Dev rev.7732 and going through I've noticed a couple of things missing, for example barbershop chairs in Orgrimmar and Undercity, so I've taken it upon myself to add these things. What would be nice to have, but I'm sure this could be done with client-side addon in LUA, is a GM interface that allows querying server for game object/creatures, a small model viewer to display queried objects/creatures, and allow for addition/selection/movement/orientation/deletion of objects. Basically a GUI for some GM commands. I'll look into this myself but I am somewhat overwhelmed by the shear size of mangos. Also, I'm a fan of the Total War series of games so the thought of a W0W/ToTal War hybrid would be mind-blowing. Perhaps summon a unit of calvary( 20 units) and use the pet bar for unit commands and formation. Also would make creating machinama using epic battle sequences much easier. But I guess this wouldn't be supported because mangos tries to accurately emulate W0W right? Perhaps if someone could point me in the right direction? I know of a few spells I might look at but not sure where in the source to go. Anyways just a few ideas.
  15. 127.0.0.1 is a loop back ip address. It doesn't connect to any other computer. IF you have mangos on computer a and computer b is a seperate computer, and you need computer b to connect to computer a, computer b cannot connect if it is using 127.0.0.1. Also, check in the realmd database > realmlist table and look at address. If it shows 127.0.0.1 then other computers will never be able to connect. IF the computers are on the same network then you need the ip address of the computer that has mangos on it. It computers are outside your network, trying to conect to your server over internet, then it needs to be your internet ip address, and if that is the case you will need to setup port forwarding. in your conf file, if it shows "127.0.0.1:3306;root;pass;database" that is ok. Just leave it like that. Only time you want to change that is if the database is on a separate computer than mangosd.exe, realmd.exe. What you just need to look at is the realmd database, realmlist table and look at address field.
  16. yeah you can downgrade. I've done it and it is somewhat of a pain. make a copy of your WoW folder then paste wherever and rename it to like WoWPriv, then do a google search for downgrading WoW ...you'll need to delete some files out of your WoWPriv folder then run the repiar which should bring your version to like 3.0.0 or so, then you'll need to find a site that hosts each individual patch and dl and apply each up to the target version...also make sure you change your realmlist.wtf. It would be terrible to do all this just to have the blizzard downloader start dling the new patch when you launch the game. /edit checkout reaper's post on reverting WoW client patches [REMOVED - No thanks to links to crappy repack sites please]
×
×
  • 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