• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Itemrandomsuffix and randomprop

Status
Not open for further replies.

Vitrex

Moderator
uh, guys, i'm so confused tried to figure out how that shit working but all info i gathered i'll post below, hope someone will help me or have the exp with this "staff" okay.
Items like : http://www.wowhead.com/item=44673/mammoth-riding-boots#comments
in database have random suffix entry which is 306 then we going to our database and checking the item_random_suffix table , there we see the entry_id 306 like on our item and randomsuffix_entryid that is index value for our file ItemRandomSuffix.dbc it's 36 okay clear here, right?
Now opening that .dbc file and just sh*t in your pants because now you confused... ok i figured out, rows 19,20,21 calling from SpellItemEnchantment.dbc index, ok what we have here now?
we know that randomsuffix calls :
2803
2804
2824
ok we can look them in our SpellItemEnchantment.dbc and we see :
$i intelect
$i stamina
$i spell power
Now we know that that random enchant will give item x intelect x stamina x spell power.
And now i'm totally stuck can't find anything about calling any value from ItemRAndomSuffix.dbc just can't figure out how to take those stats for item, maybe anyone can help me? :)
 
Last edited:

Laurea

Enthusiast
Try editing RandPropPoints.dbc.

If I understood it correctly, column 0 is item level, 1-5 is purple quality, 6-10 is blue, 11-15 is green.

Columns 24-28 in ItemRandomSuffix.dbc are multipliers for their respective stat in 19-23. I believe 10000 = x1.
 
Last edited:

Vitrex

Moderator
If I understood it correctly, column 0 is item level
it's weird bcs max ilvl in wrath is 284 for frostmourne and items with random enchantments ends at level 80 , it's only my opinion, i'll try to make like you said when i'll back home , that only minds for this moment, if i figure out or your way will work i'll edit this post, thanks for trying to help ! :)
Yeah how i told that way not right :/
 
Last edited:
Status
Not open for further replies.
Top