Jump to content

GaetanoH

Members
  • Posts

    879
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by GaetanoH

  1. 18 hours ago, zekeria said:

    just tried the script completed the first stage of tutorial (cut the log and cooked the shrimp ) and crashed at the gate.

    [INFO][Bot #1][06/14 04:29:39 AM]: Started script : Explv's Tutorial Island
    [ERROR][Bot #1][06/14 04:30:48 AM]: Error in bot executor!
    java.lang.ExceptionInInitializerError
        at org.osbot.cON.IiIiIiiiiIiI(d:121)
        at org.osbot.cON.IiIiIiiiiIiI(d:280)
        at org.osbot.cON.IiIiIiiiiIiI(d:220)
        at org.osbot.cON.<clinit>(d:111)
        at org.osbot.rs07.event.WebWalkEvent.<init>(wl:141)
        at org.osbot.rs07.api.Walking.webWalk(wo:85)
        at b.j.b(Unknown Source)
        at script.TutorialIsland.onLoop(Unknown Source)
        at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ti:25)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.RuntimeException: error reading file
        at org.osbot.lPt5.IiIiIiiiiIiI(ng:180)
        at org.osbot.eb.IiiiiiiiIiii(of:252)
        at org.osbot.eb.IiIiIiiiiIiI(of:159)
        at org.osbot.eb.IiIiIiiiiIiI(of:191)
        at org.osbot.eb.IiIiIiiiiIiI(of:189)
        at org.osbot.eb.IiIiIiiiiIiI(of:184)
        at org.osbot.s.IiIiIiiiiIiI(vh:377)
        at org.osbot.s.IiIiIiiiiIiI(vh:737)
        at org.osbot.s.IiIiIiiiiIiI(vh:87)
        at org.osbot.s.<clinit>(vh:254)
        ... 10 more
    Caused by: java.io.IOException: EOF
        at org.osbot.lPt5.IiIiIiiiiIiI(ng:24)
        ... 19 more
    [INFO][Bot #1][06/14 04:32:27 AM]: Terminating script Explv's Tutorial Island...
    [INFO][Bot #1][06/14 04:32:27 AM]: Script Explv's Tutorial Island has exited! 

    no idea what that means :P

    Just restart client, it's a problem with the webwalking which happens from time to time.

    • Like 1
  2. 26 minutes ago, bedshaped said:

    I heard the Jmods talkin' about a new update to the bot detection system on the Q&A yesterday. Someone asked if they could remove the supplies from NMZ and they replied that they were put there initially to reduce botting of those items... "With the current update and changes to the anti botting system they could look at this."

    Anyone banned recently at range guild?

    Also, has anyone gotten banned for boosting castlewars?

    Range guild, c'mon bro...

  3. I have him on Skype cause I have done some business with him when he started and was trying to get feedback, he told me he is going to lurk around and scam more members so be aware!

  4. 14 minutes ago, Saiyan said:

    umm instead of trying to get the note item just check if u have the item to begin with and it's in note form

    i.e getInventory().contains(item -> item.isNote() && item.getName().equals("XYZ"));

    It works! Tyvm :D

  5. Just now, Saiyan said:

         
            if(varrockEast.contains(myPlayer()) && getInventory().getItem("Jug of water").isNote()){ return State.TRADE; } 

    maybe its tht?

    I know why it gives the NullPointer, but how else can I check if I got noted jugs instead of using the plain ID?

  6. 5 minutes ago, Explv said:

    :leech:

    Would be better if you posted what you have tried, what doesn't work, and let us help you that way.

    However in the getState it now throws a NullPointer, can I fix this using an else method in my getState()?

×
×
  • Create New...