Helpful Macros
If you can not get some of these working on your system see the clump macros section on installing or read the top of the macro file. If you would like to have a customized version of one of these macros made, and can't figure out how, contact Noivad in the lands.
Moonstone Functions
The Moonstone Functions Macro does a little bit of everything. (The PC version is available here.) Now there are functions to set hot keys to Cad up to 4 different people (f9-f12 by default). Instructions on use are included at the top of the macro file. Quickstart: By default, it's set up for the Asklepian Staff, but you can easily change that by changing set healingDevice "Asklepian Staff" to "Caduceus" or "Mercurial Staff"
If you have an Asklepian simply change set auraHDevice to "Asklepian". All these changes are made in the *** Global Variables *** section at the top of the macro.
TC Macro
The Think back Macro (tc macro) quickly replies to any exile that thinks to you. or you can quickly set the tc using "ts (name) [message]. It automatically switches to you sungem, sends the message and switches back to what you had on before using the sungem. If you don't have an sungem, simply change set myStone "Sungem" to whatever you have (i.e. set myStone "Sunstone" or set myStone "Suncrystal") in the ***Global Variables*** There are other functions in it, such as automatically replying yes to the boat sellers in west Puddleby, and automatically switching bags of kudzu when you run out of kudzu in one (a bit unreliable --like when 2 messages come in at once-- but not fatally buggy by any means).
Omega Zu 4 Macro
I recently released a new macro entitled "omega_zu4.txt". It works (by default) like this: you hit F6 to plant a seed and that's it. You hit shift-F6 to add 'zu to the current bag. It will automatically switch between the two or more, when one runs out. You can set how many bags you have and by default it's set so you have two bags. See the macro for more documentation.
I still has features to be added, and there needs to be some full pack error checking added in, however, as it is it works very well. I'm going to work with Geo on it most likely, or at least get his input in its further development.
Quickchain Macro
There is now a macro called Quickchain that I'm sharing. It's a multifunctional right-click macro for fighters, mystics and healers. It also includes the F5 and wheelup macro that chains anyone near you.
Short MacrosAzriel's Rankcatcher
@login{
call rankcatcher
}
set timeStamps 3
set playerName 2
set me 6
"rankcatcher" call rankcatcher
rankcatcher
{
set scanText @env.textLog
if scanText.word[0] < "/"
setglobal timeStamps 3
setglobal playerName 2
setglobal me 6
else
setglobal timeStamps 1
setglobal playerName 0
setglobal me 3
end if
label scanTop
pause 1
if scanText < "You lose some of your grasp of backstabbing."
"/equip fell\r"
pause 2
"/use /practice\r"
else if scanText < "You lose some of your grasp of controlled attacks."
"/equip goss\r"
pause 2
"/use /practice\r"
end if
goto scanTop
}
Hollaback Thoom
(Yeah I know what it means. I just thought it was funny.)
"holla"
{
"A few times I've been around that snell\r"
pause 12
"So it's not just gonna to be a yell\r"
pause 12
"Because I ain't no hollaback Thoom\r"
pause 9
"/yell I ain't no hollaback Thoom! \r"
}
