Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name wracamy sobie z kwiatow na wcm
- // @version 1.0
- // @author dd
- // @match https://*.margonem.pl
- // ==/UserScript==
- test = function() {
- {
- if(map.name == 'Kwieciste Przejście') {
- hero.searchPath(0,31);
- }
- if(map.name == 'Głuchy Las') {
- hero.searchPath(0,66);
- }
- if(map.name == 'Skarpa Trzech Słów') {
- hero.searchPath(0,42);
- }
- }
- }
- setInterval(test, 2000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement