Page 2 of 2

Re: Razor use-by-type

Posted: Sun Aug 21, 2011 9:59 pm
by iamreallysquall
Mens Rea wrote:I just thought about that - or, if there is a text file that has all of the useonce objects then you could open that and copy/paste over and over and over (it would take less time).

Do you know of any such text file?
correction just use the buttion to add container target to use once 50 in a bag x2 = 100 = 1 keg and so on

Re: Razor use-by-type

Posted: Sun Aug 21, 2011 10:14 pm
by Mens Rea
Yeah that's not so bad I guess...

Now how I'm gonna make it fill different kegs. I was thinking of having somewhere:

if sysmsg "the keg is full"
hotkey organiser agent 7 set hotbag
wait for target
target by type "a keg"
end if

that way it would just keep on filling a keg until it is ready to move on - that will work right?

Re: Razor use-by-type

Posted: Sun Aug 21, 2011 10:21 pm
by MatronDeWinter
I used to just set out like 20 kegs, and have the drag bottle to keg part of the macro alternate kegs.

Re: Razor use-by-type

Posted: Sun Aug 21, 2011 10:21 pm
by iamreallysquall
Mens Rea wrote:Yeah that's not so bad I guess...

Now how I'm gonna make it fill different kegs. I was thinking of having somewhere:

if sysmsg "the keg is full"
hotkey organiser agent 7 set hotbag
wait for target
target by type "a keg"
end if

that way it would just keep on filling a keg until it is ready to move on - that will work right?
something along those lines should work play around with it

Re: Razor use-by-type

Posted: Sun Aug 21, 2011 11:02 pm
by Mens Rea
I'll make one and post what I end up with.

Re: Razor use-by-type

Posted: Mon Aug 22, 2011 2:48 am
by Mens Rea
FYI - I got it all up and running now.

Thanks to Matron, Sandro and Lelube.

I will share it with you all because it is really good (certain pauses are included because of my ping - remove if you like):

If nightshade < 100
exec restock agent 5 (collects 200 ns from a box)
pause 1 second
absolute target (the box)
pause 4 seconds
end if
If (green potions) < 15
For 1 to 25
Exec: use once agent
wait for target
absolute target (nightshade in my pack)
wait for menu
menuresponse 3
pause 1.2 seconds
End for
Pause 15.15 seconds
End if
If (green potion) > 15
Exec organiser agent (puts green potions into a hotbag/keg)
Pause 40 seconds
End if
If Sysmessage "the keg is..." (whatever the full keg message is)
Exec Organiser agent: Set hotbag
Pause 1 second
Target by type keg
pause 1 second
End if

So... It uses 50 mortars in a bag in my pack, gets the NS and makes ~25 potions at the same time, then finds (eventually) an empty keg to drop all the potions into. I have a big bag of kegs in a locked down bag next to my macroing character and 50 bottles in my pack. It works great with the above settings.