GTax

A simple tracker that calculates a suggested guild contribution based on a customizable percentage.

File Details

GTax-0.1.3

  • B
  • Mar 27, 2026
  • 12.84 KB
  • 21
  • 2.5.5
  • Classic TBC

File Name

GTax-0.1.3.zip

Supported Versions

  • 2.5.5

GTax 0.1.3 Patch notes

Major Improvements

  • Unified Addon Messaging: All audit and contribution messages are now sent via addon messages, ensuring every guild member with the addon sees the same output, including the sender.
  • Consistent Terminology: All references to “deposit” have been changed to “contribution” throughout the addon, including UI, chat, and code.

UI/UX Enhancements

  • Coin icons (gold, silver, copper) are used for all money amounts in chat and UI.
  • Color-coding for “Last Contribution” based on recency, matching the main window.
  • Improved formatting for audit and contribution messages:
  • The first line includes a [GTax] tag and the player name (now green).
  • All subsequent lines are indented for clarity.
  • Contribution messages now show: amount, suggested amount (with percent), and previous contribution time.

Multi-line Message Handling

  • Audit and contribution messages are split into multiple lines for proper icon rendering and readability.

Performance

  • Removed unnecessary delays between message lines for faster, more responsive output.

Bug Fixes

  • Fixed an issue where multi-line messages with icons could display incorrectly (e.g., “|TInt”).
  • Ensured all money formatting is robust against nil or non-numeric values.
  • Fixed message duplication and redundant local prints.
  • Developer/Codebase
  • Cleaned up event registration and message handling for reliability.