View Single Post
09-13-13, 01:38 AM   #1
Brudarek
A Defias Bandit
Join Date: Dec 2006
Posts: 3
enchant scaling, where's the info hiding?

I'd really like to make a tooltip mod that puts the 'real' value back into all crafting tooltips, and shows the scaled value in '( )', and for crafters, shows the info for each level range (ie. 1-60, 61-70 etc...)

Don't see any additions or changes to the API in 5.4, but that's probably because the crafted item scaling is working the same way as normal casted spells that scale with level.

Does anyone know how to access that information in the game? For example, take a spellID for an enchant and get the value it has for level 60, level 70 etc... ? It seems to relate to 'effects', but I can't find any API that deals with that level of data.

Are we limited by what GetSpellLink or GetSpellinfo will return? Or is there some way to access all of the information/fields in the spell database for a given spellID?
  Reply With Quote