- Joined
- Dec 3, 2013
- Messages
- 6,771
- Thread Author
- #1
Requirements
Currently, anyone can make their bots premium and there are no code/performance quality reviews being performed before approving premium bot candidates. To keep it that way i must ask you all to only make your bots premium if you are devoted to maintaining them. If your bot is broken or buggy and you don't fix it in a timely manner, your bot will be removed from the store.
Please also make sure to update the version when appropriate and include a change log in the updates section of your resource for users to read. Not doing so may result in a warning and continual lack of change logs may see your bot being removed from the store.
RuneMate Staff have final say on whether or not your bot is suitable for Premium.
How to make your bot premium
To make a bot premium all you have to do is add the
Code:
<price>amount</price>
If you want to use a lite/premium model where you have a bot that has some features you would like to be premium only you can simply create two manifests. Make sure they have a different internal-id and one of them has the price element.
To check in your bots code if the user is running the premium version or not use the following code:
Code:
getMetaData().getHourlyPrice().doubleValue() > 0
How to get paid
See Tutorial - Wallet Withdrawals for Premium Bot Authors.
Last edited by a moderator: