Jump to content

JPlady42

Members
  • Posts

    37
  • Joined

  • Last visited

  • Days Won

    2
  • Donations

    0.00 GBP 

Everything posted by JPlady42

  1. 1. You cannot use the item near fel-orc corpse. 2. the aura provided by the wolf should apply to all nearby players, but doesn't. 3. the wolf doesn't have a waypoint to guide you to the direction
  2. even though in the code it says his health should be 0.3x what it normally is, it's not. but the same code works for Valeastrasz in Blackwing Lair
  3. First example: Go to Hellfire Peninsula and attack Bonechewer casters. If you interrupt them, they do nothing until they can cast again. Same for every other creature in the game.
  4. When you talk to Captain Saeed, nothing happens. There's no gossip text.
  5. When you interrupt a creature, they just stand there until they can cast again.
  6. When you do as the crow flies, you don't get credit after using the item, and it keeps you in bird form afterwards (Doesnt dispel aura)
  7. Cannot reproduce any of these database errors. Maybe you messed up the DB importing? Are you using the actual repo's db or are you using a third party DB?
  8. When you type .g chat on it puts <DND> in chat instead of <Blizz>
  9. // Devastate if (m_spellInfo->SpellVisual == 671 && m_spellInfo->SpellIconID == 1508) { customBonusDamagePercentMod = true; bonusDamagePercentMod = 0.0f; // only applied if auras found // Sunder Armor Aura* sunder = unitTarget->GetAura(SPELL_AURA_MOD_RESISTANCE, SPELLFAMILY_WARRIOR, UI64LIT(0x0000000000004000), m_caster->GetObjectGuid()); // Devastate bonus and sunder armor refresh, additional threat if (sunder) { sunder->GetHolder()->RefreshHolder(); // 100% * stack bonusDamagePercentMod += 1.0f * sunder->GetStackAmount(); // 25 * stack unitTarget->AddThreat(m_caster, 25.0f * sunder->GetStackAmount(), false, GetSpellSchoolMask(m_spellInfo), m_spellInfo); // Cast sunder armor m_caster->CastSpell(unitTarget, 11597, true); } else m_caster->CastSpell(unitTarget, 11597, true); } break; }
  10. I'd like to see this converted to MaNGOS as well. Might be willing to pay.
×
×
  • 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