Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Is there any Azerothcore library that can generate SRP6?

[DiscordArchive] Is there any Azerothcore library that can generate SRP6?

[DiscordArchive] Is there any Azerothcore library that can generate SRP6?

Pages (4): 1 2 3 4 Next
rektbyfaith
Administrator
0
03-08-2025, 09:30 AM
#1
Archived author: I ᴼᶯᶥᵏᵃᶥ ™ I ꒪꒳꒪ • Posted: 2025-03-08T09:30:12.930000+00:00
Original source

Is there any Azerothcore library that can generate SRP6?
rektbyfaith
03-08-2025, 09:30 AM #1

Archived author: I ᴼᶯᶥᵏᵃᶥ ™ I ꒪꒳꒪ • Posted: 2025-03-08T09:30:12.930000+00:00
Original source

Is there any Azerothcore library that can generate SRP6?

rektbyfaith
Administrator
0
03-08-2025, 09:30 AM
#2
Archived author: I ᴼᶯᶥᵏᵃᶥ ™ I ꒪꒳꒪ • Posted: 2025-03-08T09:30:42.583000+00:00
Original source

The only one I found was from trinitycore
rektbyfaith
03-08-2025, 09:30 AM #2

Archived author: I ᴼᶯᶥᵏᵃᶥ ™ I ꒪꒳꒪ • Posted: 2025-03-08T09:30:42.583000+00:00
Original source

The only one I found was from trinitycore

rektbyfaith
Administrator
0
03-08-2025, 11:06 AM
#3
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.
rektbyfaith
03-08-2025, 11:06 AM #3

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.

rektbyfaith
Administrator
0
03-08-2025, 11:37 AM
#4
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
rektbyfaith
03-08-2025, 11:37 AM #4

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

rektbyfaith
Administrator
0
03-08-2025, 11:37 AM
#5
Archived author: Ryan Turner • Posted: 2025-03-08T11:37:23.973000+00:00
Original source

There's 3 links
rektbyfaith
03-08-2025, 11:37 AM #5

Archived author: Ryan Turner • Posted: 2025-03-08T11:37:23.973000+00:00
Original source

There's 3 links

rektbyfaith
Administrator
0
03-08-2025, 12:24 PM
#6
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
rektbyfaith
03-08-2025, 12:24 PM #6

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

rektbyfaith
Administrator
0
03-08-2025, 12:32 PM
#7
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&]
rektbyfaith
03-08-2025, 12:32 PM #7

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&]

rektbyfaith
Administrator
0
03-08-2025, 12:42 PM
#8
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.
rektbyfaith
03-08-2025, 12:42 PM #8

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.

rektbyfaith
Administrator
0
03-08-2025, 12:43 PM
#9
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
rektbyfaith
03-08-2025, 12:43 PM #9

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

rektbyfaith
Administrator
0
03-08-2025, 12:43 PM
#10
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
rektbyfaith
03-08-2025, 12:43 PM #10

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

Pages (4): 1 2 3 4 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)