Need help from Razor guru

Moderator: Support Moderators

Post Reply
Draconis
Posts: 27
Joined: Sun Aug 08, 2010 1:30 am

Need help from Razor guru

Post by Draconis »

My lumberjack macro works like a dream.....when it works. The problem that screws it up is when I break my hatchet and equip a new one. I keep getting system messages saying I need to equip my axe, etc...If anyone can take a look at what I have and tell me where I went wrong with it I would greatly appreciate it. I want my macro to chop the wood, tell me to move to another tree when the resources have been exhausted from the tree I'm on now, and make boards when my weight gets 300. When I equip a new hatchet, I usually have to go thru about 500 boaards or so before the macro works right again....I don't know what that would have to do with it, but it eventually ends up working again.

Here it is:

IF (Weight >=300)
Double Click (saw(1034))
Wait for Menu (Any)
Menu Response 1
Wait for Menu ((Any)
Menu Response 1
Pause 3.50sec
End If
Double Click (hatchet(0F43))
Wait for target
Exec: Last Target
Pause 2.00sec
If (SysMessage "not enough")
Say: Next one...
Set Last Target
End If (SysMessage "use an axe")
Set Last Target
End If

Mikel123
UOSA Subscriber!
UOSA Subscriber!
Posts: 4607
Joined: Wed Jun 24, 2009 7:44 pm

Re: Need help from Razor guru

Post by Mikel123 »

Go to Arm/Dress

Make a new dress for a hatchet. Target it to set it, then right click to set by type.

Make a hotkey for Arm/Dress: Hatchet.

Then Record into your macro hitting that hotkey.

Draconis
Posts: 27
Joined: Sun Aug 08, 2010 1:30 am

Re: Need help from Razor guru

Post by Draconis »

That did the trick....thank you!

Post Reply

Return to “New Player Help”