Advertisement
Nolifeq

Untitled

Mar 17th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. // ==UserScript==
  2. // @name wracamy sobie z kwiatow na wcm
  3. // @version 1.0
  4. // @author dd
  5. // @match https://*.margonem.pl
  6. // ==/UserScript==
  7. test = function() {
  8. {
  9. if(map.name == 'Kwieciste Przejście') {
  10. hero.searchPath(0,31);
  11. }
  12. if(map.name == 'Głuchy Las') {
  13. hero.searchPath(0,66);
  14. }
  15. if(map.name == 'Skarpa Trzech Słów') {
  16. hero.searchPath(0,42);
  17.  
  18.  
  19.  
  20.  
  21. }
  22. }
  23. }
  24. setInterval(test, 2000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement