Everything posted by Token
-
Using an item on an other item
You can always try it, but make sure you add some sleep between them
-
Using an item on an other item
Interact with the second item after interacting with the first one
-
Stealth Builder
Not currently handling trials on any scripts
-
Stealth Builder
It should be on your script list in the client, is it not there?
- Stealth Builder
- Stealth Builder
-
Stealth Builder
It's designed for mass account creation
-
Stealth Builder
Authed According to the auth database you already had one The script is sold by OSBot, they accept paypal & vouchers Authed Authed It was designed for mass account creation, I'm working on a mode to do multiple trips to GE in case you don't have the required objects in house instead Authed
- Stealth Builder
-
Stealth Builder
I did run a test and didn't notice low xp rates in any of the test cases Did you run it on OSBot 2.5.0/2.5.1? Did you use mirror mode, low cpu mode, any non-default settings? Did you run any other scripts in the same client session?
-
Stealth Builder
Authed I'll try it shortly to check if there's anything changed
-
o fuck lmfao
I don't do unbanning services, I was just suggesting how to do it
-
Stealth Builder
Does it not check house first and then go hire the butler? There will always be people who tell me the trial was too short, the longer the trial the less cases, but it will never be 0 . The PM's I get every day explaining how someone failed to hit the start button within a 24 hour time frame because their sister's boyfriend's uncle's dog needed a new haircut and were forced to take the dog immediately to some special dog hairstylist in Turkmenistan, spent the whole 24 hour blocked in the duty free zone because their flight was delayed with no internet connection and can no longer afford purchasing the script because they got ripped off by the coffee prices in the airport prove that I should give 24 days instead of 24 hours. But then again, someone will spend 24 days in a hospital because they had a xanax overdose after their wife dumped them and the story goes on... I have always felt that 24 hours was just about the right dose of pain killers for all the headaches I get maybe a bit too high but I believe users shouldn't even bother buying a script if they really won't ever need it for more than 24 hours. I don't accept donations nor bribes but thanks for the offer I'll check out the camera movements when I get the time but I've already got a few things that I'm working on for this script that have a lot higher priority PS: After I'll be optimizing the speed people will be able to get 1-99 construction within the trial time Authed
-
o fuck lmfao
Why wouldn't you try? You literally just go to that page I linked and fill in 3 fields, you don't have to give them any explanation, they don't even ask for one, and even if you wanted there is no text box where you can explain anything. It takes a few seconds, they will email you within about 4 weeks though.
-
Stealth Builder
Working on making it skip the initial context loading It always first checks your house to make sure it meets requirements for butler, but only if you set a target level high enough to use a butler somewhere in the future (eg if you set target level 60 with no butler mode I think it shouldn't ensure bedroom supplies)
-
o fuck lmfao
Just do it once, wait for them to tell you no, keep going. Try all the jmods that can be contacted... after all it's not mod weath that does ban appeal reviews. I've had many accounts unbanned and the email was always signed by some random jmod that I never heard of.
-
Stealth Builder
Thanks, I'll look into it shortly
- Stealth Builder
-
o fuck lmfao
Yes... they like to unban people who actually play the game. Bans nowadays are only targeted against goldfarmers. If you did buy membership with real money instead of bonds then you have 100% success rate. Try the ban appeal form first https://support.runescape.com/hc/en-gb/articles/115002238729-Account-Bans, if that fails just start tweeting mods some sad story until they unban your main.
-
o fuck lmfao
Just tweet all jmods until they unban your account, if you really didn't run a farm they will do it
-
The LocalWalker changed
Well that's just a problem of using data structures in java, I don't think this is scripting related at all https://www.tutorialspoint.com/java/java_data_structures.htm Check out a few tutorials on java arrays, collections, (and streams for java 8/9) etc https://www.tutorialspoint.com/java/java_arrays.htm https://www.tutorialspoint.com/java/java_collections.htm https://www.tutorialspoint.com/java8/java8_streams.htm // walk to some position, make sure the bot can reach that position // (loaded into the current region, no obstacles between // the bot and the destination, also check the Z coordinate because // it used to not be taken into account and probably remained like this // for backwards compatibility) Position destination = new Position(someX, someY, someZ); if (myPosition().getZ() == destination.getZ() && getMap().canReach(destination)) { log(String.format("walking to %s: %b", destination, getWalking().walk(destination))); } else { // doge } // or if you want to walk a certain path, for cases where the end position may be too // far away to be loaded into the current region but you (assume) can // reach it by advancing into the path Position[] path = {destination1, destination2, destination3, destination4}; log(String.format("walking path %s: %b", Arrays.toString(path), getWalking().walkPath(Stream.of(path) .collect(Collectors.toList())))); // or just look up the LocalPathFinder in the API docs for lower level // access to local region path finding LocalPathFinder lpf = new LocalPathFinder(getBot());
- Stealth Builder
- Stealth Builder
-
Dispute on Morova
I was not aware, but I was not against outsourcing the order. I don't mind it as long as the service is done.
-
Stealth Builder
Authed Authed Authed There was a broken hook in the last client version, try it on the new stable build