Did a search and found this one, but when I run it, it opens my bags and selects a full stack of bars and flashes real fast between the stack amount and the bag ??? I have no idea as ro why, Im not Script savvy sorry to say, any help would be real nice.
Annette
|#include routines.mac
#Event OOM "Insufficient Mana to cast this spell!"
Sub Main
:Loop
/varset l0 0 | [0/1] I had to med, dont wait for enchant/Inv drop of enchanted.
/cleanup
/finditem "Platinum Bar"
/if $find()==FALSE {
/echo "Buy More Bars!"
/goto :End
}
/if $cursor()==TRUE {
/click left auto
/cleanup
/stand
/cast 6
/doevents
| /echo Debug -1-
/if n $l0>0 /goto :Loop
/delay 8s
/click left auto
/delay 3s
| /echo Debug -2-
}
/goto :Loop
:End
/return
Sub Event_OOM
/varset l0 1
/cleanup
/press i
/sit
/delay 3m
/stand
/return
and would this med script be good for this ?
|-------------------Med Section---------------------------------------|
Sub Meditate
/echo Medding to 100% mana and logging!
/if $gm==TRUE /call log |for those who are paranoid - like myself
/stand
/sit
/call meditate
/return
Sub Meditate
:Medding
/delay 10s
/if n $char(mana,pct)<100 /goto :medding
/if n $char(mana,pct)>=100 /call log
/return
|-------------------Med Section End-------------------------------------|
Thks to all who wrote these macros, I cut & Paste so the names who wrote them are missing, sorry dont want to offend anyone.
Annette


