Some Razor questions

Topics related to Second Age
Post Reply
Rahvin080
Posts: 34
Joined: Fri Jun 27, 2008 10:39 pm

Some Razor questions

Post by Rahvin080 »

Hey I've been messing around with macros and agents, thanks to the razor guide thread. I'm trying to figure out if it's possible to do the following -

1) Is there a way to drag a certain number of items out of a stack by type? My current problem is I want to be able to drag 10 iron ore at a time out of my pack mule's back and smelt it, then loop so that I don't waste a lot of ore if I mess up smelting the first time, and for more gains. I tried just changing all of the fields in my macro to "by type" but it just says "You have nothing in your hand"

2) Can you reference other macros within a macro? I want to be able to run my smithy macro in a for loop, and when that loop runs out, run another macro to smelt the stuff down. I could technically do it all in one loop, but the programmer in me shreiks in pain every time I think of doing it this way.

3) In addition, my smelting macro has a hard time every now and then. Now I have -

!Loop
Assistant.Macros.DoubleClickTypeAction|4027|True (Tongs)
Assistant.Macros.WaitForMenuAction|0|300
Assistant.Macros.MenuResponseAction|2|4017|0
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|5185 (This is cutlass, or whatever)
Assistant.Macros.PauseAction|00:00:03

Nearly every 2 or 3, it says "That is too far away". Then about another 2-6 iterations through the loop it finds the cutlass again and starts to smelt. Obviously all my swords get smelted, but I want more control over how many iterations to use my loop, so what would be causing that?

3) Can you save sell agents? I want to have a sell agent with every gem in the game inside so that when I go questing I can quickly come back and sell them all. But I also want one for cutlasses for my smith, and I want this without having to re-target them every time.

Thank'e kindly!

User avatar
platy
Posts: 882
Joined: Wed Mar 05, 2008 10:17 am
Location: Wrong Level 3

Re: Some Razor questions

Post by platy »

the answers to most of these questions are extremely long..
took me a long time to understand EVERYTHING that razor can do for me.. if you have specific questions about razor, i'd suggest goin over to the runuo.com forums and going into a razor subforum.. it gets complicated if your not script-savvy but most answers can be found there..

Post Reply