Welcome!

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

Sign up now!

Resolved Problem with private bot access - Developer

I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Hello, I am trying to assign a bot to a specific user.

Somehow I can not select the script from the dropbox menu.

Can't select it.png

Tried different browsers.

Thank you

@Cloud @Arbiter
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
You likely have hidden set to true. Hidden != Private.
 
@Qosmiof2
Code:
<manifest>
    <main-class>com.osrs.privateScripts.rusty.cooking.Cooker</main-class>
    <name>Rusty's</name>
    <tag-line>Rusty</tag-line>
    <description>Stuff</description>
    <version>1.1.1</version>
    <compatibility>
        <game-type>OSRS</game-type>
        <game-type>RS3</game-type>
    </compatibility>
 
    <categories>
        <category>HERBLORE</category>
    </categories>
    <hidden>false</hidden>
    <access>private</access><internal-id>rustys-script</internal-id>
</manifest>

Its false :/

@Arbiter
 
Last edited by a moderator:
Mod Automation
Joined
Jul 26, 2013
Messages
3,044
It's not showing up because there is no bot by that name in the Bot Store or the push queue. Make sure you can find the manifest in your repository.
 
I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
It's not showing up because there is no bot by that name in the Bot Store or the push queue. Make sure you can find the manifest in your repository.
But it does show up. Its the last item in combobox with provate bots. I just cant select it
 
Top