Everything posted by Token
-
Stealth Quester
Yes, the original version had 18 quests and it's at 65 right now - and it's not done
- Stealth NMZ
-
External library throws java.lang.reflect.InvocationTargetException but works in DEBUG mode
Either your script or one of the dependencies is not compatible with java 8 (has been compiled with a newer version); for dependencies you can usually find them in multiple versions, both for java 8 and for newer versions
- Stealth Passive Goldfarmer
-
Stealth Quester
That's most likely caused by one of the quests requiring food, but if you wanna run on iron men there are 2 options: Press F5 while the GUI is open to switch to iron man mode where it will automatically gather items for a some quests Press F4 while the GUI is open to switch to debug mode where the script will not use the bank or GE, but will try to work with what you have in inventory instead (won't work if you don't have the items it expects)
-
Stealth Passive Goldfarmer
Authed Authed
-
External library throws java.lang.reflect.InvocationTargetException but works in DEBUG mode
Make sure your project source and output are not in the Scripts directory, and only the built jar is going to be there Extract all dependencies except for OSBot into output jar Double check that you have nothing in Scripts directory except for the previously built jar Start a command prompt jar tvf <script_jar> Verify if above contains all dependencies java -jar <osbot_jar> -autologin -bot email:pass:1234 -script Sheets:a -debug 0 If the above fails, read the entire stacktrace from cmd and look for security policy exceptions about reflection java -jar <osbot_jar> -autologin -allow reflection -bot email:pass:1234 -script Sheets:a -debug 0
-
Stealth Passive Goldfarmer
Not yet Authed
-
Script Not Showing In Mirror Mode
They are not showing up because of sandboxie, not because of mirror mode, you will have to configure sandboxie file access properly in order to use local scripts within a sandbox
-
Stealth Passive Goldfarmer
I've asked our developer, Patrick, about the misclicks and he confirmed that the 2.6.13 client did have an issue with misclicking widgets, but that's a few versions behind on the dev branch and the current one should work as intended It's free for now, until the stable version Authed Authed Authed Authed
- Hello
- Stealth NMZ
-
Stealth Passive Goldfarmer
Unlock house on the hill teleport and mushtrees Authed Authed Yes, I'll push an update most likely today or tomorrow with the last round of features before official release Authed
- Stealth Passive Goldfarmer
-
Stealth Quester
So you never used any other scripts on that account? I'm afraid I'm not currently doing trials
-
Stealth Passive Goldfarmer
Could you check the CPU/memory usage of the clients when this happens? Both the mirror client and the one being attached
-
Stealth Quester
Mirror is generally safer, but it's important to play in the same session as you bot, if you log out or let the account rest the ban rates tend to increase
-
Stealth Quester
Run 1-2 quests at a time on mirror mode and play manually between for best results, never been banned that way
- Stealth NMZ
-
Stealth Passive Goldfarmer
It's disabled atm Authed
-
Stealth Quester
Bone Voyage I think I forgot to implement the case where it fails multiple times and has no rope left. Does it have any rope in inventory, or did it fail multiple times and lost the rope? What weapon were you using? What was the hitsplat the caused the regeneration? What's your attack/strength?
- Stealth NMZ
-
Stealth Passive Goldfarmer
Does it work if you restart the mirror client? Are you using runelite?
-
Stealth Passive Goldfarmer
1 bot per VPS and all with same specs?
- Stealth NMZ