Everything posted by Ace
-
Get hexadecimal value of a config
The "Rumble Party" one? I tried that, but sometimes it returned true even if the interface was null. And you'd always have to enter the lobby to see that
-
Get hexadecimal value of a config
I tried this, but the problem is, as I mentioned above, that those two values always change when you get out of a dream and buy one again
-
Get hexadecimal value of a config
Thanks for the detailled information! I've never messed to much with it, how would I go about to apply this to my case? Your help is highly appreciated
-
Get hexadecimal value of a config
What do you mean?
-
Get hexadecimal value of a config
Hey, For a private nmz script I'm having the issue to check wether the player already has a dream bought or not. It's the config id 1058 that changes but the value changes. Suppose you buy a dream and the config changes to a number, then you cancel the dream and the config changes again. This would work but the problem is that when you enter the dream and exit it, the configs from before are not the same anymore when having or not having a dream. I figured out that the hexadecimal value can be used to compare that, since it's always the same two values. How can I get the hexadecimal value of a config? Hexadecimal values: https://gyazo.com/9d690c6998f935b08d672f0adc42a167 Thanks a lot for your time!
-
NEED A CUSTOM SCRIPT MADE
AceHD. (with the dot at the end)
-
NEED A CUSTOM SCRIPT MADE
Add me on skype: acehd, (with the dot)
-
85 mining
Messaged you on skype: acehd. With the dot
-
Khal Warrior Barrel
Nice, is it going to be free?
-
getWidgets().getWidgetContainingText() returning wrong widget
The problem is, when getting the widget by its root and child id, that it gets the wrong id when there are fewer options available in the looting bag option. So it would be A LOT easier to just use getWidgetContainingText.
-
Road to $20k USD Profit from Market in 2016
He already got a nice bmw :p
-
Account creation service▐ Cheap and reliable▐ Custom names & more!
Hey, are tut island account available yet?
-
getWidgets().getWidgetContainingText() returning wrong widget
Thanks for the reply, choosing the widget by its root and child id works fine too?
-
getWidgets().getWidgetContainingText() returning wrong widget
Yes and it worked perfectly fine
-
getWidgets().getWidgetContainingText() returning wrong widget
Mirror client version v2.13.107 Console output / terminal output: None Crash report if a crash occurred: None Script that you ran: own script Hooks that failed: None JVM/Browser bit version (32 / 64): 64 Hey, on my own green dragon killer script it supports looting bag. I'm using getWidget().getWidgetContainingText("All") to make sure the script deposits all items into the looting bag but for some reason when using the mirror client it always selectes the widget that contains ("One") and not ("All"). It works perfectly fine when running the same script on injection mode so I guess it has something to do with the mirror mode. The method I'm using: @Override public boolean execute() throws InterruptedException { Item i = sA.getInventory().getItem(new Filter<Item>() { @Override public boolean match(Item i) { return i.getName().equalsIgnoreCase("Green dragonhide") || i.getName().equalsIgnoreCase("Dragon bones"); } }); if(i != null && sA.getInventory().getAmount(i.getName()) > 2){ if(sA.getInventory().getItem(i.getName()).interact("Use"));{ new ConditionalSleep(2000, 100, 50) { @Override public boolean condition() throws InterruptedException { return sA.getInventory().isItemSelected(); } }.sleep(); } if(sA.getInventory().isItemSelected()){ sA.getInventory().getItem("Looting bag").interact(); new ConditionalSleep(4000, 100, 50) { @Override public boolean condition() throws InterruptedException { return sA.getWidgets().getWidgetContainingText("All") != null; } }.sleep(); } if(sA.getWidgets().getWidgetContainingText("All") != null){ sA.getWidgets().getWidgetContainingText("All").interact("Continue"); sA.sleep(MethodProvider.random(600, 800)); } } return true; }Thanks for your time!
-
Type integers with getKeyboard class
Thanks guys how could I miss this lol
-
Type integers with getKeyboard class
Hey, I'm trying to figuring out how to write integers with the getKeyboard class but it doesn't seem to work. What I've tried so far is: getKeyboard().typeString(String.valueOf(Integer, true); and this from bobrocket: http://osbot.org/forum/topic/73829-smartkeyboard-better-human-typing/ None of those are working, it just doesn't type anything. Do you guys have any suggestions? Thanks in advance!
-
SmartKeyboard - better human typing
Hey, just tried it out and it doesn't seem to work if I try to type an integer, it just doesn't type anything
-
SF's GnomeSpinner
Looks really good, I like the logo and the paint!
-
OSBot 2.4.37 - Midweek Patches and Updates
Thanks for the updates! Is getWalking().webWalk(Position) still deprecated?
-
SDN version not running like local version [Identical code]
The same problem happened to me, all I had to do is change all similar class names, variables etc. And then after a re-push it worked
- Bird scripters club
-
Bird scripters club
Make me a bird please
-
[VOTE] Script AceAviansies Price Poll [VOTE]
Thank you
-
[VOTE] Script AceAviansies Price Poll [VOTE]
Pm me your skype if you want to test it :p