Everything posted by Token
-
Stealth Quester
Authed Authed What happened that made you reset it? What's in the logger? Best F2P food, many monsters hit more than 10 Java command line memory allocation is not done by xmt (I've never personally heard of this flag before), but by -xms and -xmx as far as I know. The number also has to end in m or g meaning megabytes or gigabytes. However, OSBot has a built-in flag for memory allocation -mem which has the same effect as -xmx. Did you try running the script without changing the default memory allocation of the client?
-
Stealth Quester
I added some new dialogue fail safes in some places where I noticed it may get stuck in the dialogue but those are not live yet It shouldn't have any problems in most cases though, this was encountered on very rare test cases
- Stealth Quester
-
Stealth Quester
It will be live whenever the SDN updates. Have you completed any other RFD subquests besides the ones featured on the GUI? Yes, don't forget to select the style before creating the gear preset to use the aggressive style for strength xp. Also a dialogue should popup when attempting to add Shadow of the Storm and will ask you what xp reward should it select at end. I'm not sure if 1 attack can complete it but the script will restock if it runs out of food so can have a few attempts I guess. It will be greatly improved if the client will have a poison hook in the future.
-
Sometimes my client ends up beeing stuck on logging in after i let them run for a while.
How jagex servers work is random, I'm pretty sure not even they know. They generally don't want people multilogging though as until a few years ago this was considered an offense even on separate worlds. Anything above 1 account per ip may result in a connection error.
-
Sometimes my client ends up beeing stuck on logging in after i let them run for a while.
Well "The logger says there was an error with too many accounts from the same ip", that's actually runescape refusing your connection because you have too many accounts on the same ip, it's not related to the client as it has no way to connect if jagex refuses to let you connect
-
Are Premium Scripts Always Better Than The Free Ones?
No
-
Sometimes my client ends up beeing stuck on logging in after i let them run for a while.
Are you using proxies?
-
Widget not working properly
Shouldn't work if as he stated before the widget doesn't have interaction actions, but the last resort always works String action = "Smelt X"; if (menu.isOpen()) { Rectangle rect = null; List<Option> options = menu.getMenu(); for (int i = 0; i < menu.getMenu().size(); i++) { if (options.get(i).action.contains(action)) { rect = menu.getOptionRectangle(i); break; } } if (rect != null) { mouse.click(new RectangleDestination(bot, rect)); } else { log("Action not found"); } } Which may be required for some weird old menus that have color tags in them
-
Widget not working properly
In some menus the actions may have color tags attached. If this is the case you can run the following code to find the actual menu action strings if (menu.isOpen()) { for (Option op :menu.getMenu()) { log(op.action); } } It may be something like "Smelt X <col=ffffffff> Iron"
-
Stealth Quester
update Added more timeouts on banking events Rewrote equipment handling as a quest start precondition Script will be stopped upon death while I'm working on a more generalised deathwalking algortihm to apply to all possible quest stages in all locations Shadow of the Storm and RFD Evil Dave Subquest will now be visible on the GUI The 'RFD' quick start button has been renamed to 'Mithril Gloves' RFD Evil Dave Subquest can be completed with any type of cat, Pet kitten, Hell-kitten, Pet cat, Hellcat, Wiley cat or Lazy cat. I usually tested the script with a kitten which completes it in ~40 minutes Shadow of the Storm requires decent stats (run Waterfall Quest and Witch's House prior to this) and a poisoned p++ weapon (it will tell you if the gear preset is not correct) as the boss fight is scripted to rely on poison in order to make completion possible at lowest levels (I did it with 30 attack/30 strength/1 def) You may select the XP reward it will get from Shadow of the Storm, both while running the quick start options or manually adding it to a quest list If you are running the 'All' or 'Mithril Gloves' quick start options there is nothing to worry about as the script by default will use an Adamant dagger (p++) and automatically complete Waterfall Quest and Witch's House before this to obtain decent stats The bot will teleport out of the boss room if it runs out of supplies, automatically restock and Grand Exchange and go back
-
client extremely slow after 10-20 minutes
Those are most likely memory issues caused by the scripts you are running, being poorly coded. Try asking the scripter on their script thread about it.
-
Where can i see when my fresh f2p accounts are able to trade?
It's most likely a config, could verify it by making a new account though
-
Widget not working properly
- Stealth Quester
- Shadow of the Storm + Freeing Dave
- Shadow of the Storm + Freeing Dave
I'll bot them for 1m- Stealth Quester
- Stealth Quester
- Stealth Quester
I'm aware of the issue, there are 2 possible explanations to this, possible interactions with the Ectofuntus without collecting the resulting Ecto-tokens and Ghost Ahoy triggering an Ectofuntus config change. However, I didn't have time to explore the Ghost Ahoy code yet to find the root of the issue.- Stealth Quester
Have you previously completed any other Morytania quests such as Ghost Ahoy?- GroundItem isVisible/Action filter
GroundItem groundItem = getObjects().closest(gI -> gI.getName().equals("Bones") && gI.hasAction("Take")); You have a GroundItem object on the left side and a RS2Object on the right side Checking for "Take" action however is redundant as by definition every GroundItem has the "Take" action, just like every Player has the "Follow" action- Democratic Bot Party
In a democratic manner- Democratic Bot Party
- Democratic Bot Party