Combine.mac - Unsticky plz -

Macro depository for macros written before the user variable changes that broke all of them.

Moderator: MacroQuest Developers

Gengis
a ghoul
a ghoul
Posts: 116
Joined: Wed Aug 14, 2002 7:46 pm

Combine.mac - Unsticky plz -

Post by Gengis » Wed Sep 25, 2002 7:26 pm

Aborting since /click doesn't work etc....
Last edited by Gengis on Fri May 09, 2003 1:51 am, edited 28 times in total.

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Wed Sep 25, 2002 11:59 pm

Sticking this one..

Gengis
a ghoul
a ghoul
Posts: 116
Joined: Wed Aug 14, 2002 7:46 pm

Post by Gengis » Thu Sep 26, 2002 12:16 am

Thanks for the sticky! :D

Soulzek
flagrant idiot
Posts: 35
Joined: Mon Aug 26, 2002 2:12 pm
Location: The Void
Contact:

Post by Soulzek » Fri Oct 04, 2002 12:55 pm

will this work for outside inventory containers? (forge)
[b]Click on the image below to visit my site![/b]
[url=http://mywebpages.comcast.net/soulzek/][img]http://mywebpages.comcast.net/soulzek/title.png[/img][/url]

Samefudge
orc pawn
orc pawn
Posts: 20
Joined: Thu Sep 12, 2002 4:41 pm

Post by Samefudge » Fri Oct 04, 2002 2:11 pm

For non-inventory combiners, change:

Code: Select all

   /call FindCombiner $p0
   /if $return==99 /return
   /varset v80 $return

   /cleanup
   /click right inv $v80 
to something like:

Code: Select all

  /cleanup
  /itemtarget $p0
  /face item
  /click left item
ought to work fine.

User avatar
rizwank
Huggle Police
Huggle Police
Posts: 524
Joined: Tue Jul 23, 2002 12:07 am
Contact:

Post by rizwank » Fri Oct 04, 2002 5:14 pm

the face cant be "smithing" though ... it needs to be "Forge"


gen or same, please make a version of this that does both external boxes and inventory combiners (either by a switch or a lookup of the name type) for introduction into the cvs..

thx!
rk
#macroquest op
Macroquest Official Documentarion
Macroquest Board Moderator
All around cool guy

[img]http://medicomuerte.users.btopenworld.com/images/fairy_bounce08.gif[/img]

Soulzek
flagrant idiot
Posts: 35
Joined: Mon Aug 26, 2002 2:12 pm
Location: The Void
Contact:

Post by Soulzek » Fri Oct 04, 2002 7:55 pm

i edited what u said same, it got a little farther but still not working.

it opened the forge, stuck in 1 water 1 ore and 1 ore, then put another water on my cursor and "The current macro has ended"
[b]Click on the image below to visit my site![/b]
[url=http://mywebpages.comcast.net/soulzek/][img]http://mywebpages.comcast.net/soulzek/title.png[/img][/url]

Samefudge
orc pawn
orc pawn
Posts: 20
Joined: Thu Sep 12, 2002 4:41 pm

Post by Samefudge » Fri Oct 04, 2002 10:39 pm

Change:

Code: Select all

/click left pack $v80 combine 
To:

Code: Select all

/click left item
that should work, sorry, I forgot about the combine button since the combiner type changed.

I'll try to make a universal version this weekend and test it out.

Gengis
a ghoul
a ghoul
Posts: 116
Joined: Wed Aug 14, 2002 7:46 pm

Post by Gengis » Sat Oct 05, 2002 12:29 am

:arrow:
Last edited by Gengis on Mon Oct 14, 2002 6:00 pm, edited 2 times in total.

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

Post by Valerian » Sat Oct 05, 2002 6:10 am

Samefudge wrote:

Code: Select all

/click left item
wouldn't that be...

Code: Select all

/click left enviro combine

MrSmallie
a hill giant
a hill giant
Posts: 167
Joined: Fri Oct 11, 2002 11:18 am

:waitforcombine...

Post by MrSmallie » Fri Oct 11, 2002 11:22 am

I always use:

/click left enviro combine

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

I don't remember which macro I originally found that in, but it works like a charm.

S

Gengis
a ghoul
a ghoul
Posts: 116
Joined: Wed Aug 14, 2002 7:46 pm

Post by Gengis » Mon Oct 28, 2002 12:19 pm

Sorry it took me so long to make it universal, I've been kinda busy. Let me know what you think!

Lurker_005
a lesser mummy
a lesser mummy
Posts: 51
Joined: Thu Oct 17, 2002 12:08 pm

Post by Lurker_005 » Mon Oct 28, 2002 1:16 pm

Shouldn't Sub OpenEnv have a cleanpack in it in case someone left stuff? Or at least check for stuff there.

Gengis
a ghoul
a ghoul
Posts: 116
Joined: Wed Aug 14, 2002 7:46 pm

Post by Gengis » Mon Oct 28, 2002 2:59 pm

Lurker_005 wrote:Shouldn't Sub OpenEnv have a cleanpack in it in case someone left stuff? Or at least check for stuff there.
Added

Lurker_005
a lesser mummy
a lesser mummy
Posts: 51
Joined: Thu Oct 17, 2002 12:08 pm

Post by Lurker_005 » Mon Oct 28, 2002 8:56 pm

lol ok another nit pick thing. Wouldn't you need a /sendkey down shift in CleanPack? and /sendkey up shift at the end.