Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name ithan do thuzal
- // @version 1
- // @author aff
- // @match https://zemyna.margonem.pl
- // ==/UserScript==
- setInterval(()=>{
- if(map.id==2515){
- if(hero.x==46 && hero.y==39){
- _g(`talk&id=70712`);
- setTimeout(()=>{
- for(let i=0;i<document.getElementById(`replies`).childNodes.length;i++){
- if(document.getElementById(`replies`).childNodes[i].textContent.indexOf(`Wkraczam samotnie do środka.`)>-1){
- document.getElementById(`replies`).childNodes[i].click();
- break;
- }
- }
- },150);
- }
- else hero.searchPath(3,80);
- }
- },1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement