ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Alpha on May 08, 2013, 10:11:45 AM
-
Ok.. so I'm doing some crafting & I usually just have the appropriate gump waits etc, but there seems to be a change that I didn't know about & so far I cannot quite figure it out. Is anyone familiar with this gump??
#contname = new_item_prop_gump
#contsize = 56_60
I'm crafting by clicking make last and usually just using something like
Gosub Wait_for_gump Generic_gump 530_497
to wait for the crafting gump to come back up but the "new_item_prop_gump" is basically invisible as far as I can tell & lasts some unknown duration. Anyway I'm just curious if someone knows enough to explain the behavior of it for me.
Thx.
-
Crafting what?
-
I was crafting specific pieces of armor looking for certain resist combinations, but I figured out what it was. The
#contname = new_item_prop_gump
was because I had it set to display item properties when I moused over them. I normally have the little grey square set to the "curved arrow" meaning that I actually have to click an item before it displays it's properties & I had it on the "eye" icon by mistake & thus while the script was running I'd move the cursor around & if it passed over a locked down container in my house that info gump would mess with my script.
-
Due you have que for Mark turned on?