Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name ithan do thuzal bez tuzmer
- // @version 1
- // @author aff
- // @match https://tarhuna.margonem.pl/
- // ==/UserScript==
- Wracaj = function(){
- let time
- if(map.name=='Ithan'){
- if (document.getElementById('dialog').style.cssText.includes("block")) {
- document.querySelectorAll('#replies li').forEach(dialog => {
- if (dialog.innerText.includes('Chciałem się teleportować.')) dialog.onclick();
- if (dialog.innerText.includes('Thuzal (5000 sztuk złota).')) dialog.onclick();
- });
- time = Math.floor(Math.random() * 250) + 500;
- }
- }
- }
- setInterval(Wracaj, 2000);
- test = function(){
- if (map.name=='Ithan'){
- hero.searchPath(56,25)
- }
- }
- setInterval(test, 100);
- test1 = function(){
- if (hero.x == 56 && hero.y == 25){
- _g('talk&id=44099')
- }
- }
- setInterval(test1, 1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement