I didnt see much in the way of spell support. Looks like /cast #, /stopsong are supported though EQ but I didnt see much more. It would be nice to have commands like /findSpell xxx , /FindGem x leftclick , FindGem x rightclick, /FindGem x, $Gem(name), $Gem(ready?), $Gem(duration), $Gem(castingtime), $Gem(class), $Gem(school).
So a macro go like this:
((Edit: code brackets are good! - l124rd))
Code: Select all
:start
/FindGem 1 rightclick |rightclick gem1 to destroy it
/FindSpell "Thistle Sheild" |puts the spell on the cursor
/FindGem 1 leftclick |lefts click1 gem1 to mem it
/FindGem 1 | load the $Gem varible
/if $Gem(name)<> "Thistle Sheild" then /goto start
:wait1
/delay 0
/if n $Gem(ready?) ==false then /goto wait1
/cast 1Code: Select all
/varset t0 $Gem(castingtime)
:wait2
/delay 0
/if t0 >0 then /goto wait2
/g OK %t you are sheilded
/varset t0 $Gem(duration)
:wait3
/delay 0
/if $t0 > 0 then /goto wait3
/goto startIf somthing like this is supported already great, if not just one more idea for you.



