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. thunderkill

    Absolutely Barbaric Fishing [Deleted]

    Thunderkill submitted a new resource: Absolutely Barbaric Fishing - Finally a good baxtorian falls fisher? Read more about this resource...
  2. thunderkill

    Bug Cannot retrieve all actionbar slots

    RuneMate Version: 2.50.3 Affected Games: RS3 When trying to query for all actionbar slots, simply doing ActionBar.newQuery().results(); doesn't work, it only gives filled slots. Doing some wild stuff like ActionBar.newQuery().filter(slot -> slot.isEmpty() || !slot.isEmpty()).results()...
  3. thunderkill

    Bug Varps broken on latest update

    java.lang.NullPointerException at com.runemate.game.api.hybrid.local.Varbits.loadAll(hkb:59) at nul.iiIiiIiIiIII.short(lbb:149) at nul.iiIiiIiIiIII.short(lbb:140) at nul.IiIIiIiIIIiI.run(oya:51) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at...
  4. thunderkill

    Question DepositBox depositing really slow?

    I am using DepositBox class to use the DepositBox.deposit("item", 0); to deposit all items, but it is REALLY slow and sometimes instead depositing all items it tries to deposit "X" and types 0. It takes somewhere around few seconds to a half of a minute to deposit all of a single item, this has...
  5. thunderkill

    Bug ? getItemDefinition on ActionBar items wrong

    Pretty much all the actionbar.slot data is wrong, I can't get any item to work. RuneMate version 2.4.9
  6. thunderkill

    Plugins

    An extremely nice feature RuneM8 could have, is plugins. Plugins would work in conjunction with the main bot which is running, or would give functionality to the bot client for normal/legit players (Like OSBuddy). Plugins would save the bot developers time as they wouldn't have to add a single...
  7. thunderkill

    ThunderMuspah [Deleted]

    Thunderkill submitted a new resource: ThunderMuspah - The Ultimate Muspah killer, gain MASSIVE amounts of XP and MONEY fast! Read more about this resource...
  8. thunderkill

    Suggestion Push certain bots

    It's really annoying that the "Push Bot Update" button pushes all bots to be updated. I would really like to have a selection as what bots to push, also it will save @Cloud and @Arbiter alot of time would it? Maybe even "Push new bots" button to push all new bots you have developed.
  9. thunderkill

    ThunderFighter [Deleted]

    Thunderkill submitted a new resource: ThunderFighter - AIO Fighting script. Easily start killing monsters near you. Can last forever with regenerating! Read more about this resource...
  10. thunderkill

    ThunderFruitbat [Deleted]

    Thunderkill submitted a new resource: ThunderFruitbat - Gathers papaya fruit with a fruit bat. Read more about this resource...
  11. thunderkill

    ThunderConstruction [Deleted]

    Thunderkill submitted a new resource: ThunderConstruction - Trains construction Read more about this resource...
  12. thunderkill

    ThunderSummoning [Deleted]

    Thunderkill submitted a new resource: ThunderSummoning - Trains Summoning Read more about this resource...
  13. thunderkill

    Resolved ActionBar Slot Keybind

    ActionBar.Slot.{SlotHere}.getKeyBind(); will return the cooldown value if "Toggle Ability Cooldown Timer" set to true from Interface settings ingame. So when you call ActionSlot.activate() it will press the wrong button if it's on cooldown. Not a huge bug but might aswell post it.
  14. thunderkill

    Thunderr's RuneMate Projects

    Thunderr's RuneMate Projects UPDATED 25.3.2015 Here i will list all my projects regarding RuneMate. Released, planned, in-progress and in testing phase. You can check this thread for bot status for my bots, if they are down/broken. So i will be updating this thread often. If you want anything...
  15. thunderkill

    Chat API

    As far as i have seen there is no chat api to send a message to the chat. So a chat API would be needed. Chat.SendMessage(ChatType, Message) Chat.SendMessage(Message) Chat.PrivateMessage(Message, Receiver) etc etc... @Cloud Thank you, ~Thunderr
  16. thunderkill

    Resolved Shop API(s) broken

    straight TL;DR'd version: Shop api seems to be broken. Shop.Buy(int id, int quantity); doesn't work. Also cannot retrieve any item from a shop with Shop. api. System.out.println(Shop.getItems().asList().toString()); prints out only [ ] when shop is open (Interface ID 1265) @Cloud
Top