* Cast the spell "Enchant _____"
* Drop the "Enchanted _____" into my inv
* Sit down and med if LoM
* Stand up and start again
* Continue until out of stuff to enchant.
How close am I?
Code: Select all
|<enchant.mac>
Sub Main
/cleanup
:enchant
/stand
/press F1
/cast 1
/delay 8
/if "$cursor(name)"=="Enchanted Platinum Bar" /click left auto
/if "$cursor(name)"=="Enchanted Gold Bar" /click left auto
/if "$cursor(name)"=="Enchanted Electrum Bar" /click left auto
/if n $char(mana,pct)<5 /call meditate
/return
Sub meditate
/stand
/sit
:medding
/delay 10s
/if n $char(mana,pct)<100 /goto :medding
/if n $char(mana,pct)>=100 /goto :enchant
/return
Relic

