Action Bar Profiles (Fan Update)

A fan update addon for World of Warcraft that allows players to save, load, and switch between different configurations of their action bars, including spells, items, and macros, providing a customizable and dynamic gameplay experience.

File Details

ActionBarProfiles-11.0.2.1b-release

  • R
  • Aug 16, 2024
  • 361.14 KB
  • 4.5K
  • 11.0.2+1
  • Retail

File Name

ActionBarProfiles-11.0.2.1b-release.zip

Supported Versions

  • 11.0.2
  • 11.0.0

Changelog | Past Releases

 

v11.0.2.1b (2024-08-16)

 

ActionBarProfiles.lua
- Removed/commented out CopyBar6To13() function as no longer used
- Fixed issue where profile was being restored when mousing over the LDB button

 

GUI.lua
- Fixed code from GetRealmName("player") to GetRealmName()

 

Restore.lua
- Updates to addon:AreTalentsMatching() and addon:RestoreTalents() to fix issue of talents not swapping when different choice node is used
- Removed/commented out PlayerTalentFrameTalent_OnClick() and addon:RestoreSingleAction() functions as no longer used
- API fix/replacement of PickupSpellBookItem to reflect 11.0 change to C_SpellBook.PickupSpellBookItem

 

Save.lua
- API fix/replacement of IsTalentSpell to reflect 11.0 change to C_SpellBook.IsClassTalentSpellBookItem
- API fix/replacement of IsPvpTalentSpell to reflect 11.0 change to C_SpellBook.IsPvPTalentSpellBookItem

 

Misc:
- Fixed some general coding issues