Jump to content

Cyberfreak

Members
  • Posts

    98
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Cyberfreak

  1. Whatever your problem is, it does not belong to the core, the github server or the git application itself. It must be a cause in your internet connection, which should not be discussed here.
  2. Depending to their function and even the operating system, different patches must be integrated on different ways. Through this, there is no unitary way to install any patch. In case of doubt you need to ask the author of specific patch for an (alternate) install guide.
  3. No problems with the git server right now, either it was a short server side problem or you have a communication problem between your git gui and the server, probably a local firewall.
  4. Through I am german, I will write it in both language this time. Do yourself a favour an stay away from mangos. You will never accomplish a good server without any english language skills. Da ich Deutscher bin, werde ich die diesmal in beiden Sprachen schreiben. Tu dir selbst einen Gefallen und halte dich fern von Mangos. Du wirst niemals einen vernünftigen Server fertig stellen, wenn du keine Englischkenntnisse hast.
  5. No, the professional always have x64 capability. Even if not it would not compile anything, but surely not 8 from 11 parts. This now must be an other problem. Have you tried to compile the basic mangos part for stand alone, without any additional patches like scriptdev?
  6. The mangos.sql and updates only provide a database structure, without any content. You need a content database like UDB or YTDB, for which you will find links here.
  7. Look like an error in the project file. The VC100 is looking for subfolders in the "\\mangos\\win\\vc100\\" directory, which does only exist in the VC90 subfolder. As a workaround, try to compile with the VC90 project file, the output will be same.
  8. The quest conditions and scripts are related to the additional databases, in your case YTDB and ScriptDev2, not to the core application. You should ask for help in their forum.
  9. Sure, at the example with stormwind this is possible, but there are also enough places where this is not work, like the tramp in ulduar or the crypt behind Karazhan. Especially in instances it is most time not possible to fly through the floor or roof.
  10. Is there a way to give a GM a no clip mode making him avaible to fly through walls? With this it would be much easier to prepare selfmade content like a guild base, instances or any other hidden areas, which are able to use, but not reachable by a normal player, e.g. the second jail in stormwind.
  11. I suppose this is a simplification error because it was much easier/faster to say (in Pseudocode) <<if command (learn all) teach * from spells than saying <<if command (learn all) teach 1-46, 49-75, 79-86,... from spells For perfection the function, you need to make a list with allowed spells. Its maybe needed for perfection, but far away from urgent, because you already will not learn the forbidden spells. I suppose further they are forbidden because they are only need for bosses, quests, and other non-player activity. Furthermore there are properly still spells which are not ready-made, so the error "broken" might be correct. Do not forget that the content databases and scripts are still in development progress. And as a personal opinion, make a gm char to superman appears infantile, he is unattackable by ".gm on", any equipment and spells (except style an jokeful activities) are useless, the gm char is for solving problems of players, not for playing around as god-like.
  12. The corepatch and mangos_fix files are at "\\YTDB source folder from SVN\\R59\\Updates\\". The SVN url for a full download is http://svn2.assembla.com/svn/ytdbase The "primary SQL files" from mangos git are only "information files" for database developer, they teach them the structure of database, without any in-game content. This structure is already implemented in any content database (UDB, YTDB,...). From mangos git, you only need the last update files between the end of the content database, e.g. 11310_01 at YTDB R59 with the 592 update, up to your core version.
  13. I think there are some huge problems in your mangos database, it would be the best to drop an recreate it. First the big sql file from YTDB R59, then the "corepatch_mangos" and "mangos_FIX" files from the subfolder "updates" and at least from the mangos git, in the "\\mangos\\sql\\updates\\" folder, the "11312_01_mangos_mangos_string.sql".
  14. The message says that you run the update from 10156_01 to 10156_02, but your char DB wasnt at version 10156_01. Simplify said you tried to run the wrong update file. Check the "db_version" table in your character DB for find out the actual DB version and maybe needed update.
  15. It seems to be that this are all content error, not structure, so its a problem with the YTDB, not with the core. I suggest to search help at the YTDB forum.
  16. I neither know such server nor is it allowed to post (server) links here.
  17. You also should notice that the beginning of Ulduar is a vehicle based event, but mangos still not support using vehicles. But instead of creating an own server just for practice an instance, you should create a account at one of the hundreds fun server out there, get T9 for free and make your training there. I think this would be easier than learning how to run a stable and correct server.
  18. Seems to be an error in the patch file. Take a look into it with a text editor and try to solve whats the problem while modifying line 1002 in the file "src/game/Mail.cpp". Otherwise, wait for a newer release of the patch, maybe it will be fixed in the next version.
  19. This was only from beginning up to client version 3.3.5.12340. With 4.X , the Client-Realmserver communication protocol was changed (and crypted I think), but not the Client-Loginserver, so a 4.X Client could authentify the account, but then simply not found a online realm, even if it is, because the client expect a complete other communication specimen from the realm server. In effect the 4.X client criticise the realm as offline, which is exactly the donated error.
  20. Did they use the correct game client version, 3.3.5.12340 for actual mangos core?
  21. Are you sure everything was alright while downloading and compiling? My actual mangosd application file is much bigger in windows. In 32bit its 7.550 KB and in 64bit its 10.614 KB.
  22. You already know the problem. Go to "\\mangos\\src\\mangosd\\" , put a copy of "mangosd.conf.dist.in" to the folder with the mangosd application file, rename it to "mangosd.conf", edit it to your specifications and run the application file again.
  23. Please notice that the newest version rarely is the best. It often happens that by fixing some small error some huge errors being created. You should always keep the server files and database backups before running an update.
×
×
  • 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