Jump to content

[patch] Spell Credit


Guest gideon

Recommended Posts

In Spelleffects.cpp:

+case 45109:

+        {

+        // Greengill Slave Freed

+        m_caster->CastSpell(m_caster, 45110, true);

+         return;

+        }

       case 45030:                                                                 // Impale Emissary

       {

Maybe not 100% as seems like area spell and effects as is only 1 credit at a time.

Link to comment
Share on other sites

  • 1 year later...

patch is wrong, this will require correct script-implementation. when you cast the area-spell it'll hit all creatures there which will then start attacking their masters and grant you the KillCredit (spell 45110)

quest: http://www.wowhead.com/quest=11541

item: http://www.wowhead.com/item=34483

spell: http://www.wowhead.com/spell=45109

EDIT: patch posted @ SD2: http://www.scriptdev2.com/project.php?issueid=1085

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