1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Bug Manifest.xml perfect example

Discussion in 'Developer Support' started by iamnub321, Sep 5, 2019.

Tags:
  1. iamnub321

    Joined:
    Feb 20, 2018
    Messages:
    4
    Likes Received:
    0
    Hello, since cloud does not answer my message, can someone post me a perfect example of manifest, since i can't publish because of "Polish up your explanation, extended details will go on your resource thread."
     
  2. CuppaJava

    CuppaJava cuppa.drink(java);

    Joined:
    Mar 13, 2018
    Messages:
    6,120
    Likes Received:
    1,378
    It probably makes more sense to post your manifest and we'll tell you what should be changed.

    By the sounds of it your explanation is just too long/wordy.
     
  3. iamnub321

    Joined:
    Feb 20, 2018
    Messages:
    4
    Likes Received:
    0
    Right, so here is my manifest:

    <manifest>
    <main-class>com.soz.bots.IAFK.Main</main-class>
    <name>IAFK Giant Spiders - Stronghold</name>
    <tag-line>IAFK</tag-line>
    <description>ONLY eats trouts and salmons.
    If out - be sure to have feathers and rod in bag - bot will fish and cook.</description>
    <version>1.0.0</version>
    <compatibility>
    <game>OSRS</game>
    </compatibility>

    <categories>
    <category>COMBAT</category>
    </categories>
    <resources>
    <resource>com/soz/bots/IAFK/IafkTest_ui.fxml</resource>
    </resources>
    <internal-id>I_AFK_SPIDER</internal-id>
    <open-source>false</open-source>
    <hidden>false</hidden>
    <tags>
    <tag>Combat</tag>
    <tag>AFK</tag>
    </tags>
    </manifest>

    (yes, my fxml file has test on it, since i cant get fxml to work lul)

    Thanks for help in advance!
     
  4. Jhinn

    Joined:
    Jun 9, 2015
    Messages:
    3,647
    Likes Received:
    1,337
    It's most likely your description. That info should be on the bot overview(the forum thread created when you release the bot), not in your bot description.

    or something like that would probably fit better as a description. Then in the bot overview you can state that it only eats trout and salmon, and what to do when you're out of food.
     
  5. iamnub321

    Joined:
    Feb 20, 2018
    Messages:
    4
    Likes Received:
    0
    Will give it a try, Thank you very much
     
  6. Jhinn

    Joined:
    Jun 9, 2015
    Messages:
    3,647
    Likes Received:
    1,337
    Good luck!
     
  7. CuppaJava

    CuppaJava cuppa.drink(java);

    Joined:
    Mar 13, 2018
    Messages:
    6,120
    Likes Received:
    1,378
    I think it's still useful to mention the fishing feature in the description since not everyone reads the thread, but you should make it more succinct.

    Something like "Kills giant spiders in the stronghold while eating Trout and Salmon, and fly fishing when out of food."

    Or something.
     

Share This Page

Loading...