[b]Alchemy ?[/b]

Macro requests from before the user variable changes that broke all macros

Moderator: MacroQuest Developers

User avatar
eqsolro
a ghoul
a ghoul
Posts: 113
Joined: Fri Sep 13, 2002 4:20 pm
Location: Germany

[b]Alchemy ?[/b]

Post by eqsolro » Sun Sep 15, 2002 1:03 am

Hi,
i tried to make an alchemy macro - but hmm im a lamer ;)
I tried to change a other script up to the point - nothing works anymore .. hehe ok maybe you can help a little bit ?

thats my dream:

1 Bag Bearskin Bag (to compress potions) 10 slot
2 Alchemy Bag (to make potions)
3 Selfmade Reducer 10% bags 10 slot
3.1 Reaganzia 1 - 10 slot 20 pices per slot
3.2 Reagenzia 2 - 10 slot 20 pices per slot
3.3 Reagenzia 3 - 10 slot 20 pices per slot
4 Selfmade reducer 10% bafs 10 slot

No the macro should combine 3.1 3.2 3.3 and drop it into 1 ore in inv slot - because bag 1 is the first bag.
Next step - the macro should now, how mutch potions are in bag 1- when 10 then it should press combine and lay it down in 4
and this should work as all is empty ...
any idear ? any suggestions?
i tried it 10 times - 20 times 30 times .. im going crazy ;)
maybe you can do it ? tia

edit : rizwank moved to requests forum.. nice use of reagenzia btw :)

Ups i tried a baking macro .. that works fine .... i mean ONLY the combining from 3 items ... but how that works with Alchemie?

I think the basic problem is the

/call FindCombiner

ok baking ... no problem .. but what on Alchemie ore is this only a synonym ?

/call FindCombiner "Medicin Bag"

total rubbish i think ?

What to write after /call FindCombiner .... hmmmm
Last edited by eqsolro on Sun Sep 15, 2002 3:26 pm, edited 1 time in total.

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

Post by Gengis » Sun Sep 15, 2002 4:36 am

Reaganzia
Eh I had to look it up.

User avatar
eqsolro
a ghoul
a ghoul
Posts: 113
Joined: Fri Sep 13, 2002 4:20 pm
Location: Germany

Re: [b]Alchemy ?[/b]

Post by eqsolro » Tue Sep 17, 2002 8:45 am

eqsolro wrote:Hi,
i tried to make an alchemy macro - but hmm im a lamer ;)
I tried to change a other script up to the point - nothing works anymore .. hehe ok maybe you can help a little bit ?

thats my dream:

1 Bag Bearskin Bag (to compress potions) 10 slot
2 Alchemy Bag (to make potions)
3 Selfmade Reducer 10% bags 10 slot
3.1 Reaganzia 1 - 10 slot 20 pices per slot
3.2 Reagenzia 2 - 10 slot 20 pices per slot
3.3 Reagenzia 3 - 10 slot 20 pices per slot
4 Selfmade reducer 10% bafs 10 slot

No the macro should combine 3.1 3.2 3.3 and drop it into 1 ore in inv slot - because bag 1 is the first bag.
Next step - the macro should now, how mutch potions are in bag 1- when 10 then it should press combine and lay it down in 4
and this should work as all is empty ...
any idear ? any suggestions?
i tried it 10 times - 20 times 30 times .. im going crazy ;)
maybe you can do it ? tia

edit : rizwank moved to requests forum.. nice use of reagenzia btw :)

Ups i tried a baking macro .. that works fine .... i mean ONLY the combining from 3 items ... but how that works with Alchemie?

I think the basic problem is the

/call FindCombiner

ok baking ... no problem .. but what on Alchemie ore is this only a synonym ?

/call FindCombiner "Medicin Bag"

total rubbish i think ?

What to write after /call FindCombiner .... hmmmm
How can i identify the item in bag 0 slot 1 - how can i say stop if a item is in the slot ?

if $pack 0 1 ="Sow Potion" /goto :End

... can anyone help a little bit ?