Jump to content
TrinityCore

shroom

Plebs
  • Posts

    3
  • Joined

  • Last visited

Everything posted by shroom

  1. Hi, Following one recent commit officially adding MariaDB 10.4 support, I took this opportunity to update my database server (from MariaDB 10.1 to MariaDB 10.4) and compiled the game server with the corresponding libraries instead of MySQL 5.7. Everything went fine and the server runs properly. I had one tiny little issue though: I had to fill the MySQLExecutable variable in the conf file otherwise the worldserver executable wouldn't launch: Didn't find any executable MySQL binary at '/Server/Release/bin/Release' or in path, correct the path in the *.conf ("MySQLExecutable"). I never had to fill this variable before and it was still working fine with this commit: https://github.com/TrinityCore/TrinityCore/commit/48c700347c91b1748427a8c5b09b8d4099c9a105 I'm running with this commit at the moment: https://github.com/TrinityCore/TrinityCore/commit/43d9ffd1bc127768882711a47d5e2bae92845d04 It's not that big of deal obviously, but the worldserver conf file states for this variable: If the path is left empty, built-in path from cmake is used. Alas, while being properly set in CMake, the path isn't used anymore. Is this the new expected behavior or is this a bug?
  2. Yeah, the idea vaguely crossed my mind (just vaguely). Thanks for reminding me! But after testing, it still doesn't work So I did more research and truth is, I'm stupid, I need to buy those tabs before being allowed to access the options. Fixed then
  3. Hi, I don't know if this is an issue or an intended behavior, as I lack knowledge. I created a server few weeks ago and at the moment, it's up to date with this commit: https://github.com/TrinityCore/TrinityCore/commit/59ac77522347310deba77195e3b2c5d8552561e3 There's not enough players right now on this server to create a guild the legit way, so I used the associated gm command to create it. And as I now have a "veteran" playing with us, I discovered this "issue" (or is it?): only the guild master is granted "access" to the bank tab (at the bottom of the guild management panel). And by access, I mean not only is everything allowed, but all the related options are also greyed and they cannot be altered. But my real problem is: I cannot grant guild bank access to other ranks. Can I fix this with few sql queries? Edit: nevermind... fixed my own stupidity: you need to buy those tabs from the bank...
×
×
  • Create New...