Jump to content

saurav2008

Members
  • Posts

    8
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

779 profile views

saurav2008's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. Algorithm wise isnt the issue. More because I am new to the api and its pretty rare to get a genie to debug code. Rather have someone's snippet if they are experienced and have used it many times.
  2. Anyone have a snippet of taking the lamp from a genie when it spawns rather than ignoring? Thanks in advance.
  3. Is there a faster way to interact two items with each other, similar to dart fletching or using a chisel on a full inventory. Been using interact() function, have also tried using mouse to click certain square. Is there any way to speed up the interaction ?
  4. I did, and no that did not fix the issue. If it helps to mention, its the climbing rocks shortcut on zeah between mining spot and dark altar.
  5. They don't have the same Id. Didn't know that thanks for tip.
  6. I have an object I an clicking by doing obstacle = objects.closest(27985); obstacle.interact("Climb"); However, this object is directly next to another object and it often misclicks the wrong obstacle. How can I stop from misclicking the wrong object? I have tried to have the code stop and stand still before trying to interact with the object, but it still can misclick. Any snippets to help?
×
×
  • Create New...