Welcome!

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

Sign up now!
  1. A

    Free $15 RM credit [giveaway ended!]

    Entering :P
  2. A

    Resolved 66 botting hours used on one character in one day?

    Obviously I wasn't being literal in the sense that your business model should be to break even or return a very small profit. What I am suggesting is that there are different business models that work equally as well and provide a better experience to the user. Also, it's not really that I'm...
  3. A

    Resolved 66 botting hours used on one character in one day?

    A business model in which you make a majority of your profits off of premium bot sales and other premium services, not general usage of the service. That's how other botting platforms work and they've managed to not go bankrupt.
  4. A

    Resolved 66 botting hours used on one character in one day?

    I always wondered what the reasoning behind charging past 200 hours was. In what way does it cost Runemate more the more hours someone uses?
  5. A

    Resolved 66 botting hours used on one character in one day?

    You could always remove the aspect of limited hours :)
  6. A

    OSRS Ensouled Head Prayer Bot

    I've got the structure down and most of the branches coded... I'm having trouble figuring out how to utilize the fairy rings as a form of transportation.
  7. A

    Resolved 66 botting hours used on one character in one day?

    This happened to me multiple times in the past. Only have one account as well.
  8. A

    Question Inventory.getQuantity incompatible types

    Perhaps explain what it is based on? ;)
  9. A

    Question Inventory.getQuantity incompatible types

    Haha I'll take your word for it :P
  10. A

    Question Inventory.getQuantity incompatible types

    Is this more efficient? I wasn't sure how to use newQuery() in this case so I didn't attempt to. By the way, your tutorials are the bomb :)
  11. A

    Question Inventory.getQuantity incompatible types

    Because this specific class wont be imported into other classes I assume?
  12. A

    Question Inventory.getQuantity incompatible types

    I'm a pretty big newb I must admit lol. Thank you for the pointer. New code: public boolean validate() { Integer howmany = Inventory.getQuantity("Monkfish"); if (howmany == 3){ return true; }else{ return false; } }
  13. A

    Question Inventory.getQuantity incompatible types

    I'm declaring the name of the item as a string and using Inventory.getQuantity(String) to obtain the amount of said item in order to see how many are in my inventory. I'm getting the error "Incompatible types. Found: 'java.lang.Integer, required: boolean". I can't find a solution in the API and...
  14. A

    An Open Source quester bot

    That would be sufficient. You could even require developers to alert them before beginning a project to ensure two people don't work on the same quest at the same time.
  15. A

    An Open Source quester bot

    Perhaps Runemate itself could implement a platform for which bot authors can submit the test quest bot to runemate and they can implement it at their discretion into the client. The bot author could be given a range for which he could charge people for the quest if he so chooses.
Top