Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resource [Official] The Bot Manifest (XML)

Engineer
Joined
Jul 28, 2013
Messages
2,776
The format has been changed slightly as of today.
<game-type>
has been replaced by
<game>
and
<disable-game>
has been introduced. By default <game>RS3</game> specifies that DARK (DarkScape) is also supported. To disable DarkScape support you must specify so with the <disable-game> tag. This is also how DEAD (Deadman) will be supported assuming that it works in a similar way to DarkScape. All existing manifests should continue to work but please update them to the new format to guarantee future compatibility.

We would prefer that games such as DARK not be disabled unless you're extremely confident that your bot will not work correctly on DARK.
 
First Bot Author
Joined
Aug 7, 2013
Messages
262
  1. The tag line and description have a character limit. What happens if this limit is exceeded?
  2. What are supported compatibility values? I know OSRS, RS3, DEAD and DARK, but where is it documented?
  3. Likewise, where are the supported values for categories documented?
 
Last edited:
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
  1. The tag line and description have a character limit. What happens if this limit is exceeded?
  2. What are supported compatibility values? I know OSRS, RS3, DEAD and DARK, but where is it documented?
  3. Likewise, where are the supported values for categories documented?
1. They are auto-rejected from the Bot Store.
2. OSRS and RS3 are the only supported values. DARK used to be one, but Jagex discontinued DarkScape.
3. Category
 
( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,410
For making my bots supporter only, is it just <bot-type>Supporter</bot-type>? Also would I be able to still use them outside of intelliJ even though I'm not a supporter right now?

Edit: Nvm found it on the jdocs. It's under access if anyone wants to know.
 
Last edited:
Top