馬上加入Android 台灣中文網,立即免費下載應用遊戲。
您需要 登錄 才可以下載或查看,沒有帳號?註冊
x
本帖最後由 wwehhh 於 2016-7-31 15:00 編輯
抱歉上一篇太多人私訊 以下統一教學
使用教學:
下載完解壓縮會有一個user右鍵編輯 或 右鍵開啟檔案選記事本
出現以下這段
//---------------------------------------------------------------
<?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 -->如果你是GOOGLE帳號打GOOGLE 如果是PTC打PTC
<DefaultLatitude>40.764871</DefaultLatitude> <!-- Default Amsterdam Central Station -->(座標位置)
<DefaultLongitude>-73.972722</DefaultLongitude><!-- Default Amsterdam Central Station -->(座標位置)
<DefaultAltitude>10</DefaultAltitude>
<PtcPassword>pw</PtcPassword> PTC用戶才填這密碼
<PtcUsername>username</PtcUsername> PCT用戶才填這帳號 (PTC/GOOGLE二選一)
<GoogleUsername>username</GoogleUsername> GOOGLE用戶才填這帳號 XXXX@gmail.com
<GooglePassword>pw</GooglePassword> GOOGLE用戶才填密碼
<KeepMinIVPercentage>85</KeepMinIVPercentage> 最低IV保留 建議高一點才留 可調至90-95
<KeepMinCP>1000</KeepMinCP> 最低CP保留 也建議高一點才留
<WalkingSpeedInKilometerPerHour>50</WalkingSpeedInKilometerPerHour>
<TransferDuplicatePokemon>true</TransferDuplicatePokemon>
<KeepMinDuplicatePokemon>1</KeepMinDuplicatePokemon>
<PrioritizeIVOverCP>true</PrioritizeIVOverCP>
<UseLuckyEggsWhileEvolving>true</UseLuckyEggsWhileEvolving> 是否使用幸運蛋 true是 or false否
<ExclusiveTransferMin>false</ExclusiveTransferMin>
<AllowQuickSpinUnban>true</AllowQuickSpinUnban>
<ItemRecycleFilter> <!-- Type and amount to keep -->
<Filter>
<Name>ItemUnknown</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemPokeBall</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemGreatBall</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemUltraBall</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemMasterBall</Name>
<Count>100</Count>
</Filter>
<Filter>
<Name>ItemPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemSuperPotion</Name>
<Count>0</Count>
</Filter>
<Filter>
<Name>ItemHyperPotion</Name>
<Count>20</Count>
</Filter>
<Filter>
<Name>ItemMaxPotion</Name>
<Count>50</Count>
</Filter>
<Filter>
<Name>ItemRevive</Name>
<Count>10</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 --> 以下怪獸進化 不要就全移除<PokemonId>的部分
<PokemonId>Rattata</PokemonId>
<PokemonId>Spearow</PokemonId>
<PokemonId>Ekans</PokemonId>
<PokemonId>Pikachu</PokemonId>
<PokemonId>Sandshrew</PokemonId>
<PokemonId>Clefable</PokemonId>
<PokemonId>Vulpix</PokemonId>
<PokemonId>Jigglypuff</PokemonId>
<PokemonId>Zubat</PokemonId>
<PokemonId>Paras</PokemonId>
<PokemonId>Venonat</PokemonId>
<PokemonId>Diglett</PokemonId>
<PokemonId>Meowth</PokemonId>
<PokemonId>Psyduck</PokemonId>
<PokemonId>Mankey</PokemonId>
<PokemonId>Growlithe</PokemonId>
<PokemonId>Tentacool</PokemonId>
<PokemonId>Ponyta</PokemonId>
<PokemonId>Slowpoke</PokemonId>
<PokemonId>Magnemite</PokemonId>
<PokemonId>Doduo</PokemonId>
<PokemonId>Seel</PokemonId>
<PokemonId>Grimer</PokemonId>
<PokemonId>Shellder</PokemonId>
<PokemonId>Drowzee</PokemonId>
<PokemonId>Krabby</PokemonId>
<PokemonId>Voltorb</PokemonId>
<PokemonId>Exeggcute</PokemonId>
<PokemonId>Cubone</PokemonId>
<PokemonId>Koffing</PokemonId>
<PokemonId>Rhyhorn</PokemonId>
<PokemonId>Horsea</PokemonId>
<PokemonId>Goldeen</PokemonId>
<PokemonId>Staryu</PokemonId>
<PokemonId>Omanyte</PokemonId>
<PokemonId>Kabuto</PokemonId>
<PokemonId>Dratini</PokemonId>
</PokemonsToEvolve>
<PokemonsNotToTransfer> <!-- Pokemons to not transfer, leave empty to transfer all pokemon --> 以下怪獸不傳送 都不留就移除 <PokemonId>的部分
<PokemonId>Dragonite</PokemonId>
<PokemonId>Charizard</PokemonId>
<PokemonId>Zapdos</PokemonId>
<PokemonId>Snorlax</PokemonId>
<PokemonId>Alakazam</PokemonId>
<PokemonId>Mew</PokemonId>
<PokemonId>Mewtwo</PokemonId>
</PokemonsNotToTransfer>
<PokemonsNotToCatch> <!-- Pokemons to not catch, leave empty to catch all pokemon -->以下怪獸不抓 需要就增加 <PokemonId>
</PokemonsNotToCatch>
</UserSettingsXml>
//---------------------------------------------------------------
好了之後存檔 之後打開PokemonGo.RocketAPI.Console 他就會跑小黑窗 就會自動執行了 黑窗上面可看人物資訊
等級 預計升等時間 目前經驗值/升等經驗值 單小時經驗 等等
如果覺得太低 可以調整地標位置
如果可以用再麻煩大家評個分吧
打使用方法很辛苦的 3Q
|
評分
-
查看全部評分

|