Jump to content

Woody

Members
  • Posts

    715
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Woody

  1. where's the 'Activity' class?

     

    I want to see how it's set up.

     

    EDIT:

     

    It's an interface like this?

    public interface Activity{
    	
    	public abstract boolean activate();
    	public abstract void execute();
    	public abstract String status();
    
    }
    
  2. Well, if you get a message that the overload effect has run out, then yes, you can use message listener. Alternatively, you can use a timer for overload, if the effect last for 5 minutes like you said.

     

    For the absorption, you can use widgets. Read the value of the widget where the amount of absorption displays. Then you can determine whether you should take a sip or not.

  3. Got this and then a disconnection..

    [ERROR][Bot #1][04/06 01:16:45 em]: Error executing event : org.osbot.rs07.event.WalkingEvent@7f568c24
    java.lang.NullPointerException
    	at org.osbot.rs07.api.util.DynamicCircularPathFinder.construct(wo:196)
    	at org.osbot.rs07.api.util.DynamicCircularPathFinder.construct(wo:13)
    	at org.osbot.rs07.api.util.DynamicCircularPathFinder.construct(wo:10)
    	at org.osbot.rs07.event.WalkingEvent.createPath(xi:345)
    	at org.osbot.rs07.event.WalkingEvent.execute(xi:257)
    	at org.osbot.rs07.event.EventExecutor$2.run(hj:157)
    	at org.osbot.rs07.event.EventExecutor.execute(hj:70)
    	at org.osbot.rs07.script.MethodProvider.execute(fc:274)
    	at org.osbot.rs07.api.LocalWalker.walk(fe:165)
    	at e.aUx.E(j:181)
    	at core.Main.onLoop(e:215)
    	at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(xf:235)
    	at java.lang.Thread.run(Unknown Source)
    [INFO][Bot #1][04/06 01:21:25 em]: Could not find the data orb, activating run manually. Please report this bug!
    
  4. This error is a response code being sent back to the client. You should be getting an error message on the RS Login Screen saying something along the lines of "You have too many connections to this address". 

     

    -How many accounts are you trying to log into the same world?

    -How many accounts are you trying to log into the game?

    -What is the error message you are getting in the RS Login Screen? (NOT THE CLIENT)

    -What is the name of the script you are using?

     

    Thanks!

     

    -Alek

    - Just 1 account

    - I only have 1 account

    - No message on RS login screen. The game just disconnects and then login screen appears to log in, but the script stops and gives me the message in the log.

    - I'm using Extreme Agility.

     

    I played a bit legit on the osbot client and it's still the same, disconnections like every 10 minutes. I've updated my java and everything, can't find the problem.

  5. When running a script the game disconnects like every 10-15 minutes. Sometime the auto login works but after like 3-4 disconnections I get this message in the log

     

    [ERROR][bot #1][04/05 11:13:54 fm]: There has been a connection error! You may have too many accounts logged in under the same ip, already have an account logged in, or a general connection issue to the game server.

     

    4266604994.png

     

    My internet is fine. I have no problems when playing runescape on their client and I can run other games perfectly fine.

     

    So what could be causing this problem?

×
×
  • Create New...