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
Need help from Razor guru
Moderator: Support Moderators
Re: Need help from Razor guru
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.
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.
Re: Need help from Razor guru
That did the trick....thank you!