Everything posted by Hybris
-
Error when interacting with item in inventory
Open the inventory before trying to eat
-
Few functions onLoop is skipped
Np let me know what the result is & I'm not exactly sure but I think the interval is how often it gets checked; like for example interval is 1000: the condition gets checked every second
-
Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- Few functions onLoop is skipped
if (target.interact("Attack")) ; The ";" shouldn't be there, also look into Lambda expressions for the conditional sleep: https://osbot.org/forum/topic/127193-conditional-sleep-with-lambda-expressions/ if (!myPlayer().isUnderAttack() && myPlayer().getInteracting() == null && targetTile != null) I didn't look very well at the code but I'm pretty sure the mistake is in here. Fixing the above mistake might fix this too, but it's probably still detecting that your player is under attack or interacting with something when it gets to this point & thus skipping the loot function.- First Script Feedback
Did you use walking.walk() or walking.walkPath()? if using the walkPath it's probably because your positions are too far apart from eachother, try to place them closer to eachother If you don't mind performance (like you don't want to run a botfarm of them) it doesn't really matter to use the (double) webwalk but if you do it's probably better to make a solid walkPath Feel free to post a reworked version of the script below & I'll take another look at it, I'm not 100% confident in my Java skills & might not be using all the best practices so it's probably a good idea to have another pair of eyes on it. - Hybris- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- First Script Feedback
I added a bunch of comments that will hopefully help you on your way - Hybris- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- looking for a level 70 70 70 starter main
Hit me up on my discord, I have a couple for sale- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- Hybris NMZ Ready Shop | 70/70/70 | Rock Cake | Hand Made | Bulk Discount
- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
Bump- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
Bump- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
Online!- OSRS Scouting Bot
Add me on discord Janne#1565- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
Online!- ⭐ In-Game Advertising ⭐ 24/7 Online Time ⭐ Unlimited Accounts ⭐ Ban Replacement ⭐ Bulk Discount ⭐
Online!Account
Navigation
Search
Configure browser push notifications
Chrome (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions → Notifications.
- Adjust your preference.
Chrome (Desktop)
- Click the padlock icon in the address bar.
- Select Site settings.
- Find Notifications and adjust your preference.
Safari (iOS 16.4+)
- Ensure the site is installed via Add to Home Screen.
- Open Settings App → Notifications.
- Find your app name and adjust your preference.
Safari (macOS)
- Go to Safari → Preferences.
- Click the Websites tab.
- Select Notifications in the sidebar.
- Find this website and adjust your preference.
Edge (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions.
- Find Notifications and adjust your preference.
Edge (Desktop)
- Click the padlock icon in the address bar.
- Click Permissions for this site.
- Find Notifications and adjust your preference.
Firefox (Android)
- Go to Settings → Site permissions.
- Tap Notifications.
- Find this site in the list and adjust your preference.
Firefox (Desktop)
- Open Firefox Settings.
- Search for Notifications.
- Find this site in the list and adjust your preference.
- Few functions onLoop is skipped