can pokevision find rare pokemons like dragonite or the legendary ones too?
can pokevision find rare pokemons like dragonite or the legendary ones too?
Uncaught TypeError: $.getScript is not a function(…)can someone help?
How are you guys getting it to work for me i get en error
same error
Worked earlier, now doesnt work and getting the caught TypeError: $.getScript is not a function" error
I think alphabetical works if you change the code in alphabetical order like ..Code:"Bulbasaur": true, "Ivysaur":true, "Venusaur":true, "Charmander":true, "Charmeleon":true, "Charizard":true, "Squirtle":true, "Wartortle":true, "Blastoise":true, "Caterpie":true, "Metapod":true, "Butterfree":true, "Weedle":true, "Kakuna":true, "Beedrill":true, "Pidgey":false, //Hell no "Pidgeotto":true, "Pidgeot":true, "Rattata":true, "Raticate":true, "Spearow":true, "Fearow":true, "Ekans":true, "Arbok":true, "Pikachu":true, "Raichu":true, "Sandshrew":true, "Sandslash":true, "Nidoran♀":true, "Nidorina":true, "Nidoqueen":true, "Nidoran♂":true, "Nidorino":true, "Nidoking":true, "Clefairy":true, "Clefable":true, "Vulpix":true, "Ninetales":true, "Jigglypuff":true, "Wigglytuff":true, "Zubat":false, //Hell no "Golbat":true, "Oddish":true, "Gloom":true, "Vileplume":true, "Paras":true, "Parasect":true, "Venonat":true, "Venomoth":true, "Diglett":true, "Dugtrio":true, "Meowth":true, "Persian":true, "Psyduck":true, "Golduck":true, "Mankey":true, "Primeape":true, "Growlithe":true, "Arcanine":true, "Poliwag":true, "Poliwhirl":true, "Poliwrath":true, "Abra":true, "Kadabra":true, "Alakazam":true, "Machop":true, "Machoke":true, "Machamp":true, "Bellsprout":true, "Weepinbell":true, "Victreebel":true, "Tentacool":true, "Tentacruel":true, "Geodude":true, "Graveler":true, "Golem":true, "Ponyta":true, "Rapidash":true, "Slowpoke":true, "Slowbro":true, "Magnemite":true, "Magneton":true, "Farfetch'd":true, "Doduo":true, "Dodrio":true, "Seel":true, "Dewgong":true, "Grimer":true, "Muk":true, "Shellder":true, "Cloyster":true, "Gastly":true, "Haunter":true, "Gengar":true, "Onix":true, "Drowzee":true, "Hypno":true, "Krabby":true, "Kingler":true, "Voltorb":true, "Electrode":true, "Exeggcute":true, "Exeggutor":true, "Cubone":true, "Marowak":true, "Hitmonlee":true, "Hitmonchan":true, "Lickitung":true, "Koffing":true, "Weezing":true, "Rhyhorn":true, "Rhydon":true, "Chansey":true, "Tangela":true, "Kangaskhan":true, "Horsea":true, "Seadra":true, "Goldeen":true, "Seaking":true, "Staryu":true, "Starmie":true, "Mr. Mime":true, "Scyther":true, "Jynx":true, "Electabuzz":true, "Magmar":true, "Pinsir":true, "Tauros":true, "Magikarp":true, "Gyarados":true, "Lapras":true, "Ditto":true, "Eevee":true, "Vaporeon":true, "Jolteon":true, "Flareon":true, "Porygon":true, "Omanyte":true, "Omastar":true, "Kabuto":true, "Kabutops":true, "Aerodactyl":true, "Snorlax":true, "Articuno":true, "Zapdos":true, "Moltres":true, "Dratini":true, "Dragonair":true, "Dragonite":true, "Mewtwo":true, "Mew":true, //The dream
etc.Code:"Aerodactyl":true, "Arcanine":true, "Articuno":true, "Bulbasaur":true,
For removing the sound:
i think you need to removeCode:responsiveVoice.speak("Found a " + pokemon+ " " + d + " metres away"); //Talk! blip(); //BLIP! App.success( 'There is a ' + pokemon + ' ' + d + ' metres away! Go catch it!' //Pop up
(so you still get the pop up but no sound at all)Code:responsiveVoice.speak("Found a " + pokemon+ " " + d + " metres away"); //Talk! blip(); //BLIP!
Edit:
I wanted to ask if there is any way to make something like a auto-clicker/make the range bigger on Pokevision on diff. coords.. like san francisco, santa monica, san diego, central park (NY) etc.? since i use this mod (thanks so much for this) im not zooming into the map and still get the rarest like snorlax, drago, etc... but hunting them takes ages and most of the time it tooks arround 8 minutes for all special places till i come back to the first one and may miss a rare.
Last edited by Sealice; 07-24-2016 at 10:02 AM.
Someone posted this some days ago to filter unwanted Pokemons. It worked once. Didnt tried it again:
Code:var wantedPkmn = [3,6,9,24,26,28,31,34,36,38,45,51,55,57,59,62,64,65,68,71,76,80,83,89,91,94,108,101,103,105,112,113,115,122,126,127,128,130,131,132,134,135,136,137,139,141,142,143,144,145,146,148,149,150,151]; var search = function() { var imgs = document.getElementsByTagName("img"); var foundNew = false; for (var i = 0; i < imgs.length; i++) { var img = imgs[i]; if (img.src.indexOf('pokemon') > -1) { var id = img.src.match(/\d+/)[0]; if (wantedPkmn.indexOf(Number(id)) == -1) { img.parentNode.style.display = 'none'; } else if (!img.notified) { img.notified = true; foundNew = true; } } } if (foundNew) notify(); } var notify = function() { new Audio('https://notificationsounds.com/soundfiles/53fde96fcc4b4ce72d7739202324cd49/file-sounds-882-solemn.mp3').play(); } document.getElementsByClassName('home-map')[0].onclick = function() { search(); }
The page at 'https://pokevision.com/' was loaded over HTTPS, but requested an insecure video 'http://ionden.com/a/plugins/ion.sound/static/sounds/button_tiny.mp3'. This content should also be served over HTTPS. How to fix?
This is amazing!
Am I not destroying my enemies
when I make friends of them?
my console just comes up with a shitload of errors (Cannot see anywhere to paste too?)