

progamerz
Scripter II-
Posts
3466 -
Joined
-
Last visited
-
Days Won
3 -
Feedback
100%
Everything posted by progamerz
-
Can i get a trial if possible? Thanks
-
@ProjectPactCan i get a trial :)?
-
Thanks! definitely will use it
-
Hey, 1 more think, i know that u have life out of osbot but u can do this whenever ur free like after u fix all the main issues is try to fix maybe the profit counter? as for example i think atm it works like if i had a potion(4) and it drank then it will count the price of the potion(3) and add it. as i said u can take ur time and thank you for being pushing updates! Edit: I have other suggestion as for the hotkeys would there be an option to disable them? as atm in the .125 client they made f9 toggle logger and f10 disable input. Thanks
-
new ConditionalSleep(MethodProvider.random(80000, 110000)) { public boolean condition() throws InterruptedException { return (!getInventory().contains("Flax") || !myPlayer().isAnimating() || api.dialogues.isPendingContinuation()) || getInventory().onlyContains("Bow string"); } }.sleep(); Try this instead of: And remove this: So the final code for this task will be: if (!getWidgets().isVisible(459, 93)) { getObjects().closest("Spinning wheel").interact("Spin"); log("Interacting with Spinning wheel.."); new ConditionalSleep(MethodProvider.random(2000, 3000)) { public boolean condition() throws InterruptedException { return getWidgets().isVisible(459, 93); } }.sleep(); } else if (getWidgets().getWidgetContainingText("Bow String") != null) { getWidgets().getWidgetContainingText("Bow String").interact("Make X"); new ConditionalSleep(MethodProvider.random(2000, 3000)) { public boolean condition() throws InterruptedException { return getWidgets().getWidgetContainingText("Enter amount:") != null //check the text not sure if i wrote correctly && getWidgets().getWidgetContainingText("Enter amount:").isVisible(); } }.sleep(); } else if (getWidgets().getWidgetContainingText("Enter amount:") != null //check the text not sure if i wrote correctly && getWidgets().getWidgetContainingText("Enter amount:").isVisible()) { getKeyboard().typeString("" + MethodProvider.random(31, 283)); log("Starting to spin Flax...."); new ConditionalSleep(MethodProvider.random(80000, 110000)) { public boolean condition() throws InterruptedException { return (!getInventory().contains("Flax") || !myPlayer().isAnimating() || api.dialogues.isPendingContinuation()); } }.sleep(); } And make another task which handles Dialogues seperately with the logic: Validate : If is dialogue is pending continuation Process : click continue
-
May be easy can u add me on skype? i will do for free if i know
-
if (dialogues.isPendingContinuation()){ dialogues.clickContinue(); } else if (!getWidgets().isVisible(459, 93)) { getObjects().closest("Spinning wheel").interact("Spin"); log("Interacting with Spinning wheel.."); new ConditionalSleep(MethodProvider.random(2000, 3000)) { public boolean condition() throws InterruptedException { return getWidgets().isVisible(459, 93); } }.sleep(); } else if (getWidgets().getWidgetContainingText("Bow String") != null) { getWidgets().getWidgetContainingText("Bow String").interact("Make X"); new ConditionalSleep(MethodProvider.random(2000, 3000)) { public boolean condition() throws InterruptedException { return getWidgets().getWidgetContainingText("Enter amount:") != null //check the text not sure if i wrote correctly && getWidgets().getWidgetContainingText("Enter amount:").isVisible(); } }.sleep(); } else if (getWidgets().getWidgetContainingText("Enter amount:") != null //check the text not sure if i wrote correctly && getWidgets().getWidgetContainingText("Enter amount:").isVisible()) { getKeyboard().typeString("" + MethodProvider.random(31, 283)); log("Starting to spin Flax...."); new ConditionalSleep(MethodProvider.random(80000, 110000)) { public boolean condition() throws InterruptedException { return getInventory().contains("Flax") && !myPlayer().isAnimating() && getInventory().onlyContains("Bow string"); } }.sleep(); } Not sure if that works try it out
-
You have to use if statements as currently if any thing happens it may glitch the script
-
Ok thanks for ur reply
-
would i need a web host for my self(socket)?
-
Hello, how do people create an offline server for muling support and etc? or it is something else?
-
Oh ok, i thought u didn't know and thanks for those awesome updates!
-
Hey @Alek, I noticed a bug in the World selector(OSBot) the F2P or P2P, i had F2P selected and still loaded on world 312(P2P). not sure since when this problem is just now noticed.
-
Looking to buy around 2 accs post prices below.(Hand done) with cooldown.
-
Still didn't get to us are u sure u pushed? just making sure
-
How to use butler? i am using Fast mode and doesn't use butler while i have it higher or it should be demon butler? Edit: nvm should use "Default" Mode. Edit 2: Btw if u didn't notice they removed the Mouse#MoveRandomly() in devs client just told i should let u know
-
Can i please get a trial?
-
I can test if u want. not sure if i am trusted as much as u need.
-
afaik when i used to get it was on regular that problem existed since my first S1 not this the before one(Before i get demoted) i am not sure what version that was.
-
Oh ok thanks for explaining
-
Umm i don't think so it effects RS2Objects cause i am using them and working much better than before, can i ask how it does effect RS2Objects?
-
Will test it out! good job
-
Pushed V1.1. Please allow up to 24hrs for it to be updated. if the problem still happened after 24hrs let me know. Edit: Pushed Again V1.2(Use with dev client works best), made progressive mode fully working without the option "Change Axe". Please allow up to 24hrs for it to be updated.