Jump to content

sonda

Members
  • Posts

    95
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by sonda

  1. its both, when purchasing, or adding a new script it will automatically be added to your script list - once you refresh the list. I believe the same applies for updates.
  2. i just went ahead and changed it to !=null instead. and that seems to work, duh! thanks explv! It does seem to take a good 5-10 seconds to tackle this task however, is that normal?
  3. I know this has probably been talked about quite a bit, but i was unsuccessful in finding a relevant answer ( that worked for me ) Here is what i currently have at the top of my onloop ' if (widgets.get(475, 11) != null) { widgets.get(475, 11).interact(); log("Crossing Wilderness Ditch"); sleep(500); walking.webWalk(midgy); log("Resuming trek"); } if (!Areal.contains(me) && inventory.getAmount(selectedFood) >= 4) { status = "Walking to place"; log("Walking to Area"); WebWalkEvent evt = new WebWalkEvent(midgy); evt.setBreakCondition(new Condition() { @Override public boolean evaluate() { return widgets.get(475, 11).isVisible(); } }); execute(evt); } but It seems to not work, im sure its something i did , or didn't do correctly. Any help is appreciated. [ERROR][Bot #1][11/26 08:53:40 AM]: Error executing event : org.osbot.rs07.event.WebWalkEvent@2413fe0 java.lang.NullPointerException at thing.main$2.evaluate(main.java:210) at org.osbot.rs07.event.WebWalkEvent.execute(co:266) at org.osbot.rs07.event.EventExecutor$2.run(zj:212) at org.osbot.rs07.event.EventExecutor.execute(zj:22) at org.osbot.rs07.script.MethodProvider.execute(ql:744) at thing.main.onLoop(main.java:213) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(cg:72) at java.lang.Thread.run(Thread.java:748) line 210 : return widgets.get(475, 11).isVisible(); line 213: execute(evt); IF i manually click the ditch, it works great after. I know i can walk TO the ditch, HANDLE the ditch, then WALK to my area, trying to avoid all that mess if possible.
  4. In your main task, the Boolean you use to activate your task, add a check there. Example boolean hasmaterials{ run code} vs boolean hasmaterials&&!myplayer.isunderattack{ run code} that should let you stop what your doing when under attack, you’ll then need to just tell to wheat to do when under attack.
  5. nvm! Lol id cheat and drawstring(“ “+ client.getUsername(),15,15) and see what it says lol!
  6. !username.contains(“Legman”) ?
  7. This is the one your going to want to use, because if the “closest” npcs doesn’t match your if(statement requirements) it will sit there and do nothing , even when there ARE other npcs you CAN attack. alternitively , you can bandaid it by saying if(!getMap().canReach(yourNpc)){walking.webWalk(npc.getArea(0)} (webwalking should automatically handle doors/gates/ladders/etc.) or if you know what it is that’s blocking your way (gate?) If(objects.getObjects.hasAction(“Open”){interact(open)} or you can do something like if(message.contains(you can’t reach that){blahblah}
  8. Is it the capital letter? Or The lack of “quotations”? That makes it work, I love this idea. You can do .equalsignorecase() also correct?
  9. sonda

    Free F2P Walker!

    Explv’s? I thought it went to a buck?
  10. sonda

    Free F2P Walker!

    THANKKKSSSSSSSSSSSSSSSS!
  11. sonda

    Free F2P Walker!

    I am NOT trying to do that! i am just starting out here, i don't want a bad name for myself already! lol
  12. sonda

    Free F2P Walker!

    i intentionally ONLY added f2p for this reason, my personal has more locations. Not to mention, his is by far quite superior.. lol
  13. sonda

    Free F2P Walker!

    I just wrote up a walker for f2p area's, somewhat limited - basically just walks to any of the banks available to f2p. (unless ive missed any) This is my third~ish script that i've written so i am still new. Constructive criticism is fine. How it works - Just start the script, several boxes will show up, clicking a box will walk to the destination it says. Once arriving at your destination, the box will turn red again, and you will be able to select a new destination. Like i said - new Scripter. Once you click a button, you have to wait until you reach the area, or stop the script. Un-selecting the button, or selecting a new one while you already have a destination will do nothing for you. Some Gif's of what it looks like. https://imgur.com/I3APwZn https://imgur.com/avlDOha Jar here - Walker3.jar
  14. Definitely going to use your your images if that’s okay, I’ve been trying to print screen and copy paste into mspaint, and tediously zoom in and try to cut it out lol!
  15. Hard to get reported if your just one person in a tile of 100 others.
  16. The higher your attack gets the more xp/hr you’ll start to receive, I’d be conservative with it.
  17. I never even thought of selling accounts, i just stumbled across people buying level 3's with some quests done for up to 300k ish.. lol
  18. Just curious, i have a few that i mainly just use to test out fighting scripts.
  19. Just curious as to ~roughly how much a f2p low level pure would be worth say around 40 attack 40 strength. What stats are more desirable/worth more.
  20. When you say temporary, does it not stay this way? Ex- you have to repeat these steps each time you open osbot?
  21. Is there a special way to make the logger a separate window? And how do you get your client that color? Mine is more of a gray/white.
  22. ok. so , update! my hard drive is "Failing" as in, it works sometimes and sometimes it doesn't.. Annoying , so i went to the store and bought a new hard drive But im sort of ignorant on this sort of thing.. like i can physically install the hard drive , but i cannot get it to work. I suppose i need to buy a whole new windows? or somehow transfer windows from my half life hard drive to my new one. then i realize i accidentally bought a 1tb hard drive when my computer came with a 2tb hard drive. Somebody told me it may cause issues. anyways long story short, i fixed the issue and it was alot easier then i thought it was going to be!. here -
×
×
  • Create New...