[Archive] Tool to create custom items/weapons?
[Archive] Tool to create custom items/weapons?
Archived author: Tasoulios • Posted: 2025-11-04T18:14:12.240440
Original source
Is there a way to create your own items and save them to the database for 4.3.4?
Something like WoW item creator or WoW-V.
Quote:Tasoulios said:There is, but it's a little time-consuming without a "creator" program.
Is there a way to create your own items and save them to the database for 4.3.4?
Something like WoW item creator or WoW-V.
Click to expand...
Archived author: Tasoulios • Posted: 2025-11-04T18:14:12.240440
Original source
Quote:Tasoulios said:There is, but it's a little time-consuming without a "creator" program.
Is there a way to create your own items and save them to the database for 4.3.4?
Something like WoW item creator or WoW-V.
Click to expand...
Quote:Mr. Satan said:Thanks for the reply. I do have a little experience with editing the DB with heidysql. So i'll give it a try.
There is, but it's a little time-consuming without a "creator" program.
Do you have experience with editing the database in a program such as HeidiSQL?
I wont really be able to get in depth about it, as it's been a while since I've done it, but basically, you copy a similar item that you want, such as armor or a weapon, and duplicate the entry in the database. Then modify it as you see fit, within server limitations (e.g., can't set stamina to 9999999999999)
The thing is, you'll have to manually figure out what each value is, which can be done by simply looking at the item in game, see what stat has x number, and compare it to which column that number is it, and you just note it down, which column has which stat.
Like I said, it can be quite time-consuming, especially if you haven't done it manually before.
I had a list of some of them, but it's apparently gone. I checked anywhere it could be and can't find it. Sorry I can't be of too much help there.
Edit: Here's I believe an official list, made for 3.3.5 I think, but it should be close enough to 4.3.4:
https://trinitycore.atlassian.net/wiki/s...-stat_type
Click to expand...
Archived author: Tasoulios • Posted: 2025-11-04T18:14:12.240440
Original source
Quote:Mr. Satan said:Thanks for the reply. I do have a little experience with editing the DB with heidysql. So i'll give it a try.
There is, but it's a little time-consuming without a "creator" program.
Do you have experience with editing the database in a program such as HeidiSQL?
I wont really be able to get in depth about it, as it's been a while since I've done it, but basically, you copy a similar item that you want, such as armor or a weapon, and duplicate the entry in the database. Then modify it as you see fit, within server limitations (e.g., can't set stamina to 9999999999999)
The thing is, you'll have to manually figure out what each value is, which can be done by simply looking at the item in game, see what stat has x number, and compare it to which column that number is it, and you just note it down, which column has which stat.
Like I said, it can be quite time-consuming, especially if you haven't done it manually before.
I had a list of some of them, but it's apparently gone. I checked anywhere it could be and can't find it. Sorry I can't be of too much help there.
Edit: Here's I believe an official list, made for 3.3.5 I think, but it should be close enough to 4.3.4:
https://trinitycore.atlassian.net/wiki/s...-stat_type
Click to expand...
Quote:Tasoulios said:Yep. Try to make it an ID that you'll remember. I think I typically do 200200, and just count up from there for every new custom item.
Thanks for the reply. I do have a little experience with editing the DB with heidysql. So i'll give it a try.
I assume after duplicating the item i will have to give it a new, unused itemID, correct?
Click to expand...
Archived author: Tasoulios • Posted: 2025-11-04T18:14:12.240440
Original source
Quote:Tasoulios said:Yep. Try to make it an ID that you'll remember. I think I typically do 200200, and just count up from there for every new custom item.
Thanks for the reply. I do have a little experience with editing the DB with heidysql. So i'll give it a try.
I assume after duplicating the item i will have to give it a new, unused itemID, correct?
Click to expand...