-
Posts
371 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Daviyow
-
thanks but ive searched for an hour now and i can't seem to find it.. i've come up with this but it doesnt have the method IsOperateCamera() WebWalkEvent webWalkEvent = new WebWalkEvent(new Position(x,y,z));
-
but walking event is not the same as the webwalker? isn't webwalker like the new way of pathing within osbot?
-
can this be executed while it is webwalking?
-
Hey folks im noticing that the webwalker almost never uses the camera when it comes to walking/interacting gates/doors, i thought there was a boolean to use camera? do you guys think this increases banrate? thanks
-
i got it working now thank you people
-
right! thanks does this look better? @Override public void onMessage(Message m) { if(chatbox.contains(MessageType.GAME, "You do not have enough")) { log("We do not have enough."); stop(); } }
-
Ow i thought the onMessage() only read gamechat and not public chat. anyway thanks for the information i didn't notice i hadn't put any brackets now i think this will fix it, but is there a cleaner way? @Override public void onMessage(Message m) { if (m.getMessage().contains("You do not have enough") && dialogues == null) { log("We do not have enough."); stop(); } }
-
Hi all, i can't figure out why my script just nulls and logs out whenever i get the diagram of leveling up. I've tried with and without the enum DIALOGUE but makes no difference. this is the error: [INFO][Bot #1][10/08 03:27:46 PM]: Terminating script MagicTrainer... [INFO][Bot #1][10/08 03:27:46 PM]: MagicTrainer Exited. [INFO][Bot #1][10/08 03:27:46 PM]: Script MagicTrainer has exited! [ERROR][Bot #1][10/08 03:27:46 PM]: Error in script executor! java.lang.NullPointerException at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ro:134) at java.lang.Thread.run(Unknown Source) Would appreciate any help. thank you!
-
sold main to MalikDz all accounts sold, enjoy
-
sold pure to Ausfahrt main still for sale ^^
-
both still for sale ^^
-
still haven't sold anything, no responses.. back for sale :P
-
yeah sure i can do that, what is your skype? i can't send private messages i think its broken or something 20m and its yours if you wanna talk on skype please leave your skypename here, i tried to pm you but messages seems to be down
-
40m for both, could u reply back? need to know if you want them before i sell them apart noted will sell to you tomorrow or tonight if no one else is interested
-
think thats a bit to low for these stats, i know it has a ban but still, i will let both accounts go for 40m thanks
-
hi, if you dont mind could you give me an idea how much theyre worth the accs pretty much have nothing in the bank account 1: quests: Cook's assistant Vampire slayer Fight Arena Fishing contest Lost city Mountian's daughter Witch's house RFD Subquest Dwarf (rockcake) stats: blackmarks: account 2: quests: Cook's assistant Vampire slayer Fight Arena Fishing contest Lost city Mountian's daughter Witch's house RFD Subquest Dwarf (rockcake) stats: blackmarks: thanks!
-
pretty sure i have the correct widget 202,1,9 if i've been to nmz and drank one, it shows this if i just login, it shows this so i need to somehow nullcheck the widget but its already been done by String abbysorby = (Absorbpts == null ? "-1" : Absorbpts.getMessage()); ? thanks for all the help btw fixed it, i changed String abbysorby = (Absorbpts == null ? "-1" : Absorbpts.getMessage()); to String abbysorby = (!Absorbpts.isVisible() ? "0" : Absorbpts.getMessage()); thanks for all the help appreciate it !
-
thanks for the replies & help, really appreciate it , i've replaced it and now im getting one more error, the last line, " absPts = Integer.valueOf(abbysorby);", what is it trying to say? is the string still nulled? doesn't this say, if absorbpts is null, make it -1 ? thanks again
-
what i dont get is, its saying that these are giving npe's even if im not using any of those methods, i can't nullcheck these right? its so confusing wow lol didn't do this in a looooong time
-
is there a easier way to collect the widget message and use the value as a int? can't get out of this it just keeps giving npe no matter what i try,
-
how come i'm getting a nullpointer on RS2Widget Absorbpts.. before i use absPts in any states in my getState i nullcheck Absorbpts & abbysorby, and i can't seem to nullcheck absPts any ideas why? can't figure it out
-
nvm thanks man i used this to convert the stringto a int RS2Widget 1 = widgets.get(x, x,x); String abbysorby = 1.getMessage(); int absPts = Integer.valueOf(abbysorby);
-
Hi, im trying to get values from this widget here, and i have a question how i need to do that, because i need to use lower than and higher than, and with this i can only use Equals, im currently using this: RS2Widget absPts = widgets.get(202, 9); if anyone has a idea, please let me know:) cheers
-
hmm 10m seems a bit low but can it go any higher?