Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Make AutoSniping Batch Sniping Configurable And Safer #717

Closed
hardknoxni69a opened this issue Feb 3, 2017 · 1 comment
Closed

Make AutoSniping Batch Sniping Configurable And Safer #717

hardknoxni69a opened this issue Feb 3, 2017 · 1 comment

Comments

@hardknoxni69a
Copy link
Contributor

Currently The Bot Snipes 10 Random Pokemon From All Over The World In A Row It Would Be Much Safer If We Could Create A Setting To Allow The User To Make It Only Snipe 1 At A Time Or Whatever The User Chooses Necro Is The Most Configurable So Let The User Choose How Many They Want To Snipe In A Row Im Sure Most People Will Choose 1 So It Will Snipe 1 Then Continue Local Till There Delay Is Up Then Snipe 1 More Or 5 Or Whatever They Choose This Will Be Much Safer
The File Holding These Values Is Here:
NecroBot\PoGo.NecroBot.Logic\Tasks\MSniperServeTasks.cs
The Code That Needs A Switch Is Here I Have Edited Mine Manually To 1 But This Was 10 Originally Line 651
var batch = autoSnipePokemons.Take(1);
//mSniperLocation2.AddRange(autoSnipePokemons.Take(1));

Could Be Like _session.LogicSettings.SnipeRestSeconds
var batch = autoSnipePokemons.Take(_session.LogicSettings.SnipeInARow);
//mSniperLocation2.AddRange(autoSnipePokemons.Take(_session.LogicSettings.SnipeInARow));

I Dont Know Coding Very Well I Will Try To Add This Setting But Honestly Still Learning And The Big Boys Could Tackle This Quickly

@samuraitruong
Copy link
Contributor

fixed, #718

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants