Jump to content

Talendrys

getMaNGOS Staff
  • Posts

    706
  • Joined

  • Last visited

  • Days Won

    30
  • Donations

    0.00 GBP 

Everything posted by Talendrys

  1. [Paladin] Divine Favor is not working Hello, Actually Divine Favor doesn't work properly with Flash Heal or Holy Light, it's also not consumed by these spells. It should normally add 100% of critical chance to the next cast of these spells.
  2. [Paladin] Blessing of light not working properly Hello, The blessing of light is currently not working properly as it should on holy light and flash heal. It must add healing bonus for these two spells to it while applied on a target.
  3. [Paladin] Seal of Righteousness doing too much damage Hello, Actually the seal of righteousness is doing too much damage. This is because the formula seems a bit weird (coming from BC ?): float damageBasePoints; if (item && item->GetProto()->InventoryType == INVTYPE_2HWEAPON) // two hand weapon { damageBasePoints = 1.20f * triggerAmount * 1.2f * 1.03f * speed / 100.0f + 1; } else // one hand weapon/no weapon { damageBasePoints = 0.85f * ceil(triggerAmount * 1.2f * 1.03f * speed / 100.0f) - 1; } int32 damagePoint = int32(damageBasePoints + 0.03f * (GetWeaponDamageRange(BASE_ATTACK, MINDAMAGE) + GetWeaponDamageRange(BASE_ATTACK, MAXDAMAGE)) / 2.0f) + 1; // apply damage bonuses manually if (damagePoint >= 0) { damagePoint = SpellDamageBonusDone(pVictim, dummySpell, damagePoint, SPELL_DIRECT_DAMAGE); damagePoint = pVictim->SpellDamageBonusTaken(this, dummySpell, damagePoint, SPELL_DIRECT_DAMAGE); } CastCustomSpell(pVictim, spellId, &damagePoint, NULL, NULL, true, NULL, triggeredByAura); The DBC have actually the maximum of damage stored in it and that value has to be divided to get min-max range of damage: - To get min range, divide the value by 87. - To get max range, divide the value by 25. Therefore, I propose the following formula to adjust the damage done: - 1.5 speed weapon and lower does the minimum damage - 4.0 speed weapon and higher does the maximum damage Damage = (speed=4.0?max:min+(((max-min)/2.5f)*(speed-1.5))));
  4. [Paladin] Hammer of Wrath considered as a Magic spell Hello, Hammer of Wrath doesn't take actually the right parameters into account. It must be considered: - As a Melee Spell for Critical Chance and Hit Chance. - As a Magical Spell for Extra-damage (based on spell bonus) with a normal rate (43%).
  5. [Paladin] Vengeance doesn't proc properly Hello, Actually, on Mangoszero, vengeance (vindict talent) doesn't proc on every critical strike like it should be (such as Seal of Command proc or any enchant item proc).
  6. [Icon overload] Paladin's seals and judgement Hello, Paladin seals and judgement are all overloading between each other with their equivalent. - Seal of crusader and its judgement - Seal of light and its judgement - Seal of mana and its judgement - Seal of justice and its judgement This is impacting only paladin's duel.
  7. [Icon overload] Remaining Shaman / Paladin T3 Bonus Hello, Seeing the previous report on this bonus, I would suggest that the overloading is also checked around following spells id's: 28795, 28824, 28790 (e.g. Blessing of Kings is overloading it).
  8. [Icon overload] Blessed Sunfruit and T3 shaman Bonus Set for Rogue/Hunter Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 28826 .aura 18125
  9. [Icon overload] Blessed Sunfruit and T3 paladin Bonus Set for Rogue/Hunter Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 28791 .aura 18125
  10. [Icon overload] Berserker stance and Lord General's Sword Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 2458 .aura 15602
  11. [Effect overload] Battle Shout and Demoralizing Shout Hello, These spells overload each other while they shouldn't. You can reproduce this bug using the following commands: .aura 6673 .aura 23511
  12. [Icon overload] Burning Wish and Psychic Scream Hello, These spells overload each other while it shouldn't. You can reproduce t his bug using the following commands: .aura 18789 .aura 10890
  13. [Icon overload] Corruption (Warlock) and... Corruption (Item spell) Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 11672 .aura 18656
  14. [Icon overload] Abolish Disease and Dark plague Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 552 .aura 18270
  15. [Icon overload] Shadow protection and World Enlarger Hello, These spells are overloading each other while they shouldn't. You can reproduce the bug using the following commands: .aura 10957 .aura 23126
  16. [Icon overload] Aura of Battle and Blessing of Freedom Hello, These spells are overloading each other while they shouldn't. You can reproduce the bug using the following commands: .aura 1044 .aura 21174
  17. [Icon overload] Devotion aura and Savior's Sacrifice Hello, These spells are overloading each other while they shouldn't. To reproduce this bug, you can use the following commands: .aura 18826 .aura 1032
  18. [Icon overload] Mark of Rivendare and Shadow Resistance Aura Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 28834 .aura 19896
  19. [Icon overload] Rip and Eskhandar's Rake Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 22639 .aura 1079
  20. [Icon overload] Recklessness and Lash Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 1719 .aura 6607
  21. [Icon overload] Rend and Gouge and Brain Damage Hello, These spells overload each other while they shouldn't. You can reproduce this bug using the following commands: .aura 24388 .aura 11286 .aura 13318
  22. [Icon overload] Battle shout and Mithril Insignia Hello, These spells are overloading each other while they shouldn't. You can reproduce this bug using the following commands: .aura 12733 .aura 6673
  23. [Icon overload] Scare Beast and deserter Hello, These spells are overloading each other while they shouldn't. Remarks : Scare Beast ranks must still overload each others. To reproduce this bug, use the following commands: .aura 26013 .aura 1513
  24. [Icon overload] Ancestral Fortitude and Fengus' ferocity Hello, These spells are overloading each other while they shouldn't. Remark: Ranks of Ancestral Fortitude have to overload each other. To reproduce this bug, use these commands: .aura 22817 .aura 16177
  25. [Icon overload] Ephemeral Power and Songflower Serenade Hello, Ephemeral power and songflower serenade are overloading each other while they shouldn't. You can reproduce the bug using the following commands: .aura 23271 .aura 15366
×
×
  • 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