Skip to content
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(DB/Conditions): Sunwell Gates progress gossip #21344

Conversation

sogladev
Copy link
Member

@sogladev sogladev commented Feb 6, 2025

Changes Proposed:

This PR proposes changes to:

  • Core (units, players, creatures, game systems).
  • Scripts (bosses, spell scripts, creature scripts).
  • Database (SAI, creatures, etc).

shows gate progress when talking to Nasuun or Moorba

Issues Addressed:

SOURCE:

The changes have been validated through:

  • Live research (checked on live servers, e.g Classic WotLK, Retail, etc.)
  • Sniffs (remember to share them with the open source community!)
  • Video evidence, knowledge databases or other public sources (e.g forums, Wowhead, etc.)
  • The changes promoted by this pull request come partially or entirely from another project (cherry-pick). Cherry-picks must be committed using the proper --author tag in order to be accepted, thus crediting the original authors, unless otherwise unable to be found

Tests Performed:

This PR has been:

  • Tested in-game by the author.
  • Tested in-game by other community members/someone else other than the author/has been live on production servers.
  • This pull request requires further testing and may have edge cases to be tested.

How to Test the Changes:

  • This pull request can be tested by following the reproduction steps provided in the linked issue
  • This pull request requires further testing. Provide steps to test your changes. If it requires any specific setup e.g multiple players please specify it as well.
-- Vindicator Moorba (SWP)
.go c 56337
-- Exarch Nasuun (Shattrath)
.go c 96655
.worldstate sunsreach gate 0
.worldstate sunsreach gate 1
.worldstate sunsreach gate 2
.worldstate sunsreach gate 3
  1. NPC should have a different gossip text that shows the current state of SWP gate progression

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.

shows gate progress when talking to Nasuun or Moorba
@sogladev sogladev added DB related to the SQL database Ready to be Reviewed labels Feb 6, 2025
@Rorschach91
Copy link
Member

Update the branch sogla. Backtick's issue should be fixed.

@Kitzunu
Copy link
Member

Kitzunu commented Feb 6, 2025

I am working on fixing the issue for SET :P (It is only caused due to multiple lines, but I will fix it)

Was just about to comment on my PR to not merge it yet xD

@Rorschach91
Copy link
Member

Was just about to comment on my PR to not merge it yet xD

Lol, sorry man.

@Nyeriah Nyeriah merged commit cf103be into azerothcore:master Feb 9, 2025
12 checks passed
nl-saw added a commit to nl-saw/azerothcore-wotlk that referenced this pull request Feb 11, 2025
* WIP grid improvements

* silly mistakes

* Fix include

* Remove redundant AddObjectHelpers

* Cleanup unused code in Grid.h

* Fix crash at grid unload

* Should be a continue and not a return, oops

* Move GridMap structure to a new grid terrain class. Needs more structural changes

* More refactoring

* Misc changes/fixes

* Couple missed changes

* Log total map cells too

* Revise how grids are naturally loaded

* Load all instance grids on map create

* Fix a couple missing includes on GCC

* And another...

* ...And another

* I'll get them all eventually lol

* G3d include

* boop

* boopv2

* boopv3

* boopv4

* boopv5

* boopv6

* boopv7

* boopv8 lol

* fix(DB/Creature): Remove aggro from Abandoned Fuel Tank (azerothcore#21352)

* chore(DB): import pending files

Referenced commit(s): 7916db5

* fix(Core): Fix After PR#21213 Crash (azerothcore#21327)

* fix(DB/Quest): Remove Failed Incursion requirement from Lost in Action (azerothcore#21353)

* chore(DB): import pending files

Referenced commit(s): 4fa8050

* fix(Core/Transport): Fix for passengers dropped in the middle of nowhere  (azerothcore#21296)

* fix(CI/Codestyle): Final fixes to backtick check (azerothcore#21361)

* feat(Core/Creature): Implement HasFlagsExtra() helper to creature (azerothcore#21362)

* Revert "chore(Deps/Zlib): move to Cloudflare fork (azerothcore#21028)" (azerothcore#21364)

* fix(DB/SAI) add Kaylaan smart ai (azerothcore#21293)

* chore(DB): import pending files

Referenced commit(s): 9eeaef5

* fix(DB/Conditions): Sunwell Gates progress gossip (azerothcore#21344)

Co-authored-by: sudlud <[email protected]>
Co-authored-by: Rocco Silipo <[email protected]>

* chore(DB): import pending files

Referenced commit(s): cf103be

* Some refactoring to terrain data structure

* chore(DB): Add missing file extension for query. (azerothcore#21368)

* fix(DB/Creature): Correct run speed of Kael'thas's Arcane Spheres on heroic. (azerothcore#21367)

* chore(DB): import pending files

Referenced commit(s): fcf9725

* fix(Core/Worldstate): sunsreach print correct counter (azerothcore#21356)

* fix(Scripts/SunwellPleateau): Remove invincibility from human kalecgos (azerothcore#21369)

* fix(Scripts/SunwellPlateau): Correct Felmyst spawn event (azerothcore#21360)

* chore(DB): import pending files

Referenced commit(s): 3c8823a

* Another small cleanup

* Fix issue with creature random movement on WMOs

* Couple more updates

---------

Co-authored-by: Takenbacon <[email protected]>
Co-authored-by: Kitzunu <[email protected]>
Co-authored-by: murmeli666 <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 天鹿 <[email protected]>
Co-authored-by: p-tkachuk <[email protected]>
Co-authored-by: Andrew <[email protected]>
Co-authored-by: sudlud <[email protected]>
Co-authored-by: daobashun <[email protected]>
Co-authored-by: Jelle Meeus <[email protected]>
Co-authored-by: Rocco Silipo <[email protected]>
Co-authored-by: Benjamin Jackson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DB related to the SQL database Ready to be Reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants