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

    Question InventoryListener

    lol i took out what i wanted to say but thats what i had. If i tried to use "event" like event.getChange() it wouldn't fix the issue
  2. R

    Question InventoryListener

    package com.RunnerKing.bots.div_bot; import com.runemate.game.api.hybrid.entities.GameObject; import com.runemate.game.api.hybrid.entities.Item; import com.runemate.game.api.hybrid.entities.Npc; import com.runemate.game.api.hybrid.entities.Player; import...
  3. R

    Question InventoryListener

    setting them public doesn't fix the issue ;/ I still get the same error with override
  4. R

    Question InventoryListener

    Im having trouble starting InventoryListener 1. Ive added the getEventDispatcher.addListener(this) 2. I implement InventoryListener as part of the public class 3. I tried to write: private void onItemRemoved(ItemEvent ddd){ } but it says its never used Any reason?
  5. R

    Bug Any script I run locks up/freezes PC for 1 second

    Recently I've been trying to write some bots and thought it was a problem with my coding, but it turns out when i run any bot even from the store, my PC locks up every second. nothing wrong with the bot, but it prevents me from multi-tasking. Any solutions? Edit: it seems to happen right...
Top