Necrobot - sniping | egghatch | gpx | lure | incense | & more menu

User Tag List

Page 4 of 282 FirstFirst 1234567854104 ... LastLast
Results 46 to 60 of 4221
  1. #46
    katja's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    27
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please bring back the config option of NecronomiconCoding... it has no transfer option and evolve option anymore.. why??

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #47
    Vaxling's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Runs smooth. These keep settings:

    Code:
                    //Type and amount to keep
                    return new[]
                    {
                        new KeyValuePair<ItemId, int>(ItemId.ItemPokeBall, 50),
                        new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 50),
                        new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 80),
                        new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 20)
                    };

  3. #48
    BenediktW92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HPT View Post
    Where to config pokemon transfer ?
    you can only turn it off so far. go to PokemonGo.RocketAPI.Logic/Logic.cs

    await TransferDuplicatePokemon(true); set this to = await TransferDuplicatePokemon(false);
    try
    {
    await _client.SetServer();
    await EvolveAllPokemonWithEnoughCandy();
    await TransferDuplicatePokemon(true);
    await RecycleItems();
    await RepeatAction(10, async () => await ExecuteFarmingPokestopsAndPokemons(_client));

  4. #49
    HPT's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vaxling View Post
    Runs smooth. These keep settings:

    Code:
                    //Type and amount to keep
                    return new[]
                    {
                        new KeyValuePair<ItemId, int>(ItemId.ItemPokeBall, 50),
                        new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 50),
                        new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 80),
                        new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 20)
                    };
    Delete all
    Code:
    new KeyValuePair<ItemId, int>(ItemId.ItemPotion, 0),
                        new KeyValuePair<ItemId, int>(ItemId.ItemSuperPotion, 0),
                        new KeyValuePair<ItemId, int>(ItemId.ItemHyperPotion, 0),
                        new KeyValuePair<ItemId, int>(ItemId.ItemRevive, 0),

  5. Thanks BenediktW92 (1 members gave Thanks to HPT for this useful post)
  6. #50
    BenediktW92's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it already possible to recycle potions reviver and all the other shit?

    Originally Posted by Vaxling View Post
    Runs smooth. These keep settings:

    Code:
                    //Type and amount to keep
                    return new[]
                    {
                        new KeyValuePair<ItemId, int>(ItemId.ItemPokeBall, 50),
                        new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 50),
                        new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 80),
                        new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 20)
                    };

  7. #51
    Vaxling's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BenediktW92 View Post
    you can only turn it off so far. go to PokemonGo.RocketAPI.Logic/Logic.cs

    await TransferDuplicatePokemon(true); set this to = await TransferDuplicatePokemon(false);
    Yeah I will wait until a proper evolve function is completed with automatic calculations, proper egg usage etc.

  8. #52
    Vaxling's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    16
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BenediktW92 View Post
    is it already possible to recycle potions reviver and all the other shit?
    See HPT above. Works nicely.

  9. #53
    HPT's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    18
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vaxling View Post
    See HPT above. Works nicely.
    Really ? LOL )

  10. #54
    aiTMaster's Avatar Member
    Reputation
    14
    Join Date
    Jul 2009
    Posts
    165
    Thanks G/R
    9/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got Softbanned but I use a spot im using since 3 days
    How to make it so the Bot doesnt runs around?

  11. #55
    Elytius's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    22
    Thanks G/R
    3/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure what's up, but after putting in user settings, I'm getting the error

    "'151.2129851757126
    151.2129851757126
    151.2129851757126
    'cannot be converted to an instance type double"

  12. #56
    nonm's Avatar Elite User
    Reputation
    438
    Join Date
    Jul 2012
    Posts
    43
    Thanks G/R
    8/301
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elytius View Post
    Not sure what's up, but after putting in user settings, I'm getting the error

    "'151.2129851757126
    151.2129851757126
    151.2129851757126
    'cannot be converted to an instance type double"
    shorten that a bit

  13. #57
    TBL-Equi's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    50
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elytius View Post
    Not sure what's up, but after putting in user settings, I'm getting the error

    "'151.2129851757126
    151.2129851757126
    151.2129851757126
    'cannot be converted to an instance type double"
    Shorten it to 6 numbers behind the dot.

  14. #58
    pinn90's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    87
    Thanks G/R
    6/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would be great to see more userfriendly configurables like all in one file. I mean:

    Standard app config (locations, auth etc) + evolve/transfer types (with second white/black list file maybe).
    Also Itemrecycle settings, "which pokeball to use" settings, some delays etc.

    Right now most of this is in logic and other files.
    Last edited by pinn90; 07-21-2016 at 12:53 PM.

  15. #59
    mefistophel's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @nonm, does transfer keep the strongest pokemon?

  16. #60
    FeezusChrist's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    12
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    https://i.imgur.com/M22LJNb.png

    I get a ton of errors trying to compile this

Similar Threads

  1. Necrobot & Sniping problem.
    By victornoleto in forum Pokemon GO Hacks|Cheats
    Replies: 5
    Last Post: 08-26-2016, 05:54 AM
  2. [Release] PokeMobBot - sniping | egghatch | gpx | lure | incense | & more
    By DurtyFree in forum Pokemon GO Hacks|Cheats
    Replies: 175
    Last Post: 07-31-2016, 03:16 PM
  3. [Release] [»»] NecroBOT Discord Channel (Live) [««] (Pokemon coordinates, support & more!)
    By LennoxAli in forum Pokemon GO Hacks|Cheats
    Replies: 2
    Last Post: 07-31-2016, 11:48 AM
  4. [Release] Necrobot.io - sniping | egghatch | gpx | lure | incense | & more
    By nonm in forum Pokemon GO Hacks|Cheats
    Replies: 43
    Last Post: 07-31-2016, 11:43 AM
  5. [Question] Necrobot sniping
    By xswayer in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-31-2016, 10:25 AM
All times are GMT -5. The time now is 02:29 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search