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

User Tag List

Page 5 of 282 FirstFirst 12345678955105 ... LastLast
Results 61 to 75 of 4221
  1. #61
    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)
    @devs: Two quick questions that would make things clearer for many here.

    1.
    Code:
    await TransferDuplicatePokemon(true);
    means that only the highest CP pokemon of any type is kept? I only ask because I can't find any way to configure the transfers like other versions have.


    2. Does the evolve function only use pokemon that would otherwise be transferred? So our highest CP pokemon will not be evolved?

    Necrobot - sniping | egghatch | gpx | lure | incense | & more
  2. #62
    Swizzbeat_'s Avatar Corporal
    Reputation
    8
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Started my own frontend UI bot based on this API here: https://github.com/AnthonyOSX/GO-Bot

  3. #63
    xtronal's Avatar Active Member CoreCoins Purchaser
    Reputation
    15
    Join Date
    Aug 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pinn90 View Post
    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.
    Read the code and it's userfriendly ^0^

  4. #64
    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)
    Originally Posted by TBL-Equi View Post
    @devs: Two quick questions that would make things clearer for many here.

    1.
    Code:
    await TransferDuplicatePokemon(true);
    means that only the highest CP pokemon of any type is kept? I only ask because I can't find any way to configure the transfers like other versions have.


    2. Does the evolve function only use pokemon that would otherwise be transferred? So our highest CP pokemon will not be evolved?
    Also, I would like to know what about second evolutions. Will bot waste 50 candies to evolve Pidgeotto or will he Save it only for Pidgeys?

  5. #65
    spodakek's Avatar Contributor Authenticator enabled
    Reputation
    98
    Join Date
    Jul 2016
    Posts
    232
    Thanks G/R
    15/86
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Swizzbeat_ View Post
    Started my own frontend UI bot based on this API here: https://github.com/AnthonyOSX/GO-Bot
    You could've made a thread on it instead of hijacking 3 different threads to post it.
    Facing problems with your bot? Check out this thread for possible solutions:
    https://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/564223-compilation-common-errors-solutionss.html

  6. Thanks nonm (1 members gave Thanks to spodakek for this useful post)
  7. #66
    Artistaum's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Doubt - Code

    Originally Posted by HPT View Post
    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),
    What part of the code i put this code?

  8. #67
    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)
    Originally Posted by xtronal View Post
    Read the code and it's userfriendly ^0^
    Not like before. Some useful settings like evolve/transfer were in app.cfg before. Now we have to look for specific lines in few files to. Yeah, this is not really hard but inconvenient, especially to do after every bigger update.
    Last edited by pinn90; 07-21-2016 at 01:08 PM.

  9. #68
    aapikz's Avatar Active Member
    Reputation
    45
    Join Date
    Jul 2016
    Posts
    34
    Thanks G/R
    2/36
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks like this one isn't ready to use and not yet polished since its only the library?
    but i would love the recycle, berry, and awesome pokeball usage to be added to neer's and necro's work

  10. #69
    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)
    Just a headsup for higher level players. Masterballs are used on every 1000 CP pokemon if you don't change it. I set it to 1500 because I really don't want to waste my masterballs on 1100 CP Pinsirs in central park.

  11. #70
    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)
    @devs: How often does the bot do the whole Evolve, Transfer, Recycle thing? I can't seem to figure it out from reading the code. Does it only do it when it crashed and restarts?

  12. #71
    kiihk1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    59
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not select Transfer option?

  13. #72
    westeroskrali's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    25
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I activate evolve ?

  14. #73
    sandking91's Avatar Private
    Reputation
    5
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TBL-Equi View Post
    @devs: How often does the bot do the whole Evolve, Transfer, Recycle thing? I can't seem to figure it out from reading the code. Does it only do it when it crashed and restarts?
    In PokemonGo.RocketAPI.Logic/Logic.cs
    Code:
     try
                    {
                        await _client.SetServer();
                        await EvolveAllPokemonWithEnoughCandy();
                        await TransferDuplicatePokemon(true);
                        await RecycleItems();
                        await RepeatAction(10, async () => await ExecuteFarmingPokestopsAndPokemons(_client));
                    }

  15. #74
    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 sandking91 View Post
    In PokemonGo.RocketAPI.Logic/Logic.cs
    Code:
     try
                    {
                        await _client.SetServer();
                        await EvolveAllPokemonWithEnoughCandy();
                        await TransferDuplicatePokemon(true);
                        await RecycleItems();
                        await RepeatAction(10, async () => await ExecuteFarmingPokestopsAndPokemons(_client));
                    }
    Meaning after 10 pokestops and catching all nearby pokemons at each it starts over with evolve, transfer and recycle?

    EDIT: No, that can't be right. That would be far too often.
    Last edited by TBL-Equi; 07-21-2016 at 01:22 PM.

  16. #75
    xogonjai's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    4/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to keep 2 highest cp pokemon of each?

  17. Thanks aiTMaster (1 members gave Thanks to xogonjai for this useful post)

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:54 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