Newbie Razor question.....

Topics related to Second Age
Post Reply
Haz
Posts: 18
Joined: Mon Dec 18, 2017 7:59 pm

Newbie Razor question.....

Post by Haz »

Howdy folks,

So I'm kinda new to Razor. I can make a macro to do simple stuff, and I can copy and paste and then do some minor alterations to a macro. I'm trying my own this time and am confused about something.

I want to macro archery, I know, I know...archery sucks, go to wyvern island, just go play....I would like to macro it for awhile, using blade spirits and one toon.

My archer is a newer toon and presently has 48.2 in magery, so his casting blade spirits is a bit hit or miss. I have a patio that I'm casting over the side of the railing (I do this semi attended because of the risks involved).

The part I need help with is:
CastSpell Blade Spirits
Wait for target
Absolute target
Pause 1.00sec
.........

What comes where the ....... is so he will attempt to cast until he succeds?

Is it

If (SysMessage "fizzles")
Pause 1.00sec
End if

That's what I have but I know it ain't correct.

Any assist you can provide would be appreciated.

Yeah, and I've looked all over, tried a number of things and have just not gotten it right.

After he casts, (he's in war mode already)
Exec:dress:bow
Dress Bow

then a long pause till the BS disappears, and we repeat.

Thanks folks,

Haz

User avatar
Orion GM B^D
Posts: 1680
Joined: Thu Oct 13, 2011 6:35 pm
Location: Trinsic

Re: Newbie Razor question.....

Post by Orion GM B^D »

With your magery that low, it may be best to use
a restock agent or place a stack of BS scrolls. Success rates
increase using scrolls. Also, on a fizzle the scroll isn't used, regs on a
fiz are used.
This may solve the razor issue, but I'm sure someone better versed with razor
will fix you up.

I also think if you created a 2nd acct, you can make a 50 mage/50 med char to do the casting.
That would be a solution as well.

Ill check my supplies for some scrolls for you
Image
WiseOne wrote:I don't log on often, but when I do, I shop at Trinny Stone Vendors!
Trinny Stone Vendors
@Trinsic Moongate/Est. 6-2-12

User avatar
sk8nomad
UOSA Subscriber!
UOSA Subscriber!
Posts: 15
Joined: Mon Nov 19, 2012 9:39 pm

Re: Newbie Razor question.....

Post by sk8nomad »

I tried to make one, let me know if it works for you:

Code: Select all

!Loop
Assistant.Macros.IfAction|1|1|25
Assistant.Macros.MacroCastSpellAction|33
Assistant.Macros.WaitForTargetAction|12
Assistant.Macros.AbsoluteTargetAction|1|0|0|1909|1535|0|0
Assistant.Macros.EndIfAction
Assistant.Macros.ElseAction
Assistant.Macros.LiftTypeAction|5042|1
Assistant.Macros.DropAction|0x19B21|(0, 0, 0)|1
Assistant.Macros.PauseAction|00:01:30
Set the top line to your maximum mana value, mine is set at 25

Post Reply