Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Sniper, Using pokesnipers.com & skiplagged.com #206

Merged
merged 9 commits into from Aug 1, 2016
Merged

Fixed Sniper, Using pokesnipers.com & skiplagged.com #206

merged 9 commits into from Aug 1, 2016

Conversation

ghost
Copy link

@ghost ghost commented Aug 1, 2016

Credits to @OuttaControlX and @SimplyPHP

}
}

public class ScanResult
{
public string Status { get; set; }
public List<PokemonLocation> Pokemon { get; set; }
public List<PokemonLocation> pokemons { get; set; }
Copy link
Member

@DurtyFree DurtyFree Aug 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its 1 pokemon, 2 pokemon, 3 pokemon..
Please change it back to Pokemon

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the case, shouldn't CatchIncensePokemonsTask, CatchLurePokemonsTask, and CatchNearbyPokemonsTask be changed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eslindsey I was wondering the samething as in the current/old SnipePokemonTask.cs there are multiple pokemons instead of your (@DurtyFree ) requested pokemon.

@DurtyFree
Copy link
Member

Please change back the PokemonsTransferFilter Dictionary default values to the ones we currently have.
Also the default values for KeepMinIvPercentage and EvolveAllPokemonWithEnoughCandy need to be changed back to the default values.

Please change public variables to start with a upper case and fix the outstanding conflicts @mvegter197
Thx!:)

@ghost ghost changed the title Fixed Sniper, Using pokesnipers.com Fixed Sniper, Using pokesnipers.com & skiplagged.com Aug 1, 2016
@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree Fixed errors, and restored the default values. Sniping is working!

@@ -35,17 +37,18 @@ public class SniperInfo

public class PokemonLocation
{
public PokemonLocation(double latitude, double longitude)
public PokemonLocation(double lat, double lon)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this back to (double latitude, double longitude)

@DurtyFree
Copy link
Member

@mvegter197 Took a look at it again, seems fine, just some small stuff outstanding :)
And please fix the merge conflicts :D

@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree Like this?

@DurtyFree
Copy link
Member

@mvegter197 Much better thx!
Now pls fix the outstanding merge conflicts :)

@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree that is because @Daylend fixed an issue in the old sniper version. I think that wouldn't be necessary. And @Daylend used/created the shorter words, for example the: 'expires'.

@DurtyFree
Copy link
Member

@mvegter197 Yea already seen that, I told him to do a PR before because I wanted to review such stuff before its getting in.

So you are not able to fix the conflicts?

mvegter197 added 2 commits August 1, 2016 13:38
@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree the problem was some capital letters.

@DurtyFree
Copy link
Member

@mvegter197 You should remove that last commit :D

Use branches for different pull requests to avoid this

@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree this is called if the sniper results in inventory full.

@ghost ghost closed this Aug 1, 2016
@ghost ghost reopened this Aug 1, 2016
@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree All done!

@DurtyFree
Copy link
Member

Thx a lot for the effort:)!

@DurtyFree DurtyFree merged commit b8143b6 into MobBotTeam:development Aug 1, 2016
@ghost
Copy link
Author

ghost commented Aug 1, 2016

@DurtyFree No problem, also we can close this one #88 , might even consider a version 1.5

@BornSupercharged
Copy link

This code was STOLEN from work I did, and credit was not given.

@ghost
Copy link
Author

ghost commented Aug 1, 2016

@SimplyPHP I found this in the necrobot github from the user that I mentioned in the first post. I wasn't aware that his was your code.

@DurtyFree
Copy link
Member

DurtyFree commented Aug 1, 2016

@SimplyPHP Nobody cares, we all run our projects on GNU:)

@dddbliss
Copy link

dddbliss commented Aug 1, 2016

Credit is due where credit is due @DurtyFree. Kudos for @mvegter197 on updating his original comment with credits.

@ghost
Copy link

ghost commented Aug 1, 2016

Yea yea, get over it people. His reaction to the post is understood, since there is no need to get all uptight over someone using your code, it was an honest mistake.

@pokepleb
Copy link

pokepleb commented Aug 1, 2016

not sure if the merge was worthy, given the floating situation of the tracking sites, not a bad addition tho, if noobs won't get confused on tracking sites downtime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants