This addon uses the Equipment Manager to manage switching gear in pvp zones for warriors.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No language data available
No package.json found
This might not be a Node.js project
7
commits
Check to make sure that the player who is in a pvp zone is actually flagged for pvp before attempting to switch sets.
8a3513dView on GitHubRemoving SetSpec debug line. We are having what we need happen happen.
69d50f4View on GitHubWe now check to make sure that the playerSpec is set correctly on stance changes. For some reason PLAYER_ENTERING_WORLD is not triggering a SetSpec() check to make sure that the spec is being changed. We now also default the spec to Arms instead of Fury/Single-Minded Fury.
364fc92View on GitHubThe right arena names would be nice, don't you think?
9242903View on GitHubNow checking against the pvp zone name instead of IsInInstance to account for Tol Barad and Wintergrasp. We also look to see if you are pvp flagged for allowing you to do world pvp (this will bug if you are not properly geared before entering combat due to not being able to change armor pieces while in combat. Also fixed a bug with attempting to save arms gear. Clearing armor sets on reset.
ceb5ce9View on GitHubGearSwitcher now uses the Equipment Manager to store and load equipment sets. We allow the user to force a weapon update with a true flag at the end of the /gearset <stance> force_weapon_update command. We also auto-update armor pieces to all sets if they exist when we find a new piece of pvp gear.
82c8204View on GitHubInitial push. This method does not allow you to change gear in combat, next revision will allow that to happen.
0f9d3efView on GitHub