File Details
2.3.1
- R
- Oct 2, 2018
- 10.30 KB
- 297
- 8.0.1
- Retail
File Name
MacroTalk-v2.3.1.zip
Supported Versions
- 8.0.1
v2.3.1
- %loc should now work as intended
v2.3.0
- Beta version for Battle for Azeroth
- Removed %ma, %mab, %mp and %mpb because the functions UnitMana and UnitManaMax no longer exist.
- Added %pw, %pwb, %pwp, %pwpb toe replace %ma etc. Will display the power, and depending on the unit, it will be mana, energy, focus, rage, lunar and so on.
- The player coordinates are broken due to changes to the map UI. Untill bli² release a doc, the functionnality is disabled.
v2.2.4
- TOC updated
v2.2.3
- Some minor code improvements
v2.2.2
- TOC updated
v2.2.1
- Quick fix in MacroTalkSubstitutions about coordinates to repair SendChatMessages
v2.2.0
- Fixed a bug with /gr in a party
v2.1.6
- TOC updated
v2.1.5
- TOC updated
v2.1.4
- TOC updated
v2.1.3
- %loc now print coordinates with one decimal
v2.1.2
- TOC updated
v2.1.1
- TOC updated
v2.1
- With 5.2 patch, I figured MacroTalk should be 2.1, since a lot of changes happend before, and this version would be a basic one now.
- TOC updated
v2.0.8
- Changes with new chan Instance
- Fixed BATTLEGROUNDS issues
- Fixed /group issues
v2.0.7
- TOC updated
- substitutions with h (for health) will always give you currentHP/maxHP. use hp for health percentage.
v2.0.6
- Function GetNumGroupMember replace with IsInRaid, to make sure you're really in a party or a raid.
v2.0.5
- Function GetNumPartyMember and GetNumRaidMember replaced with new GetNumGroupMember.
v2.0.4
- TOC updated
v2.0.3
- Fixed an issue with the subzone substitution. Now if you are in a zone with no subzones, %sz will show you the name of the zone instead of nothing.
v2.0.2
- Fixed an issue I did not see (thanks Boccanegra) with /opt or /rnd commands and a secure command like /equipset.
- Constant MAX_BATTLEFIELD_QUEUES replaced by the function GetMaxBattlefieldID()
v2.0.1
- Corrected 3 changes done with versions posted on wowinterface and not in wowcurse (1.72 max in wow curse and 1.8.1 max in wowinterface)
See below for the changes.
v2.0
- Works now with 4.2
- Added realm and guild commands
v1.8.1
- Fixed a stray global in MacroTalk.lua
v1.8
- The ic and icb suffixes now insert the appropriate codes to send texture links
instead of just the name of the icons.
v1.7.2
- Fixed a bug where a hyphen (-) was incorrectly appended to the /tellunit
target in certain situations
v1.7.2
- %gb correctly eliminates the "no gender" message
- % without a code no longer substitutes as the player's name
v1.7.1
- Fixed suffixes to work without a unit
- Fixed error when using /gr outside of a group
v1.7
- /rnd___ commands should actually work now
- Changed /rnd to /rndcmd because of a conflict with the built-in /rnd command
- Added architecture for straight text substitutions (no interface yet--see
MacroTalkSubstitutions.lua for more information)
v1.6
- Added raid icon and "blank" suffixes
v1.5.1
- Fixed a bug that was preventing all SendChatMessage calls
v1.5
- The race suffix will use UnitRace for players and UnitCreatureType for NPCs
- Added %tt, %loc
- Added health and mana suffixes
v1.4
- /opt & /rnd will now print an error message if you attempt to use a secure
command
- Added %n, %z, %sz
- Added ability to use suffixes alone to get info about the player
- Changed unit prefixes to suffixes - INCOMPATIBLE WITH PREVIOUS VERSION
- Substitutions are no longer case-sensitive
- Restructured substitutions and localizations to be more generic
v1.3
- Added /rnd and /rnd___ commands
- Fixed a bug where the /opt prefix was only being applied to the first command
of a given type (e.g. only /opts would work but not /optsay)
v1.2
- Added generic /opt command
v1.1
- Improved localizability of substitutions
v1.0
- Name substitutions have been simplified a bit to match the functionality of %t
- Added pet unit substitution
- Added info type prefixes: level, class, gender, race
v0.9
- Added /opt___ commands
- Fixed a bug where %m behaved like %f
- No longer uses Satellite
- Added localization lua for future localization
v0.5
- Initial release

