Necrobot v5 glitch, trash's ultra balls menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Necrobot v5 glitch, trash's ultra balls

    i have my bot set up to auto update and i think it was on 4.4 last, i just updated it to version 5 and now it seems to have tossed
    all my ultra balls and is only using pokeballs. anyone know how to fix this? i want my ultra balls back but i couldnt find it in the config file.

    i found this
    "TotalAmountOfPokebalsToKeep": 120,
    "TotalAmountOfPotionsToKeep": 80,
    "TotalAmountOfRevivesToKeep": 60,

    pokeballs is spelt wrong.. maybe thats a issue? doesnt say anything about ultra balls like this
    Last edited by touchedzeroo; 08-01-2016 at 03:36 AM. Reason: title was wrong

    Necrobot v5 glitch, trash's ultra balls
  2. #2
    darkphate's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need to add ur own filter at item filter

    {
    "Key": "itemPokeBall",
    "Value": 30
    },
    {
    "Key": "itemGreatBall",
    "Value": 50
    },
    {
    "Key": "itemUltraBall",
    "Value": 80
    },
    {
    "Key": "itemMasterBall",
    "Value": 100
    },

  3. #3
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkphate View Post
    need to add ur own filter at item filter

    {
    "Key": "itemPokeBall",
    "Value": 30
    },
    {
    "Key": "itemGreatBall",
    "Value": 50
    },
    {
    "Key": "itemUltraBall",
    "Value": 80
    },
    {
    "Key": "itemMasterBall",
    "Value": 100
    },
    ill try it, thank you. i just copied and pasted that.. hope it works

  4. #4
    lgndz's Avatar Sergeant
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    10/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no idea why they didnt include the logic to keep/use ultraballs/greatballs

  5. #5
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesnt seem to be working, neither are my evolves with eggs when i have 30 pokemon.

    it worked earlier

  6. #6
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "ItemRecycleFilter": [
    {
    "Key": "itemPokeBall",
    "Value": 15
    },
    {
    "Key": "itemGreatBall",
    "Value": 50
    },
    {
    "Key": "itemUltraBall",
    "Value": 120
    },
    {
    "Key": "itemMasterBall",
    "Value": 100
    },

    i put that exactly, it looks nice like everything else there.

    i hope they auto fix it on next patch

    anything else im missing thats not included on this patch?

  7. #7
    Tomatix's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    8
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its also missing super potions and hyper potions.

    also t says "keep max potions" I don't know if they mean all potions in general, or just plain potions.

  8. #8
    sammyke007's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Copy and replace this!

    "UseGreatBallAboveCp": 750,
    "UseUltraBallAboveCp": 1000,
    "UseMasterBallAboveCp": 1500,
    "UseGreatBallAboveIv": 90,
    "UseUltraBallAboveIv": 95,
    "UseGreatBallBelowCatchProbability": 0.4,
    "UseUltraBallBelowCatchProbability": 0.2,
    "UseMasterBallBelowCatchProbability": 0.05,
    Now it's probably in your config 0.0 with the last 3 lines, isn't it?

  9. #9
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks guys, is everyone having this same problem?

    i added all the stuff you said but i dont think the
    "ItemRecycleFilter": [
    {
    "Key": "itemPokeBall",
    "Value": 15
    },
    {
    "Key": "itemGreatBall",
    "Value": 50
    },
    {
    "Key": "itemUltraBall",
    "Value": 120
    },

    is working. cause to my knowledge that means i only want a max of 15 pokeballs and i check it like every 30min and theres over 100 in stash,
    it has 18 ultras now. im watching it to see if they dump them soon or keep building.

    i have it set at
    "TotalAmountOfPokebalsToKeep": 120,
    "TotalAmountOfPotionsToKeep": 80,
    "TotalAmountOfRevivesToKeep": 60,

  10. #10
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also ever since patch on bot today... its not evolving at all.. wtf? lol just noticed.

    earlier it would get 30 and evolve them all with my egg but now its not doing any evolving at all.
    just transfers nearly everything

    it says i have 61 potential evolves...30 required
    Last edited by touchedzeroo; 08-01-2016 at 05:43 AM. Reason: fix

  11. #11
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay now my pokeballs are recycling right.
    im keeping my ultras now! thanks. now i wonder how this evolving works.. cause im at 202/250 stash space. so many pidgeys in stash..

  12. #12
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    solved

    Originally Posted by touchedzeroo View Post
    okay now my pokeballs are recycling right.
    im keeping my ultras now! thanks. now i wonder how this evolving works.. cause im at 202/250 stash space. so many pidgeys in stash..



    so after hours of research to make everything run back like it use to.. i think i got it.

    "EvolveKeptPokemonsAtStorageUsagePercentage": 0.1, its a new system i guess.. was 0.9 of stash..

    after i changed it i had mass evolves lol

  13. #13
    iHackzor's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where can i get a list of item filters? seems missing a bunch of pokeball, potion, revives types etc.

  14. #14
    touchedzeroo's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i added razz berrys to the list to recycle.. and it messed everything up lol.. errors every 2 minutes. i took it off and its working fine now.

  15. #15
    Ekses's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the solution ^.^ Wasted over 130 Hyper for pidgeon and rattata

Page 1 of 2 12 LastLast

Similar Threads

  1. [How-To] Necrobot - config to farm balls only
    By apatia77 in forum Pokemon GO Hacks|Cheats
    Replies: 6
    Last Post: 08-10-2016, 12:14 PM
  2. [How-To] How to set the ultra ball?
    By bego2006 in forum Pokemon GO Hacks|Cheats
    Replies: 1
    Last Post: 08-10-2016, 05:29 AM
  3. Necrobot ball and potion tips?
    By weedelf in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-09-2016, 06:56 AM
  4. Anyone know how to get tons of ultra balls and berries
    By chillionair in forum Pokemon GO Chat
    Replies: 15
    Last Post: 08-06-2016, 06:50 PM
  5. Anyone know how to get tons of ultra balls and berries
    By chillionair in forum Pokemon GO Hacks|Cheats
    Replies: 13
    Last Post: 08-06-2016, 03:32 PM
All times are GMT -5. The time now is 11:15 PM. 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