Summon Thicken Mana
Posted: Mon Nov 20, 2006 5:02 am
Yes - it's another C_CG is EXACTLY this lazy macro!
Code: Select all
|thickenmana.mac
|Another fine Canadian_Cowgirl is lazy macro!
|
|Change to suit your mount and what spell you want cast.
|
|Have reagants on you. (In this case, Poison Vials and Pearls.)
|5 per cast.
#Include spell_routines.inc
#turbo
Sub Main
:loop
/if (!${Me.Buff[Summon Horse].ID}) {
/call cast "Black Rope Bridle" item
/delay 4s
}
/if (${Cursor.ID}) /autoinventory
/if (${Me.Casting.ID} && ${Me.CurrentMana}<=301) /goto :loop
/if ( ${FindItem[Pearl].ID} && ${Me.FreeInventory} && ${FindItem[Poison Vial].ID && {Me.SpellReady[Mass Thicken Mana]} ) {
/call cast "Mass Thicken Mana"
/delay 10s
}
/goto :loop