Razor Question

Topics related to Second Age
Post Reply
Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Razor Question

Post by Edie Brickell »

To the experts, how exactly do I use Razor to move regs from my bank box to back pack? I see guys doing this to cast spells without being robbed and I'm working on an alchemy script to accomplish the same task. So far I cannot successfully move regs from bank to backpack. Any clues?

User avatar
Chaos
UOSA Donor!!
UOSA Donor!!
Posts: 1456
Joined: Thu Mar 12, 2009 5:24 pm

Re: Razor Question

Post by Chaos »

use a restock agent
Image

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy

Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Re: Razor Question

Post by Edie Brickell »

Chaos wrote:use a restock agent
How do you set taht in the code with the macro itself? I've set up the agent but can't figure out how to include uing the restock agent in the code.

User avatar
Chaos
UOSA Donor!!
UOSA Donor!!
Posts: 1456
Joined: Thu Mar 12, 2009 5:24 pm

Re: Razor Question

Post by Chaos »

now make a hot key for that agent

then record yourself using hot key..
Image

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy

Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Re: Razor Question

Post by Edie Brickell »

You rock....now if I can just get the rest of this silly code to work right...

Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Re: Razor Question

Post by Edie Brickell »

So now I can do the agent i nthe code but for some reason it won't grind the mortars. I have a bag of morters in my backpack and it works fine when I have a bunch of regeants in my bag but not when I use the agent to withdraw only what I need. Any tips on bridging the restock agent with the aalchemy skill use>? I've played aroudn adjusting the target type and going with absolute taget and target type. It seems there's either an issue with double clicking the mortars or targetting the nightshade (I'm doing Greater Poisons). I've inserted .5 second pauses between each action to give thigns a chance to display before executing and nothign seems to work. Any suggestions?

User avatar
Chaos
UOSA Donor!!
UOSA Donor!!
Posts: 1456
Joined: Thu Mar 12, 2009 5:24 pm

Re: Razor Question

Post by Chaos »

couldn't read whole post .. sorry .. but maybe change to target by type ..

in my old alchy macro (in house) i used six mortars and set them to absolute target.. that why i could easily replace them and retarget my macros.
Image

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy

Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Re: Razor Question

Post by Edie Brickell »

I've tried it wit hthe mortars being absolute and target by type, neither one seems to activate the silly things. I have like 40 in a bag in my backpack along with 1 bottle, the macro then sets the poison on an axe in my bank box. Either of the parts alone works well, but when I try to add the restock to the alchemy script it stops working. I think it's got soemthign to do with the way the script is targetting the nightshade that's been stocked into my pack.

User avatar
Chaos
UOSA Donor!!
UOSA Donor!!
Posts: 1456
Joined: Thu Mar 12, 2009 5:24 pm

Re: Razor Question

Post by Chaos »

is the posion set to target my type
Image

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy

User avatar
Chaos
UOSA Donor!!
UOSA Donor!!
Posts: 1456
Joined: Thu Mar 12, 2009 5:24 pm

Re: Razor Question

Post by Chaos »

maybe even the bottle make sure its set to type .. cause the id can change due to be filled emptied.
Image

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy

Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Re: Razor Question

Post by Edie Brickell »

bottle justt has to be there, it's never targetted in the alchemy macro. Dbl Click mortar, target nightshade, pick potion type from menu. I think you're right though, I htink the code changes once the shade is reintroduced post-use from the bank and thats where I'm having troubles because the dbl. clicked mortar doesn't know what to target. target by type doesn't seem to help either I'm afraid...

User avatar
Chaos
UOSA Donor!!
UOSA Donor!!
Posts: 1456
Joined: Thu Mar 12, 2009 5:24 pm

Re: Razor Question

Post by Chaos »

keep extra shade so id dosn't change
Image

[21:27] <@Derrick> UOSA is a tribute to the feasibility of anarchy

User avatar
Arcott Ramathorn
Posts: 558
Joined: Sun Feb 08, 2009 11:13 pm

Re: Razor Question

Post by Arcott Ramathorn »

sometimes adding a pause works wonders...if not, make sure it introduces the nightshade before it tries to use it.

Joueur Moyen
Posts: 175
Joined: Sat May 22, 2010 9:16 pm

Re: Razor Question

Post by Joueur Moyen »

Chaos wrote:keep extra shade so id dosn't change
Yeah, try this.

Have the restock agent restock the amount needed to grind the potion, and have an extra nightshade in your pack that is set to absolute target. You can add to an absolute target stack with a razor macro and have it work.

Edie Brickell
Posts: 189
Joined: Wed Jul 30, 2008 1:27 pm

Re: Razor Question

Post by Edie Brickell »

Arcott Ramathorn wrote:sometimes adding a pause works wonders...if not, make sure it introduces the nightshade before it tries to use it.
I've got at least a .5 pause between every action, I really think the problem is with the sahde and the codes inability to read it, even with absolute target and target by type. I think I'm goign to play with it some more and try to restock a bit more than I need each time so that it's adding to a pile and not shorting out the code.

Post Reply