[DiscordArchive] Are MPQ/DBC related questions allowed to be discussed here?
[DiscordArchive] Are MPQ/DBC related questions allowed to be discussed here?
Archived author: Kinglykrab • Posted: 2020-11-25T03:15:55.781000+00:00
Original source
Are MPQ/DBC related questions allowed to be discussed here?
Archived author: Crow • Posted: 2020-11-25T03:32:54.902000+00:00
Original source
Unless its specifically relating to trinitycore, you'll probably have better luck somewhere like https://model-changing.net/
[Embed: Portal - Model Changing Network - WoW Modding Community]
Learn how to create new maps and spells in World of Warcraft and participate among a community dedicated to WoW Modding and Machinima!
https://model-changing.net/
Archived author: Kinglykrab • Posted: 2020-11-25T03:37:22.504000+00:00
Original source
More so just a question as to if the query I'm using is the proper way to grab the data and put it in to the CSV for conversion to the DBC.
Archived author: Kinglykrab • Posted: 2020-11-25T03:37:45.269000+00:00
Original source
```sql
SELECT entry, class, subclass, soundoverridesubclass, Material, displayid, inventorytype, sheath FROM item_template
```
Archived author: Kinglykrab • Posted: 2020-11-25T03:38:10.274000+00:00
Original source
Server I'm helping with currently has a custom patch with items already in it, even if I just add the new items I've made to the patch it breaks.