correction just use the buttion to add container target to use once 50 in a bag x2 = 100 = 1 keg and so onMens 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?
Razor use-by-type
-
- Posts: 1806
- Joined: Sat Mar 14, 2009 3:26 pm
Re: Razor use-by-type
<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
<Atraxi> as soon as i find the noobs i stole from
<Jamison> lelouche your taunts will be your downfall
Re: Razor use-by-type
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?
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?
- MatronDeWinter
- UOSA Donor!!
- Posts: 7249
- Joined: Wed Mar 04, 2009 3:35 am
- Location: 你的錢包
Re: Razor use-by-type
I used to just set out like 20 kegs, and have the drag bottle to keg part of the macro alternate kegs.
-
- Posts: 1806
- Joined: Sat Mar 14, 2009 3:26 pm
Re: Razor use-by-type
something along those lines should work play around with itMens 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?
<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
<Atraxi> as soon as i find the noobs i stole from
<Jamison> lelouche your taunts will be your downfall
Re: Razor use-by-type
I'll make one and post what I end up with.
Re: Razor use-by-type
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.
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.