Jump to content

Explv's OSBot Manager


Explv

Recommended Posts

Is it possible to have all the settings the same and just change the username?

This would save time when you're adding 20+ accounts running the same bot/same settings and all you have to do is change the username for each one.

For example, have Script, World Type, Low CPU, Low Resource always set the same and then just change username.

 

Anyways, this is a great feature. Thanks for the release

 

I could add copy/paste functionality if that would solve your problem

 

However I will consider changing the layout of things, maybe separating account from the other options.

 

I will implement one (or maybe both) of these two options in the next version, along with some other new features, expect an update by the end of this weekend.

 

Thanks

Edited by Explv
Link to comment
Share on other sites

honestly i dont know lol...

 

but i got it to work.

1. open the terminal.

2. drag the file inside the terminal

3. hit enter.

 

any way i can simply this? sorry im so nub on these CLI thingy and everything ubuntu related smile.png)

 

Right click on the jar file. got to properties and click the checkbox for execute permissions to be allowed on the file.

 

 

Command line method.

$ chmod +x /home/docmatson/downloads/explv_botmanager.jar

obviously replace the path with where your file is if you do this.

Edited by DocMatson
  • Like 1
Link to comment
Share on other sites

Right click on the jar file. got to properties and click the checkbox for execute permissions to be allowed on the file.

 

 

Command line method.

$ chmod +x /home/docmatson/downloads/explv_botmanager.jar

obviously replace the path with where your file is if you do this.

i dunno why i cant get it to work using your guide lol.

 

checked the permission too, still wont open..

 

found a workaround tho!

 

right click the jar file

go to properties

go to 'open with'

click add and then custom command

drag the file in the commandl line

thats it i can double click the jar file now..

 

lmao is this normal on CentOS?! or yeah maybe I'm lacking such skills on operating this kind of system lol

 

thanks for the guide tho! smile.png

Edited by askyman
Link to comment
Share on other sites

i dunno why i cant get it to work using your guide lol.

 

checked the permission too, still wont open..

 

found a workaround tho!

 

right click the jar file

go to properties

go to 'open with'

click add and then custom command

drag the file in the commandl line

thats it i can double click the jar file now..

 

lmao is this normal on CentOS?! or yeah maybe I'm lacking such skills on operating this kind of system lol

 

thanks for the guide tho! smile.png

 

Sounds like .jar files were not associated with the java program. but what you did should have fixed it. glad it works.

Link to comment
Share on other sites

Just to let you know, the new version isn't able to edit and start the older config file.

So you have to make them from scratch atm.

Also enabling norandom or reflection doesn't update in the table.

Hmm interesting, i'll take a look and fix it tonight. Thanks for the bug report

Just to let you know, the new version isn't able to edit and start the older config file.

So you have to make them from scratch atm.

 

Also enabling norandom or reflection doesn't update in the table.

 

If you want to fix the issue yourself, I believe the issue lies here:

 

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

 

I forgot to add:

reflection = new SimpleBooleanProperty();
noRandoms = new SimpleBooleanProperty();

Inside the catch block.

 

(Note to build the application you will need to include the OSBot.jar in the output .jar for local script loading to work)

 

I will upload a new version of the application at ~8pm GMT tonight (Can't do it now because I'm at work)

 

Thanks

Edited by Explv
  • Like 1
Link to comment
Share on other sites

Hmm interesting, i'll take a look and fix it tonight. Thanks for the bug report

 

If you want to fix the issue yourself, I believe the issue lies here:

 

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

 

I forgot to add:

reflection = new SimpleBooleanProperty();
noRandoms = new SimpleBooleanProperty();

Inside the catch block.

 

(Note to build the application you will need to include the OSBot.jar in the output .jar for local script loading to work)

 

I will upload a new version of the application at ~8pm GMT tonight (Can't do it now because I'm at work)

 

Thanks

 

That fixed the errors indeed ^^

  • Like 1
Link to comment
Share on other sites

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...