Combine.mac question

Help section from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

morpheous531
orc pawn
orc pawn
Posts: 18
Joined: Sun Oct 06, 2002 10:52 pm

Combine.mac question

Post by morpheous531 » Mon Oct 07, 2002 9:28 am

I used the combine.mac mac and it works beautifully most of the time, but I have some errors here and there that keep it from working smoothly.

1. When I run combine.mac, it does a cleanup, then preceeds to open my inv and does not continue until I open the kit AND the bag with components manually. When I do this, it begins the loop but 1 of 3 things happen after that...

2. it only puts a certain amount of components in the kit before pressing combine. I need to manually put the rest in before it continues.

3. If it does the loop correctly, it will sometimes tell me "your hands need to be empty in order to find and item. At this point i need to restart the macro.

4. It will ask me if "I'm sure I wanna throw XXX unto the ground?" I preceed to manually dump the finished product onto the auto equip and it might continue the loop.

Any help is greatly appreciated.

Magnus
a ghoul
a ghoul
Posts: 85
Joined: Sun Aug 11, 2002 3:50 pm

Post by Magnus » Mon Oct 07, 2002 12:40 pm

Things you seem to be having problems with...

Bag placement.. Both in your inventory and when they open. This could also be related to screen resolution so check for threads on that.

Your dropping on the ground is a result of you trying to do things manually. So stop.

Items is hand is an overrun problem. You are either trying to do #turbo and messing up the /delay's or you are in a laggy area and need to lag-proof your script some with /delay's or checks etc. If you don't know coding with MQ all that well use delays and when you're more familiar with the way things work you'll use checks(if's etc).

Your #2 issue is also related to lag etc, see last paragraph...


Mag

morpheous531
orc pawn
orc pawn
Posts: 18
Joined: Sun Oct 06, 2002 10:52 pm

Post by morpheous531 » Mon Oct 07, 2002 1:51 pm

Thanks for help.

I feel like I'm killing rats and bats for silver again, but hey, newb life is fun.