Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Did you resolve this?

[DiscordArchive] Did you resolve this?

[DiscordArchive] Did you resolve this?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
03-09-2025, 04:55 PM
#1
Archived author: Rafayelus • Posted: 2025-03-09T16:55:18.292000+00:00
Original source

Did you resolve this?
rektbyfaith
03-09-2025, 04:55 PM #1

Archived author: Rafayelus • Posted: 2025-03-09T16:55:18.292000+00:00
Original source

Did you resolve this?

rektbyfaith
Administrator
0
03-09-2025, 05:05 PM
#2
Archived author: gustavoberg • Posted: 2025-03-09T17:05:39.670000+00:00
Original source

Hello guys! I wanna change the requirements of getting the 100% mounts for multiple mounts simultaneously.
Would this be the right query for Heidi? (X = example ID)

UPDATE item_template SET BuyPrice = 100000, RequiredLevel = 40 WHERE (entry = 18796, XXXXX, XXXXX);
rektbyfaith
03-09-2025, 05:05 PM #2

Archived author: gustavoberg • Posted: 2025-03-09T17:05:39.670000+00:00
Original source

Hello guys! I wanna change the requirements of getting the 100% mounts for multiple mounts simultaneously.
Would this be the right query for Heidi? (X = example ID)

UPDATE item_template SET BuyPrice = 100000, RequiredLevel = 40 WHERE (entry = 18796, XXXXX, XXXXX);

rektbyfaith
Administrator
0
03-09-2025, 05:15 PM
#3
Archived author: Bench • Posted: 2025-03-09T17:15:07.215000+00:00
Original source

No, change your entry segment to `(entry IN 18796, XXXXX, XXXXX):`
rektbyfaith
03-09-2025, 05:15 PM #3

Archived author: Bench • Posted: 2025-03-09T17:15:07.215000+00:00
Original source

No, change your entry segment to `(entry IN 18796, XXXXX, XXXXX):`

rektbyfaith
Administrator
0
03-09-2025, 05:15 PM
#4
Archived author: Bench • Posted: 2025-03-09T17:15:21.861000+00:00
Original source

I think that's all that needs changing
rektbyfaith
03-09-2025, 05:15 PM #4

Archived author: Bench • Posted: 2025-03-09T17:15:21.861000+00:00
Original source

I think that's all that needs changing

rektbyfaith
Administrator
0
03-09-2025, 05:16 PM
#5
Archived author: gustavoberg • Posted: 2025-03-09T17:16:10.460000+00:00
Original source

ah weird, because Keira showed this command when changing values in the GUI
rektbyfaith
03-09-2025, 05:16 PM #5

Archived author: gustavoberg • Posted: 2025-03-09T17:16:10.460000+00:00
Original source

ah weird, because Keira showed this command when changing values in the GUI

rektbyfaith
Administrator
0
03-09-2025, 05:17 PM
#6
Archived author: gustavoberg • Posted: 2025-03-09T17:17:06.919000+00:00
Original source

Thanks for the hint!
rektbyfaith
03-09-2025, 05:17 PM #6

Archived author: gustavoberg • Posted: 2025-03-09T17:17:06.919000+00:00
Original source

Thanks for the hint!

rektbyfaith
Administrator
0
03-09-2025, 05:32 PM
#7
Archived author: Heisenberg83 • Posted: 2025-03-09T17:32:29.917000+00:00
Original source

Hello! I'm currently trying to install the worgoblin mod on my azerothcore docker raspberry pi 5 server (https://www.azerothcore.org/catalogue.ht.../442338662) and have an error I can't figure out (attached).

I cloned the git to my folder using git clone. I ran the first step code and that seems to have replaced the code lines needed. I then tried step 2 (replacing DBC files), but noticed mine were in .sql format, so they were adding instead of replacing. I converted the DBC files to .sql format and overwrote them. My compile is not going through (it gets to 99% and shows the error attached)

I'm able to open up my server and click on Worgen/Goblin characters and it shows up, it just says error in making character when I do.

