To anyone who is wondering where they should bot.
Latitude: -33.859498
Longtitude: 151.212844
This place is in Sydney, near opera house and there is tons of pokestops and many of them have lures almost 24/7 on, but beware, you might get soft banned if you have logged in from location what is far away.
Cheers for all the great work!
really nice to see taht many different people worked on this, just for the community
btw it looks like they now have the server on a stabel level (10h online, thas huge), hope it stays this way![]()
I want to donate, OP add a link.
not my work... found it. Be careful it's an old version compared to the one on the first post.
You can edit maps coordinates and location in form1.cs
Code:gmap.MapProvider = GMap.NET.MapProviders.BingMapProvider.Instance; GMaps.Instance.Mode = GMap.NET.AccessMode.ServerOnly; gmap.SetPositionByKeywords("Paris, France"); gmap.Zoom = 12; //PointLatLng start = new PointLatLng(52.3850901, 4.6372016); //PointLatLng end = new PointLatLng(53.3850901, 5.6372016); //MapRoute route = GMap.NET.MapProviders.GoogleMapProvider.Instance.GetRoute(start, end, true, true, 15); //public const double DefaultLatitude = 52.3850901; //public const double DefaultLongitude = 4.6372016; //route.Points.Add(new PointLatLng(52.3850901, 4.6372016)); //GMapRoute r = new GMapRoute(route.Points, "My route"); GMapOverlay routesOverlay = new GMapOverlay("routes"); //routesOverlay.Routes.Add(r); currentLocation = new GMap.NET.WindowsForms.Markers.GMarkerGoogle(new PointLatLng(52.3850901, 4.6372016), GMap.NET.WindowsForms.Markers.GMarkerGoogleType.green); currentLocation.ToolTip = new GMapToolTip(currentLocation); currentLocation.ToolTip.Marker.ToolTipText = "Starting position"; routesOverlay.Markers.Add(currentLocation); GMapRoute r = new GMapRoute("farm route"); PointLatLng startPoint = new PointLatLng(52.3850901, 4.6372016); r.Points.Add(startPoint); PointLatLng endPoint = new PointLatLng(52.3850901, 4.6372016); r.Points.Add(endPoint);
Last edited by wishkeeper; 07-20-2016 at 12:24 PM.
Im just try to avoid the 30 Minutes from google api, but it looks like we need to in build it into the code
We need to open the URL and enter the Code in the Browser thats how it will work,
Only think you need to do is auto login to google with your browser!
an other cool suggestion is make it so you can add stuff to be removed from the inventory.. say don't want potions etc.. and only poke balls so you can never run out of pokeballs. just a suggestion but great work.
Does anyone know why the application works fine for me, says I'm collecting XP and Pokemon, yet when I go in game I don't have anything new?
it seems fine, and still catches them and still gets xp and items but why SO many empties and running away? just why?
Screenshot by Lightshot
works but seems to be getting less and less efficient lmao (anything to do with pokestops having their 5 min cooldown timer??)
The Problem we have is that everytime 30 minutes we restart the progamm it jumps back to start and run again.
It could be a problem and maybe result in a softban.
Any Solutions?
If you say so
http://puu.sh/q8kDA/4fc27a141c.txt