-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Scripts/BT) Fix Gurtogg will not use acidic wound in phase 2 #21253
Conversation
removed redundant RemoveAura
Ive explained the issue in detail here: #21208 (comment) I am not certain how giving him the aura again would be able to address this issue |
Honestly not sure why that's the case as well, I took this from the original script and applied it to when fel rage happens with 28s timer (based on fel rage instead of checking if any player has it). I have tested and works but I'll keep looking for a more appropriately named function |
Updated old and new with DoCastVictim()
So apparently DoCastVictim() works the same here ¯\(ツ)/¯, I changed the old line of code as well. Also tested again |
Effect 0: Id 6 (SPELL_EFFECT_APPLY_AURA) 40484 has TARGET_UNIT_CASTER as target so it has only one valid target, himself. So DoCastSelf() is the appropriate choice here |
Back to DoCastSelf()
DoCastSelf() back |
Gurtogg still uses acidic wound in phase 2. |
Tried another 2 times, but I don't ever see Gurtogg apply acidic wound while fel rage. Do you see the same behavior before or any difference? |
Do you have uncommited changes by any chance? |
tested again AzerothCore rev. a13c2ff+ 2025-01-23 17:30:31 +0000 (master branch) (Win64, RelWithDebInfo, Static) No modules are enabled |
You'll have to checkout the PR before testing, unless of course you just copy pasta? |
Remove the aura at start of p2 |
Acidic Wound shouldn't be removed from players if I'm not mistaken just that new applications should not be applied? |
yes... I mean.. from the boss.. |
usually do it manually but tried again AzerothCore rev. dffb89b 2025-01-23 20:57:24 -0600 (pr-21253 branch) (Win64, RelWithDebInfo, Static) Acidic.mp4 |
Boss never has the Aura, that was the confusion with DoCastSelf() even though its an offensive ability (from Gurtogg's perspective) |
Oh I see, maybe weird timing issue. Maybe what I can do is something like 100-300ms before fel rage he stops acidic wound and maybe 100ms after? |
Also @amed80 no more is applied after that initial one right? During Fel Rage that is |
This problem is quite intriguing. I haven't had time to fix my commit, but I believe the best way to fix this problem is to create phases on the boss. I'll be looking into this tomorrow, when I'm less busy at work. |
I've tried and tried but from what I see acid wound isn't happening to players in Phase 2 with latest commit. The Aura is removed on Gurtogg during Phase 2 and he waits 28s to reapply. What you think @Nyeriah ? |
RemoveAurasDueToSpell
@amed80 if you woundn't mind trying again when you have a chance |
Yes , tested 3 Fel Rage phases. |
Strange. I tested it and it didn't turn out as expected. |
Just tested it after this got merged, it seems fine to me? AzerothCore rev. d297030 2025-01-25 19:06:21 -0300 (master branch) (Win64, RelWithDebInfo, Static) AcidicW.mp4 |
* Sync (#12) * Update to be compatible with latest AC * fix(Docker): add libboost-thread-dev dependency to Dockerfile * feat: fix warning and configuration * Prevent GUID from exhausting * HandlePlayerLoginFromDB * command setskill range allow 0 * spilit boss_heigan to .cpp and .h * split grobbulus * split heigan * Spell(item check): turn ItemLevel to RequiredLevel * split anubrekhan, grobbulus scripts * logout bots in kickall * refactor naxxramas * Fix(scripts): bot receive CMSG packet * conf for playerbots log * change gitmodules * MOD_PLAYERBOTS macro * fix scripts issue * playerbot logout * Fix multi-language DBC loading * Force playerbots locale enUS * Fix ServerScript.h * Fix docker load metadata error * Split Ulduar's script files Split Ulduar script .cpp files into .h and .cpp files. * Revert "Split Ulduar's script files" * Fix workflows * Fix workflows * Fix variable unused warning * Update workflows * Update core-build.yml * Fix macos CI * Fix macos CI * Fix macos compilation * CI ignore warnings * Disable test build for macos CI * Fix macos CI * [Scripts] Naxxramas scripts refactor with namespace * Rollback name check * Playerbot fixes and functionnality to talk in channels * Fix macos build * Fix warnings * Playerbot helper * Add MoveKnockbackFromForPlayer * fix chat warning * Naxx scripts header * Fix continuous integration workflow * Revert "Merge branch 'master' into Playerbot" This reverts commit 9973151, reversing changes made to 6f5b504. * Update PlayerQuest.cpp Fixed spells not granted by quests * Updated with master branch * Revert "Revert "Merge branch 'master' into Playerbot"" This reverts commit 2358b25. * Fix header include for playerbots * placed sql into the data folder as core/module describes * Update worldserver.conf.dist logging stuff inserted into the correct area of the config file * Add a new statement to update character online by guid * Add class and race to CHAR_SEL_CHARS_BY_ACCOUNT_ID * Add MovePointBackwards in MotionMaster.h --------- Co-authored-by: ZhengPeiRu21 <[email protected]> Co-authored-by: 郑佩茹 <[email protected]> Co-authored-by: KJack <[email protected]> Co-authored-by: Yunfan Li <[email protected]> Co-authored-by: Alvin Zhu <[email protected]> Co-authored-by: Oiuv <[email protected]> Co-authored-by: Yunfan Li <[email protected]> Co-authored-by: MrSlntGhost <[email protected]> Co-authored-by: Garashan <[email protected]> Co-authored-by: antony <[email protected]> Co-authored-by: Revision <[email protected]> Co-authored-by: Atidot3 <[email protected]> Co-authored-by: manstfu <[email protected]> Co-authored-by: bash <[email protected]> Co-authored-by: Sascha <[email protected]> * fix(Scripts/MagisterTerrace): Fix Phoenixes and eggs not despawning (azerothcore#21260) * fix(DB/Loot) Clean up loot of bosses in MGT HC (azerothcore#21262) * chore(DB): import pending files Referenced commit(s): c54de87 * fix(DB/Gameobject): remove extra Sanctum Planetarium (azerothcore#21251) * chore(DB): import pending files Referenced commit(s): d3cdd2f * fix(Apps/Codestyle): ignore comments for some checks (azerothcore#21268) * fix(DB/SAI): Correct Phoenix/Egg rebirth and combat behaviour (azerothcore#21261) * chore(DB): import pending files Referenced commit(s): f420195 * fix(Core/Auction): Fix usable item search in auction (azerothcore#21267) * fix(Scripts/BlackTemple): Fix Gurtogg will not use acidic wound in phase 2 (azerothcore#21253) * SECURITY.md File Update (azerothcore#20190) * feat(Core/Autobroacast): Add autobroadcast locale (azerothcore#20946) * chore(DB): import pending files Referenced commit(s): a74e06c * feat(Core/Creatures): implement a sparring system (azerothcore#19824) * chore(DB): import pending files Referenced commit(s): edf2959 * fix(DB/Creature) Several Dragonflayers now have a SmartAI. (azerothcore#21275) * chore(DB): import pending files Referenced commit(s): f824f15 * fix(DB/SAI) - Fixes quest Counterattack! sometimes not being completed and adds 1 ability to the creature. (azerothcore#21050) * chore(DB): import pending files Referenced commit(s): dc0f77e * feat(Core/Unit): Implement SetEmoteState() and ClearEmoteState() helpers (azerothcore#21279) * refactor(Core/Motd): improve and simplify (azerothcore#21252) * chore(DB): import pending files Referenced commit(s): 9b3d54d * fix(Scripts/MagisterTerrace): Rescript Kael's intro (azerothcore#21278) * chore(DB): import pending files Referenced commit(s): ed99f05 * fix(DB/SAI) Fix Amani Trainer Abilities (azerothcore#21269) * chore(DB): import pending files Referenced commit(s): 33eedba * fix(DB/Creature) Update Amani Trainer SmartAI comments. (azerothcore#21282) * chore(DB): import pending files Referenced commit(s): 1c036f6 --------- Co-authored-by: ZhengPeiRu21 <[email protected]> Co-authored-by: 郑佩茹 <[email protected]> Co-authored-by: KJack <[email protected]> Co-authored-by: Yunfan Li <[email protected]> Co-authored-by: Alvin Zhu <[email protected]> Co-authored-by: Oiuv <[email protected]> Co-authored-by: Yunfan Li <[email protected]> Co-authored-by: MrSlntGhost <[email protected]> Co-authored-by: Garashan <[email protected]> Co-authored-by: antony <[email protected]> Co-authored-by: Revision <[email protected]> Co-authored-by: Atidot3 <[email protected]> Co-authored-by: manstfu <[email protected]> Co-authored-by: bash <[email protected]> Co-authored-by: Sascha <[email protected]> Co-authored-by: Andrew <[email protected]> Co-authored-by: Tereneckla <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jelle Meeus <[email protected]> Co-authored-by: skelUA <[email protected]> Co-authored-by: blinkysc <[email protected]> Co-authored-by: Ryan Turner <[email protected]> Co-authored-by: Exitare <[email protected]> Co-authored-by: Grimdhex <[email protected]> Co-authored-by: Rocco Silipo <[email protected]> Co-authored-by: Kitzunu <[email protected]>
Changes Proposed:
This PR proposes changes to:
Issues Addressed:
SOURCE:
The changes have been validated through:
Tests Performed:
This PR has been:
How to Test the Changes:
Known Issues and TODO List:
How to Test AzerothCore PRs
When a PR is ready to be tested, it will be marked as [WAITING TO BE TESTED].
You can help by testing PRs and writing your feedback here on the PR's page on GitHub. Follow the instructions here:
http://www.azerothcore.org/wiki/How-to-test-a-PR
REMEMBER: when testing a PR that changes something generic (i.e. a part of code that handles more than one specific thing), the tester should not only check that the PR does its job (e.g. fixing spell XXX) but especially check that the PR does not cause any regression (i.e. introducing new bugs).
For example: if a PR fixes spell X by changing a part of code that handles spells X, Y, and Z, we should not only test X, but we should test Y and Z as well.