Understanding macros with razor... can someone help me?

Moderator: Support Moderators

Post Reply
Furync
Posts: 176
Joined: Sun Feb 01, 2009 9:42 pm

Understanding macros with razor... can someone help me?

Post by Furync »

I'm trying as hard as I can to understand the more complicated macros of razor but I just cant get around to it...

I'd like to make a few macros that would do something like this:

cast lightning
pause
cast lightning
pause
cast lightning
meditate
grab reagents from the bank or whatever
loop

The trouble is, how can I tell it to cast again when the spell fizzles? or to use the meditate skill again if I failed.. and so on... until the macro works perfect.

Another macro I'd like to make work to gain on taming...

tame closest creature
rename to "something"
release

Taming always take a different amount of time, it's not always successful, making it very hard to insert timers and such... Can I even tell it to target the closest creature?

How can I make things work? Is there a macro 101 guide somewhere? Does anyone have good macros that would work in these types of situations?

I appreciate all your help.
Thank you!
Furync

Image
MatronDeWinter wrote: You're likely the only T2A accurate blacksmith on the shard. Congrats

User avatar
leterrien
UOSA Donor!!
UOSA Donor!!
Posts: 167
Joined: Fri Feb 15, 2008 3:48 am
Location: K to the S

Re: Understanding macros with razor... can someone help me?

Post by leterrien »

http://forum.uosecondage.com/viewtopic.php?f=9&t=708

This is a "short" razor guide I made a while ago. Also, do a search on these forums and there are other magery macros. I think what you are looking for is the "if (sysmesage)". So, If system message "fizzle", cast, or If system message "fail", use meditation. Something along those lines.

As for targeting, check out the razor hotkeys>targets and see if you can "target closes grey". I dont know if that will translate into the macro.
Image

User avatar
venox
Posts: 515
Joined: Wed Jun 04, 2008 8:14 pm

Re: Understanding macros with razor... can someone help me?

Post by venox »

UseMeditation Skill
If (mana >= {you max mana})
Exec: Restock agent-1
Pause 2.00 sec
Absolute Target
Pause 2.00 sec
Cast spell {spell of your choice}
pause 2.50 sec
absolute target
pause 2.00 sec

-the first absolute target is the is the container that contains the regs
-the second one is the target that receives the spell
-all times could probable be adjusted a wee bit, but it works fine.
-restock agent picks up 2 of each reg for the spell required.

Tarvok
Posts: 30
Joined: Tue Nov 04, 2008 10:43 pm

Re: Understanding macros with razor... can someone help me?

Post by Tarvok »

I've got a magery/resist macro I've run that works like this (rough pseudocode):

1. Check hit points and magery; if high enough cast lightning bolt on self
2. Check hit points; if below a certain number cast "Greater Heal" on self
3. Check mana; if below a certain point, meditate.
4. If successful, wait until mana is back up; otherwise just wait long enough that the next attempt to meditate isn't going to fail because previous attempt was too recent.

You loop this, and you can walk away from it so long as there's enough regs in your pack and you're not too worried about being found by a PK. (This will not work in town; resist does not gain in town.) This will work at any level of meditation (because of the mana check at the beginning)... though higher meditation will make the macro run faster.

Post Reply

Return to “New Player Help”