promotional bannermobile promotional banner

Macro-Talk

Macro-Talk

File Details

2.2.4

  • R
  • Sep 19, 2017
  • 9.64 KB
  • 802
  • 7.3.0
  • Retail

File Name

MacroTalk-v2.2.4.zip

Supported Versions

  • 7.3.0
 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 prints 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 happened 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 replaced 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

  • Correcte 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) :
    • Fixed a stray global in MacroTalk.lua
    • The ic and icb suffixes now insert the appropriate codes to send texture links instead of just the name of the icons.

v2.0

  • Fixed for wow 4.2
  • Added suffixe gu and gub for player's and target's guild
  • Added suffixe rm for player's and target's realm

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 yetsee 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