What's new

Legion 7.3.5: Item ID + Bonus ID = Mythic Titanforge + Indestructible + Speed + Avoidance + Leech + More

Kombat01

Gold Supporter
Verified Member
16
2022
2
.additem (item id) 1 1808:1808:1808:7:42:43:40:3337:1516:41:450

This item id sometimes can cause a "Mythic Titanforged Titanforged" (adds 10-50+ ilevel)

this item id is far from optimized, it only reaches base 1000ilevel. here is what I know so far about it. 1808 = 1 prismatic gem slot. 7:42:43:40:41 I believe are stat affixes 3337 is titanforged, 450 is mythic. 1516 controls ilevel 1516=1000base, 1515=999base, and so on.

If you optimize it more, please post it below so everyone can benefit
 

Kombat01

Gold Supporter
Verified Member
16
2022
2
.ad (item id) 1 1808:1808:1808:42:42:42:40:40:40:41:41:41:43:3337:450:1516

still far from optimized, but now the item will be 3x as good.
 

Kombat01

Gold Supporter
Verified Member
16
2022
2
changing 1516 to 1700 crashes game, and bricks character. 1666 works (1150 ilevel)
 

Kombat01

Gold Supporter
Verified Member
16
2022
2
Game was crashing frequently while using prior codes, none worked on legendary. so I altered a bit.
works on legendary gear now.
.ad 1 7:1808:1808:42:42:40:40:41:41:43:3337:450:1666 (can use on leggy gear)
 
Last edited:

Kombat01

Gold Supporter
Verified Member
16
2022
2
1808 = PRISMATIC GEM

450 = mythic

42 = speed

43 = indestructible

40 = avoidance

41 = Leech

1516 = 1000 ilvl 1666 = 1150 ilvl

3337 = titanforged
 
Last edited:

Vidus

Trial Member
5
2024
1
This is really interesting thread thank you.
Few things I figured out if in future someone wonders in here.

Trying to add over 3 sockets or sockets to an item that already has sockets causes it not to work at all.
In case you brick your character go into db -> characters and do SELECT * FROM item_instance ORDER BY createdTime DESC LIMIT 1; You can remove bonus id's to get it working again.
Max I could increase item level was with 1672 which increases relics to 1100. (if I remember correctly)
You can increase base item level of relic weapons by deleting it and adding it back with 1672 (which should bring base il to 950), tho I did this after allocating points and I had to do it again.
There is hardcap of 33k (or something like that) for secondary stats, if you fo over they reset to 0.

I noticed that for some reason stats have highest values when item level = 1100, if you go over secondary stats start to go down. With leggys this would be 450:3337:1546 -> 1100il with mythic and titanforged (again if I remeber numbers correctly)

In case you want to add other custom stats to the item here are id's that I found. There are a lot of stuff between them, mostly just different balance with two different stats eg. 100crit and 250mastery or 150crit and 200mastery etc. These listed here are the balanced ones where both stats were equal. If anyone have any more bonues I would love to know.
3 - 2bluesockets + str (not usre if it's always str or it was str just because I was str char)
17 - crit
18 - haste
19 - crit + haste
40 - Avoid
41 - Leech
42 - Speed
43 - Indestructible
55 - crit + mastery
76 - crit + mastery
97 - versa + crit
118 - haste + mastery
139 - crit + haste
160 - haste + versa
185 - haste + mastery
206 - versa + mastery
227 - haste + versa
248 - crit + versa
269 - haste + versa

And ofc if you want you can add same bonus multiple times 17:17:17:17:17:17:17:17:17:17:17, tho I think there might be some limit so don't recommend making anything too crazy. Only time I managed to brick my character was when I added like 15+ into single item.
 

Kombat01

Gold Supporter
Verified Member
16
2022
2
This is really interesting thread thank you.
Few things I figured out if in future someone wonders in here.

Trying to add over 3 sockets or sockets to an item that already has sockets causes it not to work at all.
In case you brick your character go into db -> characters and do SELECT * FROM item_instance ORDER BY createdTime DESC LIMIT 1; You can remove bonus id's to get it working again.
Max I could increase item level was with 1672 which increases relics to 1100. (if I remember correctly)
You can increase base item level of relic weapons by deleting it and adding it back with 1672 (which should bring base il to 950), tho I did this after allocating points and I had to do it again.
There is hardcap of 33k (or something like that) for secondary stats, if you fo over they reset to 0.

I noticed that for some reason stats have highest values when item level = 1100, if you go over secondary stats start to go down. With leggys this would be 450:3337:1546 -> 1100il with mythic and titanforged (again if I remeber numbers correctly)

In case you want to add other custom stats to the item here are id's that I found. There are a lot of stuff between them, mostly just different balance with two different stats eg. 100crit and 250mastery or 150crit and 200mastery etc. These listed here are the balanced ones where both stats were equal. If anyone have any more bonues I would love to know.
3 - 2bluesockets + str (not usre if it's always str or it was str just because I was str char)
17 - crit
18 - haste
19 - crit + haste
40 - Avoid
41 - Leech
42 - Speed
43 - Indestructible
55 - crit + mastery
76 - crit + mastery
97 - versa + crit
118 - haste + mastery
139 - crit + haste
160 - haste + versa
185 - haste + mastery
206 - versa + mastery
227 - haste + versa
248 - crit + versa
269 - haste + versa

And ofc if you want you can add same bonus multiple times 17:17:17:17:17:17:17:17:17:17:17, tho I think there might be some limit so don't recommend making anything too crazy. Only time I managed to brick my character was when I added like 15+ into single item.
I appreciate the reply, I think a new better item id + bonus id, using the metrics you replied with would be

.ad (item ID) 1 7:1808:1808:40:40:41:41:42:42:43:76:76:269:269:3337:450:1546

or

.ad (item ID) 1 7:1808:1808:40:40:41:41:42:42:43:76:76:269:269:3337:450:1616
 

Kombat01

Gold Supporter
Verified Member
16
2022
2
I still need to find out what “7” does, but if I remember correctly, it did something lol.
 

Vidus

Trial Member
5
2024
1
I didn't see anything changing with 7 so I left it out. Also Being able to top all stats without sockets I also left them out. Also adding 3 seem to add primary stat and 2x blue sockets so I think that is good to add too, and it doesn't work with 1808. And not sure if you can mod it somewhere but for me it shows that leech, avoidance and speed cap at 20% so I put them only once for item.
 
Top