Welcome!

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

Sign up now!

Bug Manifest.xml perfect example

Joined
Feb 20, 2018
Messages
4
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."
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,091
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.
 
Joined
Feb 20, 2018
Messages
4
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.

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!
 
Joined
Jun 9, 2015
Messages
3,717
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.

Kills Giant Spiders in the Stronghold of Security.
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.
 
Joined
Feb 20, 2018
Messages
4
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.

Will give it a try, Thank you very much
 
cuppa.drink(java);
Joined
Mar 13, 2018
Messages
7,091
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.
 
Top