Thread Tools Display Modes
09-08-12, 02:22 PM   #1
Morsker
A Fallenroot Satyr
 
Morsker's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 22
Spell Coefficient Data - How do I get it?

The client seems very smart about spell tooltips now, adjusting them for spellpower and haste.

Is there any way I can get at these coefficients and do it myself? Or any resource that has it datamined and available? I want to be able to predict exact dot tick damage.


edit: I found out SimulationCraft can output data if you do this:

simc spell_query=class_spell.name=living_bomb@85

I guess I can make a script and dump 1-90 into a file, then convert it to a Lua table for an addon.

Last edited by Morsker : 09-08-12 at 02:53 PM.
  Reply With Quote
09-08-12, 03:14 PM   #2
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
http://www.wowace.com/addons/libstatlogic-1-2/ Oddly, I do not see an API page, but if you want to see example usage, check out
  Reply With Quote
09-08-12, 03:16 PM   #3
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
You could also check out http://www.curse.com/addons/wow/dr-damage and see how they do it.
  Reply With Quote
09-09-12, 04:02 AM   #4
Morsker
A Fallenroot Satyr
 
Morsker's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 22
Thanks. I was afraid to spend time on DrDamage because it's pre-5.0, but LibStatLogic was updated just yesterday! I'll take a look at that now.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Spell Coefficient Data - How do I get it?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off