-
Posts
208 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by blabla123
-
Word is that there is a dump going on generating massive ammounts of GP which, of course, push the price on the market down.
-
Declare these as globals (secs,mins,hrs can be declared inside onPaint() if you'd like) long startTime; long timeRunning; long seconds, minutes, hours; and set onStart(){ startTime = System.currentTimeMillis(); } and onPaint(Graphics2D g){ timeRunning = System.currentTimeMillis() - startTime; hours = timeRunning / 3600000; timeRunning -= hours * 3600000; minutes = timeRunning / 60000; timeRunning -= minutes * 60000; seconds = timeRunning / 1000; // and now just print it, for example g.drawString("Time: " + hours + "h " + minutes + "m " + seconds + "s", x, y); }
-
Has anyone seen the new Filthy Frank episode?
blabla123 replied to NoahTheWeebWolf's topic in Spam/Off Topic
That I did, that I did... -
Has anyone seen the new Filthy Frank episode?
blabla123 replied to NoahTheWeebWolf's topic in Spam/Off Topic
What the fk did I just watch? -
Thanks for the update
-
Is it an AIO Miing script, or just made specifically for one or few more places?
-
Actually I was using this method in one of my private scripts and it was working just fine. Logged in today after a few days and it won't hop.
-
Hi, is the mentioned method working for you? I'm certain it is being called in my script - I event commented whole onLoop() body and just put simple "worlds.hopToP2PWorld();" line - and nothing happens. Can someone confirm this? Can it be caused by the update of world switcher as it shows players on each server now?
-
g.drawRectangle(x,y,width,height); ^ percentTNL or something along this line... I know it doesn't do exactly what you wanted, but it's much easier.
-
Dispute thread?
-
Well to be honest I would expect legit playing people to play there... To see someone there harvesting resources, monsters etc, but I've never met anyone in this world
-
I've also noticed this and found it interesting. I personally use them only when I play legit and need to buy something from store / want to kill something because there's almost nobody in these worlds.
-
How to suppreess LoginEvent and inventory listener question
blabla123 replied to blabla123's topic in Scripting Help
Thanks man, I've already done this in my onStart() and it seems to be working... bot.getRandomExecutor().unregisterHook(RandomEvent.AUTO_LOGIN); bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.AUTO_LOGIN) { @Override public void onStart() throws InterruptedException{ mouse.moveOutsideScreen(); sleep(random(180000,240000)); } }); -
If you were an OSBot script what script would you be?
blabla123 replied to NoahTheWeebWolf's topic in Spam/Off Topic
What do you do? ---------> Spam closing doors in Lumb, by the spinning wheel Are you free or premium? do you have a monthly fee? ---------> Free for all Profit per hour? ---------> Unlimited rage from people is my profit Ban rate? ---------> irrelevant... life threats incoming How many users? ---------> At least one on each world Who made it? I think I might write one and post it here... with counter of succesfully closed doors -
How to suppreess LoginEvent and inventory listener question
blabla123 replied to blabla123's topic in Scripting Help
@Flamezzz How would I then register auto_login back again? registerHook() and registerRandoms() is not working with RandomEvent.AUTO_LOGIN... -
How to suppreess LoginEvent and inventory listener question
blabla123 replied to blabla123's topic in Scripting Help
Hmm, I guess it should work when I rule out the increments done while hopping worlds. -
How to suppreess LoginEvent and inventory listener question
blabla123 replied to blabla123's topic in Scripting Help
I think I have used the wrong term. I need InventoryMonitor - which will count how many items I've gathered. The one I linked in the post works fine, but I had to add a check for when I'm banking, because it worked both ways: adding and substracting aswell. But that was easy. And I don't know why it increments the counter variable when hopping worlds. -
Hi there guys. So today I stumbled upon these two things when writing a script. First I have problem with keeping track of how many things I have gathered. I have tried many ways of doing it, even went here for help and found this post http://osbot.org/forum/topic/75766-inventorymonitor-snippet/?hl=thread which worked pretty well, but every time I hopped world, the last ammount added, was added again. So say I had 10 items in inventory, I gathered another 5 (15 now) and when I hopped world the counter went to 20. So how should a basic thread based inventory listener look like - which will work with world hopping? Another thing that I found problematic was the world hopping limit - after some ammount of worlds hopped in fast succession it will log you out. So I would like to make it so my script will sleep for like 5 mins when this happens and after that comes back. How could I suppress LoginEvent when I get logged out and then use it again after some time? If someone can help me with those two things, please post ahead, I would appreciate it
-
You can switch only from iron man back to normal... Not the other way around... It would be pointless then.
-
The name of that good song you heard but can't recall.
blabla123 replied to Catastrophe's topic in Spam/Off Topic
Dota 2 twitch chat fav song -
http://services.runescape.com/m=news/boss-pets-and-spawn-rates?oldschool=1
-
So I just went and tried Wine of zamorak. It respawns after 15 secs on w1 and after 28 secs on world with cca 150 ppl. Does it not apply to spawning objects?
-
Do you think this might affect the price of 07gp?