Guest User

Untitled

a guest
Nov 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. public int loop() {
  2. Npc tanner = Npcs.getNearest(tannerID);
  3. if (Npcs.getNearest(tannerID) != null) {
  4. tanner.interact("Trade");
  5. sleep(1000,2567);
  6. if(Widgets.get(324).isValid() && Widgets.getComponent(324,5).isVisible()){
  7. log("Widget is valid");
  8. sleep(300,700);
  9. Widgets.getComponent(324,5).click(false); //preciso fazer clicar em tan all
  10. }
Add Comment
Please, Sign In to add comment