NewUI Clicks: Re-enstatement Since they Nerfed Sell Prices?
Posted: Tue Jan 28, 2003 7:15 am
Will the Creators of Macroquest be re-enstating the NewUI clicks feature now that there are no items which can be sold for profit?
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

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