Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26703
  • Joined

  • Last visited

  • Days Won

    209
  • Feedback

    100%

Everything posted by Khaleesi

  1. You should be doing this in your onLoop int MyAttackLvl = getSkills().getDynamic(Skill.ATTACK); int MyDefenceLvl = getSkills().getDynamic(Skill.DEFENCE);
  2. Check the OSBot logger for more info
  3. 1. Why are you commenting on the fisher topic if you post has nothing to do with the script? 2. I can bann whoever I want and whenever I want in my discord. It's a community to support people that use my scripts and love botting, toxic behaviour has no place in there. 3. If I would show your chat/behaviour from my discord in public here people would laugh in your face, stop acting like a 16y old.
  4. Might not be related to your problem but make sure to always null check before using am interact option. NPC Shopkeeper = npcs.closest("Shop npc"); Shopkeeper.interact("Trade"); Should be: NPC Shopkeeper = npcs.closest("Shop npc"); if(shopkeeper != null){ Shopkeeper.interact("Trade"); ... } For the rest, on what line are you getting an NPE?
  5. Should never be an issue, where does it get stuck for you?
  6. You appeal on the bann itself nowadays Go to your acc status on the website ^^
  7. Khal GOTR updated to V1.13: - Added Divine rune pouch support Will be live soon Enjoy!
  8. AS far as I know there are no known issues at this point, mind taking a screenshot when this happends, also open the logger That way I can see the status and the log and see what's going on
  9. Ya it might have clicked ont eh npc again, will add something fort hat
  10. So what was it doing that it couldn't open the settings? Was it mid conversation? Will check it out though!
  11. Not having any issues here, but I will take a look at it...
  12. Keep me updated, take a screenshot when it's not doing anything so I can see what's going on
×
×
  • Create New...