Jump to content

Cyberfreak

Members
  • Posts

    98
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Cyberfreak

  1. Once again, the content database is not related to the mangos core.
  2. No! Use your brain, starting with going to the right forum part called "Installation, configuration & upgrade". There you will find multiple tutorial, also for updating a database. You can also use a search engine, this is really the most frequently error ever, you will found thousands of threads about it, all with the same solution. And please notice, this is a software developer forum, not a user help desk, no one here will present you a one click solution for your individual problem.
  3. Any change in the data field will be saved automatically when closing the table, you even do not need to press enter, a save button or anything like this. In the mangos.realmlist table every row have its unique id at beginning, this is called the primary key in sql. The ID is also given in the mangosd.conf for identifying a realm, so you have a own row in table with unique ID, a own mangosd.conf and a own mangosd application file for each realm you want to provide. If there is only one realm, you only need one row. The ip or hostname must be changed in every used row, but could be different, if you running multiple realms on multiple server.
  4. Maybe you make a typical error and extracted the maps from a 4.0.X client? It must be from a 3.3.5.a client.
  5. In the mangosd.conf you have a "DataDir" trigger, thats where dbc/(v)maps must be placed. For your DB updating problem, we need more information, whats the matter, do you get a error message or simply do not know how to proceed?
  6. Forget about the modem, this is only relevant for connection, but not for install. I think there ist another application using the port, like an older SQL Server or a third parity 1-Click-Tool for Mangos Server. Check your running services.
  7. The accounts and characters are saves in the "realmd" and "characters" databases, so simply backup your dbs. Every sql server and management tool should have an option like "dump to sql file".
  8. Install the game with an WotLK Installer http://rapidshare.com/files/450323714/0_InstallWoW.exe and after install, block the launcher.exe in a local firewall (NOT the awful "sometime register something" tool from Microsoft, I prefer Kaspersky). Then install any non-Cataclysm updates manually. By the way, the launcher also use port 80 for updates, the peer to peer connections are only optional. You also can simply download the installer and updates to a client, unplug the internet connection, install and update, extract the DBCs, maps, vmaps, and upload them to your server.
  9. For translating Quests and other things to another language, you must find an additional SQL pack for the mangos and SD2 DB. For germany, there is a independent project called GMDB (German Mangos DataBase), maybe you could also find such a thing for spanish language.
  10. If this is the path to your mangosd.exe and realmd.exe, yes.
  11. After a short check it seems to be that Postgre have a problem with the "`", if you use "´" or simply nothing to bracket the value, it makes no more syntax error at the specific value, however in following commands like the "engine=MyISAM". In this case I could not comprehend how a single sql file could be comatible to MySQL and Postgre at the same time, even if it should after your investigate.
  12. In fact I do not know how to explain this easier. Copy the "mangosd.conf.dist.in" to "C:\\mangos\\" and rename it to "mangosd.conf".
  13. I do not no for sure, but it sounds like an unexpected disconnect, like ALT+F4 or switching the modem off, any kind of disconnect that is not lead in by the "exit game" command in the game client.
  14. Maybe someone other could solve this directly, but generally it would be helpful to post this error messages.
  15. Basically you can copy the compiled files to any other computer for running the server application there. But, I can say at a windows system, you need to install the Visual C++ runtimes and Net Framework on the target system, maybe there are also some required components on a linux system, but I do not have the ability to say which one.
  16. You can also use "git apply patchname.patch", everything else like wrong format oder version should be a problem of the specific patch and its builders, so you must ask in their specific forum or threat.
  17. Not at all. Get a 3.3.5.12340 client, extract the maps and vmaps, move them to the "DataDir" noticed by Skirnir, then it should work.
  18. There are 2 trigger in the mangosd.conf called "Death.CorpseReclaimDelay.PvP" and ".PvE" for simply (de)activate the function. If you want the same static countdown at the first and all following deads, instead of the blizzlike linear rising waiting time, you need to modify the declaration of "often deaths" in the source code. Where exactly, whell, I am to lazy for seaching it right now, but using a "search for string" function should be doable for everyone. Maybe someone other could recite it. Maybe we also could call some marines squad to scare off the little bird wakes me up every morning by singing his song in a tree in front of my window. Or maybe I should get a cat.
  19. Not necessarily replace with a newer version, rather with the (v)maps from a client with a version (3.3.5a) adequate to your server core version. Since Cataclym, most people with this error trying to run their 3.3.5 server with 4.0.x client maps.
  20. You probably should start with reading the sticky installation & update thread for the specific operation system.
  21. Well, if you get a "file not found" error, you should check if the file exist and is allowed to use by your user. Maybe its because the actual SD2 patch name is "MaNGOS-10790-ScriptDev2.patch", not longer the 9519 one. You can use "git apply src/bindings/ScriptDev2/patches/MaNGOS-*" instead for avoiding problems with the changing file name.
  22. Through Mangos does not provide any NPC or Quest, you should contact the additional database team, like UDB.
  23. Teleporter are controlled by additional projects like ScriptDev2, I suggest to contact their forum.
  24. If you have no basic network skills, you should NOT try to run anything called server.
×
×
  • 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