Page 1 of 1

NewUI Clicks: Re-enstatement Since they Nerfed Sell Prices?

Posted: Tue Jan 28, 2003 7:15 am
by Burgermac
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

:roll:

Posted: Tue Jan 28, 2003 9:12 am
by Roodie
I think I am right in saying that the guys are working on implementing the clicks again, I don't think they actually had it working and took it out dude :)

...

Posted: Tue Jan 28, 2003 5:35 pm
by Ariain
The current lack of /click had nothing to do with profiting from MQ but the fact that they removed (minus the little work around) the Old UI which /click was working fine on.

The reason that /click doesnt work in the New UI is a technical one. It clicks on the lowest layer of the UI underneath where all the panels really lie or some such thing. And they have been working on getting /click to work again since it stoped.

We should have it soon or at least as soon as they are done. =) Sorry that was a whole lot of rambling.