Jump to content

SysGaming

Members
  • Posts

    8
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

SysGaming's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Great work guys Glad my request came in handy to everyone! Thanks to you Dark aswell
  2. Cant patch latest version of mangos with it Get "Patch does not apply"
  3. Yeah baby it works! i love you forever now Dark
  4. Darkruler did i ever tell you i love you? >.>
  5. From what i can see its caused by; if (apply) { if(GetStackAmount()== 1) caster->AddAura(72521, caster); //add aura 1 if(GetStackAmount() == 6) { caster->RemoveAura(72521); //remove aura 1 caster->CastSpell(caster, 72523, false); //add aura 2 } if(GetStackAmount() == 10) //final BOOM(Chaosbann) { caster->RemoveAura(72523); //remove aura 2 caster->RemoveAura(71905); //remove shards caster->CastSpell(caster, 71904, false); //Chaosban-aoe caster->CastSpell(caster, 73422, false); //Chaosban-buff } break; } if (!apply && aurApp->GetRemoveMode()!= AURA_REMOVE_BY_STACK) { caster->RemoveAura(72521); //remove aura 1 caster->RemoveAura(72523); //remove aura 2 } But i have NO idea how to implement this into mangos
  6. ahh you must be refering to // Item - Shadowmourne Legendary case 71903: { if (!roll_chance_i(triggerAmount)) return false; Aura *aur = GetAura(71905, EFFECT_INDEX_0); if (aur && uint32(aur->GetStackAmount() + 1) >= aur->GetSpellProto()->StackAmount) { RemoveAurasDueToSpell(71905); CastSpell(this, 71904, true); // Chaos Bane return true; } else Im not Im refering the the VISUAL AFFECT -- This happens as you gain stacks and has two visual affects http://www.wowhead.com/spell=72521 and http://www.wowhead.com/spell=72523
  7. Im new to mangos came over from arc, What file do i need to look in? SpellAuras.cpp?
  8. I've tried implimenting the version they have at trinitycore but it failed (I was hoping it wouldnt ^.^ ) http://www.trinitycore.org/forum/shadowmourne-effect-fix-t8712.html?t=8712&highlight=shadowmourne+effect+fix Its the affect for when you are attacking and gaining shards Any help would be much appreachiated
×
×
  • 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