Jump to content

usedcomdom

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

usedcomdom's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Ahh It works now with a slight tweet MouseDestination dest = new RectangleDestination(getBot(), getInventory().getMouseDestination(slot).getBoundingBox()); getMouse().click(dest); Thank you for your help
  2. No, its a valid slot, I even hard coded it to make sure, a valid area is returned as well that encompasses the item's hitbox but the IsVisible() function return false when in the Gear. It's confusing.
  3. I've given that a go both with and without the AreaDestination wrap, but the destination in both scenarios has IsVisible() set to false so the mouse click event ignores it, but it works when outside the Gear window
  4. I have been playing around with equipping gear in the gear UI but I am not able to use the inventory functions that are built in, the reason for this is when I call for example getInventory().getItem(id).interact(action); The script closes the UI, opens the inventory page and equips it there. How Can I equip the gear from this page without this odd interaction? Another reason I find this strange is that when in the bank, the inventory functions still work fine but it only seems to be in this UI.
  5. I've checked the config's and no flags are set either. I may have to manually set when I last teleported and check the time stamp for 30 min.
  6. I was wondering why the WebWalkEvent dose not call the lumbrage home teleport when it factors in the quickest route or have I missed something? I have made sure to include "setAllowTeleports(true);" but it dose not use it. Would I need to manually make the check and teleport before calling WebWalkEvent or is there a condition within it to enable this? Thanks.
×
×
  • Create New...