Razor use-by-type
Razor use-by-type
When I use razor use-by-type it seems to use the same object every time.
Is there a trick or some way to make it vary the items it is using?
Is there a trick or some way to make it vary the items it is using?
Re: Razor use-by-type
Without removing all unwanted items of said type from your screen, no.
Unless someone knows something I don't, that is..
edit: apparently i can't read today..
make sure razor isn't set to an absolute target, sometimes when you click to use by type it doesn't actually set itself over
Unless someone knows something I don't, that is..
edit: apparently i can't read today..
make sure razor isn't set to an absolute target, sometimes when you click to use by type it doesn't actually set itself over
[14:17] <UOSAPlayer4056> cr3w guild is a joke. Ran by staff members, multi client pking, this shards a joke and a half.
Blaise wrote:Man, you guys are really stepping up your game now that you're not living in the shadow of cr3w
Re: Razor use-by-type
Thanks Sandro - I double checked and it appears to be set up correctly.
I have about 50 mortar/pestles in my pack (this is for an alchemy macro) but it keeps using the same one!
I have about 50 mortar/pestles in my pack (this is for an alchemy macro) but it keeps using the same one!
Re: Razor use-by-type
That macro will not work the way you want it to using razor + use item by type.Mens Rea wrote:Thanks Sandro - I double checked and it appears to be set up correctly.
I have about 50 mortar/pestles in my pack (this is for an alchemy macro) but it keeps using the same one!
The way Razor is designed, using the "by type" function simply allows it to randomly select one of said item type. It will not cycle itself through all 50 mortars one by one, and then repeat using them after each is done.
The only way I know of to accomplish the alchemy macro you're looking to make, is to go down the line individually and set an absolute target for each mortar. You will also have to continuously re-target a mortar when they break. A little tedious but works very well once its set up.
Yes, this is a very long macro, probably 3+ "pages" long in the macro tab. I have one myself which only uses 10 mortars, but it cranks out 100 pots asap and is very easy to re-target when a mortar breaks. Using 50 you will hate yourself trying to count down the list of which "absoute target" mortar just broke..
[14:17] <UOSAPlayer4056> cr3w guild is a joke. Ran by staff members, multi client pking, this shards a joke and a half.
Blaise wrote:Man, you guys are really stepping up your game now that you're not living in the shadow of cr3w
Re: Razor use-by-type
Yeah I've pretty much resigned myself to the 10 absolute macro for when I am around, and a single "slow cooking" alchemy macro when I am afk..
I did consider using the "useonce" agent - HOWEVER - there is only an add item to useonce hotkey and not an add container hotkey. Otherwise I could just reset the bag in useonce every loop.
I did consider using the "useonce" agent - HOWEVER - there is only an add item to useonce hotkey and not an add container hotkey. Otherwise I could just reset the bag in useonce every loop.
Re: Razor use-by-type
I do a mortar grinding and it will sometimes reuse the same one but it'll also randomly select others. Seems to work for me, though i don't do anything special. So I am unsure.
Re: Razor use-by-type
Yes this will work but the problem is that if you're already grinding a pot with Mortar 1, and it uses Mortar 1 again, it will dump the resources you were using to start a new pot. So you're effectively wasting resources & time if this happens.Ronk wrote:I do a mortar grinding and it will sometimes reuse the same one but it'll also randomly select others. Seems to work for me, though i don't do anything special. So I am unsure.
[14:17] <UOSAPlayer4056> cr3w guild is a joke. Ran by staff members, multi client pking, this shards a joke and a half.
Blaise wrote:Man, you guys are really stepping up your game now that you're not living in the shadow of cr3w
Re: Razor use-by-type
It seems to happen 80% of the time for me, even though I have an abundance of mortars in my pack.
I found I was throwing out more than I was making.
I found I was throwing out more than I was making.
Re: Razor use-by-type
you might be able to set it up if you first drag like 20 of the object you want to use
to a corner in your backpack, or a certain stack of items on the ground.
and have it target those.
possibly also with a restock agent, tho i havent tried that.
or maybe even with system messages when the item breaks,
to drag another one from a container or spot on ground.
have fun setting that up though
to a corner in your backpack, or a certain stack of items on the ground.
and have it target those.
possibly also with a restock agent, tho i havent tried that.
or maybe even with system messages when the item breaks,
to drag another one from a container or spot on ground.
have fun setting that up though


“Everything is changing. People are taking their comedians seriously and the politicians as a joke.”
- Will Rogers
- MatronDeWinter
- UOSA Donor!!
- Posts: 7249
- Joined: Wed Mar 04, 2009 3:35 am
- Location: 你的錢包
Re: Razor use-by-type
Sandro has the right idea. Just set the absolute target to 125 mortars in a bag and it should last a long time afk until one breaks ruining the macro. If you really wanted you could add a catch, such that, if sysmessage{...break...}, then <enter some infinite loop effectively stopping the macro>. If you did this, and had your character say something before attempting to use each mortar (1,2,3...,125) then you could effectively figure out which one to replace. However, if you replace that one, another is bound to break soon anyway assuming they all start at full durability.
-
- Posts: 1806
- Joined: Sat Mar 14, 2009 3:26 pm
Re: Razor use-by-type
my alchemy macro is pro and it's no were near 4 pages of code think use once agent 

<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
Thanks Matron that is a good idea too.
Lelunch also has a good idea - however the only issue that I can see with useonce is there is no hotkey for add container. You could set up a sub-macro, like Matron's 2 alchemy/poison macros, that sets each mortar every time - but once they break you would be in the same situation of having to reset them all again... hmm...
Lelunch also has a good idea - however the only issue that I can see with useonce is there is no hotkey for add container. You could set up a sub-macro, like Matron's 2 alchemy/poison macros, that sets each mortar every time - but once they break you would be in the same situation of having to reset them all again... hmm...
Re: Razor use-by-type
I use to run 6 mortars at a time and it worked out well. Easy to find the one in code to re target when one broke and had enough time that by the time you started the sixth one the first one was finished and ready to be started again.

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy
-
- Posts: 1806
- Joined: Sat Mar 14, 2009 3:26 pm
Re: Razor use-by-type
you add the same container several times adding all the mortars a few hundred times before you ever run the macroMens Rea wrote:Thanks Matron that is a good idea too.
Lelunch also has a good idea - however the only issue that I can see with useonce is there is no hotkey for add container. You could set up a sub-macro, like Matron's 2 alchemy/poison macros, that sets each mortar every time - but once they break you would be in the same situation of having to reset them all again... hmm...

<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 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?
Do you know of any such text file?