搜索：

                //just hit it
                reactor.hitReactor(c);
            }
        }
    }

替換：


                //just hit it
                int id[] = {2001000, 2001001, 2006001, 2008000, 2008001, 2008004, 2008005, 2512001, 2519000, 2519001, 2519002, 2519003, 2618000, 2618001, 2618002, 3002000, 3009000, 9108000, 9108001, 9108002, 9108003, 9108004, 9108005, 9218000};
                int item[] = {4001053, 4001053, 4001055, 4001046, 4001049, 4001048, 4001045, 4031437, 4001117, 4001117, 4001117, 4001117, 4001132, 4001133, 4001133, 4001161, 4001162, 4001453, 4001453, 4001453, 4001453, 4001453, 4001453, 4001528};
                for (int i = 0; i < id.length; i++)
                if (reactor.getReactorId() == id[i]) {
                    int y = i;
                    MapleInventoryManipulator.removeById(c, MapleInventoryType.ETC, item[i], 1, true, false);//觸發品扣除
                }
                reactor.hitReactor(c);
            }
        }
    }