Everything posted by HeyImJamie
-
Willy bankloot
I heard your AIO fisher is great!
-
My Mining Rig Build Project
Isn't $5 a day fairly low?
-
[Stable Build] OSBot 2.4.131 - Patches + Break Override
Sweet. Thanks for this
- Smithing sleep not working
-
Smithing sleep not working
You're not making correct API calls anywhere... getInventory(), getObjects(), getBank()
-
Smithing sleep not working
I'm pretty sure it's the way you've ordered your logic or written it rather than the conditional sleep. Can you paste the full code into hastebin.com or in a spoiler here please and I'll take a quick look.
-
Smithing sleep not working
- Script requests
- Smithing sleep not working
Probably because you've written it wrong. Just use myPlayer()- Smithing sleep not working
A conditional sleep basically sleeps until either the timeout expires or your condition returns as true. If you have your condition as your player not animating, it'll return true instantly as there's a slight delay. You want it to sleep up until your player is animating.- Smithing sleep not working
Your conditional should return when your player is Animating. If it's !.isAnimating it'll return instantly- Smithing sleep not working
It's getObjects(), not objects and it's getInventory() Try something like: if (getInventory().contains("Gold bar){ if (furnace != null){ if widget is up interact else if item is selected and selected item == gold bar use on furnace else if item is selected and selected item isnt gold bar deselect item else interact with gold in inv But obviously fill in the code- Smithing sleep not working
Pretty sure it's "Use", not "use". Are you checking the furnace exists or gold bars exist?- Requesting Skiller
- Requesting Skiller
Why would you purchase that when there's free JWines- Smithing sleep not working
Why not learn. Even so, your if statements could be re-ordered as you're still relying on 'game flow' for your script to work. What if you don't click make-x, or it doesn't load within a second? What if the furnace is null? etc.- Smithing sleep not working
A lot of that needs to be nullchecked, you're also relying on the game to run perfectly smoothly which with the current servers, won't happen. Try using conditional sleeps and thinking about your logic a bit. Also avoid using static widget IDs like 446,8 and see if there's a text option or another alternative you could be using as these are prone to being updated and will break your script.- client using too much memory
Definitely not Edit: I did have some issues w/ clients spiking to 1.3Gb instantly on a new dedi, I had to install jdk not jre to fix.- Requesting Skiller
I'll write you a 99 cooking script for 50m- client using too much memory
600 - 700 is the average if you're using webwalking. Anything higher than 750 is where there's issues- client using too much memory
450? Less than 350 or Scrub (I do have some scripts w/ mem issues tho )- The worst pain in the world
- My Mining Rig Build Project
Sounds cool, Gl!- Log out on small breaks or not
Ty 2 acc farm man- Log out on small breaks or not
No point in breaks if you're gonna moved mouse off screen Lets hover wc xp too