Jump to content

r3nnoc

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

r3nnoc's Achievements

Newbie

Newbie (1/10)

0

Reputation

  1. so i have this bit of code this is supposed to have the player talk to the NPC in karamja and pay the fare but he keeps walking away from the customs officer. the webwalk seems to be looping but I don't know why. the if statement has animation and dialogue checks so the code shouldn't execute ??? Position pos1 = new Position(2943, 3146, 0); NPC sailor = getNpcs().closest(3648); if (getInventory().isFull() && (!myPlayer().isAnimating() && (!getDialogues().inDialogue()))) { getSettings().setRunning(true); getWalking().webWalk(pos1); if (sailor != null) { sailor.interact("Pay-Fare"); sleep(getRandomNumber(1000, 3000)); if (dialogues.isPendingContinuation()) { dialogues.clickContinue(); } any help would be appreciated
×
×
  • Create New...