[DiscordArchive] Is there any Azerothcore library that can generate SRP6?
[DiscordArchive] Is there any Azerothcore library that can generate SRP6?
Archived author: I ᴼᶯᶥᵏᵃᶥ ™ I ꒪꒳꒪ • Posted: 2025-03-08T09:30:12.930000+00:00
Original source
Is there any Azerothcore library that can generate SRP6?
Archived author: I ᴼᶯᶥᵏᵃᶥ ™ I ꒪꒳꒪ • Posted: 2025-03-08T09:30:42.583000+00:00
Original source
The only one I found was from trinitycore
Archived author: diogenian • Posted: 2025-03-08T11:06:02.818000+00:00
Original source
Only the precompiled docker images don't crash/restart out of nowhere for me. Weird. Too bad that I actually wanted to use modules, which is incompatible with the recompiled images.
Archived author: Ryan Turner • Posted: 2025-03-08T11:37:18.020000+00:00
Original source
We have links with examples for Web pages https://www.azerothcore.org/wiki/account#verifier
[Embed: account]
Wiki and Documentation of the AzerothCore project
https://www.azerothcore.org/wiki/account
Archived author: Ryan Turner • Posted: 2025-03-08T11:37:23.973000+00:00
Original source
There's 3 links
Archived author: Ryan Turner • Posted: 2025-03-08T12:24:02.932000+00:00
Original source
Main focus of the AzerothCore is to emulate the 3.3.5 version.
While AzerothCore has for the last few years had their vanilla and tbc content more polished and developed, it's still at the end of the day to emulate 3.3.5
They are other cores that are exclusive for TBC you can check [reddit ](https://www.reddit.com/r/wowservers/comm...39803)from recommendations
![[Image: image.png?ex=690bec8c&is=690a9b0c&hm=003...dd01fef40&]](https://cdn.discordapp.com/attachments/1255602330431127753/1347909770312417372/image.png?ex=690bec8c&is=690a9b0c&hm=003307aef7c53828729b4777237a6bcda1e7127eeb68a337c128b85dd01fef40&)
Archived author: Dizlen • Posted: 2025-03-08T12:32:12.254000+00:00
Original source
Hey all - after installing the individual player progression module im getting a ton of these errors in the world server log. Any ideas?
I saw someone ages ago that had the same issue was recommended to "Just delete the database tables completly in world", but im not sure how to do that
![[Image: image.png?ex=690bec8c&is=690a9b0c&hm=003...dd01fef40&]](https://cdn.discordapp.com/attachments/1255602330431127753/1347909770312417372/image.png?ex=690bec8c&is=690a9b0c&hm=003307aef7c53828729b4777237a6bcda1e7127eeb68a337c128b85dd01fef40&)
Archived author: Mithria • Posted: 2025-03-08T12:42:32.430000+00:00
Original source
in the database, there is a table that stores data on what spells are taught by which trainers. your table is either has wrong data or incomplete data, so yes the recommendation would probably be to drop the world db and re-create it (which should happen automatically when launching worldserver). you can use a database editor like heidisql, connect to the database, and then right click on the acore_world database from the list and select drop. if you have made any custom alterations to the world database they will be lost in this process, but since you said you're unsure how to drop tables i'm assuming you've made no custom modifications here.
Archived author: Mithria • Posted: 2025-03-08T12:43:31.733000+00:00
Original source
not really sure how your database got like that, those are indeed non-existent spells unless they are meant to be added by the player progression module and you just didnt set something up for it
Archived author: Ryan Turner • Posted: 2025-03-08T12:43:32.235000+00:00
Original source
Keep in mind dropping your world will remove any changes you have done to the world e.g spawned custom npcs.
You can also just drop npc_trainer table and import manually, but the safer to do is what Mithria said