[DiscordArchive] Ha, so that's exactly why I'm here as well - would like to wear mail on my lvl 1 Rogue. Spent about
[DiscordArchive] Ha, so that's exactly why I'm here as well - would like to wear mail on my lvl 1 Rogue. Spent about
Archived author: luchadornado • Posted: 2021-12-20T21:45:02.204000+00:00
Original source
Ha, so that's exactly why I'm here as well - would like to wear mail on my lvl 1 Rogue. Spent about an hour reading the site and searching through posts here. Here's what I've tried:
- `.learn 8737` in game
- `.aura 8737` in game
- `update item_template set AllowableClass = -1;` in the database, then restarting the world server
I guess I have two questions then:
1. Is there any way to do this besides editing DBCs?
2. Is there a post somewhere about how to go about editing DBCs?
Archived author: Kitzunu • Posted: 2021-12-20T21:58:51.392000+00:00
Original source
playercreateinfo_spell_custom
Archived author: Kitzunu • Posted: 2021-12-20T21:59:13.525000+00:00
Original source
but you also need to enable it in the config
Archived author: luchadornado • Posted: 2021-12-20T21:59:28.606000+00:00
Original source
ah, thanks
Archived author: luchadornado • Posted: 2021-12-20T22:01:14.787000+00:00
Original source
I'm still a little confused. I found this: https://wowdev.wiki/DBC . I get the sense that during the build, some values in the database are actually used to create DBC files, and then the server just loads those into memory? So you could theoretically change some of these database values, redo the build step, and then you'd have DBCs with the right values?
[Embed: DBC]
https://wowdev.wiki/DBC
Archived author: Kitzunu • Posted: 2021-12-20T22:02:05.350000+00:00
Original source
you have some dbc db tables which would overwrite the dbc files. But a lot of dbc editing also requires client editing
Archived author: luchadornado • Posted: 2021-12-20T22:02:57.489000+00:00
Original source
As in code?
Archived author: Kitzunu • Posted: 2021-12-20T22:37:17.031000+00:00
Original source
as in databse