搜索：

                case 22181004:
                    ret.statups.put(MapleBuffStat.ONYX_WILL, (int) ret.damage); //is this the right order
                    ret.statups.put(MapleBuffStat.STANCE, (int) ret.prop);
                    break;

替換：

                case 22181004://歐尼斯的意志
                    //ret.statups.put(MapleBuffStat.ONYX_WILL, (int) ret.damage); //is this the right order
                    ret.statups.put(MapleBuffStat.STANCE, (int) ret.prop);
                    break;