Forums WoW Modding Support Archives Azerothcore Discord Archives [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

[DiscordArchive] is there a way to gracefully shut server down aside from the ctrl+c spam? like a shutdown or stop co

Pages (6): Previous 1 2 3 4 5 6 Next
rektbyfaith
Administrator
0
04-19-2025, 11:50 AM
#41
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.
rektbyfaith
04-19-2025, 11:50 AM #41

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.

rektbyfaith
Administrator
0
04-19-2025, 11:52 AM
#42
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.
rektbyfaith
04-19-2025, 11:52 AM #42

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.

rektbyfaith
Administrator
0
04-19-2025, 11:53 AM
#43
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
rektbyfaith
04-19-2025, 11:53 AM #43

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

rektbyfaith
Administrator
0
04-19-2025, 11:54 AM
#44
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
rektbyfaith
04-19-2025, 11:54 AM #44

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

rektbyfaith
Administrator
0
04-19-2025, 11:54 AM
#45
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
rektbyfaith
04-19-2025, 11:54 AM #45

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

rektbyfaith
Administrator
0
04-19-2025, 11:55 AM
#46
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
rektbyfaith
04-19-2025, 11:55 AM #46

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

rektbyfaith
Administrator
0
04-19-2025, 11:56 AM
#47
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
rektbyfaith
04-19-2025, 11:56 AM #47

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

rektbyfaith
Administrator
0
04-19-2025, 11:56 AM
#48
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
rektbyfaith
04-19-2025, 11:56 AM #48

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

rektbyfaith
Administrator
0
04-19-2025, 12:02 PM
#49
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
rektbyfaith
04-19-2025, 12:02 PM #49

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

rektbyfaith
Administrator
0
04-19-2025, 12:02 PM
#50
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
rektbyfaith
04-19-2025, 12:02 PM #50

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

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