
Node
Registered-
Content Count
44 -
Joined
-
Version 1.1.9 Released - Various bug fixes.
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
@lordcurse Version 1.1.5 released. - Fixed deposit bug. - Fixed opening bank bug. Thanks to @alhajri for demonstrating this on Skype.
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
@warfront1 There's no chance of this getting stuck - it will always return whether successful or not. Anyone who implements this should put in their own failsafes in case the ChooseOption isn't available. This isn't the remit of a utility method. The responsibility should be with the caller, like most methods in TRiBot's API. I agree with everything else though. A suggestion on your snippet I would put forward is: if(!r.contains(Mouse.getPos())){ RSItem dummyItem = new RSItem(-1,-1,-1,RSItem.TYPE.OTHER); dummyItem.setArea(r); return dummyItem.hover();} else { return tr
-
@alhajri Version 1.1 released. - Now supports rune essence or pure essence.
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
@alhajri I'll push an update for pure essence out tomorrow, so stay tuned.
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
Thanks for those proggies @rook718!
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
Thanks @rook718 - looking forward to those proggies!
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
I've created a snippet which should help you out. Just pass in the RSNPC / RSItem / whatever and the option you want to hover. https://tribot.org/forums/topic/46226-snippet-menu-hovering/
-
I noticed the API doesn't have a built-in method to hover over menu options after right clicking. Here's a simple snippet could be handy for someone. This isn't ABCL compliant - change the General.sleep(50, 100) to suit your requirements. import org.tribot.api.Clicking;import org.tribot.api.General;import org.tribot.api.input.Mouse;import org.tribot.api.interfaces.Clickable;import org.tribot.api2007.ChooseOption;import org.tribot.api2007.types.RSMenuNode;import java.awt.*;/** * A simple menu hovering utility. * * @author Node * @[member="see"] */public class MenuHovering { /** * R
-
This is covered in TRiLeZ's scripting tutorial, may be worth a read: https://tribot.org/forums/topic/30185-trilezs-scripting-tutorial/
-
Not built in as far as I'm aware. It looks like you could construct something pretty easily by using the ChooseOption.getMenuNodes()method. Why would you use this? Take a look at Mouse.move(). You can pass in the X, Y from RSMenuNode.getArea().
-
Congrats on release, looks nice.
-
I'm pleased to announce the release of nAirWalker 1.1, available on the repository here. Current Features: ABCL 10. Up to 40 trips per hour. Supports rune essence and pure essence. Tiara & Talisman support. Extensive stats. Togglable paint. Start the script anywhere, preferably Falador West bank. The script will equip a tiara for you if available, or withdraw a talisman. Upcoming Features: Energy / super energy potions Essence pouches Screenshots:
- 18 replies
-
- runecrafting
- air
-
(and 3 more)
Tagged with:
-
Thanks @Flamo353. I've had a couple of busy weeks so I've not been particularly active - I'm back now and looking forward to updating this thread as and when bugs / feature requests come in.
- 8 replies
-
- nfiremaker
- development
-
(and 4 more)
Tagged with:
-
Sounds like the built-in fatigue system that kicks in during long periods of botting. How long after starting the bot are you noticing this?