affekk

Untitled

May 7th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. // ==UserScript==
  2. // @name lekking
  3. // @version 0.1
  4. // @author Suchoklates
  5. // @match http://*.margonem.pl/
  6. // ==/UserScript==
  7.  
  8. Wracaj = function(){
  9. if(map.name == 'Eder'){
  10. hero.searchPath(22,44);
  11. }
  12. if(map.name == 'Dom Schadzek'){
  13. hero.searchPath(16,15);
  14. }
  15. if((hero.x == 16) && (hero.y == 15)){
  16. setTimeout(() => { _g('talk&id=44151');},1000);
  17. setTimeout(() => { _g('talk&id=44151&c=20.56634');},2000);
  18. setTimeout(() => {_g('talk&id=44151&c=21.56634');},2500);
  19. setTimeout(() => { _g('talk&id=44151&c=23.56634');},3000);
  20. setTimeout(() => { _g('talk&id=44151&c=25.56634');},3500);
  21. setTimeout(() => { _g('talk&id=44151&c=32.')},4000);
  22. }
  23. }
  24. setInterval(Wracaj, 2000);
Add Comment
Please, Sign In to add comment