- Joined
- Dec 27, 2017
- Messages
- 95
- Thread Author
- #1
What can be gui not showing up causes while bot is in bot store? In development mode everything works as it should and i get 0 errors.
Manifest file:
<manifest>
<main-class>com.faustis1337.bots.MasterFarmer.StartingRootTask</main-class>
<name> Simple Master Farmer</name>
<description>Thieves Master Farmer for best gp/hr in thieving. Supporting Draynor village and Ardougne Areas.</description>
<version>1.0.0</version>
<price>0.03</price>
<tag-line>Master Farmer </tag-line>
<description>
-Thieving Master Farmer in Draynor Village and Ardougne.
-Some of the anti-ban features to reduce ban rate.
-Break handler.
-Dodgy necklaces.
-Select which seeds to keep, which seeds to drop.
-Automatically walks to Draynor or Ardougne.
-Supports many kinds of food, you're free to select.
-Various trackers.
And other features.
Requirements:
-Wield a bow.
</description>
<compatibility>
<game-type>OSRS</game-type>
</compatibility>
<internal-id>MasterFarmer</internal-id>
<categories>
<category>THIEVING</category>
<category>MONEYMAKING</category>
</categories>
<tags>
<tag>moneymaking</tag>
<tag>thieving</tag>
</tags>
<resources>
<resource>com/faustis1337/bots/MasterFarmer/Ui.fxml</resource>
</resources>
</manifest>
Manifest file:
<manifest>
<main-class>com.faustis1337.bots.MasterFarmer.StartingRootTask</main-class>
<name> Simple Master Farmer</name>
<description>Thieves Master Farmer for best gp/hr in thieving. Supporting Draynor village and Ardougne Areas.</description>
<version>1.0.0</version>
<price>0.03</price>
<tag-line>Master Farmer </tag-line>
<description>
-Thieving Master Farmer in Draynor Village and Ardougne.
-Some of the anti-ban features to reduce ban rate.
-Break handler.
-Dodgy necklaces.
-Select which seeds to keep, which seeds to drop.
-Automatically walks to Draynor or Ardougne.
-Supports many kinds of food, you're free to select.
-Various trackers.
And other features.
Requirements:
-Wield a bow.
</description>
<compatibility>
<game-type>OSRS</game-type>
</compatibility>
<internal-id>MasterFarmer</internal-id>
<categories>
<category>THIEVING</category>
<category>MONEYMAKING</category>
</categories>
<tags>
<tag>moneymaking</tag>
<tag>thieving</tag>
</tags>
<resources>
<resource>com/faustis1337/bots/MasterFarmer/Ui.fxml</resource>
</resources>
</manifest>