Everything posted by Dreamliner
-
Dreamliner's Trading Assistant
I'm working on it as we speak. I'm having trouble with FPS due to the amount of painting involved with the bank items
-
Vip lost on billing cycle day
Could you guys add one more day of credit to VIP's so they don't lose it when there's one day before the automatic billing kicks in?
-
Dreamliner's Trading Assistant
I'm glad someone is using it!
-
Dreamliner's XP Watchdog
Well now you have it
-
Dreamliner's XP Watchdog
The picture I can take literally is of a drawString. The jar is full of methods for you to use in your scripts.
-
Dreamliner's XP Watchdog
Devs: I have made a watchdog tool kit to automatically watch for any experience gains while running any script. It has a few features, and will be expanding with any ideas which seem beneficial - With this jar, you can set up an amount of time (in advance) to count xp gains. When the xp gains are older than your chosen time, the are removed and not counted any more. The result is a (sort of) real time glance for how well the bot has done in the past x amount of time. No more 19 hour proggies with some xp/hr which means nothing. Xp varies while running scripts. (combat especially.) I hope this toolkit gets used and abused in future scripts. import java.awt.Graphics; // import my watchdog import dreamliner.XPWatchdog; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.skill.Skill; @ScriptManifest(name = "Dream's Watchdog Tester", author = "Dreamliner", version = 1.0, info = "Watchdog tester. Hope you like!") public class AIO extends Script { // create the watchdog reference XPWatchdog watchdog; Thread t; public void onStart() { log("Waiting for log in"); while (this.client.getLoginState() != 30) { try { sleep(250); } catch (InterruptedException e) { e.printStackTrace(); } } // initialize the watchdog this.watchdog = new XPWatchdog(this.client,this); // create the new watchdog thread this.t = new Thread(this.watchdog); // start the thread this.t.start(); } public int onLoop() throws InterruptedException { return 1000; } public void onPaint(Graphics g) { // pick anything you want to display. g.drawString(this.watchdog.getXpPerPrune(Skill.ATTACK) + " per 5 mins", 300, 300); } public void onExit() { log("thread interrupted"); this.t.interrupt(); } } link to the jar file -> http://goo.gl/Fy2hu link to jar tester -> http://goo.gl/HnqII Methods: public void setPruneTime(int t); // sets the amount of time (in milliseconds) to get rid of data points (> 1000ms) // default: 1000*60*5 ms (5 mins) public int getXpPerPrune(Skill s); // returns the amount of xp gained per prune time for the skill of your choice public int getAllXpPerPrune(); // returns the total amount of xp gained on the account during the prune time. a picture was requested..
- BETA v1.7.20
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
What's that for? Its to tell you there's no way Xavier can grab your password using the bot.
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
http://osbot.org/api/org/osbot/script/rs2/Client.html#getPassword()
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
All SDN scripts are reviewed by staff.
-
Dreamliner's Trading Assistant
Sure, I could throw something together
-
Dreamliner's Trading Assistant
V 1.1.1 out
-
Dreamliner's Trading Assistant
Updated the script!
-
Dreamliner's Trading Assistant
No problem! I just updated the script! Thank you moore for the contribution - it has been fixed
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
I've found over 8 sets using this script - very well written. I've noticed that sometimes the bots like to hang on the login screen until you reset it
-
Dreamliner's Trading Assistant
Can you tell me what's going on in the console - also run the client with a batch file and tell me if any errors are popping up The script updates every time an item comes into contact with the inventory or trade screen. It grabs the prices, stores it, then after 10 minutes are up and the item is still in contact, it will update. If you put the item back in the bank it will not.
-
Dreamliner's Trading Assistant
Once every 10 minutes per item. It does not lag, as it's on the painter thread.
-
Dreamliner's Trading Assistant
Hello OSBot, This is what I have been working on in the past two days. Pictures say it better than I can! Please note: Some items are broken - that's an issue with zybez. If you have any suggestions - feel free to add. link to download on dropbox Please post if you try it! If you like the script, recommend me for SDN! V1.2 Beta - Dreamtrader.jar updated 5:59 PM 7/13 V 1.2 - Added wait for login Fixed a few minor bugs Thanks to merccy for his TradingInterface
- Detecting items in a trade window
-
EOC ## 9 hp ## Bunny ears ## 99 wc and magic.
Lifepoints != Constitution level. EOC is so screwed up. 9 HP accounts are rare back from the first days of scape.
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
I'm botting on 6 accounts in very distinct bots and haven't gotten anything in about 36 hours. Waiting till the yoyo's stop dropping haha, I've had a TON of yoyo's My theory on why: So many people have gotten the yoyo and can't pick it up. So when we keep hopping the worlds, the yoyo stays there for 30 mins. My guess is the spawn % is 50% yoyo and 50% phat of any color. So when the yoyo sits there it just kills the partyhat spawn for EVERYONE. Now tomorrow at 8:00 when yoyo's stop dropping, phats will spawn rapidly and the market will FLOOD. Think about it: without the yoyo's, someone probably picks up the phat maybe once every 2 or 3 minutes with the rare case of 30 mins for a spot that is absent. So this makes p[artyhats 10x more rare than they will be on monday. I will edit in the morning to get more thoughts out - I may or may not be a little bit dreunk
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
This bot does not work based on item ID's. All it does is look for an npc with a 'take' option.
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
What spot were you in? That is likely a same/moved somewhat spot
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
nvm
-
ATRareFinder [AlphaTeam][ALL Rares][Tray Message Alert][LOG saved]
for the 100th time