Jump to content

Khaleesi

$250.00 Donor
  • Posts

    26734
  • Joined

  • Last visited

  • Days Won

    211
  • Feedback

    100%

Everything posted by Khaleesi

  1. 1) Could you take a screenshot of this when it happends? Is the ring of duelling equipped at that point? 2) Any logs in the logger about missing items or? 3) Can you try to zoom out at bit more? bit not all the way though Thx for the feedback! Script updated to V1.14: - Fixed traversing to bank issue (SHould solve idles)
  2. Yes, create your own event like this: private boolean interactionEvent(NPC monster, String action) { InteractionEvent ev = new InteractionEvent(monster, action); ev.setOperateCamera(false); ev.setWalkTo(true); execute(ev); return ev.hasFinished() && !ev.hasFailed(); }
  3. Possible to screenshot when it's stuck?
  4. ounds like somehting fucked up the client .. Can you restart the client?
  5. Script updated to V1.05: - Fixed banking issue
  6. Activated enjoy Enjoy the trial!
  7. Ya that could be an issue So it didn't find the foreman to pay him Glad you got it solved!
  8. Shouldn't die in the next version (V1.09), added some failsafes for that Yes it should teleport, but that was adde din V1.08, wich was not yet online I assume. But 1.09 will be online soon Sorry for the delay! Ya had a few reports of this, should be fixed in V1.09 Sorry for the delay! Script updated to V1.09: - Fixed walking instead of teleporting. Will be online in a few hours. Khaleesi
  9. Script updated to V1.13: - Added arrow looting - Changed looting logic Will be online in a few hours. Khaleesi
  10. Try putting world more in front
  11. Sure enjoy the trial Glad to hear! Hope you can make some mills there ! $$$
×
×
  • Create New...