Search found 4 matches

by Noob
Tue Oct 29, 2002 10:58 pm
Forum: MacroQuest::Help (Outdated)
Topic: Using OldUI and trade skills... need some simple help
Replies: 5
Views: 1470

I have tried the combine macro and it did not work for me using the OLD UI. This is the Macro i am using: /call FindCombiner Baking /if $return==99 /return /cleanup /click right inv $return :MakeBatWingPie /sendkey down ctrl /finditem "Bear Meat" /if $find()==FALSE /goto :Done /click left ...
by Noob
Tue Oct 29, 2002 7:33 pm
Forum: Outdated Macros::Macro Help
Topic: Changing autodrop to autoequip... is it possible???
Replies: 1
Views: 719

Changing autodrop to autoequip... is it possible???

/if "$cursor()"=="TRUE" /goto :AutoDropBatWingPie /for v1 1 to 5 /delay 2 /if "$cursor()"=="TRUE" /goto :AutoDropBatWingPie /next v1 Is there a way to cahnge this to autoequip. I would like not to drop my patty melts... I would rather put them back into my inv...
by Noob
Tue Oct 29, 2002 7:12 pm
Forum: MacroQuest::Help (Outdated)
Topic: Using OldUI and trade skills... need some simple help
Replies: 5
Views: 1470

hummm then I guess the macro is not working then.... Do I need to place the bags in the correct order as they are listing in the code of the Macro???
by Noob
Tue Oct 29, 2002 5:18 pm
Forum: MacroQuest::Help (Outdated)
Topic: Using OldUI and trade skills... need some simple help
Replies: 5
Views: 1470

Using OldUI and trade skills... need some simple help

I have been reading on here and everyone keeps saying use the OldUI for trades... well how can that happen if I have items that are in 3 different bags plus the item needed for a skill in my case is a Spit. The OldUI can only support 2 bags open at a time?? I have tried it under the new UI and it do...