Jump to content

KJChernov

Members
  • Posts

    2
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by KJChernov

  1. Temporary hack patch: --- Item.cpp.1 2009-06-02 20:56:46.000000000 +0700 +++ Item.cpp 2009-06-02 20:54:27.000000000 +0700 @@ -745,6 +745,15 @@ (spellInfo->EquippedItemClass == ITEM_CLASS_WEAPON && IsWeaponVellum()))) return true; + //Lava Lash + if (spellInfo->Id==60103) { + if (spellInfo->EquippedItemClass==ITEM_CLASS_WEAPON) { + return true; + } else { + return false; + } + } + if (spellInfo->EquippedItemClass != -1) // -1 == any item class { if(spellInfo->EquippedItemClass != int32(proto->Class))
  2. Hello. Sorry for my english - it's really awful. How can I remove all item's check for specific spell (by id for example)? Including wepons availability check etc. Thank you. P.S.> And also, can you tell me, what field in DBC is SpellEffect? Effect of EffectDieSides or something else?
×
×
  • 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