Razor use-by-type

Topics related to Second Age
iamreallysquall
Posts: 1806
Joined: Sat Mar 14, 2009 3:26 pm

Re: Razor use-by-type

Post 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
<mistercherry> i bet ide beat yer asss in scrabble
<Atraxi> as soon as i find the noobs i stole from
<Jamison> lelouche your taunts will be your downfall

User avatar
Mens Rea
UOSA Subscriber!
UOSA Subscriber!
Posts: 2952
Joined: Mon Jul 14, 2008 6:59 am

Re: Razor use-by-type

Post 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?

User avatar
MatronDeWinter
UOSA Donor!!
UOSA Donor!!
Posts: 7249
Joined: Wed Mar 04, 2009 3:35 am
Location: 你的錢包

Re: Razor use-by-type

Post by MatronDeWinter »

I used to just set out like 20 kegs, and have the drag bottle to keg part of the macro alternate kegs.

iamreallysquall
Posts: 1806
Joined: Sat Mar 14, 2009 3:26 pm

Re: Razor use-by-type

Post 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
<mistercherry> i bet ide beat yer asss in scrabble
<Atraxi> as soon as i find the noobs i stole from
<Jamison> lelouche your taunts will be your downfall

User avatar
Mens Rea
UOSA Subscriber!
UOSA Subscriber!
Posts: 2952
Joined: Mon Jul 14, 2008 6:59 am

Re: Razor use-by-type

Post by Mens Rea »

I'll make one and post what I end up with.

User avatar
Mens Rea
UOSA Subscriber!
UOSA Subscriber!
Posts: 2952
Joined: Mon Jul 14, 2008 6:59 am

Re: Razor use-by-type

Post 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.

Post Reply