looking to sell to a shop that buys via uk bank transfer. Tried multiple here that have advertised they do UKBT yet when i ask to sell they don't have it as an open
anyone know of any
would love to see some sort of client info on the cmd window. quite hard to tell when your bots have glitched out without any feedback from client being shown
is buyItem(int itemId, java.lang.String searchTerm, int price, int quantity) broke?
or does it not actually buy the item, just put the offer in and not click buy?
Im having a bit of trouble adding:
if current system time is equal to 8am/1pm/12am + random value between 0 seconds and 1 hour
(i can generate a random amount of time between 0 seconds and 1 hour already. just need help getting:
if current system time == Xam/pm)
been looking into:
http://docs.oracle.com/javase/6/docs/api/java/util/Timer.html
but i cant seem to get it working
i also looked into just using:
if System.currentTimeMillis() == RANDOMMILLIS {
}
but its too confusing figuring out
any help is much appreciated
now get an error with web walking
[ERROR][Bot #1][12/14 03:50:08 PM]: Error executing event : org.osbot.rs07.event.WebWalkEvent@7c327aa
java.lang.NullPointerException
at org.osbot.rs07.event.WebWalkEvent.execute(ql:271)
at org.osbot.rs07.event.EventExecutor$2.run(wh:269)
at org.osbot.rs07.event.EventExecutor.execute(wh:120)
at org.osbot.rs07.script.MethodProvider.execute(bo:580)
at org.osbot.rs07.api.Walking.webWalk(fj:184)
at script.onLoop(script.java:311)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(mm:90)
at java.lang.Thread.run(Unknown Source)
[INFO][Bot #1][12/14 03:50:08 PM]: Walking to shop
[ERROR][Bot #1][12/14 03:50:08 PM]: Error on event onStart()!
java.lang.NullPointerException
at org.osbot.AB.getItems(bh:117)
at org.osbot.UB.iiIiIiiiIIIi(ce:24)
at org.osbot.ec.iiIiIiiiIIIi(e:48)
at org.osbot.lPT7.iiIiIiiiIIIi(wn:1154)
at org.osbot.rb.iiIiIiiiIIIi(wf:671)
at org.osbot.rb.iiIiIiiiIIIi(wf:9)
at org.osbot.W.iiIiIiiiIIIi(k:182)
at org.osbot.rs07.event.WebWalkEvent.prefetchRequirements(ql:60)
at org.osbot.rs07.event.WebWalkEvent.onStart(ql:260)
at org.osbot.rs07.event.EventExecutor$2.run(wh:237)
at org.osbot.rs07.event.EventExecutor.execute(wh:120)
at org.osbot.rs07.script.MethodProvider.execute(bo:580)
at org.osbot.rs07.api.Walking.webWalk(fj:184)
at script.onLoop(script.java:311)
at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(mm:90)
at java.lang.Thread.run(Unknown Source)
im using this code to call webwalking:
getWalking().webWalk(SHOP);
or
walking.webWalk(SHOP);
both get the same errors
Looking to add account switching to my script. Would like it to switch after example when timeRan is between 3 hour and 4 hours But i cant seem to figure out how to get it to call when its at a random time between the two, instead of being called as soon as timeRan is = 3:00:01
compared to 3:27:51 for example (random time between the two)