Change Log:
--------------------
Version1.6.1(2012-08-12)-Wow patch 4.3.4 / MOP Beta 5.0.x
General:
Added LibDataBroker support.
IfThen now add launcher shortcuts for the 'Edit' and 'MoreHelp' windows for databroker compatible addons like TitanPanel, ChocolateBar, Bazooka and so on.
You can now configure IfThen through a new interface panel (Game menu -> Interface -> AddOns tab). It has the same effect as using the slash commands (/ifthen or /ift).
Switched to using a new button template. The buttons should now look a bit better.
Updated functions:
Report() now returns the proper masculine/feminine form for reputation titles depending on your characters gender (%Report% variables).
Added support for friendship titles (basically single-Npc factions).
New functions:
IsTapped()
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Version1.6.0(2012-08-01)-Wow patch 4.3.4 / MOP Beta 5.0.x
Updated IfThen to work with Mists of Pandaria (MOP) expansion. Many of the game's internal events and functions have been altered, removed or new ones have been added by Blizzard.
Some of the changes will only be visible when running version 5.0.x of WoW (The MOP Beta).
The .TOC interface number is still that of 4.3.3 to prevent 'Load out of date addons' issues for users on live servers.
Added support for the Pandaren monk class. Class color, etc.
Things like %GuildLevel% (0-25) and %PlayerLevel% (1-85) will auto-adjust (0-30 & 1-90) when running version 5.0.x of the game.
General:
Updated examples.txt with the correct function name "HavePVPEquipped()"
The addon will now check and close the existing edit/help window if its open before opening the other window when using slash commands instead of the buttons.
IF HasOpenQuest("My daily fishing quest") AND InZone("Stormwind")
THEN UseItem("Fishing Pole");
OnEvent("GroupInvite") AND InLFGQueue()
THEN DeclineInvite() AND Reply("Sorry, i'm already in the LFG queue");
Look at the FAQ page for the most asked questions, and the Examples page for examples.
--------------------
Version1.6.1(2012-08-12)-Wow patch 4.3.4 / MOP Beta 5.0.x
General:
Added LibDataBroker support.
IfThen now add launcher shortcuts for the 'Edit' and 'MoreHelp' windows for databroker compatible addons like TitanPanel, ChocolateBar, Bazooka and so on.
You can now configure IfThen through a new interface panel (Game menu -> Interface -> AddOns tab). It has the same effect as using the slash commands (/ifthen or /ift).
Switched to using a new button template. The buttons should now look a bit better.
Updated functions:
Report() now returns the proper masculine/feminine form for reputation titles depending on your characters gender (%Report% variables).
Added support for friendship titles (basically single-Npc factions).
New functions:
IsTapped()
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Version1.6.0(2012-08-01)-Wow patch 4.3.4 / MOP Beta 5.0.x
Updated IfThen to work with Mists of Pandaria (MOP) expansion. Many of the game's internal events and functions have been altered, removed or new ones have been added by Blizzard.
Some of the changes will only be visible when running version 5.0.x of WoW (The MOP Beta).
The .TOC interface number is still that of 4.3.3 to prevent 'Load out of date addons' issues for users on live servers.
Added support for the Pandaren monk class. Class color, etc.
Things like %GuildLevel% (0-25) and %PlayerLevel% (1-85) will auto-adjust (0-30 & 1-90) when running version 5.0.x of the game.
General:
Updated examples.txt with the correct function name "HavePVPEquipped()"
The addon will now check and close the existing edit/help window if its open before opening the other window when using slash commands instead of the buttons.
IF HasOpenQuest("My daily fishing quest") AND InZone("Stormwind")
THEN UseItem("Fishing Pole");
OnEvent("GroupInvite") AND InLFGQueue()
THEN DeclineInvite() AND Reply("Sorry, i'm already in the LFG queue");
Look at the FAQ page for the most asked questions, and the Examples page for examples.