You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my config, I have IndividualProgression.PvPGearRequirements = 1
However, there is no enforcement of the pvp titles to buy the gear (eg. on Horde I am Grunt level and can still buy Senior Sergeant items).
I was looking in the DB to see where 'requiredhonorrank' (as added by the optional pvp items sql) would be stored, and I cannot figure out where the honor rank would be stored. As a result, I believe the reason I can still purchase this equipment without the appropriate rank is because the rank is not actually be stored anywhere.
I am hopeful someone much smarter than me can review this and see if it is possible to implement this gear restriction.
The text was updated successfully, but these errors were encountered:
yes you can buy it. but you can't equip it without the required rank.
that's also what it says in the config file.
"Description: Requires players to have earned relevant PvP Titles before high level PvP gear can be equipped"
In my config, I have IndividualProgression.PvPGearRequirements = 1
However, there is no enforcement of the pvp titles to buy the gear (eg. on Horde I am Grunt level and can still buy Senior Sergeant items).
I was looking in the DB to see where 'requiredhonorrank' (as added by the optional pvp items sql) would be stored, and I cannot figure out where the honor rank would be stored. As a result, I believe the reason I can still purchase this equipment without the appropriate rank is because the rank is not actually be stored anywhere.
I am hopeful someone much smarter than me can review this and see if it is possible to implement this gear restriction.
The text was updated successfully, but these errors were encountered: