promotional bannermobile promotional banner

Macro-Talk

Macro-Talk

File Details

2.4.3

  • R
  • Dec 22, 2020
  • 13.84 KB
  • 1.2K
  • 9.0.2
  • Retail

File Name

MacroTalk-v2.4.3.zip

Supported Versions

  • 9.0.2

v2.4.3
- Fixed again /rnd command
- Added suffixe nt to show a unit name with title
- Added suffixe ut, utb to only show the title of a unit

v2.4.2
- TOC updated
- Reworked of %wp command with the help of Bobins666
- Added %pin command
- Added %wp and %wp to lists of commands with /mtk
- Added a /clearwaypoint or /cwp to clear waypoint/pin from the map
- Added %cov and %covb for covenant name
- Added %rnl and %rnlb for renown level
- Covenant and renown functions API dont work with unit (for now), so it is only a straight subs and not a suffixe

v2.4.1
- TOC updated
- Fixed /rnd command (thanks to NukeninRB)
- Added straight substition %wp to link your position in a waypoint in chat (thanks to Elvenbane)
- Added /macrotalk and /mtk commands, with suffix help for list of commands

v2.4
- TOC updated
- Fixed /rnd command (thanks to NukeninRB)
- Added straight substition %wp to link your position in a waypoint in chat (thanks to Elvenbane)
- Added /macrotalk and /mtk commands, with suffix help for list of commands

v2.3.8
- TOC updated

v2.3.7
- Added suffixe "gn" and "gnb" for raid group number

v2.3.6
- TOC updated

v2.3.5
- TOC updated

v2.3.4
- Fixed nil for arenas

v2.3.3
- TOC updated

v2.3.2
- Fixed chat in instances

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