- Joined
- Apr 26, 2017
- Messages
- 97
- Thread Author
- #1
Hey guys,
I'm working hard to try and create my first bot which is a simple Flax spinner in Lumbridge, I'm getting stuck with the flax spinning interface and trying to interact with it. This is what the interface looks like for ref:
Imgur: The most awesome images on the Internet
Right click on "Bow String (Flax" on that interface has your normal "Make 1, Make 5, Make 10, Make X" options however I am unable to access these options.
Using Open Interface I have been able to find:
As you can see "Actions" is empty and this throws a nullPointer when trying to use interfaceComponent.interact() with it.
Now I've gone through every other Interface Component coming up when the interface is open and not one of them has any actions such as "Make 10" or "Make X" am I looking at something wrong here?
Thanks
I'm working hard to try and create my first bot which is a simple Flax spinner in Lumbridge, I'm getting stuck with the flax spinning interface and trying to interact with it. This is what the interface looks like for ref:
Imgur: The most awesome images on the Internet
Right click on "Bow String (Flax" on that interface has your normal "Make 1, Make 5, Make 10, Make X" options however I am unable to access these options.
Using Open Interface I have been able to find:
Code:
InterfaceContainer 459
Index: 459
Components: 134
InterfaceComponent [459, 90]
Index: 90
Components: 0
Bounds: (x=238, y=138, width=50, height=16)
Visible: true
Text: Bow String
(Flax)
Escaped text: Bow String\r\n(Flax)
Type: LABEL
Text Color: (r=255, g=152, b=31)
Content Type: 0
Border Thickness: 0
Sprite Id: -1
Name (on menu): null
Actions:
As you can see "Actions" is empty and this throws a nullPointer when trying to use interfaceComponent.interact() with it.
Now I've gone through every other Interface Component coming up when the interface is open and not one of them has any actions such as "Make 10" or "Make X" am I looking at something wrong here?
Thanks