Spegeli's bot spinoff (High exp/hr & Up-to-date code) menu

User Tag List

Page 58 of 103 FirstFirst ... 8545556575859606162 ... LastLast
Results 856 to 870 of 1533
  1. #856
    LeHugeDeuce's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nah i can still log in on nox and it lets me catch stuff and hit stops so it's not soft banned

    Spegeli's bot spinoff (High exp/hr & Up-to-date code)
  2. #857
    noobcakes69's Avatar Sergeant Major Authenticator enabled
    Reputation
    26
    Join Date
    Jul 2016
    Posts
    143
    Thanks G/R
    1/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ... The same thing happened yesterday, just wait and it'll come back up.

  3. #858
    OriginUnknown's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have 3 in central park right now with no error yet just FYI

  4. #859
    LeHugeDeuce's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    19
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noobcakes69 View Post
    ... The same thing happened yesterday, just wait and it'll come back up.
    yup, all working again. Wonder what causes that

  5. #860
    dd4thewin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    252
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fokeiro View Post
    Is either under settings.cs or logic
    I found it in settings I don't kno what the numbers mean how do I change if I don't want certains items recycled?
    public ICollection<KeyValuePair<ItemId, int>> ItemRecycleFilter => new[]
    {
    new KeyValuePair<ItemId, int>(ItemId.ItemUnknown, 0),
    new KeyValuePair<ItemId, int>(ItemId.ItemPokeBall, 25),
    new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 50),
    new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 75),
    new KeyValuePair<ItemId, int>(ItemId.ItemMasterBall, 100),

    new KeyValuePair<ItemId, int>(ItemId.ItemPotion, 0),
    new KeyValuePair<ItemId, int>(ItemId.ItemSuperPotion, 10),
    new KeyValuePair<ItemId, int>(ItemId.ItemHyperPotion, 25),
    new KeyValuePair<ItemId, int>(ItemId.ItemMaxPotion, 75),

    new KeyValuePair<ItemId, int>(ItemId.ItemRevive, 15),
    new KeyValuePair<ItemId, int>(ItemId.ItemMaxRevive, 50),

    new KeyValuePair<ItemId, int>(ItemId.ItemLuckyEgg, 200),

    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseOrdinary, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseSpicy, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseCool, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseFloral, 100),

    new KeyValuePair<ItemId, int>(ItemId.ItemTroyDisk, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemXAttack, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemXDefense, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemXMiracle, 100),

    new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 20),
    new KeyValuePair<ItemId, int>(ItemId.ItemBlukBerry, 10),
    new KeyValuePair<ItemId, int>(ItemId.ItemNanabBerry, 10),
    new KeyValuePair<ItemId, int>(ItemId.ItemWeparBerry, 30),
    new KeyValuePair<ItemId, int>(ItemId.ItemPinapBerry, 30),

    new KeyValuePair<ItemId, int>(ItemId.ItemSpecialCamera, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncubatorBasicUnlimited, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncubatorBasic, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemPokemonStorageUpgrade, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemItemStorageUpgrade, 100),

  6. #861
    noobcakes69's Avatar Sergeant Major Authenticator enabled
    Reputation
    26
    Join Date
    Jul 2016
    Posts
    143
    Thanks G/R
    1/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dd4thewin View Post
    I found it in settings I don't kno what the numbers mean how do I change if I don't want certains items recycled?
    public ICollection<KeyValuePair<ItemId, int>> ItemRecycleFilter => new[]
    {
    new KeyValuePair<ItemId, int>(ItemId.ItemUnknown, 0),
    new KeyValuePair<ItemId, int>(ItemId.ItemPokeBall, 25),
    new KeyValuePair<ItemId, int>(ItemId.ItemGreatBall, 50),
    new KeyValuePair<ItemId, int>(ItemId.ItemUltraBall, 75),
    new KeyValuePair<ItemId, int>(ItemId.ItemMasterBall, 100),

    new KeyValuePair<ItemId, int>(ItemId.ItemPotion, 0),
    new KeyValuePair<ItemId, int>(ItemId.ItemSuperPotion, 10),
    new KeyValuePair<ItemId, int>(ItemId.ItemHyperPotion, 25),
    new KeyValuePair<ItemId, int>(ItemId.ItemMaxPotion, 75),

    new KeyValuePair<ItemId, int>(ItemId.ItemRevive, 15),
    new KeyValuePair<ItemId, int>(ItemId.ItemMaxRevive, 50),

    new KeyValuePair<ItemId, int>(ItemId.ItemLuckyEgg, 200),

    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseOrdinary, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseSpicy, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseCool, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncenseFloral, 100),

    new KeyValuePair<ItemId, int>(ItemId.ItemTroyDisk, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemXAttack, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemXDefense, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemXMiracle, 100),

    new KeyValuePair<ItemId, int>(ItemId.ItemRazzBerry, 20),
    new KeyValuePair<ItemId, int>(ItemId.ItemBlukBerry, 10),
    new KeyValuePair<ItemId, int>(ItemId.ItemNanabBerry, 10),
    new KeyValuePair<ItemId, int>(ItemId.ItemWeparBerry, 30),
    new KeyValuePair<ItemId, int>(ItemId.ItemPinapBerry, 30),

    new KeyValuePair<ItemId, int>(ItemId.ItemSpecialCamera, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncubatorBasicUnlimited, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemIncubatorBasic, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemPokemonStorageUpgrade, 100),
    new KeyValuePair<ItemId, int>(ItemId.ItemItemStorageUpgrade, 100),
    Just change the numbers. The numbers is the max amount the bot will hold. If you want more Ultraballs, increase the number.

  7. #862
    fokeiro's Avatar (⌐■_■)–︻╦╤─ – – –

    Authenticator enabled
    Reputation
    808
    Join Date
    Jul 2012
    Posts
    756
    Thanks G/R
    89/727
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lvl 33-34 more than half a day shit
    OWNEDCORE LINKS SHORTED TO FIT SIGNATURE
    100% IV HUNT: url]https://goo.gl/auABjo[/url]
    MULTIBOT VPN : https://goo.gl/UYPI4k
    HAXTON CONFIGS: https://goo.gl/cXPMDr
    IP UNBAN VPN : url]https://goo.gl/rr2JFV[/url]
    Bot Restarter: https://goo.gl/cgQii1

  8. Thanks bankai44 (1 members gave Thanks to fokeiro for this useful post)
  9. #863
    badinstincts's Avatar Sergeant
    Reputation
    7
    Join Date
    Jul 2016
    Posts
    63
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fokeiro View Post
    lvl 33-34 more than half a day shit
    now we need bots to run bots

  10. #864
    noobcakes69's Avatar Sergeant Major Authenticator enabled
    Reputation
    26
    Join Date
    Jul 2016
    Posts
    143
    Thanks G/R
    1/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badinstincts View Post
    now we need bots to run bots
    Well, there is a bot to restart bots.

  11. #865
    extrabytez's Avatar Sergeant
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    60
    Thanks G/R
    18/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fokeiro View Post
    lvl 33-34 more than half a day shit
    lol, same here

  12. #866
    vaynords's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my high cp pokemon has been transfered .... how to solve this

    [05:09:40] Found 1 Pokemon for Transfer:
    [05:09:41] NidoranMale (CP 472 | 39,23 % perfect) | (Best: 121 CP | 47,42 % perfect)

    472 vs 121 ... and the bot transfered my 472 cp

  13. #867
    noobcakes69's Avatar Sergeant Major Authenticator enabled
    Reputation
    26
    Join Date
    Jul 2016
    Posts
    143
    Thanks G/R
    1/19
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vaynords View Post
    my high cp pokemon has been transfered .... how to solve this

    [05:09:40] Found 1 Pokemon for Transfer:
    [05:09:41] NidoranMale (CP 472 | 39,23 % perfect) | (Best: 121 CP | 47,42 % perfect)

    472 vs 121 ... and the bot transfered my 472 cp
    Because you have "PrioritizeIVOverCp" set to true?

  14. #868
    Sylencer90's Avatar Member
    Reputation
    10
    Join Date
    Dec 2013
    Posts
    91
    Thanks G/R
    60/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vaynords View Post
    my high cp pokemon has been transfered .... how to solve this

    [05:09:40] Found 1 Pokemon for Transfer:
    [05:09:41] NidoranMale (CP 472 | 39,23 % perfect) | (Best: 121 CP | 47,42 % perfect)

    472 vs 121 ... and the bot transfered my 472 cp
    PrioritizeIVOverCp is probably true.

  15. #869
    BlooDSki's Avatar Active Member
    Reputation
    37
    Join Date
    May 2012
    Posts
    535
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fokeiro View Post
    Yes it will
    I'm trying to get this to work any ideas? Windows 10

    my BAT location is wscript "C:\Users\austi\Desktop\Updated pokemon bot\BotRestarterFokeiro\BotsRestarter.vbs"
    Vbs file oShell.Run "C:\Users\austi\Desktop\Updated pokemon bot\d3blood1\PokemonGo.RocketAPI.Console\bin\Debug\PokemonGo.RocketAPI.Console.e xe"

    All i get is The system cannot find the file specified.. I'm 100% sure i have the right path as i literally copy pasted the location from security

  16. #870
    Ex3r's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    10
    Thanks G/R
    7/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    #noprobsagain
    Last edited by Ex3r; 07-26-2016 at 06:34 PM.

Similar Threads

  1. Looking for European Raiders who use Rotation bots! (pref. HC exp)
    By BrunoMC in forum World of Warcraft General
    Replies: 0
    Last Post: 06-22-2014, 06:59 PM
  2. private farm bot or high end bot
    By redrun in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 06-03-2013, 06:19 PM
  3. [Trading] Warrior/DK 90, Hero/R13 (Vanilla), High Exp!
    By Frenzydoude in forum WoW-EU Account Buy Sell Trade
    Replies: 4
    Last Post: 12-04-2012, 03:07 PM
  4. High exp farming in Howling fjord
    By Dx2 in forum World of Warcraft Guides
    Replies: 9
    Last Post: 05-13-2009, 11:49 AM
  5. High exp Grinding in Zuldrak
    By Dx2 in forum World of Warcraft Guides
    Replies: 5
    Last Post: 05-11-2009, 06:33 AM
All times are GMT -5. The time now is 10:38 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