[sql] Fixed Greater Pugil Aggro#10880
Open
PocketDev89 wants to merge 1 commit into
Open
Conversation
Pool 1807 (Greater_Pugil), used in Gusgen Mines, Korroloka Tunnel and Qufim Island, had aggro=0 and links=1. Retail behaviour is "Aggro, No Link", and the fished Greater Pugil pools already carry aggro=1, links=0. Species 38 already detects by sound, so with aggro enabled they aggro to sound as on retail. Set pool 1807 to aggro=1, links=0.
Contributor
|
This does not match retail behaviour: Qufim: https://www.youtube.com/live/Muphwi4L_Wc?si=3AeCMZ6KWN32T7gm&t=87 Doesn't Aggro, Does Link Please verify on retail with documented proof, BGWiki is not a reliable source. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I affirm:
What does this pull request do?
Corrects the aggro and linking behavior of Greater Pugils.
Pool 1807 (
Greater_Pugil) hadaggro=0andlinks=1. Withaggro=0,CMobController::CanAggroTargetreturns early, so these Pugils could not aggro by any means. Retail behavior is aggressive, aggros by sound, and does not link.This pool is shared by the Greater Pugils in Gusgen Mines, Korroloka Tunnel, and Qufim Island, so all three are corrected. Their species (38,
Pugil) already hasdetects=2(hearing), so once aggro is enabled they aggro to sound as expected.Set pool 1807 to
aggro=1, links=0.Sources / reasoning:
aggro=1, links=0, so this change brings the dungeon pool in line with the existing data.links=0matches the other Greater Pugil pools and the reported retail "Aggro, No Link" behavior.Steps to test these changes
Apply the updated
mob_poolsdata and enter a zone that uses pool 1807 (Qufim Island shown here):Lower level to Pugil so it is not Too Weak (or use
/heal, which aggros by sound regardless of level), and make sure you are not in GM/hidden status./heal) right next to it.Gusgen Mines (
!zone 196) and Korroloka Tunnel (!zone 173) use the same pool and behave identically.