Maclone's Community Versions - Compiled, ready to go PokemonGo bots menu

User Tag List

Page 71 of 168 FirstFirst ... 21676869707172737475121 ... LastLast
Results 1,051 to 1,065 of 2520
  1. #1051
    mr_kurwan's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello i have issues at speed walking, on user.xml i has been set it to lower then 50km/h but in bot is still walking to the point on speed 10km/h? how i can change speed to the target?

    Maclone's Community Versions - Compiled, ready to go PokemonGo bots
  2. #1052
    zxzx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nioin View Post
    <setting name="MaxTravelDistanceInMeters" serializeAs="String">
    <value>1000</value>

    In PokemonGo.RocketAPI.Console.exe.config for Pokefast.

    I have mine set to 3000, but have seen people at 4000+
    Not a programmer, but don't you need to close the setting loop? Let me know if I placed it in the right place too (lol)

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    <setting name="MaxTravelDistanceInMeters" serializeAs="String">
    <value>4000</value></setting>
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    </configuration>

  3. #1053
    hougron's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't open the application, it got error like this:
    "Could not load settings. user.xml either missing or malformed"

    This is my user.xml configuration

    <?xml version="1.0" encoding="utf-16"?>
    <UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <AuthType>Google</AuthType> <!-- Google/Ptc -->
    <DefaultLatitude>-6.311679</DefaultLatitude> <!-- Default Amsterdam Central Station -->
    <DefaultLongitude>106.819972</DefaultLongitude> <!-- Default Amsterdam Central Station -->
    <DefaultAltitude>10</DefaultAltitude>
    <GoogleRefreshToken></GoogleRefreshToken>
    <PtcPassword>pw</PtcPassword>
    <PtcUsername>username</PtcUsername>
    <KeepMinIVPercentage>85</KeepMinIVPercentage>
    <KeepMinCP>500</KeepMinCP>
    <WalkingSpeedInKilometerPerHour>20</WalkingSpeedInKilometerPerHour>
    <TransferDuplicatePokemon>true</TransferDuplicatePokemon>
    <KeepMinDuplicatePokemon>3</KeepMinDuplicatePokemon>
    <PrioritizeIVOverCP>true</PrioritizeIVOverCP>
    <UseLuckyEggsWhileEvolving>true</UseLuckyEggsWhileEvolving>
    <ItemRecycleFilter> <!-- Type and amount to keep -->
    Please Help

  4. #1054
    gunite69's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i use it for two accounts on the same pc?

  5. #1055
    duckling104's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    3
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same as last version + Short Delay + Name in title fix + Spam Fix + PrioIVFix (2016-07-26)
    This version allowed to use RazzBerry continuously. Is it a bug or error ? Can we control it?

  6. #1056
    Tassadaru's Avatar Contributor The One and Only!
    CoreCoins Purchaser
    Reputation
    219
    Join Date
    Apr 2009
    Posts
    133
    Thanks G/R
    7/23
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hougron View Post
    I can't open the application, it got error like this:
    "Could not load settings. user.xml either missing or malformed"

    This is my user.xml configuration



    Please Help
    If you're unsure of the error, Google an XML validator and see where the problem lies. If you're unsure, paste all your user.xml here (after removing sensitive information like user/pass and/or Google token) and someone may look into it.

    When in darkness or in doubt, run in circles, scream and shout!

  7. #1057
    GinsCorp'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)
    Just use it)

  8. #1058
    yurayu'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)
    Dear friends tell me I need to dust off that pump not need to do??? and the second question is, will it remove my pokemon if I put this bot??

  9. #1059
    hougron's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tassadaru View Post
    If you're unsure of the error, Google an XML validator and see where the problem lies. If you're unsure, paste all your user.xml here (after removing sensitive information like user/pass and/or Google token) and someone may look into it.
    Here it is the full user.xml

    <?xml version="1.0" encoding="utf-16"?>
    <UserSettingsXml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <AuthType>Google</AuthType> <!-- Google/Ptc -->
    <DefaultLatitude>-6.311679</DefaultLatitude> <!-- Default Amsterdam Central Station -->
    <DefaultLongitude>106.819972</DefaultLongitude> <!-- Default Amsterdam Central Station -->
    <DefaultAltitude>10</DefaultAltitude>
    <GoogleRefreshToken></GoogleRefreshToken>
    <PtcPassword>pw</PtcPassword>
    <PtcUsername>username</PtcUsername>
    <KeepMinIVPercentage>85</KeepMinIVPercentage>
    <KeepMinCP>500</KeepMinCP>
    <WalkingSpeedInKilometerPerHour>20</WalkingSpeedInKilometerPerHour>
    <TransferDuplicatePokemon>true</TransferDuplicatePokemon>
    <KeepMinDuplicatePokemon>3</KeepMinDuplicatePokemon>
    <PrioritizeIVOverCP>true</PrioritizeIVOverCP>
    <UseLuckyEggsWhileEvolving>true</UseLuckyEggsWhileEvolving>
    <ItemRecycleFilter> <!-- Type and amount to keep -->
    <Filter>
    <Name>ItemUnknown</Name>
    <Count>0</Count>
    </Filter>
    <Filter>
    <Name>ItemPokeBall</Name>
    <Count>70</Count>
    </Filter>
    <Filter>
    <Name>ItemGreatBall</Name>
    <Count>70</Count>
    </Filter>
    <Filter>
    <Name>ItemUltraBall</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemMasterBall</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemPotion</Name>
    <Count>0</Count>
    </Filter>
    <Filter>
    <Name>ItemSuperPotion</Name>
    <Count>30</Count>
    </Filter>
    <Filter>
    <Name>ItemHyperPotion</Name>
    <Count>50</Count>
    [/spoiler]
    </Filter>
    <Filter>
    <Name>ItemMaxPotion</Name>
    <Count>50</Count>
    </Filter>
    <Filter>
    <Name>ItemRevive</Name>
    <Count>15</Count>
    </Filter>
    <Filter>
    <Name>ItemMaxRevive</Name>
    <Count>50</Count>
    </Filter>
    <Filter>
    <Name>ItemLuckyEgg</Name>
    <Count>200</Count>
    </Filter>
    <Filter>
    <Name>ItemIncenseOrdinary</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemIncenseSpicy</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemIncenseCool</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemIncenseFloral</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemTroyDisk</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemXAttack</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemXDefense</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemXMiracle</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemRazzBerry</Name>
    <Count>20</Count>
    </Filter>
    <Filter>
    <Name>ItemBlukBerry</Name>
    <Count>10</Count>
    </Filter>
    <Filter>
    <Name>ItemNanabBerry</Name>
    <Count>10</Count>
    </Filter>
    <Filter>
    <Name>ItemWeparBerry</Name>
    <Count>30</Count>
    </Filter>
    <Filter>
    <Name>ItemPinapBerry</Name>
    <Count>30</Count>
    </Filter>
    <Filter>
    <Name>ItemSpecialCamera</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemIncubatorBasicUnlimited</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemIncubatorBasic</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemPokemonStorageUpgrade</Name>
    <Count>100</Count>
    </Filter>
    <Filter>
    <Name>ItemItemStorageUpgrade</Name>
    <Count>100</Count>
    </Filter>
    </ItemRecycleFilter>
    <PokemonsToEvolve> <!-- Pokemons to evolve, leave empty to disable evolving pokemon -->
    </PokemonsToEvolve>
    <PokemonsNotToTransfer> <!-- Pokemons to not transfer, leave empty to transfer all pokemon -->
    <PokemonId>Dragonite</PokemonId>
    <PokemonId>Charizard</PokemonId>
    <PokemonId>Zapdos</PokemonId>
    <PokemonId>Snorlax</PokemonId>
    <PokemonId>Alakazam</PokemonId>
    <PokemonId>Gyrados</PokemonId>
    <PokemonId>Vaporeon</PokemonId>
    <PokemonId>Mew</PokemonId>
    <PokemonId>Mewtwo</PokemonId>
    </PokemonsNotToTransfer>
    <PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->
    </PokemonsNotToCatch>
    </UserSettingsXml>

  10. #1060
    AlexMiller's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    11/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So... why if there is this options:
    <KeepMinIVPercentage>94</KeepMinIVPercentage>
    <KeepMinCP>1400</KeepMinCP>
    <TransferDuplicatePokemon>true</TransferDuplicatePokemon>
    <KeepMinDuplicatePokemon>1</KeepMinDuplicatePokemon>
    <PrioritizeIVOverCP>false</PrioritizeIVOverCP>

    it keep 3, or more, Starmie with this: 1413CP - 90,73% (this is the best i think); another with 1708 and 86,31%; another with 1583CP and 85,08%; another with 1628CP and 79,06%; another with 1440CP and 76,12%;

    strange because I say to it to keep just 1 duplicate using min 1400 and min 94%! without prioritize ... still bugged the duplicate setting?

  11. #1061
    jeoffery's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to increase radius of grinding/hunting?

  12. #1062
    Overload777's Avatar Member
    Reputation
    3
    Join Date
    Apr 2014
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AlexMiller View Post
    So... why if there is this options:
    <KeepMinIVPercentage>94</KeepMinIVPercentage>
    <KeepMinCP>1400</KeepMinCP>
    <TransferDuplicatePokemon>true</TransferDuplicatePokemon>
    <KeepMinDuplicatePokemon>1</KeepMinDuplicatePokemon>
    <PrioritizeIVOverCP>false</PrioritizeIVOverCP>

    it keep 3, or more, Starmie with this: 1413CP - 90,73% (this is the best i think); another with 1708 and 86,31%; another with 1583CP and 85,08%; another with 1628CP and 79,06%; another with 1440CP and 76,12%;

    strange because I say to it to keep just 1 duplicate using min 1400 and min 94%! without prioritize ... still bugged the duplicate setting?
    It does exactly want you "wanted" it to do.
    You set the rules to "transfer every duplicate, but keep at least one and keep every pokemon over 1400CP or 94% perfection.
    if there is no pokemon over 1400cp or 94% perfection, keep the one with the higher cp."
    Therefore: It keeps every Starmie with CP over 1400, it would still keep any starmie with 94% perfection or higher.
    The Prioritize-Setting is only in case, there is no Starmie fitting your rules of keeping.

    #Edit: I think the problem here is, that you misread the "KeepMinDuplicatePokemon"

  13. Thanks AlexMiller (1 members gave Thanks to Overload777 for this useful post)
  14. #1063
    Jaypey's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nioin View Post
    If you don't want it to keep IV over CP, then change it in the configs.

    For example for Pokefast, <setting name="PrioritizeIVOverCP" serializeAs="String"> <value>False</value> in PokemonGo.RocketAPI.Console.exe.config
    same case, i lost my dratini 1000cp and change 700cp
    i use but keep doesnt work

    Originally Posted by zxzx View Post
    Not a programmer, but don't you need to close the setting loop? Let me know if I placed it in the right place too (lol)

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    <setting name="MaxTravelDistanceInMeters" serializeAs="String">
    <value>4000</value></setting>
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    </configuration>
    you work ?
    i use it but like same

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    its my PokemonGo.RocketAPI.Console.exe.config

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    <setting name="MaxTravelDistanceInMeters" serializeAs="String"><value>4000</value></setting>
    <setting name="PrioritizeIVOverCP" serializeAs="String"> <value>False</value></setting>
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    </configuration>

    maybe maclone can add new feature :-)
    Last edited by Jaypey; 07-27-2016 at 04:07 AM.

  15. #1064
    AlexMiller's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    34
    Thanks G/R
    11/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Overload777 View Post
    It does exactly want you "wanted" it to do.
    You set the rules to "transfer every duplicate, but keep at least one and keep every pokemon over 1400CP or 94% perfection.
    if there is no pokemon over 1400cp or 94% perfection, keep the one with the higher cp."
    Therefore: It keeps every Starmie with CP over 1400, it would still keep any starmie with 94% perfection or higher.
    The Prioritize-Setting is only in case, there is no Starmie fitting your rules of keeping.

    #Edit: I think the problem here is, that you misread the "KeepMinDuplicatePokemon"
    maybe if I put the PrioritizeIV Over CP is better no? this will keep just the one with IV higher? But "KeepMinDuplicate = 1" it does not mean that it transfer every pokemon except for one?

  16. #1065
    wieerwartet's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    8
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much!

    Bot is doing his work for like 10h and the account is on Lv25 now
    Yesterday I had the version from 25.07. and couple of monsters over 1500CP.
    In the afternoon I changed it to v26.07. As I started the .exe-file, some of those monsters were transfered.
    Also, I had like 25 Drowzees and 15 Hypnos and it instantly transfered the half of them.
    I had the exactly same setting in user.xml, but those monsters are now gone forever.

    The <KeepMinCP>500</KeepMinCP> says, that every Pokemon under 500CP has to be transfered, doesn't it?
    I dunno why but in my case the bot also keeps 400- or even worse 100- Pokemon. How can I avoid this?

    greets

Similar Threads

  1. [Release] [UPDATED] Pokemon Bot in C# Community Version
    By Neer in forum Pokemon GO Hacks|Cheats
    Replies: 3426
    Last Post: 08-01-2016, 06:30 AM
  2. [How-To] Google Auto Login in C# Community Version
    By dv999 in forum Pokemon GO Hacks|Cheats
    Replies: 18
    Last Post: 07-21-2016, 10:42 PM
  3. [Selling] BNET Acc with 5 Battlechests - Ready to Multibox or BOT - CHEAP! + 10 days free!
    By creedence in forum WoW-US Account Buy Sell Trade
    Replies: 0
    Last Post: 12-02-2014, 07:49 AM
  4. [INFO] Compilation of Math for your bot
    By Musah in forum WoW Memory Editing
    Replies: 26
    Last Post: 09-30-2011, 12:57 PM
  5. 2.4 "Wrong game version" Solutions! Pack'd and ready to go!
    By [F]ear in forum World of Warcraft Guides
    Replies: 6
    Last Post: 03-26-2008, 09:04 AM
All times are GMT -5. The time now is 01:14 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