Saradomin2001 0 Share Posted June 5, 2019 It's In the title but i'm working on a script but when I equip the Staff of air I need to change the combat style to Auto the Fire-Strike spell, something about widgets is what came up when I researched it but I didn't clearly understand so can someone help me out please and possibly paste me some code and explain? Link to comment Share on other sites More sharing options...
Saradomin2001 0 Author Share Posted June 5, 2019 BUMP! Link to comment Share on other sites More sharing options...
Nuclear Nezz 1969 Share Posted June 6, 2019 You use widgets. If you don't know how to use widgets, you should learn. They're rather useful. getWidgets() is the main API class, which you'll generally only really probably use getWidgets().getWidgetChild(int...ids) go to tools->debugging->game debugger this will open a new window, go to widgets->refresh Now try to find your widget. You can search for text or actions to get close to what you're looking for (usually) You can also use the widget hover tool, but tbh I usually find it easier to just search. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now