Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. Using PokeSniper with NecroBot
  2.  
  3. Setup
  4.  
  5. 1. Navigate to the config.json located in the Config folder and scroll down until "PokemonToSnipe": {
  6.  
  7. (SIDE NOTE: To disable snipebot, set "SnipeAtPokestops": false, and delete any co-ordinates under locations.)
  8.  
  9. 2. "Locations": [ - This is where we begin setting up our sniping points. Using maps such as https://pokevision.com/ to find what we are looking for and then http://www.latlong.net/ to find the co-ordinates. You can list multiple locations for the snipebot to check.
  10.  
  11. An example of this would be:
  12. "Locations": [
  13. {
  14. "Latitude": 38.556807486461118,
  15. "Longitude": -121.2383794784546
  16. },
  17. {
  18. "Latitude": -33.859019,
  19. "Longitude": 151.213098
  20. },
  21. {
  22. "Latitude": 47.5014969,
  23. "Longitude": -122.0959568
  24. },
  25. {
  26. "Latitude": 51.5025343,
  27. "Longitude": -0.2055027
  28. }
  29. ],
  30.  
  31.  
  32. 3 "Pokemon": [ - This is where we are able to set our list of pokemon we would like the snipebot to search for at any given location before returning to our original location.
  33.  
  34. An example of this would be:
  35.  
  36. ],
  37. "Pokemon": [
  38. "Pikachu",
  39. "Venusaur",
  40. "Magnemite",
  41. "Abra",
  42. "Kadabra",
  43. "Alakazam",
  44. "Dewgong",
  45. "Grimer",
  46. "Muk",
  47. "Hitmonlee",
  48. "Weezing",
  49. "Chansey",
  50. "Kangaskhan",
  51. "MrMime",
  52. "Aerodactyl",
  53. "Snorlax",
  54. "Raichu",
  55. "Blastoise",
  56. "Charizard",
  57. "Seel",
  58. "Koffing"
  59. ]
  60.  
  61. 4. Once you are done fine tuning all of your settings, save the config.json and return to the release folder to run NecroBot.exe. If Necrobot is running, remember it must be restarted to push any config updates. Should you find that the bot crashes upon using SnipeBot, this likely means your syntax for one of the pokemon is incorrect.
  62.  
  63. An example of this would be:
  64.  
  65. A) Typing Mr. Mime or Mr Mime where the correct syntax would be MrMime.
  66. B) Typing a name incorrectly, Pikochu as opposed to the correct Pikachu.
  67.  
  68. Both of these will cause a crash on SnipeBot and force restart the bot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement