Everything posted by FearMe
-
Walking issue :(
Yeah, it happens in the middle of the path, I always print out the state when I'm testing my script :P. I've had this issue before but I sorted it out.
-
Walking issue :(
It's starting to really annoy me, I have to walk through an area where there's aggressive monsters and the walker sometimes just stands still, meaning I get to half health... I don't see where the problem is, sometimes it works perfectly fine but sometimes it stands still for no reason. public void walkPath(Position[] path, int startIndex, boolean reverse) throws InterruptedException { if (script.myPlayer().getPosition() .distance(path[reverse ? 0 : path.length - 1]) <= 3 || script.myPlayer().getPosition().distance(path[startIndex]) > 100) return; if (!reverse) { for (int i = startIndex; i < path.length; i++) { if (!walkTile(path[i], 3)) i--; } } else { for (int i = startIndex; i >= 0; i--) { if (!walkTile(path[i], 3)) i++; } } } public int getPathStartIndex(Position[] path, boolean reverse) { int closestIndex; int closest; if (!reverse) { closest = script.myPlayer().getPosition().distance(path[0]); closestIndex = 0; for (int i = 1; i < path.length; i++) { if (script.myPlayer().getPosition().distance(path[i]) <= closest) { closest = script.myPlayer().getPosition().distance(path[i]); closestIndex = i; } } } else { closest = script.myPlayer().getPosition() .distance(path[path.length - 1]); closestIndex = path.length - 1; for (int i = path.length - 1; i >= 0; i--) { if (script.myPlayer().getPosition().distance(path[i]) <= closest) { closest = script.myPlayer().getPosition().distance(path[i]); closestIndex = i; } } } return closestIndex; } public boolean walkTile(Position p, int margin) throws InterruptedException { if (script.myPlayer().getPosition().distance(p) <= margin) return true; else if (script.myPlayer().getPosition().distance(p) > margin) script.client.moveMouseTo( new MinimapTileDestination(script.bot, p), false, true, false); int failsafe = 0; while (failsafe < 10 && script.myPlayer().getPosition().distance(p) > margin) { if ((script.client.getRunEnergy() > MethodProvider.random(25, 40) || script.myPlayer().isUnderAttack()) && !script.isRunning()) { script.client.getInterface(548).getChild(93).interact(); script.sleep(MethodProvider.random(500, 700)); } script.sleep(100); failsafe++; if (script.myPlayer().isMoving()) failsafe = 0; } return script.myPlayer().getPosition().distance(p) <= margin; }
-
pls ban acerd
"You may not use this Website if you are under 18 years of age." pls, doesnt say anything about consent
-
pls ban acerd
http://osbot.org/tos.html 11. The Website may not be used by minors under the age of 18 years of age. You may not use this Website if you are under 18 years of age. Before being able to download OSBot software, you must confirm that you are over 18 years of age. You warrant that you will not give such confirmation unless you are over 18 years of age.
- need 180x180 script icon
-
Do my eyes deceive me?
How Can Mirrors Be Real If Our Eyes Aren't Real?
-
[BREAKING] FearMe got VIP!
thx roomscape
-
new smiley proposition
:fearme: will be the new smiley, it will be my avatar yes/yes?
-
I'm having a withdrawing issue.
Also, that'll click the bank booth several times since a tick is .6 seconds, so it can click it for like 5-6 times in a row if you're unlucky.
-
I'm having a withdrawing issue.
Have you tried logging the ID and looking for the item that's the ID?
-
I'm having a withdrawing issue.
I think your casing is wrong.
-
Post your warnings!
Thats if No advertising counts too.
- Alek
-
The max amount of 07 GP you would trust the person above you with.
nothing
-
Scripter Ranks Proposal
People are also not forced to pay $10 a month, yet they still get better treatment than scripters even though they don't contribute to the community as a whole. inb4theykeepthewebsiterunning Also, what is the point in buying a script source instead of buying VIP? You pay for both, and you're gonna have to maintain it somehow.
- Scripter Ranks Proposal
-
Scripter Ranks Proposal
Also, there's already a percentage being cut out of our script sales when a VIP buys the script(which doesn't give us any money at all), and now you want to make them even MORE "important" than they already are? I'm seriously pissed about all this bullshit, because it makes no fucking sense. VIPs buy VIP so they can run more bots, which the scripters provide.
-
Scripter Ranks Proposal
It was less than a week after when I released mine, because I had to wait for it to be accepted. You still haven't answered my question to why you're trying to make a SCRIPTER rank on a BOTTING forum less desirable/valuable. That is my main question and frustration here.
-
Scripter Ranks Proposal
That is just one of many, he applied for OSD i remember recently, and his scripts were in high demand and of good quality. I think this thread is complete bullshit and the tab limit should just be set to 4 as before, keep the rest(maybe make OSD applying better, it doesn't really make sense).
-
Scripter Ranks Proposal
Assuming you can see sales, compare Swizzbeat's and my fletcher's sales. Then you can try telling me again we have the potential to earn the same amount of money. He got thrice the sales as I while mine had proven better results(no offense swizz love u ), and the only reason I can think of that happening is because of his name colour.
-
Scripter Ranks Proposal
I don't think most of the people realise that we're ~*SCRIPTERS*~ on a ~*BOTTING*~ website, I see no reason why we would be less significant than VIP users.
-
Scripter Ranks Proposal
LOL that's hilarious.
- somebody buy me vip
-
[BREAKING] FearMe Laughed Out Loud!
I reported you for spamming. I'm sorry but you went too far.
- [BREAKING] NOVAK LIKING MY POSTS