Jump to content

How to import a script from another bot or another version of osbot?


Korn

Recommended Posts

Generally speaking, most bot API is very similar so converting would be no problem. The problem really rests with how individual bots execute their own methods. For instance:

 

Bot X: All interactions are handled by you. If an entity is not on screen, you must walk to it.

Bot Y: If an entity is not on screen, the bot will automatically walk you to it. 

 

It's usually a lot easier to just make the script from scratch. 

Link to comment
Share on other sites

Generally speaking, most bot API is very similar so converting would be no problem. The problem really rests with how individual bots execute their own methods. For instance:

 

Bot X: All interactions are handled by you. If an entity is not on screen, you must walk to it.

Bot Y: If an entity is not on screen, the bot will automatically walk you to it. 

 

It's usually a lot easier to just make the script from scratch.

It's easier if you have a reference aka converting the scriot using their data and logic.
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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