Click left enviro combine

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

Moderator: MacroQuest Developers

Davef139
orc pawn
orc pawn
Posts: 15
Joined: Sun Sep 29, 2002 6:08 pm

Click left enviro combine

Post by Davef139 » Thu Jun 05, 2003 3:44 am

ANyone else's macros missing the combine button with just default ui or even any other custom ones? or should i b editing xml to move button up?

Mckorr
Developer
Developer
Posts: 2326
Joined: Fri Oct 18, 2002 1:16 pm
Location: Texas

Post by Mckorr » Thu Jun 05, 2003 9:07 am

It works for me.

What I did was to take the default container XML file, copy it over to my custom UI, and edit it to remove the title bar. It now hits every slot and every button without a problem.
MQ2: Think of it as Evolution in action.

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Thu Jun 05, 2003 10:44 pm

Is there a way to drop an item in an environmental container yeet without using x y coordinates?

I have tried it a few times using /click left Enviro_0 but nothing happens.

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Thu Jun 05, 2003 10:45 pm

/click left enviro 0, /click left enviro 1, etc

Jaerin
Developer
Developer
Posts: 133
Joined: Mon Mar 10, 2003 7:37 pm
Contact:

Post by Jaerin » Fri Jun 06, 2003 2:21 am

If this doesn't work try using the default UI.

I noticed that it didn't work when I used my custom UI (AYA). Default UI worked fine. Same with merchant window.

Jaerin

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Fri Jun 06, 2003 3:26 am

Using the default container xml file and modifying it for no titlebar did the trick.

I just posted a macro for creating metal rings in the Depot area, and I was amazed at the speed of the combines.

Great work by the devs to get these functions working again!

Mckorr
Developer
Developer
Posts: 2326
Joined: Fri Oct 18, 2002 1:16 pm
Location: Texas

Post by Mckorr » Fri Jun 06, 2003 8:28 am

lol And I just spent 30 minutes yesterday making metal rings for shadowscream by hand.

All this poking around in the code, I never really have time to actually write macros.
MQ2: Think of it as Evolution in action.

wassup
Official Guardian and Writer of TFM
Official Guardian and Writer of TFM
Posts: 1487
Joined: Sat Oct 26, 2002 5:15 pm

Post by wassup » Fri Jun 06, 2003 11:14 am

You and the other devs are doing amazing work McKorr, and I know I appreciate it.

One thing I might try to do is make a universal built on this macro, but am not sure how to parse something like:

/macro universal "Water Flask" "File" "Large Brick of Ore"

Could anyone post a short snippet of code here that shows how to do this for up to say 5 components?

Valerian
a grimling bloodguard
a grimling bloodguard
Posts: 709
Joined: Sun Jul 28, 2002 3:29 am

Post by Valerian » Fri Jun 06, 2003 5:58 pm

I think there used to be a script for that already, syntax was something like /mac combine <combiner type> <component1> <amount 1> <component 2> <amount 2> ... I think it only works with 4 items or less, unless $pN has been increased? Think that's controlled with MAX_STACKVARS in MQ.h... maybe we could raise that to 20 or even 30 in the CVS?