I would like to use a macro to increase my smithing/jewelcrafting/ fletching skills, but everytime I try, the "/finditem" command, and the "/click left combine/forge/auto/done" don't work.
Here is my current macro, please tell me what you think is wrong. I am using the current version of MQ and the newest patched Version of EQ...
Sub Main
/itemtarget Forge
/face item
/click left item
/sendkey down ctrl
/delay 7
:rusty
/finditem similar "rusty"
/if $find()==FALSE /goto :tarnished
/click left enviro 0
/finditem similar "sharp"
/if $find()==FALSE /goto :tarnished
/click left enviro 1
/click left enviro combine
/delay 7
/click left auto
/goto :done
:done
/sendkey up ctrl
/click left enviro done
/return

