Jump to content

Hundekuchen

Members
  • Posts

    57
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Hundekuchen's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. mkay, in creature_template_scripts are entrys for , confusing^^And where can I write totem scripts? only in SD2 ?
  2. rev: s733 Mennu (http://www.wowhead.com/npc=17941) the second boss in the Slave Pens spawn some different totems, every totem have his own acid script, but probably the core support is broken because nothing happens. Totem Entrys: 18177, 18176, 18179, 20208, 17941 best regards
  3. mangos: s0733 little fix to prevents that both spells overwrite each other diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index c48e40c..7cd2325 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1686,6 +1686,11 @@ bool SpellMgr::IsNoStackSpellDueToSpell(uint32 spellId_1, uint32 spellId_2) cons (spellInfo_2->Id == 8326 && spellInfo_1->Id == 20584)) return false; + //Blood Fury and Rage of the Unraveller + if ((spellInfo_1->Id == 33649 && spellInfo_2->Id == 20572) || + (spellInfo_2->Id == 33649 && spellInfo_1->Id == 20572)) + return false; + break; } case SPELLFAMILY_MAGE:
  4. mkay, some videos on Youtube show over 16 debuffs. at 4minutes you can see 30 Debuffs on target. The video is form 22.07.07. Therefore I can not understand why it should be client-side, because in 2007 the client was the same as today, or not? sorry that i get on your nerves
  5. but wowwikki (2007 TBC) says: "A single target can have at most 40 debuffs at one time, which includes damage over time effects, crowd control, drain effects and a few miscellaneous abilities. [1]" http://www.wowwiki.com/index.php?title=Debuff&oldid=941180 And because of that i thought that the problem is server side. Maybe my considerations are wrong, but i hoped that the bug is not client side.
  6. does it mean that noone can fix it?
  7. if a raid group fight against a boss I can't see every debuff on target, the maximum is 16 MAX_AURAS - MAX_POSITIVE_AURAS = 16, but if I change MAX_AURAS to 80 nothing happened. best regards
  8. do you have now an idea how to fix it, or someone else?
  9. The Spell does not have a model, anyone any idea how to fix it? http://www.wowhead.com/spell=38366 best regards
  10. yes exactly, the easiest way to imitat the bug is: you take 1 priest and 1 paladin... the priest attack a mob and cast psychic scream, than the pala cast righteous defense, and than the mob is buggy.
  11. If someone is over the threat of creatures victim during the creature is in fear. the creature only runs behind the new victim and do nothing more after fear. best regards
×
×
  • 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