I'm also running playerbots on the server, is this possibly the problem? Is there something extra I have to do for playerbots to be these races as well?

Thanks so much for the time!
Worgoblin_Mod_bash_error.pdf

[Embed: AzerothCore]
AzerothCore, the open source MMORPG server application
https://www.azerothcore.org/catalogue.html
rektbyfaith
03-09-2025, 05:32 PM #7

Archived author: Heisenberg83 • Posted: 2025-03-09T17:32:29.917000+00:00
Original source

Hello! I'm currently trying to install the worgoblin mod on my azerothcore docker raspberry pi 5 server (https://www.azerothcore.org/catalogue.ht.../442338662) and have an error I can't figure out (attached).

I cloned the git to my folder using git clone. I ran the first step code and that seems to have replaced the code lines needed. I then tried step 2 (replacing DBC files), but noticed mine were in .sql format, so they were adding instead of replacing. I converted the DBC files to .sql format and overwrote them. My compile is not going through (it gets to 99% and shows the error attached)

I'm able to open up my server and click on Worgen/Goblin characters and it shows up, it just says error in making character when I do.

I'm also running playerbots on the server, is this possibly the problem? Is there something extra I have to do for playerbots to be these races as well?

Thanks so much for the time!
Worgoblin_Mod_bash_error.pdf

[Embed: AzerothCore]
AzerothCore, the open source MMORPG server application
https://www.azerothcore.org/catalogue.html

rektbyfaith
Administrator
0
03-09-2025, 05:41 PM
#8
Archived author: Bench • Posted: 2025-03-09T17:41:24.411000+00:00
Original source

Two things, first off you added the DBC files to the wrong directory. Second off, the error attached (just use [gist](https://gist.github.com/) to upload them) is not complete and is only showing that there *was* an error, not actually what the error is (gonna be much higher in the log more than likely)
rektbyfaith
03-09-2025, 05:41 PM #8

Archived author: Bench • Posted: 2025-03-09T17:41:24.411000+00:00
Original source

Two things, first off you added the DBC files to the wrong directory. Second off, the error attached (just use [gist](https://gist.github.com/) to upload them) is not complete and is only showing that there *was* an error, not actually what the error is (gonna be much higher in the log more than likely)

rektbyfaith
Administrator
0
03-09-2025, 05:41 PM
#9
Archived author: Bench • Posted: 2025-03-09T17:41:40.279000+00:00
Original source

And, btw, the DBC file thing would not cause the error with compiling
rektbyfaith
03-09-2025, 05:41 PM #9

Archived author: Bench • Posted: 2025-03-09T17:41:40.279000+00:00
Original source

And, btw, the DBC file thing would not cause the error with compiling

rektbyfaith
Administrator
0
03-09-2025, 05:49 PM
#10
Archived author: Heisenberg83 • Posted: 2025-03-09T17:49:47.246000+00:00
Original source

Sorry, yeah, I should have specified that I put them in my Data/sql/base/db_world folder since that's where I saw the same files. I couldn't find another place to put them that they would replace. I'll clear that, put the original files back in, and recompile to see if I can just get back to "normal", since it was working fine before.

Can't seem to find where to place them in the data directory folder, do you possibly have any idea where they would go specifically in the data section, or where I could find that? And do I just leave them as DBC files? Or keep them converted as .sql files?

Appreciate the help and patience!
rektbyfaith
03-09-2025, 05:49 PM #10

Archived author: Heisenberg83 • Posted: 2025-03-09T17:49:47.246000+00:00
Original source

Sorry, yeah, I should have specified that I put them in my Data/sql/base/db_world folder since that's where I saw the same files. I couldn't find another place to put them that they would replace. I'll clear that, put the original files back in, and recompile to see if I can just get back to "normal", since it was working fine before.

Can't seem to find where to place them in the data directory folder, do you possibly have any idea where they would go specifically in the data section, or where I could find that? And do I just leave them as DBC files? Or keep them converted as .sql files?

Appreciate the help and patience!

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