Jump to content

NickoNiklas

Members
  • Posts

    80
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by NickoNiklas

  1. The sql update files that comes with mangos are empty structures for the database, and contain no data. What the third party databases does, is to add content to the game, like mobs, scripted events (SD2) and so on. The third party databases are not part of mangos, and not always up to date with mangos, since mangos gets updated almost on a daily basis, and that's way more frequently than what the content databases does. That is one reason you need to apply the mangos updates if you have applied a content database, since it's not always up to date with the core you're using. Take it like this, UDB latest update contains the structures and "content" for mangos rev. 10258, and mangos is currently at rev. 10468. There have been plenty of database updates between mangos rev. 10258 to 10468, and since mangos is not sentient or anything, it's been hardcoded how the database structure is, and how to retrieve data from it, and if that database structure is not the way it's supposed to be (ex. at rev. 10258), it can't get all the data from the database. Hint, if you're using UDB, and applied all UDB updates to 10258, and you've downloaded the latest mangos core, you must always apply all the mangos sql updates to the mangos database, starting from the first sql update next to 10258. Howerver, if you've downloaded mangos rev. 10258, you only need to apply the UDB full database and updates to your mangos database, since the core supports that rev.
  2. Read the error message "You must apply all updates after [A] to [B]...", not "Only apply ". This means you start with the first sql update that comes after [A], that's for the mangos DB.
  3. Have you ever read the getmangos.eu first page Public servers are illegal in most contries, and not supported nor discussed here.
  4. Do not create another thread about the same subject, use your existing one. You replied to that one 1 hour before creating this one, and it's still there.
  5. If you want an empty database, then just apply the mangos.sql file to your mangos database, and if you haven't used an older rev. of mangos.sql, your mangos database should be up to date. And the question about updating your database that's at rev. x, up to rev. y, then there are plenty of threads about this, there's even a stickie "[Guide]Updating for Windows" that explains how to update your database, the principals are the same for all os. Skip to the "Third stage "Databases":". If you however want a content database, like UDB, go to that forum and read their guides on how to apply that database to mangos. All UDB related questions/problems should be directed to the UDB forum.
  6. Some people could think you are spamming the forum. 2 new threads on the same day, 1 yesterday (that's been locked, and told to stick with your original one), and a 4:th one still open, all about the same subjects (get the server working with client version 3.3.5a). Stop making new threads, and stick with one, more threads doesn't make things go faster, have patience. And the 0.16 branch supports client version 3.3.3, that's why you get the "maps outdated" error. The master branch supports 3.3.5a, read the Announcements & News forum. Use git console/gui and download the source from the master branch instead. Read the guides on how to do that, or google it.
  7. First things first, any items or drops that are missing is entirely UDB problem, ask in the UDB forum about that and not here. Second. More a SQLYog problem, try to use the console instead. But if you must use SQLYog, whenever you change something there, you must always click the "save changes" button, or everything you altered will be lost when you close it down.
  8. And precompiled binaries are not supported here, there are plenty of guides on how to compile and set up a server. And, before posting again, take time to at least read the stickies, don't be lazy, they are there for a reason. If you would have read the stickies, then you know about the precompiled binaries rule.
  9. I really don't like writing in threads where the author don't bother to make a good title ("help please" is not a title, most people who starts threads wants help), but I will for this time. Have you downloaded the source completley? Have you started from scratch, and redownloaded the entire source again? Did you get any errors when downloading the source? Do you have any core modifications, either downloaded a core modification thru git, applied a patch file or edited the source yourself? Have you completley reinstalled Visual Studio, since you may have missed something during the installation? Have you tried an older version of Visual Studio, ex. Visual Studio 2008 Express? And, how did you download Mangos, did you use the git console or gui, or did you use SVN, or did you go to the git website and downloaded the source from there, or did you download a "ready to compile" pack from another site?
  10. You can't use an e-mail address, just use your own username that's in the database, for example "Administrator" or whatever name you have in the database.
  11. Actually, I've always been using the precompiled installation version of SQLYog community version (for windows), didn't know (or more didn't really check ) if it was possible to get the source and compile that. Thanks, gonna check that out A bit offtopic, sorry for that.
  12. Yes, phpMyAdmin is really good, as long as you don not try to apply any sql updates, then it just takes a lot longer than SQLYog, and if not set properly, you can't apply any sql updates (too many queries usually). For updating the database, the best way is to use the sql console (from the dbms), or a third party program like SQLYog, Navicat Lite or similar. For managing or make smaller alterations to the data within the database, like manually changing an account info, phpMyAdmin is the best. I've been using SQLYog for a long time, and the community edition is a bit annoying, with that adevertising about buying the full version when it starts and closes down, but other than that, I really like it. That's what I think.
  13. Mangos problem == Mangos forum question. ScriptDev2 problem == ScriptDev2 forum question. Is your question Mangos or ScriptDev2 related? But, since you at least provided a good title (that always makes me happy). It looks like either your ScriptDev2 database has not been set/updated correctly, or you haven't applied the correct updates provided from ScriptDev2 to your Mangos database. Or maybe you haven't set the scriptdev2.conf correctly.
  14. If you need, then yes. There are 2 seperate updates that UDB supplies, one is called "corepatch" (named like 390_corepatch_mangos...), the other "updatepack". The corepatches can be used instead of Mangos source sql updates, but the updatepacks contains all the content from UDB (like creatures, mobs, quests). But I think you really should check the UDB forum about that.
  15. Easiest way (bot not always the correct one), is to drop the characters database (and recreate it from an empty database structure), and then set realmcharacters.numchars in the realmd database to 0 for all accounts.
  16. Mangos is not an emulator. Mangos source comes with empty database structures, supporting the current client version mangos is supporting. Hence, If you have downloaded a rev. of mangos that supports 3.3.5, then you already have it. However, if you ment a content database, then look at "Installation, Configuration & Upgrades" subforum, "3rd party projects (DB, scripting, forks for support different client versions)" stickie, read, and go to those forums and ask whatever mangos rev. they support. Content database questions are not a mangos problem, but for the content database provider. And "comoa", mangos does not support "repacks" (precompiled binarys with a complete database and so on). Compile your own database, read the stickies in the "Installation, Conf..." subforum.
  17. You should set the expansion table to "2", not 3. Have you set in mangosd.conf "Expansion = 2"? Have you installed booth expansion packs to your client? Just because you have client version 3.3.5a (or whatever client version your server supports), doesn't mean you have the expansion packs installed. There are original WoW, then the expainsions TBC and WoTLK, and each one can be at version 3.3.5a.
  18. This is an English forum only. Explain your problem in english, or provide an English translation, when you write in another languate. (Translation to German) Dies ist ein English-Forum nur. Erklären Sie ihr problem in Englisch, order steller Sie eine Englisch-übersetzung, wenn Sie in einer anderen sprache zu schreiben.
  19. This has nothing to do with the mangos core. Ask in the Mangos Web Enhanced thread.
  20. Go to the UDB forum and read how to get it. Check the "3rd party projects..." sticke in the "Installation, Configuration & Upgrades" forum.
  21. Maybe go to the Ubuntu forum, and ask how. They probably have lots of guides on how to update SSL.
  22. http://en.wikipedia.org/wiki/Compiler Read it. Yeah it's a lot of text, but It's well explained there. Otherwise, google for "compiling". In short, the source code is made to be easy for people to write, but the computer won't understand any of that. So when the source code has been written, it must be compiled into computer code, so the computer can understand what the programmer wants it to do. And I'm only speaking about C++ that mangos is using. And as for ScriptDev2, Anything about them should be taken up in their forum. And that teleporter, ask in that teleporters thread.
  23. As antiroot told you, there are many guides, read them before posting. If you would have read any compiling/installation guide, then you'd know what "DBC files" and map/vmap files are, and what to do.
  24. Repacks are not supported here! It's not that hard to compile a core by yourself. And you should always use the same client version that's supported by the core. There are lots of changes between each new client version, so the game will in some cases be unplayable if you use another client version.
×
×
  • 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