Jump to content

Khaleesi

Script Officer
  • Posts

    27594
  • Joined

  • Last visited

  • Days Won

    223
  • Feedback

    100%

Everything posted by Khaleesi

  1. Thanks for the heads up, will check that out right now You can;t atm, just deposit your whole gear and equip a max charge one?
  2. Because you are loading the cloest cow with this code, that won't always be the cow you are fighting if another ones get into the same range as the one you are already fighting. NPC cow = main.getNpcs().closest(npc -> npc.getName().startsWith("cow") && npc.isAttackable()); What you can do is check if you are under attack by a cow, if so don't do anything, else attack a new one NPC npcAttackingMe = script.getNpcs().closest(npc -> npc.isInteracting(script.myPlayer()) && npc.hasAction("Attack") && npc.getHealthPercent() > 0 && script.getMap().canReach(npc));
  3. I believe the walking code is a event and no other code of yours gets executed until it's done. If you print out some logs you can see that What you can do is create your own walkingevent: (Rough guess) WalkingEvent event = new WalkingEvent(); event.setPath(areasAndPaths.pathToDestination); event.setHighBreakPriority(true); event.setBreakCondition(new Condition() { @Override public boolean evaluate() { return atDestination() || nearbyThreat(); } });
  4. Enjoy!
  5. All good!
  6. Sure just hit me up on discord ^^
  7. You already have an expired trial on this script Enjoy! Enjoy!
  8. Enjoy!
  9. Somethimes restarting the client can fix a lot of these weird things
  10. Very strange can you send me a screenshot where u start it and what settings you are using?
  11. Enjoy!
  12. Enjoy! You already have an expired agility trial
  13. You already have an expired trial on this script
  14. hmm stramge, if you see tyhis again, please grab a screenshot so I can see where it is, script status, how the inventory looks and that kind of stuff Or ring of dueling to ferox, free health and run restore ^^
  15. Enjoy the trials
  16. Works just fine... You would be the first in 7 years to have this issue
  17. Enjoy!
  18. None of my scripts have muling or ge restocking atm Working on rewriting some parts so this dopesnt happen anymore
  19. Welcome! To run the script itself you do not need VIP VIP is required to use mirror mode and to run 2+ accounts
  20. Enjoy!
  21. enjoy!
×
×
  • Create New...