[DiscordArchive] Did you resolve this?
[DiscordArchive] Did you resolve this?
Archived author: Rafayelus • Posted: 2025-03-09T16:55:18.292000+00:00
Original source
Did you resolve this?
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);
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):`
Archived author: Bench • Posted: 2025-03-09T17:15:21.861000+00:00
Original source
I think that's all that needs changing
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
Archived author: gustavoberg • Posted: 2025-03-09T17:17:06.919000+00:00
Original source
Thanks for the hint!
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
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)
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
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!