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

Hunter Pets gets additional levels despite IndividualProgression.HunterPetLevelFix = 1 #423

Open
Badgermilk0 opened this issue Nov 17, 2024 · 1 comment

Comments

@Badgermilk0
Copy link

Pets level up after tamed regardless of the parameter used below:

IndividualProgression.HunterPetLevelFix
    Description: In WotLK, a catch-up mechanism was added so that hunter pets are leveled up higher when tamed
                 Enable this option to restore Vanilla and TBC behavior and require more pet training
    Default:     1 - Enabled
                 0 - Disabled

IndividualProgression.HunterPetLevelFix = 1

Example,
lv 59 player tamed a lv 42 wolf, the wolf became level 54 after taming, I believe this is how it works in wotlk.

Does the parameter work (IndividualProgression.HunterPetLevelFix) ?

@Grimfeather
Copy link
Contributor

Grimfeather commented Nov 18, 2024

I looked inside the c++ files, I don't think this setting has been used yet.

In IndividualProgression.cpp a variable is assigned with the setting, but afaik the variable is never used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants