Change Log:
--------------------
Version1.7.4(2012-10-21)-Wow patch 5.0.5
General:
Added a few more lines in examples.txt for use with daily quests in Pandaria.
Updated functions:
CancelAura() -The function no longer uses the macro to cancel auras/buffs. It will therefore be possible to combine CancelAura() with UseItem() or Cast() in a single if-statement (credit to Doskious).
Report() -The 'experience' option will now round outputted numbers and use a a 'K/M' notation.
Updated variables:
The following variables will now will now round outputted numbers and use a a 'K/M' notation. Their internal datatype has also been changed from 'number' to 'string'.
%playerhealth%, %targethealth%, %focushealth%, %pethealth%, %playermaxhealth%, %targetmaxhealth%, %focusmaxhealth%, %petmaxhealth%
%playerpower%, %targetpower%, %focuspower%, %petpower%, %playermaxpower%, %targetmaxpower%, %focusmaxpower%, %petmaxpower%
BugFix:
ToggleRaidDisplay() -This function will not work when you are in combat because the Raidframe UI is then marked as protected by Blizzard (credit to Henrick).
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Version1.7.3(2012-10-13)-Wow patch 5.0.5
General:
Added a new 'EasyCast' feature. When enabled it will trigger the default IfThen-macro when you are out of combat and do a double right-click.
You can now shift-click on items/quests/achievements while the edit window is open and it will insert the link-title (just like auctionhouse search).
Added several lines in examples.txt for use with daily quests in Pandaria.
New functions:
QuestItemInRange()
MouseOver() -Same as IsTargeted() but looks at whats under your mouse cursor (idea from Theondry)
Updated functions:
IF HasOpenQuest("My daily fishing quest") AND InZone("Stormwind")
THEN Cast("Fishing");
OnEvent("GroupInvite") AND InLFGQueue()
THEN DeclineInvite() AND Reply("Sorry, I am already in the LFG queue");
Look at the FAQ page for the most asked questions, and the Examples page for examples.
--------------------
Version1.7.4(2012-10-21)-Wow patch 5.0.5
General:
Added a few more lines in examples.txt for use with daily quests in Pandaria.
Updated functions:
CancelAura() -The function no longer uses the macro to cancel auras/buffs. It will therefore be possible to combine CancelAura() with UseItem() or Cast() in a single if-statement (credit to Doskious).
Report() -The 'experience' option will now round outputted numbers and use a a 'K/M' notation.
Updated variables:
The following variables will now will now round outputted numbers and use a a 'K/M' notation. Their internal datatype has also been changed from 'number' to 'string'.
%playerhealth%, %targethealth%, %focushealth%, %pethealth%, %playermaxhealth%, %targetmaxhealth%, %focusmaxhealth%, %petmaxhealth%
%playerpower%, %targetpower%, %focuspower%, %petpower%, %playermaxpower%, %targetmaxpower%, %focusmaxpower%, %petmaxpower%
BugFix:
ToggleRaidDisplay() -This function will not work when you are in combat because the Raidframe UI is then marked as protected by Blizzard (credit to Henrick).
-----------------------------------------------------------------------------------------------------------------------------------------------------------------
Version1.7.3(2012-10-13)-Wow patch 5.0.5
General:
Added a new 'EasyCast' feature. When enabled it will trigger the default IfThen-macro when you are out of combat and do a double right-click.
You can now shift-click on items/quests/achievements while the edit window is open and it will insert the link-title (just like auctionhouse search).
Added several lines in examples.txt for use with daily quests in Pandaria.
New functions:
QuestItemInRange()
MouseOver() -Same as IsTargeted() but looks at whats under your mouse cursor (idea from Theondry)
Updated functions:
IF HasOpenQuest("My daily fishing quest") AND InZone("Stormwind")
THEN Cast("Fishing");
OnEvent("GroupInvite") AND InLFGQueue()
THEN DeclineInvite() AND Reply("Sorry, I am already in the LFG queue");
Look at the FAQ page for the most asked questions, and the Examples page for examples.