Android 台灣中文網
標題:
新手N牌096留怪&狙擊提問
[打印本頁]
作者:
pokerock
時間:
2016-9-24 00:56
標題:
新手N牌096留怪&狙擊提問
本帖最後由 pokerock 於 2016-9-24 18:34 編輯
"KeepMinCp": 10,
"KeepMinIvPercentage": 95.0,
"KeepMinLvl": 20,
"KeepMinOperator": "or",
"UseKeepMinLvl": true,
如果我想保留,20級以上,95%IV,CP不限,這樣設定應該沒錯吧?
為何還是常常保留一些3級5級,IV90左右的怪呢
"Snorlax": {
"KeepMinCp": 1500,
"KeepMinLvl": 20,
"UseKeepMinLvl": true,
"KeepMinIvPercentage": 95.0,
"KeepMinDuplicatePokemon": 5,
"Moves": [
[
"zenHeadbuttFast",
"hyperBeam"
]
],
"DeprecatedMoves": null,
"KeepMinOperator": "or",
"MovesOperator": "and"
請問我是哪裡設定錯誤了??
作者:
bk0501
時間:
2016-9-24 01:10
妳把conjig檔 拉到最上面
"KeepMinCp": 1250, //保留此CP值以上的神奇寶貝
"KeepMinIvPercentage": 90.0, //保留此IV值以上的神奇寶貝
"KeepMinLvl": 6, //保留此等級以上的神奇寶貝
"KeepMinOperator": "or", //設定保留條件,and為同時滿足CP、IV、LV,or為滿足其中一項
"UseKeepMinLvl": false, //保留最低等級神奇寶貝,true為開,false為關
"PrioritizeIvOverCp": true, //優先看IV,其次才是CP,true為開,false為關
"KeepMinDuplicatePokemon": 1, //保留重複的神奇寶貝數量,預設 1
這邊首次篩選 妳要先調整到一樣的設定
作者:
kk9ghost
時間:
2016-9-24 02:08
因為你
KeepMinOperator選了OR
意思是CP10 或 IV 95 或 LV 20 以上的都會留
如果是想 CP 10和IV 95和LV 20的才留, 要選AND
作者:
pokerock
時間:
2016-9-24 02:15
本帖最後由 pokerock 於 2016-9-24 02:19 編輯
非常感謝各位大大的解答,小弟還有一個疑問,
為何有時他會把垃圾全丟,(IV0~80%的其他小怪)
有時候又留一堆呢= =應該說:偶而漏丟2.3隻IV2.30%的
時間久就越來越多了
作者:
kk9ghost
時間:
2016-9-24 02:26
pokerock 發表於 2016-9-24 02:15
非常感謝各位大大的解答,小弟還有一個疑問,
為何有時他會把垃圾全丟,(IV0~80%的其他小怪)
有時候又留一 ...
你這個KeepPokemonsThatCanEvolve是選什麼?
或者你把整個config放上來看看
作者:
pokerock
時間:
2016-9-24 02:44
"PokemonConfig": {
"CatchPokemon": true,
"DelayBetweenPokemonCatch": 6000,
"UseCatchLimit": true,
"CatchPokemonLimit": 800,
"CatchPokemonLimitMinutes": 800,
"UseIncenseConstantly": false,
"UseEggIncubators": true,
"UseEggIncubatorMinKm": 2,
"UseLuckyEggConstantly": false,
"UseLuckyEggsMinPokemonAmount": 300,
"UseLuckyEggsWhileEvolving": false,
"UseBerriesMinCp": 1500,
"UseBerriesMinIv": 90.0,
"UseBerriesBelowCatchProbability": 0.2,
"UseBerriesOperator": "or",
"MaxBerriesToUsePerPokemon": 5,
"TransferWeakPokemon": true,
"TransferDuplicatePokemon": true,
"TransferDuplicatePokemonOnCapture": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": false,
"RenameTemplate": "{1}_{0}",
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": false,
"MaxPokeballsPerPokemon": 8,
"UseGreatBallAboveCp": 1500,
"UseUltraBallAboveCp": 1800,
"UseMasterBallAboveCp": 3000,
"UseGreatBallAboveIv": 80.0,
"UseUltraBallAboveIv": 90.0,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"AutomaticallyLevelUpPokemon": false,
"OnlyUpgradeFavorites": true,
"UseLevelUpList": true,
"AmountOfTimesToUpgradeLoop": 5,
"GetMinStarDustForLevelUp": 5000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 95.0,
"UpgradePokemonMinimumStatsOperator": "and",
"EvolveAboveIvValue": 95.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"EvolveKeptPokemonsAtStorageUsagePercentage": 65.0,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 100,
"KeepMinIvPercentage": 95.0,
"KeepMinLvl": 20,
"KeepMinOperator": "and",
"UseKeepMinLvl": true,
"PrioritizeIvOverCp": true,
"KeepMinDuplicatePokemon": 5,
"UsePokemonToNotCatchFilter": true,
"UsePokemonSniperFilterOnly": false,
"DumpPokemonStats": false
作者:
bk0501
時間:
2016-9-24 14:52
本帖最後由 bk0501 於 2016-9-24 14:53 編輯
"PokemonConfig": {
"CatchPokemon": true,
"DelayBetweenPokemonCatch": 6000,
"UseCatchLimit": true,
"CatchPokemonLimit": 800,
"CatchPokemonLimitMinutes": 800,
"UseIncenseConstantly": false,
"UseEggIncubators": true,
"UseEggIncubatorMinKm": 2,
"UseLuckyEggConstantly": false,
"UseLuckyEggsMinPokemonAmount": 300,
"UseLuckyEggsWhileEvolving": false,
"UseBerriesMinCp": 1500,
"UseBerriesMinIv": 90.0,
"UseBerriesBelowCatchProbability": 0.2,
"UseBerriesOperator": "or",
"MaxBerriesToUsePerPokemon": 5,
"TransferWeakPokemon": true,
"TransferDuplicatePokemon": true,
"TransferDuplicatePokemonOnCapture": false,
"RenamePokemon": false,
"RenameOnlyAboveIv": false,
"RenameTemplate": "{1}_{0}",
"FavoriteMinIvPercentage": 95.0,
"AutoFavoritePokemon": false,
"MaxPokeballsPerPokemon": 8,
"UseGreatBallAboveCp": 1500,
"UseUltraBallAboveCp": 1800,
"UseMasterBallAboveCp": 3000,
"UseGreatBallAboveIv": 80.0,
"UseUltraBallAboveIv": 90.0,
"UseGreatBallBelowCatchProbability": 0.2,
"UseUltraBallBelowCatchProbability": 0.1,
"UseMasterBallBelowCatchProbability": 0.05,
"AutomaticallyLevelUpPokemon": false,
"OnlyUpgradeFavorites": true,
"UseLevelUpList": true,
"AmountOfTimesToUpgradeLoop": 5,
"GetMinStarDustForLevelUp": 5000,
"LevelUpByCPorIv": "iv",
"UpgradePokemonCpMinimum": 1000.0,
"UpgradePokemonIvMinimum": 95.0,
"UpgradePokemonMinimumStatsOperator": "and",
"EvolveAboveIvValue": 95.0,
"EvolveAllPokemonAboveIv": false,
"EvolveAllPokemonWithEnoughCandy": false,
"EvolveKeptPokemonsAtStorageUsagePercentage": 65.0,
"KeepPokemonsThatCanEvolve": false,
"KeepMinCp": 100,
1000
"KeepMinIvPercentage": 95.0,
"KeepMinLvl": 20,
"KeepMinOperator": "and",
"UseKeepMinLvl": true, //保留最低等級神奇寶貝,true為開,
false
為關
"PrioritizeIvOverCp": true, //優先看IV,其次才是CP,true為開,
false
為關
"KeepMinDuplicatePokemon": 5,
1
"UsePokemonToNotCatchFilter": true,
"UsePokemonSniperFilterOnly": false,
"DumpPokemonStats": false
綠色我的建議改成這樣
作者:
pokerock
時間:
2016-9-24 18:30
原來我
"UseKeepMinLvl": true
一直誤會錯意思
感謝大大教學
最後再請教一個最近的問題
},
"SnipeConfig": {
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"GetSniperInfoFromPokezz": false,
"GetOnlyVerifiedSniperInfoFromPokezz": false,
"GetSniperInfoFromPokeSnipers": false,
"GetSniperInfoFromPokeWatchers": false,
"GetSniperInfoFromSkiplagged": false,
"MinPokeballsToSnipe": 60,
"MinPokeballsWhileSnipe": 40,
"MinDelayBetweenSnipes": 20000,
"SnipingScanOffset": 0.005,
"SnipeAtPokestops": false,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"SnipePokemonNotInPokedex": false,
"UseSnipeLimit": true,
"SnipeRestSeconds": 180,
"SnipeCountLimit": 39
},
我狙擊設定這樣
原本狙擊都好好的
最近因應小怪也有高IV
所以我乾脆把151隻
除了區域限定
"Pokemon": [
"bulbasaur",
"ivysaur",
"venusaur",
"charmander",
"charmeleon",
"charizard",
"squirtle",
"wartortle",
"blastoise",
"caterpie",
"metapod",
"butterfree",
"weedle",
.....等等
全設定在狙擊目標
可是設定完之後
就不狙擊了
Location Feeder 還是有目標出來
可是他不會去狙擊@@
作者:
bk0501
時間:
2016-9-25 00:57
"SnipeConfig": {
"UseSnipeLocationServer": true,
"SnipeLocationServer": "localhost",
"SnipeLocationServerPort": 16969,
"GetSniperInfoFromPokezz": false, //只取得已從Pokezz網站驗證的座標,true為開,false為關
"GetOnlyVerifiedSniperInfoFromPokezz": false, //只核對Pokezz上的座標,true為開,false為關
"GetSniperInfoFromPokeSnipers": false, //只取得已從PokeSnipers網站驗證的座標,true為開,false為關
"GetSniperInfoFromPokeWatchers": false, //只取得已從PokeWatchers網站驗證的座標,true為開,false為關
"GetSniperInfoFromSkiplagged": false,
"MinPokeballsToSnipe": 60,
"MinPokeballsWhileSnipe": 40,
"MinDelayBetweenSnipes": 20000,
"SnipingScanOffset": 0.005,
"SnipeAtPokestops": false,
"SnipeIgnoreUnknownIv": false,
"UseTransferIvForSnipe": false,
"SnipePokemonNotInPokedex": false,
"UseSnipeLimit": true,
"SnipeRestSeconds": 180,
"SnipeCountLimit": 39
},
我只能說 妳狙擊關掉 怎麼狙擊
給殺手一整張獵殺名單 卻不准殺手扣下版機
還怪殺手不配合獵殺
請多多爬文
我記的這個系列不管哪個版本 都有中文 英文對照表
稍微對照一下表格 設定自己最適合的步驟
歡迎光臨 Android 台灣中文網 (https://apk.tw/)
Powered by Discuz! X3.1