[DiscordArchive] is there a way to gracefully shut server down aside from the ctrl+c spam? like a shutdown or stop co
[DiscordArchive] is there a way to gracefully shut server down aside from the ctrl+c spam? like a shutdown or stop co
Archived author: MythicTyrant • Posted: 2025-04-19T11:50:22.291000+00:00
Original source
Thank you both for the tips. So, I dismissed and summoned the Felguard. No changes. I leveled up. Still no changes. It looks like updating the client side is the next step. Which file needs to be updated in what directory? So sorry as I'm sure that's a very basic question for most. I run my server on a dedicated machine, and I run the client on another one, so I'd have to make sure I'm getting the right file(s) for the transfer process.
Archived author: Mithria • Posted: 2025-04-19T11:52:47.207000+00:00
Original source
you just need to give the modified spell.dbc to the client. put it in a folder called DBFilesClient and then im not sure if you can just use that or if it *has* to be packaged in an mpq archive, i've always done mpq since i have a lot of modified files not just dbc's.
Archived author: Shako • Posted: 2025-04-19T11:53:42.315000+00:00
Original source
hey all, is there any tutorial how to create new item and also new extended costs and also generate MPQ for players to be able to see it
Archived author: Shako • Posted: 2025-04-19T11:54:10.872000+00:00
Original source
btw , I know how to create item, but it doesn't have any icon so need it with icon and also to be extended cost
Archived author: Mithria • Posted: 2025-04-19T11:54:46.356000+00:00
Original source
i think if you're not using an mpq you can put the dbc file directly in wow/Data/enUS (or whatever locale you have) but im not 100% sure on that
Archived author: Shako • Posted: 2025-04-19T11:55:46.471000+00:00
Original source
I dont think so, because there is no any dbc file in data/enUS
Archived author: Mithria • Posted: 2025-04-19T11:56:19.297000+00:00
Original source
i know but someone mentioned it a long time ago in the modding disc so maybe they know something i dont lmao. or he was lying
Archived author: Mithria • Posted: 2025-04-19T11:56:43.745000+00:00
Original source
for the client to see the icon you need to create an entry in Item.dbc for that new item, and that dbc is needed on both client and server.
for extended costs you need to create an entry in ItemExtendedCosts.dbc and same applies. you set the extended cost in the npc_vendor table in the db, which takes the ID of the row you added to the ItemExtendedCost.dbc
Archived author: Mithria • Posted: 2025-04-19T12:02:30.427000+00:00
Original source
the way i do it is to use something like ladiks mpq editor to create a new mpq archive. then create a folder within that called DBFilesClient then within that folder, put a copy of your modified Spell.dbc name that .mpq archive patch-# but replace the # with any number or single letter so long as it is bigger than any existing patch.mpq archives in the client's Data folder
Archived author: Mithria • Posted: 2025-04-19T12:02:51.472000+00:00
Original source
then close the mpq and put it in your wow folder inside the Data folder, alongside all the other .mpq files