Everything posted by QBots
- QNatures - Runecrafting
-
QHerblore - PotionMaking|HerbViewing|HerbIdentifying
The spam thing shouldn't happen, it's the clients built in bank feature that is doing this I believe. Not much I can do to solve it. As to the other issues, will be fixed on next update. (Going to push it in a few minutes)
-
Get QHerblore and QConstruction Free!
Hi all, thought I would run a contest for you guys with the reward being free access to my premium scripts. The rules are simple: 1. Run QHunter 2. Post your best proggy here Whoever gives me the best proggy by tomorrow night will win.
-
QHerblore - PotionMaking|HerbViewing|HerbIdentifying
Will be fixed on next update.
- Simple Walking
-
List of Favorite Animes and Suggest me some to watch!
Clannad.
-
Simple Walking
Ehrm, no but a reverse function is easy to write.
-
QConstruction
Mounted glory will be fixed in next update. The withdrawing a new ring bug must be from the API. I'll double check the item IDS just in case they changed them.
-
Simple Walking
This class is simple, yet effective walking. I use it in my private scripts and it has yet to fail me. import org.osbot.script.Script; import org.osbot.script.rs2.map.Position; import java.awt.*; public class Walk { private Script script; //static public Position[] Path; private int[] distance; public Walk(Script s) { script = s; } Position[] CreatePath(int[][] path) { Position[] returnpath = new Position[path.length]; for(int i = 0; i < path.length; i++) { returnpath[i] = new Position(path[i][0], path[i][1], 0); } //Path = returnpath.clone(); return returnpath; } static int current = 0; boolean getNext(Position[] Path, boolean isCircle) { if(Path[current].distance(script.myPosition()) > 50 || current > Path.length || !script.canReach(Path[current])) { current = 0; } if(current == Path.length-1 && isCircle) { script.log("Reseting path"); current = 0; return true; } if(current+1 < Path.length && Path[current+1].distance(script.myPosition()) < 15) { current += 1; return true; } for(int i = current; i < Path.length; i++) { if(script.canReach(Path[i]) && i > current && Path[i].distance(script.client.getMyPlayer().getPosition()) < 16) { if(i+1 < Path.length && script.canReach(Path[i+1]) && Path[i+1].distance(script.myPosition()) < 16) current = i+1; else current = i; script.log("Current: "+current); script.log("Distance to current: "+Path[i].distance(script.myPosition())); } } return true; } public void WalkPath(Position[] path, boolean isCircle) throws InterruptedException { if(!script.isRunning() && script.client.getRunEnergy() > 50) { script.setRunning(true); } if(getNext(path, isCircle)) { script.walkMiniMap(path[current]); } } } Setting up this script is simple: Walk walker = new Walk(this); int[][] OuterAbyssPath = { {3017, 4823}, {3017, 4825}, {3017, 4827}, removed }; onLoop() { walker.WalkPath(walker.CreatePath(OuterAbyssPath),true); return 100; }
-
QCooker - Rogues Den
My friend ran it for 12 hours. I cant find the proggy though.
-
QHerblore - PotionMaking|HerbViewing|HerbIdentifying
Everyone that has tested this for me has said otherwise. Your post is useless and false.
-
QConstruction
All the issues you stated are the clients fault? I'm asking the admins to refund you.
-
QConstruction
not sure if fix but try to adjust camera angle so you can see bank chest in CWars Ehrm... I added a fix for that... I ran it and used like 300 rings before pushing it..
-
Streaming League - 4hours/day minimum
http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/ http://www.twitch.tv/mydogjax/
-
Farm Abyssal whip is possible?
If a script like this is really wanted, I could make one...
-
QWarriors - Al Kharid Warrior killer
Will fix when I have time. I have scripts that are more important than this atm.
-
Project X (Recruiting)
Honestly im not going to buy paints, if you decide to join the project though you would get a cut of the profits based on how much work you do It takes about, a day or 2 at this point to write a fully functioning script so depending when i can get a gui designer will be pushing around 3-4 scripts a week that are flawless and more efficient than any other scripts of that kind That is a bold, probably false, statement.
-
Starting a Slayer Script
Apparently theres 2 or 3 people that already have one made and are waiting for OSBot 2 to come out.
-
Buying 07 GP $2.50/m
I can have all 12m in a bit. :l (Or whatever is left that you need)
-
BASED GOD'S MILLIONS OF GP GIVE AWAY
#teambased
-
Updated Brainfree's Spline Walking
It isn't. This code was needlessly overcomplicated. While it could be simplified, this is meant to be in conjunction with the tool on his old topic. It also provides a hell of a lot more than the average walking API, once again, please see his topic, I use it for my scripting and it's excellent. Not saying anything against it. Just that the same quality can come out of half the code.
-
GMC Is Now Hiring!
Advertising manager should have a higher wage btw.
-
Updated Brainfree's Spline Walking
It isn't. This code was needlessly overcomplicated.
-
Paying somebody to run their pc 24/7
I can do this, my comp never turns off.
- [Advertiser] www.divicasales.com - Buying 07 Gold [ALL PAYMENT METHODS]