Imagine Nation Forums

Full Version: Injection - Blacksmithing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been trying to setup a macro for daggers and I can't figure out the menu names.
I have the following and when i click on my ingots it says unwaited menu.
Anyone know what the menu names are? I tried the displayed names on the real menu and it does not work.

uo.CancelMenu()
uo.AutoMenu('Blacksmithy', 'Bladed')
uo.AutoMenu('Bladed', 'dagger')
uo.exec("usetype '0x1bef'")

Any ideas?
Might be this works:

uo.waitmenu("Blacksmith menu","Bladed","Blacksmith menu","dagger [3 Iron]")
uo.usetype('0x1BEF')
Brilliant!
Thanks so much.