Skip to content

sera619/KeyAnouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyAnnouncer - WoW Addon

Description:

KeyAnnouncer is a simple yet effective addon for World of Warcraft that allows players to share and view Mythic+ keystones within their party. By leveraging the game's addon communication system, KeyAnnouncer makes it easy for party members to know who has which keystone, helping the group coordinate Mythic+ runs more effectively.

Features:

  • Automatic Keystone Detection: The addon automatically scans the player's inventory for their Mythic+ keystone.
  • Addon Communication: Shares your keystone information with other party members who also have the addon installed.
  • Party Keystone Overview: Displays the keystones of all party members who use the addon, allowing for quick decision-making when choosing a Mythic+ dungeon.
  • Lightweight and User-Friendly: The addon is lightweight, with minimal impact on performance and requires no manual setup.

How It Works:

  1. Upon joining a party, the addon automatically detects your Mythic+ keystone and shares its details with other party members using the addon.
  2. The addon listens for incoming keystone information from other party members and displays the collected data in the chat or on the UI.
  3. If a player does not have a keystone or is not using the addon, no data will be displayed for them.

Requirements:

All party members need to have the addon installed for full functionality.

Compatible with World of Warcraft's latest expansion and patch.

Screenshots

Settingsframe

KeyAnouncer Settingswindow

Chatwindow

KeyAnouncer Chat

Changelog

Version 1.0.0 - Initial Release

  • Added functionality to automatically detect the player's Mythic+ keystone from their inventory.
  • Implemented an addon communication system to share keystone information with other party members.
  • Displayed keystone details of party members in the chat window.
  • Registered the addon with the MyKeystoneAddon communication prefix.

Version 1.1.0- Improved Usability

  • Enhanced compatibility with different inventory setups to ensure keystone detection works seamlessly.
  • Improved chat output formatting for better readability of shared keystone information.
  • Added error handling for scenarios where no keystone is found.

Version 1.1.1- New Features and Fixes

  • Fixed a bug where keystone data was not sent to the party after reloading the UI.

Version 1.1.2 - Optimization

  • Minor fixes to improve stability and compatibility with the latest WoW patch.

Version 1.1.4 - Bugfix

  • set correct current wow interfacenumber

Version 1.2.3 - Improved Usability

  • setup a moveable minimap icon
  • add cooldown to prevent chatspam
  • code refactoring

Version 1.2.4 - Bugfix

  • fixing bug where settingswindow still showing if you log into a other character

Version 1.2.5 - Improved Usability

  • fixing some typos
  • add addon icon in addonlist

Version 1.2.6 - Bugfix

  • fixing bug where key is not postet if english client is active

Version 1.2.7 - Improved Usability

  • change find keystone from itemname to itemID

Version 1.2.8 - Hotfix

  • fixed missspelled variablename
  • setup get dynamic keystone ID

Version 1.3.0 - Improved Usability

  • add a partyframe to display all keys in group (beta)
  • fix misspells
  • make UI Frames moveable

Version 1.3.1 - Bugfix

  • fix not post key after update

Version 1.3.2 - Bugfix

  • disable dev outputs

Version 1.3.3 - Improved Usability

  • refactoring code to make sure event vars are valid and accessable
  • create utils file for utilfunctions
  • add a active-status message on minimap tooltip
  • fix an issue where minimapbutton position is not restored correctly after relog

Version 1.3.4 - Bugfix

  • fix missing utils file in .toc

Version 1.3.8 - Improved Usability

  • add changelog frame
  • add button to show/hide changelog frame
  • add changelogDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published