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

Tutorial Premium Bots

Discussion in 'Tutorials & Resources' started by Aidden, Jan 17, 2017.

  1. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    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.

    [​IMG]

    How to make your bot premium
    To make a bot premium all you have to do is add the
    Code (Text):
    1. <price>amount</price>
    element to your manifest where amount is a double i.e 0.05 is $0.05 per hour used.

    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 (Text):
    1.  
    2. getMetaData().getHourlyPrice().doubleValue() > 0
    This way you don't have to duplicate your codebase and manage two lots of code for one bot.

    How to get paid
    See Tutorial - Wallet Withdrawals for Premium Bot Authors.
     
    #1 Aidden, Jan 17, 2017
    Last edited by a moderator: Sep 14, 2019
    qverkk, SkyGuy and auxi like this.
  2. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    This is personal, and my views don't necessarily represent RuneMate's, but I feel like I should say that I would not request that your bot be made premium unless you are absolutely confident in your ability to satisfy your target user-base and are willing to maintain and update your bot regularly.

    Nothing sucks confidence from customers faster than having to pay for a mediocre bot.
     
    Swatarinaess, chad, Serene and 6 others like this.
  3. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Are you guys out of your mind?

    Like seriously, what's your reason to give everybody the option to make his bot premium without undergoing ANY sort of quality control?
    People that are paying money for using premium bots expect a certain quality standard, and that quality standard is completely gone now.
    The code and runtime analysis Cloud did in the first period of premium bots may have been harsh, but at the same time prove a bot to be of an approptiate quality.

    I recommend to have at least any kind of inspectation before allowing a bot to be premium.
    Right now a bot could be made premium that nobody but the author have ever used, and it's fair to say that a lot of users encounter problems that the author doesn't know of initially.

    You might say that users are the ones choosing the bot they want to run, so if a premium bot is not worth being premium for any reason, users could just lookout for an alternative. But that extremely devalues uniqe bots that are actually taken care off.

    If you really want to stick to this "out of the blue" premium model, I would like to see some separation between "Paid bots" and "Premium bots", with the latter one having to earn its status by quality control.
     
    abar455, Cloud, Alen and 9 others like this.
  4. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    It was @Arbiter's decision. My understanding is that with the strict standards, no one wanted to write premium bots, which can clearly be seen by the big ZERO premium bots we've had since spectre was released.

    Don't forget, we are pay by the hour, not month. If the user finds that the bot is buggy they're losing out on mere cents. And as i stated, if the bot isn't maintained then the bot WILL be removed from the store.
     
    Whitevans1 and Serene like this.
  5. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    There have been quite a few authors wanting to make their bot premium, but we always have been told to either wait until some new system is implemented, or until there are enough premium bot candidates to review.

    And I agree that a malfunctioning bot is not the end of the world since it's just a few cents, but past has shown that users even get pissed at losing those cents and even requesting charge backs, so...
     
    qverkk, Jhinn and Wet Rag like this.
  6. Jhinn

    Joined:
    Jun 9, 2015
    Messages:
    3,643
    Likes Received:
    1,337
    This. I've wanted to make premium bots for a long time, but we were always told to wait. I do want my code to go through some sort of review. This will ensure quality for the user, and a good feeling for myself knowing that my code quality is ok enough.
     
    Thiz18 likes this.
  7. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    Sounds like you were asking the wrong people, because I have not said any such thing and that's the only voice that matters as it speaks on behalf of the RuneMate Executives in this department.
     
    awesome123man likes this.
  8. Thesnowmann

    Thesnowmann Will review your bots upon request!

    Joined:
    Jan 16, 2017
    Messages:
    22
    Likes Received:
    6
    I think there should be some Quality Assurance set in place to stop crappy bot makers from ruining the RuneMate name. Even if it says developed by blah blah people can say "Man RuneMate is good but they have sub-par premium bots.". P.S. I love Brooke Davis <3
     
    SuperBotter likes this.
  9. Fizzell

    Fizzell ScriptScriptScript

    Joined:
    Sep 26, 2015
    Messages:
    39
    Likes Received:
    7
    Awesome! Motivated to make some premium bots now!
     
    SkyGuy and Geashaw like this.
  10. kronosqc

    Joined:
    Aug 23, 2016
    Messages:
    20
    Likes Received:
    3
    So <price>0.06</price> = 0.06$ /hour?
     
    Wet Rag likes this.
  11. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Correct
     
  12. kronosqc

    Joined:
    Aug 23, 2016
    Messages:
    20
    Likes Received:
    3
  13. Yuzuhime

    Joined:
    Nov 25, 2018
    Messages:
    5
    Likes Received:
    0
    i run 2 instance using a premium script bot, must i pay double amount /h for it ?
     
  14. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Yes
     
  15. FarmingPatch

    Joined:
    Apr 12, 2017
    Messages:
    1
    Likes Received:
    0
  16. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    [​IMG]
     

Share This Page

Loading...