Posted: Tue Mar 14, 2006 9:55 am
/auc WTB Select statement!
Also, stop using "" inside [].
Code: Select all
| ------------------------------
| -- Uses mod rod if possible --
| ------------------------------
/if (${Me.MaxMana} && ${Me.PctMana}<=10 && ${Me.CurrentHPs}>=1500 && !${Select[${Me.Class.ShortName},BRD,MNK,ROG,WAR,BER]} && ${FindItem[Rod of Mystical Transvergance].InvSlot} && !${FindItem[Rod of Mystical Transvergance].Timer}) {
/call Cast "Rod of Mystical Transvergance" item
/echo Clicking modrod
}
/if (${Me.Standing} && ${Me.MaxMana} && !${Me.Moving} && !${Me.Casting.ID}) /sit
/return