HunterRS Posted September 30, 2017 Posted September 30, 2017 (edited) So I am looking for sprite id of the emerald ring and sapphire ring in the crafting widget. Right now I am using the widget root ids to interact but I want to do it by sprite id. https://prnt.sc/grjo2s Any idea why it is always telling me the sprite id is -1? Edited March 14, 2019 by HunterRS
Explv Posted September 30, 2017 Posted September 30, 2017 3 hours ago, HunterRS said: So I am looking for sprite id of the emerald ring and sapphire ring in the crafting widget. Right now I am using the widget root ids to interact but I want to do it by sprite id. Any idea why it is always telling me the sprite id is -1? Perhaps there is another widget with the sprite? You could alternatively use the Spell Name attribute.
HunterRS Posted September 30, 2017 Author Posted September 30, 2017 6 minutes ago, Explv said: Perhaps there is another widget with the sprite? You could alternatively use the Spell Name attribute. Good idea, might do that