cmangos / issues

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

🐛 [Bug Report] Renataki spell_thousand_blades_renataki too high damage #3732

Closed yyhhrr closed 2 months ago

yyhhrr commented 3 months ago

Bug Details

Renataki spell_thousand_blades_renataki too high damage.When Renataki use spell_thousand_blades the server lag and you dead immediately.

Steps to Reproduce

1.Renataki spell_thousand_blades_renataki too high damage.When Renataki use spell_thousand_blades the server lag and you dead immediately. 2. 3. 4.

Expected behavior

No response

Suggested Workaround

No response

Crash Log

No response

Core SHA1 Commit Hash

4a3e2845458935721a8f16103d9592da15370b64

Database SHA1 Commit Hash

652013132d8c60b4f9bcf07f6f88941818a1d94e

Operating System

win 11

Client Version

1.12.1 (Classic)

insunaa commented 3 months ago

Try this patch

diff --git a/src/game/AI/ScriptDevAI/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp b/src/game/AI/ScriptDevAI/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp
index 050cd15438..9fd30b00b8 100644
--- a/src/game/AI/ScriptDevAI/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp
+++ b/src/game/AI/ScriptDevAI/scripts/eastern_kingdoms/zulgurub/boss_renataki.cpp
@@ -28,7 +28,7 @@ EndScriptData

 enum
 {
-    SPELL_THOUSAND_BLADES   = 24649,
+    SPELL_THOUSAND_BLADES   = 24767,
     SPELL_VANISH            = 24699,
     SPELL_GOUGE             = 24698,
     SPELL_TRASH             = 3391,

and report if it solves the issue

yyhhrr commented 3 months ago

Thank you!It solves the issue,but there is another issue,when boss vanished and come out again,he wouldn't attack player.