ImprovedMacro
From WoWWiki
| | Used to be part of the Cosmos distribution. |
Last content updated 9 Dec 2004.
Contents |
Overview
Some improvements for macros, the macro window, as well as equipment set commands. The equipment set commands can be used as any script commands by using /script (command).
Macro Keywords
Allow you to these keywords in macros :
- %pet => Pet Name
- %me, %p1 => Player Name
- %t => Target Name
- %p2 => Party Member 1 Name
- %p3 => Party Member 2 Name
- %p4 => Party Member 3 Name
- %p5 => Party Member 4 Name
- %petl => Pet Level
- %mel, %pl1 => Player Level
- %tl => Target Level
- %pl2 => Party Member 1 Level
- %pl3 => Party Member 2 Level
- %pl4 => Party Member 3 Level
- %pl5 => Party Member 4 Level
Functions
SaveSet(msg)
Saves current equipment set. Msg can be 1 through 4.
LoadSet(msg)
Loads a previously saved equipment set. Msg can be 1 through 4.
Equip(msg, quiet)
Equip the item named in msg. Msg should be enclosed in "'s.
Unequip(msg)
Unequip the item named in msg. Msg should be enclosed in "'s.
BagItem()
Unknown
GetCurrentSet()
Unknown
UseItemByType(msg, numberOfTimes)
Unknown
UseItem(msg, numberOfTimes)
Unknown
