New MQ for New UI?

Need help running MacroQuest 1? Too bad! Use MQ2.

Moderator: MacroQuest Developers

Tinasi
orc pawn
orc pawn
Posts: 11
Joined: Mon Jul 22, 2002 5:07 am

New MQ for New UI?

Post by Tinasi » Sat Jul 27, 2002 5:13 am

I know it was said that while in the new UI /click auto dosent work and in the old Ui the shift up or something dosent work. All i wanna know is how to get this macro to work in the wide screen view. I tired to do it in the old UI and it kept placing the made product back into the split. My screen resolution is 800x600. I then tried the macro in the old UI but in the start up window (the one that is up when you first log in) and the macro worked fine, a little slower than normal but worked fine. Is there a solution for the wide screen view in teh old UI and what can be done about the New UI. In the new UI it just dont work at all.

Code: Select all

| - Crunchies.mac - 
| Credit to Yocal - this script is fishrolls.mac with some minor changes (or | whoever wrote the original script!) 
#include routines.mac 

Sub Main 
/call FindCombiner Baking 
/if $return==99 /return 

/cleanup 
/click right inv $return 
:MakeCrunchies 
/sendkey down ctrl 

/finditem "Frosting" 
/if $find()==FALSE /goto :Done 
/click left pack $return 0 

/finditem "Bat Wing" 
/if $find()==FALSE /goto :Done 
/click left pack $return 1 

/sendkey up ctrl 
/click left pack $return combine 

/if "$cursor()"=="TRUE" /goto :AutoDropCrunchies 
/for v1 1 to 5 
/delay 2 
/if "$cursor()"=="TRUE" /goto :AutoDropCrunchies 
/next v1 

/goto :MakeCrunchies 

:AutoDropCrunchies 
/click left auto 
/goto :MakeCrunchies 

:Done 
/sendkey up ctrl 

/return 
Thanks

Java
a lesser mummy
a lesser mummy
Posts: 73
Joined: Sat Jul 13, 2002 12:03 pm

Post by Java » Sat Jul 27, 2002 7:33 pm

Screen resolution needs to be different then started with. Since your in 800x600 and it's a full screen view you'd have to change to another screen resolution. I believe this was the cause why my initial problems with MQ and Cheese.mac was. It's the answer Plazmic gave, it fixed it.

My guess is that /click won't work with the new UI for this reason too.

Why not try starting EQ with something like 640x480 then when running the .mac file switch to 800x600 ? This would have the same affect as the F10 key did, from "window" eq to "full screen" eq.

Just a thought
My perception is my reality.

[url=http://www.phpbb.com/][img]http://www.mutedfaith.com/images/illusion.jpg[/img][/url]