I've played with the brewing macro that comes with the program and have come up with this. It will be simple enough for me to work with until i am more comfortable to work on something more complex (judging on how the info that is available isn't really made for people who just want a quick and easy macro)
#turbo
#event CombineFail "You lacked the skills to fashion the items together."
#event CombineSuceed "You have fashioned the items together to create something new!"
Sub Main
/itemtarget Pottery Wheel
/face item
/click left item
/delay 25
/sendkey down ctrl
:MakeKiola
/finditem "Water Flask"
/if $find()==FALSE /goto
/click left enviro 0
/finditem "Small block of Clay"
/if $find()==FALSE /goto
/click left enviro 1
/finditem "Ceramic Lining sketch"
/if $find()==FALSE /goto
/click left enviro 2
|/finditem "Casserole Dish sketch"
/if $find()==FALSE /goto
/click left enviro 3|
/varset v61 0
/doevents flush
/varset t9 30s
/click left enviro combine
/doevents
/if n $t9==0 /goto
/if n $v61==0 /goto
/doevents flush
/varset t9 0
:WaitCursor
/delay 0
/if $cursor()!=TRUE /goto :WaitCursor
/click left auto
/goto :MakeKiola
/sendkey up ctrl
/click left enviro done
/return
Sub Event_CombineFail
/varset v61 1
/return
Sub Event_CombineSuceed
/varset v61 1
/return
My intention is to turn the 4th component into a comment to null the effect when i dont need it. the rest i can just change the name since they are so similar anyways. (i am making casserole dishes if you hadn't noticed)
OK...so, when i run this macro, the pottery wheel vanishes, i get a pop up saying items arent easily found in this zone, and it picks up something in my equiped inventory.
I think maybe it hopes i have a delete command in the script so i'll delete my equipment? *shrug*
I'm at a loss. I cannot find a script where it is obvious where to put in the variables of what i want to combine. And i dont wish to take a course in programming just to get better trade skills.
I dunno, i guess it'd be cool if someone made a tradeskill that said INSERT BAG LABEL HERE or INSERT INGREDIENT 1 HERE. *shrug* but thats just from a newbie's point of view.
Thank you all for your help. :)
(btw how do i shut mq down without EQ crashing?



