地下城宠物挖宝太费时间的解决办法
2023-06-11 13:21:45
大中小
宠物挖宝太浪费时间的解决办法
addon_pet.lua
找到这行
Attack.marktarget(cell, ({"green","red"})[type]) -- Select it
替换为
Attack.atom_spawn(cell, 0, "pet_chest", 0) --直接把箱子弄出来,不必挖了
addon_pet.lua
找到这行
Attack.marktarget(cell, ({"green","red"})[type]) -- Select it
替换为
Attack.atom_spawn(cell, 0, "pet_chest", 0) --直接把箱子弄出来,不必挖了