Jump to content

Xalares

Members
  • Posts

    14
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Xalares

  1. Never mind, bots are only available for mangos zero and one, and I was using mangos three.
  2. I'm facing the same issue, but the character database contains only my character, not the AI bots. Furthermore I can't type .bot commands on the command line.
  3. What technic did you use to build it ? EasyBuild or Visual Studio ? Because if you used Visual Studio, you can go ..\server\build then open the solution MaNGOS.sln, then right click on realmd generate and it's done. If you used ez build you can rebuild it, but it maybe rebuilds all the .exe which will take longer. Or you can download it from the download section of the forum. I hope that I helped you !
  4. Does realmd.exe connect to the database ?
  5. For the quest [Healing the Wounded], when I heal the npc [Wounded trainee], it doesn't update the quest.
  6. In the quest Extinguishing hope, The Milly's fire extinguisher, doesn't extinguish the Northshire Vineyards Fire Trigger. It's the second quest for Humans in Elwin's Forest.
  7. Hello, when I tried to update the databases, it happens that I got this message : ERROR 1231 (42000) at line 6: Variable 'net_buffer_length' can't be set to the value of '1000000' So I had to remove all those lines to get things working : SET GLOBAL net_buffer_length=1000000; SET GLOBAL max_allowed_packet=1000000000; SET GLOBAL connect_timeout=10000000;
  8. Hi, I'm signaling a bug, when I try to create an account I get. I use MySQL 5.7.19 on Wampserver64. SQL: INSERT INTO account(username,sha_pass_hash,joindate) VALUES('XALARES','2874E6A1E7CB431E916472247555B97359EC1C1F',NOW()) SQL ERROR: Incorrect datetime value: '0000-00-00 00:00:00' for column 'last_login' at row 1
×
×
  • 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