kiriel.gifKiriel D'Sol

Macros

Macros Available:

Hands Free Macro

To use, copy and paste the following text into your Clan Lord macros file. Feel free to customize for your own use as needed.


// Hands Free Macro v1.0 // A macro to empty your hands quickly // Macro created by Kiriel D'Sol // Notify kiriel@windsofdawn.org if you find a mistake or want to suggest an improvement "hfree" { if @my.left_item != "" "/unequip left\r" end if if @my.right_item != "" "/unequip right\r" end if }