-
@every 'trusted' user who markets.
can't see the forest for the trees. Roomscape suggesting ideas to help protect both parties, yet the discussion can't move past 1 scam report. you tried ?
-
Best way to select item?
read thread lol
-
Best way to select item?
https://osbot.org/api/org/osbot/rs07/api/ui/RS2Widget.html there's a widget debugger that helps you find out more info about that little "iron ore item" Settings -> Options -> Debug tab -> Toggle on Widgets -> Open Widget Debugger now hover over the iron ore and you'll see several IDs pop up. type the root/child+/child++ in the debugger, hit query, and you'll see more data about that widget. (make sure you hover and choose the right IDs) after you find the right widget, you can just .interact() or w/e later on you can search/filter widgets based on other values. seems ids change often
-
Attack more than one npc?
+1 @Tommm39
-
Area on another Z plane
show line where you initialize your Area Position[] areaPoly = {new Position(x1, y1, 1), new Position(x2, y2, 1) etc ...}; ^not this thingy by default, z coordinate is set to 0 have u tried areaPoly.setPlane(1) then painting it
-
F2p item restrictions
check eye of newt, maybe restricted
-
Bank item visible?
good catch. ideally call the method after having typed a search keyword because empty search box implies match all items
-
Bank item visible?
public boolean isSearching() { return getWidgets().getWidgetContainingText("Showing items: ") != null; } public List<RS2Widget> getVisibleSearchItems(final String... itemNames) { return !isSearching() ? new LinkedList<>() : getWidgets().getAll().stream() .filter(w -> w != null && w.isVisible()) .filter(w -> Arrays.stream(itemNames).anyMatch(stripFormatting(w.getSpellName())::equals)) .collect(Collectors.toList()); } returns empty list if no matching item name otherwise bunch of rs2widgets that do match not sure if that's what u need?
-
Stupid cloudfire or whatever its called
- my farewell
- I'm finally out of prison ( 24 months.
now u know machete doesnt solve problems enjoy your time out of prison and don't get suckered back in, gl.- How hard is it to script?
as hard as it is to pick ur nose- EAGLES WIN
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.