Jump to content

Khaleesi

$250.00 Donor
  • Posts

    27077
  • Joined

  • Last visited

  • Days Won

    215
  • Feedback

    100%

Everything posted by Khaleesi

  1. 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?
  2. Should never be an issue, where does it get stuck for you?
  3. You appeal on the bann itself nowadays Go to your acc status on the website ^^
  4. Khal GOTR updated to V1.13: - Added Divine rune pouch support Will be live soon Enjoy!
  5. 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
  6. Ya it might have clicked ont eh npc again, will add something fort hat
  7. So what was it doing that it couldn't open the settings? Was it mid conversation? Will check it out though!
  8. Not having any issues here, but I will take a look at it...
  9. Keep me updated, take a screenshot when it's not doing anything so I can see what's going on
  10. You have to add the first acc of your list to osbot and use that one to auto login. The rest of the list will be done by the script whenever the previous acc is done
  11. You just paste them in or what exactly do you mean?
  12. Enjoy! Sure does Make sure to resize the original client smaller than the game client to make it work with mirror at the start
×
×
  • Create New...