[DiscordArchive] I am trying to change the material type of an item in the database, from plate to cloth, in accordan
[DiscordArchive] I am trying to change the material type of an item in the database, from plate to cloth, in accordan
Archived author: Diro • Posted: 2025-02-27T21:50:45.644000+00:00
Original source
I am trying to change the material type of an item in the database, from plate to cloth, in accordance to information from this page. https://www.azerothcore.org/wiki/item_template My changes however are not being reflected in-game. Any ideas?
Archived author: metallinos • Posted: 2025-02-27T21:51:36.861000+00:00
Original source
The client can't see server-side quality changes as it keeps a copy of all extant items in its item.dbc file (squeezed into the MPQ files) instead of querying the server for every item's attributes, so long story short you need to patch the client
Archived author: Timelost • Posted: 2025-02-27T21:51:39.922000+00:00
Original source
Im on the step of launching the authserver.exe and worldserver.exe. When I try to do that iit just opens for a second and then closes. Ive got this to work before, cant understand what Im doing wrong. Help please
Archived author: metallinos • Posted: 2025-02-27T21:52:10.300000+00:00
Original source
Sounds like you're crashing somehow - perhaps because your MySQL server is offline? There may be a crash log or server log that can show the cause
Archived author: Timelost • Posted: 2025-02-27T21:53:27.872000+00:00
Original source
It says "running" so it should be online
Archived author: metallinos • Posted: 2025-02-27T21:55:03.757000+00:00
Original source
Sounds like. Time to look at your logs, then. Could be caused by many reasons, but both auth and world closing instantly typically indicates an inability to connect to the MySQL server, which could be because of the pw/username, db connection details in the respective conf files, or firewall settings for example.