Lumber jacking, UOSteam, Targeting

Don't know how something works? Here you will find some useful links. And if you have a question, feel free to ask.
Locked
User avatar
Incognito
Apprentice Scribe
Posts: 18
Joined: Fri Apr 01, 2016 3:45 am

Lumber jacking, UOSteam, Targeting

Post by Incognito »

Okay... I set up a macro to aid in lumberjacking, It is a simple macro. Run up to tree and push buttong to chop... Not working anymore for some reason. My mining one still works but cant get this one to work anymore. I keep getting "You can't use an axe on that."

Code: Select all

useobject 0x4074bbe7
waitfortarget 15000
targettileoffset -1 0 0
I even recorded one. I works fine when recording it but once i play it it does the same as above.

Code: Select all

useobject 0x4074bbe7
waitfortarget 15000
targettile 932 2463 0
Locked