UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Help with smelting macro

I have been trying to set up a macro in Razor to smelt the items I make. At first everything was working fine, but now I can not get it to work properly, for some reason. Does anyone have a working smelting macro they may be able to share with me?

I keep getting the error "That is not accessible"

My macro is basically dbl click smith hammer (changed to by type)
wait for gump
gump response 14
wait for target
target by type (longspear right now)
wait for gump
pause for .25 seconds.


It was working perfectly earlier, like that, but now keeps bugging out. The only thing I have changed, is I was using tons earlier, instead of smith hammer.
 

Pepsi_Rox

Knight
If there's another of that item type on screen it will mess up your macro. Like using this macro at a blacksmith shop probably wont work, because your macro will target random tongs/hammers.

Also for smelting/make last there's no need for pause. try this.

dbl click (smith hammer) by type
gump response 14
absolute target (your ex. longspear - by type)

then loop. your macro will restart when it double clicks hammer again.
 
Top