Everything posted by Polymorphism
-
To who ever is trying to get into my acc
i cashed im ousside
-
To who ever is trying to get into my acc
Fuckoffm8
-
Problems combining overloads with rockcake
For NMZ, I am building my script around the playing style "afk training in nmz while distracted by other internets" lol
-
Problems combining overloads with rockcake
Certainly one route you can take, I use a timer so that I can make the script a little more humanlike
- Oh snap, Poly what?
-
I am sure this is simple...
https://osbot.org/api/org/osbot/rs07/api/map/Area.html#getRandomPosition--
-
I am sure this is simple...
Area area = new Area(1,2,3); walking.webWalk(area.getRandomPosition());
-
Problems combining overloads with rockcake
I had the same issue a few weeks ago when i first started writing my NMZ script. Personally, I use timers for when to drink an overload since they will ALWAYS last for only 5 minutes, then health is restored. So create a timer after successfully drinking an overload. Only rock cake under a few cases overload timer isn't running and doesn't have overload pots (should have 51 hp but need to bring back down to 1) Health is full at start of dream, rock cake down to 51 for overloads if using them Health is full at start of dream, rock cake down to 1 if not using overloads Also make sure the timer has been running for at least 5001ms (just a tad over 5 seconds) but i use 5100, otherwise if the script needs to rockcake under a valid condition while the overload is hitting you, it'll rock cake and kill you. Waiting until the overload timer is at least 5001ms into its time will ensure the overload has completed its damage.
-
Oh snap, Poly what?
Updating the OP, a few performance things have been fine tuned. Adding more features here soon, and dynamic sigs will be available upon release. Runtime stat tracking has been implemented as of version 0.2 -- the current version the beta tester and myself are running. Adding a few progs as wel.
-
Typing instantly
I believe a static import would solve that problem. Use static imports sparingly however
-
How to make money?
But high ban rate, so i recommend paying for private scripts
-
Advice.
How long could you sit there and mine for? Maybe an hour and a half? What about fletching, pretty simple no brainer task--could do it for 2 hours. Short periods like that decrease chance of ban. If you can do something away from people, do it. Don't bot one day at 2am for 3 hours then bot another 4 hours at noon. Try and stick to a schedule...yaknow.....like a real player would have. Also, don't aways do the same thing. Get yourself 41 mining then do some woodcutting for example, don't power out 70 mining and nothing else. Also the biggest thing....private scripts. As much as scripters say their scripts run uniquely for each player, there is only so much you can change. Those small differences leave patterns that link hundreds of players, even if the playing style is a bit different for each instance.
-
Quests
In the osbot debug options, turn configs on. Do something in the quest to proceed to the next stage (or even start the quest) and you'll see the id for that quest as well as the value which indicated progress.
-
Quests
That information is in configs
-
Fruity Barrows (Frost Barrows)
For some reason the script dropped my spade. Could you add in that it looks in bank for a spade and if it doesn't have one go get it from the shack? Also, not super important but when praying magic while tunnel solving -- after it kills ahrim it'll leave magic pray on and continue traversing.
-
'Glory Recharger' Killer
Nvm, just re-read private script rules. It's if programerz were to sell it to other people, not your distributing
-
'Glory Recharger' Killer
Shouldn't you not be redistributing scripts made privately for you?
-
Store#sell() hanging when selling items x1
I tried that and it never once tried interacting with the inventory to sell
-
Guess what i'm doing...
I was 67 with budget gear bursting shadow(?that the lowest burst?) on skeleton apes. I topped out at 140k but averages 125k. No boosts
-
Login limit exceeded?
Or log both in different worlds and world hop one of the 2 accs. Works for me
-
Guess what i'm doing...
Wrong #e-high five Not inefficient, just low mage
-
Guess what i'm doing...
1st person to guess where, gets an e-high five/ 1st person to guess where and what spell, gets an e-handy j http://i.imgur.com/fwyaNOL.png
-
Store#sell() hanging when selling items x1
Which condition?? I see no reason for any conditions to be null as I am careful to not create NPEs in my code. If there is a NPE, then it must be suppresed somehow and its on the bot side of things
-
Store#sell() hanging when selling items x1
Yeah ima say its the api and probably submit bug report. I changed up the code to sell 5 if amount is 5, or loop x times and sell 1. This way works just fine without hanging whatsoever. http://i.imgur.com/Rr6iHKQ.png
-
what anti-virus program should i use [FREE]?
Here's what I do. Don't use firewall or AV, but also....don't install malware/viruses. If you need to run suspicious software do it on a virtual machine or sandox (preferably both). >profit???