Jump to content

Explv's OSBot Manager


Explv

Recommended Posts

  • 2 weeks later...
  On 2/25/2018 at 7:44 PM, battleguard said:

Works great thanks for open sourcing this.

The main problem I ran into was the stop was not working because the message

} else if (outputLine.contains("OSBot is now ready!")) {

https://github.com/Explv/osbot_manager/blob/master/osbot_manager/src/bot_parameters/configuration/Configuration.java#L422

never fired on mine so I changed it to

} else if (outputLine.contains("Successfully loaded OSBot!")) {

Also I am hoping I can find a way to call my onstop on the script so I can gracefully shutdown the script.

And it would be nice for the parameters you put on a script to show up when selecting them because if you have 2 different CLI commands you cannot see the difference in the script selector.

If you are down for changes I can push some of these up to you I also made it a maven project so its easier to get running after cloning.

Expand  


Yeah, I guess they changed the boot message.

I may be able to work some magic to call onStop.

As a temporary workaround, if it's your own script, you could probably add something like Runtime.getRuntime().addShutdownHook(new Thread(() -> onStop())) to your onStart().

If you want to make changes you can just create a pull request and i'll take a look at it :)

 

  On 2/27/2018 at 9:46 AM, prompt said:

Isn't loading up on windows 10 fresh build for me, jdk and jre installed, anything I'm being stupid and missing?

Expand  

 

  On 2/28/2018 at 1:16 AM, 01053 said:

Same issue as this guy anyone have any clue as to why this is happening?

Expand  

 

Will take a look

Edited by Explv
Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Version 8.0 jar on my Mac gives me the error login details are incorrect but same details work on osbot.org

Was going to see if it worked if I hardcode my values into the project, however all the .jar files doesn't open that I build

@explv can you send a screeny of your settings in intellij?

Here's what mine are currently:

 

Screen Shot 2018-04-17 at 18.29.55.png

Screen Shot 2018-04-17 at 18.29.38.png

Screen Shot 2018-04-17 at 18.29.26.png

Link to comment
Share on other sites

  On 4/17/2018 at 5:30 PM, Secret_sally said:

Version 8.0 jar on my Mac gives me the error login details are incorrect but same details work on osbot.org

Was going to see if it worked if I hardcode my values into the project, however all the .jar files doesn't open that I build

@explv can you send a screeny of your settings in intellij?

Here's what mine are currently:

...

Expand  

Login details are incorrect is problem with osbot, not this application (think the _ in my username causes problems)

Got the project to compile, running java -jar osbot_manager_jar/osbot_manager.jar in my terminal gave me the errors

I had forgotten to mark the resources folder as a source folder in project settings

Link to comment
Share on other sites

  On 6/14/2016 at 2:50 PM, Explv said:

Explv's OSBot Manager

 

GITHUB: https://github.com/Explv/osbot_manager

 

DOWNLOAD: https://github.com/Explv/osbot_manager/releases

 

Changelog

 

 

  Reveal hidden contents

 

 

 

With the latest release of CLI capabilities for OSBot, this manager makes batch script loading easy.

 

Any commit requests are welcome.

 

Features:

  • Completely Open Source: Take a look at the code, or modify it as you please.
  • Simple GUI

How to use:

  • First go to to the Bot Settings tab, set the path to your OSBot .jar file, add your OSBot username and password
  • Then go to the runescape accounts tab, and add any runescape accounts you want to use
  • Then go to the scripts tab, and add any scripts you want to use. You can either use the script name (if it is a local script) or the script id (ask the script developer for this)
  • Optionally add any proxies you wish to use on the proxies tab
  • Finally, go to the configurations tab, and add some configurations. These consist of a runescape account, a script, (optionally) a proxy, and any other bot settings.
  • To run a configuration simply select it and hit "Start", or press "Start All" to run all of them.

 

Keyboard shortcuts:

  • Ctrl-c to copy a row
  • Ctrl-v to paste a row
  • Delete to delete a row
 

Mouse shortcuts:

  • Double click to edit a row
  • Right click to open context menu

 

Importing proxies and rs accounts from files:

 

 

RS account files must have the format

username:password

or

username:password:pin

Proxy files must have the format:

ip:port

or

ip:port:user:password

Screenshots:

 

eWhszDf.png

 

CeYA8N1.png

 

nhF1YHY.png

 

GvNtCN0.png

 

 

 

 

 

 

Expand  

This is so handy, thank you very much!

  • Like 1
Link to comment
Share on other sites

  On 4/18/2018 at 2:00 AM, secretsally said:

Login details are incorrect is problem with osbot, not this application (think the _ in my username causes problems)

Got the project to compile, running java -jar osbot_manager_jar/osbot_manager.jar in my terminal gave me the errors

I had forgotten to mark the resources folder as a source folder in project settings

Expand  

Everything working for you now?

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...