cmangos / issues

This repository is used as a centralized point for all issues regarding CMaNGOS.
179 stars 47 forks source link

🐛 [Wotlk] Talent Judgement of the Wise #2664

Closed al3xc1985 closed 2 years ago

al3xc1985 commented 2 years ago

Bug Details

The talent should "Your damaging Judgement spells have a 33% chance to grant the Replenishment effect to up to 10 party or raid members mana regeneration equal to 1% of their maximum mana per 5 sec for 15sec, and to immediately grant you 25% of your base mana."

Also rank2 &3 need the same spell learn visual , If I am not wrong Also the chance must be checked based on rank

I jeep this for refference

Steps to Reproduce

1.pala 2. 3. 4.

Expected behavior

No response

Suggested Workaround

No response

Crash Log

No response

Core SHA1 Commit Hash

8276263

Database SHA1 Commit Hash

83737278

Operating System

Windows 10

Client Version

3.3.5a (Wrath of the Lich King)

al3xc1985 commented 2 years ago

Also I need to add here extract thing about it.

Through this talent it will also restore 25% of your base mana, beside the replenishment buff

killerwife commented 2 years ago

What exactly doesnt work about this? I already made the replenishment work.

al3xc1985 commented 2 years ago

well it is not working... I recloned the whole core and db... deleted my cache....reimplement all the dbs....

I create a pala...lvl it up to 60 for example...learn all spells from trainer...use seal of command...and use some mana with holy light.... I want to judge an enemy and:

  1. Restore instantly 25% of my base mana
  2. Apply the Replenishment buff to restore additional over time mana

BUT

Nothing is working

al3xc1985 commented 2 years ago

in the mage case u added -- Enduring Winter - Mage talent - Frostbolt mask UPDATE spell_template SET EffectSpellClassMask2_1=0x00000020 WHERE Id IN(44557,44560,44561);

but not in paladin case in both fixes.... are u sure u didn't forget to add this info for paladin with the proper spells? cause it is not working... the mage spell is perfect working with the changes...the paladin ones do not work

al3xc1985 commented 2 years ago

for example UPDATE spell_template SET EffectSpellClassMask2_1=0x00000020 WHERE Id IN(31876,31877,31878); this might be the part for the 1% regen... but the spell needs also the part where it is giving back 25% of base mana to paladin...

exactly like in the case where a pala has Glyph of Seal of Command added and seal of command on, he will instant recover 8% of mana on each judgement

al3xc1985 commented 2 years ago

that is more like it...working super cool...nice