Necronomicon's Version of FeroxRev's Bot menu

User Tag List

Page 28 of 66 FirstFirst ... 242526272829303132 ... LastLast
Results 406 to 420 of 976
  1. #406
    OuttaControlX's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    32
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyway to make it toss all trash items Normal/Super potions and have it save on x amount of revives/hyper potions ?

    Necronomicon's Version of FeroxRev's Bot
  2. #407
    HermitDash's Avatar Member
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    20
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to filter the pokemon being caught?

  3. #408
    psicrest's Avatar Active Member

    Reputation
    23
    Join Date
    Sep 2010
    Posts
    23
    Thanks G/R
    3/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any ideas how to use the ITEM_RAZZ_BERRY ? I tried adding this line in Program.cs:
    Code:
     await client.CatchPokemon(pokemon.EncounterId, pokemon.SpawnpointId, pokemon.Latitude, pokemon.Longitude, MiscEnums.Item.ITEM_RAZZ_BERRY);
    before

    Code:
     await client.CatchPokemon(pokemon.EncounterId, pokemon.SpawnpointId, pokemon.Latitude, pokemon.Longitude, MiscEnums.Item.ITEM_POKE_BALL);
    but somehow all pokemons are getting away. I guess my declaration i incorrect.

  4. #409
    CuteJabu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by daastaman View Post
    Does this version by default use all pokeballs of our inventory?

    Or just the basic ones
    By default it uses all your best balls on even the weakest pokemons. All the way down till you have none.

    Here is another version that does better.
    https://github.com/NecronomiconCodin.../pull/12/files

  5. #410
    OverdoseDelusion's Avatar Sergeant
    Reputation
    16
    Join Date
    Jul 2016
    Posts
    67
    Thanks G/R
    8/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I Had a thought.

    Would be handy to check lucky egg amount as well

    if you had one, use one, then evolve all

    double XP for a lot
    "When solving problems, dig at the roots instead of just hacking at the leaves."

  6. #411
    wetshrimp's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    61
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CuteJabu View Post
    By default it uses all your best balls on even the weakest pokemons. All the way down till you have none.

    Here is another version that does better.
    https://github.com/NecronomiconCodin.../pull/12/files
    what excatly do i change to make this work

  7. #412
    wishkeeper's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    46
    Join Date
    Apr 2012
    Posts
    231
    Thanks G/R
    9/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I set up the bot all the day on yesterday, but today I can't manage to get it running...

    just modified my App.config to:

    Code:
         <add key="AuthType" value="Ptc"/><!--Google/Ptc-->
        <add key="PtcUsername" value="MYUS"/>
        <add key="PtcPassword" value="MYPW"/>
        <add key="GoogleRefreshToken" value="0"/>
        <add key="DefaultLatitude" value="46.520510908821635"/><!--Default Amsterdam Central Station-->
        <add key="DefaultLongitude" value="6.628065705299377"/><!--Default Amsterdam Central Station-->
        <add key="TransferType" value="leaveStrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
        <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
        <add key="EvolveAllGivenPokemons" value="false"/>
    But I get this:

    Code:
    Coded by Ferox - edited by NecronomiconCoding
    Awesome! You have already got the newest version!
    
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Login\PtcLogin.cs:line
     45
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Client.cs:line 96
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Console\Program.cs:line 128
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx
    )
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Press any key to continue . . .
    Thanks button for any help

  8. #413
    senseirain's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    142
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question: Why doesn't it transfer Lower CP pokemon? Is there something wrong with my settings?
    Necronomicon's Version of FeroxRev's Bot-1-jpgNecronomicon's Version of FeroxRev's Bot-2-jpg

  9. #414
    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)
    Originally Posted by wishkeeper View Post
    I set up the bot all the day on yesterday, but today I can't manage to get it running...

    just modified my App.config to:

    Code:
         <add key="AuthType" value="Ptc"/><!--Google/Ptc-->
        <add key="PtcUsername" value="MYUS"/>
        <add key="PtcPassword" value="MYPW"/>
        <add key="GoogleRefreshToken" value="0"/>
        <add key="DefaultLatitude" value="46.520510908821635"/><!--Default Amsterdam Central Station-->
        <add key="DefaultLongitude" value="6.628065705299377"/><!--Default Amsterdam Central Station-->
        <add key="TransferType" value="leaveStrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
        <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
        <add key="EvolveAllGivenPokemons" value="false"/>
    But I get this:

    Code:
    Coded by Ferox - edited by NecronomiconCoding
    Awesome! You have already got the newest version!
    
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Login\PtcLogin.cs:line
     45
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Client.cs:line 96
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Console\Program.cs:line 128
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx
    )
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Press any key to continue . . .
    Thanks button for any help
    my guess is add key not line up

  10. #415
    ahmar789's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CuteJabu View Post
    By default it uses all your best balls on even the weakest pokemons. All the way down till you have none.

    Here is another version that does better.
    https://github.com/NecronomiconCodin.../pull/12/files
    Can you please explain what does this code do? and how to apply it?

  11. #416
    Doja's Avatar Active Member

    Reputation
    26
    Join Date
    Jan 2011
    Posts
    76
    Thanks G/R
    12/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wishkeeper View Post
    I set up the bot all the day on yesterday, but today I can't manage to get it running...

    just modified my App.config to:

    Code:
         <add key="AuthType" value="Ptc"/><!--Google/Ptc-->
        <add key="PtcUsername" value="MYUS"/>
        <add key="PtcPassword" value="MYPW"/>
        <add key="GoogleRefreshToken" value="0"/>
        <add key="DefaultLatitude" value="46.520510908821635"/><!--Default Amsterdam Central Station-->
        <add key="DefaultLongitude" value="6.628065705299377"/><!--Default Amsterdam Central Station-->
        <add key="TransferType" value="leaveStrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
        <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
        <add key="EvolveAllGivenPokemons" value="false"/>
    But I get this:

    Code:
    Coded by Ferox - edited by NecronomiconCoding
    Awesome! You have already got the newest version!
    
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Login\PtcLogin.cs:line
     45
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Client.cs:line 96
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Console\Program.cs:line 128
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx
    )
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Press any key to continue . . .
    Thanks button for any help
    try taking the 0 out

  12. #417
    CuteJabu's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    4
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wetshrimp View Post
    what excatly do i change to make this work
    Just download the repo from cvax's commit.
    Click the "Commits" tab
    Click the "<>" button on the right
    Click the green "Clone or download" button and select "Download Zip"

  13. Thanks ahmar789 (1 members gave Thanks to CuteJabu for this useful post)
  14. #418
    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)
    Originally Posted by senseirain View Post
    Question: Why doesn't it transfer Lower CP pokemon? Is there something wrong with my settings?
    Necronomicon's Version of FeroxRev's Bot-1-jpgNecronomicon's Version of FeroxRev's Bot-2-jpg
    think u have to put cp instead leavestrongest

  15. #419
    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 wishkeeper View Post
    I set up the bot all the day on yesterday, but today I can't manage to get it running...

    just modified my App.config to:

    Code:
         <add key="AuthType" value="Ptc"/><!--Google/Ptc-->
        <add key="PtcUsername" value="MYUS"/>
        <add key="PtcPassword" value="MYPW"/>
        <add key="GoogleRefreshToken" value="0"/>
        <add key="DefaultLatitude" value="46.520510908821635"/><!--Default Amsterdam Central Station-->
        <add key="DefaultLongitude" value="6.628065705299377"/><!--Default Amsterdam Central Station-->
        <add key="TransferType" value="leaveStrongest"/><!--none/cp/leaveStrongest/duplicate/all Whitelists/blackslists for each type is in Program.cs-->
        <add key="TransferCPThreshold" value="0"/><!--transfer pokemon with CP less than this value if cp transfer type is selected. Whitelist in Program.cs-->
        <add key="EvolveAllGivenPokemons" value="false"/>
    But I get this:

    Code:
    Coded by Ferox - edited by NecronomiconCoding
    Awesome! You have already got the newest version!
    
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
       at PokemonGo.RocketAPI.Login.PtcLogin.<GetAccessToken>d__0.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Login\PtcLogin.cs:line
     45
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
       at PokemonGo.RocketAPI.Client.<DoPtcLogin>d__11.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Client.cs:line 96
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
       at PokemonGo.RocketAPI.Console.Program.<Execute>d__5.MoveNext() in C:\Users\iBot2\Desktop\Pokemon4\PokemonGo\RocketAPI\Console\Program.cs:line 128
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
       at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx
    )
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
       at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
    Press any key to continue . . .
    Thanks button for any help
    If it's a fresh PTC account and slightly over 2 days old, make sure to verify the account via the email sent.
    PTC accounts are automatically locked after 2 days without verification.
    That did the trick for me.

  16. #420
    skyinthesea's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    14
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using google account mine runs for precisely 10 minutes then stops dead. No error messages, nothing. Any advice? I constantly have to reset it right now

Page 28 of 66 FirstFirst ... 242526272829303132 ... LastLast

Similar Threads

  1. [Question] Editing console output (with FeroxRev's bot)
    By Zexpeo in forum Pokemon GO Chat
    Replies: 0
    Last Post: 07-22-2016, 01:55 PM
  2. Mac OS X BG Bot version 2.0.X
    By Valmilu in forum World of Warcraft Bots and Programs
    Replies: 30
    Last Post: 02-10-2007, 11:39 AM
  3. Tool to get all Fish/bots working for EU version users! [self-made]
    By -MadMax- in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 09-08-2006, 09:02 AM
  4. [WoW Bot] WoW Glider Full Version 0.6.8
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 39
    Last Post: 05-08-2006, 12:15 AM
All times are GMT -5. The time now is 02:18 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search