Advertisement
Nolifeq

Untitled

Dec 29th, 2021 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. // ==UserScript==
  2. // @name ithan do thuzal
  3. // @version 1
  4. // @author aff
  5. // @match https://zemyna.margonem.pl
  6. // ==/UserScript==
  7.  
  8. setInterval(()=>{
  9. if(map.id==2515){
  10. if(hero.x==46 && hero.y==39){
  11. _g(`talk&id=70712`);
  12. setTimeout(()=>{
  13. for(let i=0;i<document.getElementById(`replies`).childNodes.length;i++){
  14. if(document.getElementById(`replies`).childNodes[i].textContent.indexOf(`Wkraczam samotnie do środka.`)>-1){
  15. document.getElementById(`replies`).childNodes[i].click();
  16. break;
  17. }
  18. }
  19. },150);
  20. }
  21. else hero.searchPath(3,80);
  22. }
  23. },1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement