Jump to content

Missing Spells or Simulate SpellHit?


Recommended Posts

Hi guys,

while discussing the Ulduar Achievements we crossed a problem:

There are (for boss-kills) Achievements related, which require SpellCast, but for which no spell exists.

Example: http://www.wowhead.com/achievement=2890

A (not perfect-not yet ported 335 spell.dbc to my sql) research yield 316 achievements which have

achievement_criteria_dbc type 28 or 69 and Field3(spell then) for non-existing spell!

my sql query: SELECT spells.entry,ID,referredAchievement,requiredType FROM achievement_criteria LEFT OUTER JOIN spells ON Field3=entry WHERE requiredType in (28, 69) ORDER BY entry;

So, the question is, what we can do about these "virtual" spells?

* Use a possibility to implement "own" spells

* Or create - especially for the achievements - something like "SimulateSpell[Hit]"

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use