Everything posted by Lordsthan
-
How to setup jdbc sql server connection?
- Adding pictures to a thread
Try disabling adblock if you have one.- Various Quests and Kudos grind
25M per account or 200M for 10 accounts (20% discount), you pay for Bond Can start now, pm me or add me on Discord: lordsthan#1824- Need 1 nmz account made - 25m
Can start now, pm me or lordsthan#1824- Stealth Passive Goldfarmer
Can I get an auth, please?- Client
OSBot's client is a jar file indeed and if you are having trouble to open it, check this:- CLI No Interface Question
System.exit(0) on onExit() to close process after stopping the script?- Hopping to PVP world Universal
@Nor3g CachedWidget.java Sleep.java WidgetActionFilter.java Credits to @Explv for all three classes above. Usage: int getPvPWorld() { Predicate<World> worldFilter = w -> w.getActivity().equals("PvP World - Free"); if(openWorldSwitcher()) { List<World> worlds = getWorlds().getAvailableWorlds(true).stream().filter(worldFilter).collect(Collectors.toList()); if(!worlds.isEmpty()) { return currentWorld = worlds.get(0).getId(); } } return -1; } boolean openWorldSwitcher() { Event openWorldSwitcher = new OpenWorldSwitcherEvent(); execute(openWorldSwitcher); return openWorldSwitcher.hasFinished(); }- Question about cli usage
There's no parameter for that. However, you can set it to start in a P2P world using the -world flag.- Stealth Quester
Should help: https://oldschool.runescape.wiki/w/Elemental_staves- Exco Clue Solver
Beginner Clue's data except from Hot/Cold. Anagram Clues Cryptic Clues Emote Clues Map Clues- Check if walking to area?
getMap().getDestination()?- GUI Glitches
Try this: https://stackoverflow.com/a/26610279- wtf error? RS2Widget
Yes, you can't. Instead, you need to interact with the first element.- wtf error? RS2Widget
Both methods containingActions and containingSprite return a List<RS2Widget>. Read more at https://osbot.org/api/org/osbot/rs07/api/Widgets.html- Disable Camera Movement?
PM me your discord and yes, you can only use position.- Disable Camera Movement?
You could use an InteractionEvent with a position.- Disable Camera Movement?
It really depends on what you are doing. If it's an InteractionEvent, then you can also disable on it.- Disable Camera Movement?
WebWalkEvent.setMoveCameraDuringWalking(boolean)- Ubuntu problem with altgr
I created a VM with Ubuntu 16.04 and I've had no problems with Auto-login. https://gfycat.com/AlarmedNauticalGoa You may wanna try install your OS again.- Ubuntu problem with altgr
Which version of Ubuntu are you using?- Ubuntu problem with altgr
I'm not sure how OSBot's typing methods can be impacted by your keyboard settings but have you tried to change your keyboard layout?- AFK only slayer.
I would also consider to: Complete Horror from the Deep to enable Dagannoths if you can use cannon. Not complete Priest in Peril (or not talk to Drezel after completion so Canifis isn't enabled?) to block any Slayer Tower monster. (This used to work back in the day when you couldn't kill these monsters outside of Slayer Tower) About farming points, have you compared Wilderness Slayer to the old method of doing 9/1 tasks on Turael/Nieve respectively? Also, are you using Aberrant Spectres to lower your Slayer level? If not, share your wisdom. Thanks for posting this.- Fixing DPI issues with Windows 8.1/10 (OSBot window is too small issue)
Try checking "Override high DPI scaling behavior. Scaling performed by" box then test OSBot's behavior with all three options and report back to this thread to help more users. As @Master Roshi stated previously on this thread, you can fix it by checking "Override high DPI scaling behavior. Scaling performed by" box, selecting System then restarting OSBot.- Accident
- Adding pictures to a thread