Injection - Blacksmithing - Printable Version
+- Imagine Nation Forums (
https://in-uo.net/forums)
+-- Forum: Imagine Nation: Xtreme archive (
https://in-uo.net/forums/forumdisplay.php?fid=5)
+--- Forum: Player Guides (
https://in-uo.net/forums/forumdisplay.php?fid=20)
+--- Thread: Injection - Blacksmithing (
/showthread.php?tid=2085)
Injection - Blacksmithing -
imported_raistlin - 12-02-2007
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?
Injection - Blacksmithing -
imported_Sumpurnis - 12-26-2007
Might be this works:
uo.waitmenu("Blacksmith menu","Bladed","Blacksmith menu","dagger [3 Iron]")
uo.usetype('0x1BEF')
Injection - Blacksmithing -
imported_raistlin - 12-31-2007
Brilliant!
Thanks so much.