Jump to content

Daviyow

Members
  • Posts

    371
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Daviyow

  1. 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));
  2. but walking event is not the same as the webwalker? isn't webwalker like the new way of pathing within osbot?
  3. can this be executed while it is webwalking?
  4. 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
  5. i got it working now thank you people
  6. 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(); } }
  7. 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(); } }
  8. 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!
  9. sold main to MalikDz all accounts sold, enjoy
  10. sold pure to Ausfahrt main still for sale ^^
  11. still haven't sold anything, no responses.. back for sale :P
  12. 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
  13. 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
  14. 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
  15. 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!
  16. 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 !
  17. 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
  18. 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
  19. 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,
  20. 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
  21. 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);
  22. 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
  23. hmm 10m seems a bit low but can it go any higher?
×
×
  • Create New...