a7787091 0 Report post Posted March 11, 2016 倉庫選項選1,2,3,4,5,6,7 倉庫裡有地圖 也不是IGNORE地圖 一開始會自行領取地圖 上圖釘 蛻變 但是跑了一段時間後他翻倉庫 不會領地圖出來上圖釘...等動作 反而跑到介面設定的章節地圖去刷怪 請問我哪裡設定錯誤嗎? 地圖設定如下 [MapTier] >= "6" && [MapTier] <= "9" # [RunMap] == "true" [Rarity] == "Unique" # [ignoreMap] == "true" [Rarity] == "Rare" # [ignoreMap] == "true" [MapTier] >= "4" && [Quality] <= "16" && [Rarity] == "Normal" # [upgradeQuality] == "true" [Rarity] == "Normal" # [upgradeToMagic] == "true" // Reroll Magic Map Mods (Works with magic maps only currently) // Prefix // [map_spawn_extra_exiles] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Anarchic -- 2+ Rogue Exiles // [map_rare_monsters_have_nemesis_mod] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Antagonist's -- Nemesis Mod // [map_packs_are_humanoids] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Bipedal -- Humanoid Mobs // [map_packs_are_goatmen] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Capricious -- Goatmen Mobs // [map_packs_are_totems] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Ceremonial -- Contains Totems [map_monster_skills_chain_X_additional_times] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Chaining -- Chain +2 Times // [map_packs_are_demons] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Demonic -- Demon Mobs [map_packs_fire_projectiles] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Emanant -- Nemesis Mod // [map_packs_are_animals] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Feral -- Animal Mobs // [map_monsters_are_immune_to_curses] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Hexproof -- Curse Immune // [map_additional_number_of_packs_to_choose] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Multifarious -- Increased Variety Mobs [map_beyond_chance_%] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Otherworldly -- Beyond Spawned Mobs // [map_packs_are_skeletons] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Skeletal -- Skeleton Mobs // [map_packs_are_sea_witches_and_spawn] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Slithering -- Sea Witches & Spawn Mobs // [is_twinned_unique_boss] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Twinned -- 2X Unique Bosses // [map_packs_are_undead_and_necromancers] >= "1" && [Rarity] == "Magic" # [RerollMods] == "true" // Undead -- Undead Mobs Quote Share this post Link to post Share on other sites
gwoic123 8 Report post Posted March 11, 2016 (edited) 下方的ignore,大約在295行後 有內定一些地圖不刷,因為會卡住或太過困難等等 例如T1 就有三個不刷 // Map tier 1 [Type] == "Dungeon Map" # [ignoreMap] == "true" // Gets Stuck [Type] == "Pit Map" # [ignoreMap] == "true" // Gets Stuck [Type] == "Tropical Island Map" # [ignoreMap] == "true" // Has Trouble With Transition // Map tier 3 [Type] == "Vaal Pyramid Map" # [ignoreMap] == "true" // Not good map for bot // Map tier 4 [Type] == "Arena Map" # [ignoreMap] == "true" // Not good map for bot [Type] == "Phantasmagoria Map" # [ignoreMap] == "true" // Annoying map boss without transition 應該是被忽略所以才跳過你倉庫內的地圖 我先前也沒注意到,以為是bug,哈 Edited March 11, 2016 by gwoic123 Quote Share this post Link to post Share on other sites
a7787091 0 Report post Posted March 11, 2016 好的 謝謝大大 我在檢查看看@@ 感謝 Quote Share this post Link to post Share on other sites