Was in the process of using this amazing tool and i can figure out ho to get it to choose a selection from the "Choose a tool" menu. Would love to figure it out so i can continue to create bots for rs3. Crafting condition and action wont seem to let me select "Add logs to bonfire"
any help would be loved <3
To put it into text form:
1. Open "Visual Developer"
2. "Ctrl + Click" on the "Add to bonfire" button
3. Note down the 2 IDs you get (in this case it's "1179, 42")
4. Create an "Interface Object" variable with the value of "1179" to detect the full window itself
5. Create a "Number" variable with the value of "42" to select which component of the interface
6. Create an "Interface Condition" with the "Interface Object" you created earlier under "Interface Object"
7. Select "Cache Container"
8. Under "Action" under the same "Interface Condition", hover over the "Action" box and select "42" under "Child" and activate the "Visible" button at the bottom.
9. Create an "Interface Interaction" with the "Interaction Type" being "Click" and "Interface Object" being the same "Interface Object" you created earlier.
10. Connect the two under the "Success" connection.
To put it into video form: