QuickMacro
Quickly generate a macro without invoking the ingame dialog.
Usage;
/qm <title> <macro>
"/" is converted to a Line-break. QM uses the last 14 macro slots. If all are occupied it will delete a unused macro.
Examples
/qm wave /wave /qm 2xWave /wave /wait 1 /wave
QuickMacroClear
Will clear all unused macro in the last 14 slots.
/qmc
Calculator
a quick calculator
/= <formel> (or /calc /eval /ev)
Here you can use any math formula, Lua- or RoM-Api function. If a function returns multiple parameters use "{ ..}"
Examples
/= 2*3 /= math.sqrt(2) /= GetVersion() /= {GetActionInfo(1)}