本帖最後由 joyfod 於 2016-8-19 13:23 編輯  
 
這個是在設定你的抓怪及補給的次數,因應官方的softban機制而生的 
 
    "FastSoftBanBypass": false, // 老設定,去查舊的設定檔吧 
    "UseKillSwitchCatch": true, // 使用精靈抓取監視 
    "CatchErrorPerHours": 40, // 抓取的錯誤次數 
    "CatchEscapePerHours": 40, // 抓取的失敗次數 
    "CatchFleePerHours": 40, // 精靈被抓時,顯示消失次數(因應已經被softban了,而外掛仍不自知的一直抓) 
    "CatchMissedPerHours": 40, // 點擊精靈後,沒有進入抓取的錯過次數 
    "CatchSuccessPerHours": 40, // 抓取精靈成功次數(官方單日最高999隻) 
    "UseKillSwitchPokestops": true, // 是否開啟監控取得補給次數 
    "AmountPokestops": 80 // 取得補給次數(官方單日最高2000) 
附上我的設定 
 
    "FastSoftBanBypass": false, 
    "UseKillSwitchCatch": true, 
    "CatchErrorPerHours": 40, 
    "CatchEscapePerHours": 100, 
    "CatchFleePerHours": 40, 
    "CatchMissedPerHours": 40, 
    "CatchSuccessPerHours": 850, 
    "UseKillSwitchPokestops": true, 
    "AmountPokestops": 1850 
 
 |