Pets - OdinMS

Status
Not open for further replies.
Re: [Release] Pets - OdinMS

Just finished manually patching the file's. Hoping this 100 error's is easly fixable. Any help, please anybody?

Code:
Compiling 310 source files to C:\Users\Alexander\Documents\odin java\build\classes
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:37: ')' expected
        IItem copy();
                  ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:37: illegal start of type
        IItem copy();
                   ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:37: <identifier> expected
        IItem copy();
                    ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: = expected
        void setOwner(String owner);
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: ';' expected
        void setOwner(String owner);
            ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: illegal start of type
        void setOwner(String owner);
                     ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: = expected
        void setOwner(String owner);
                             ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: illegal start of type
        void setOwner(String owner);
                                  ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: <identifier> expected
        void setOwner(String owner);
                                   ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: = expected
        void setQuantity(short quantity);
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: ';' expected
        void setQuantity(short quantity);
            ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: illegal start of type
        void setQuantity(short quantity);
                        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: <identifier> expected
        void setQuantity(short quantity);
                         ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: = expected
        void setQuantity(short quantity);
                               ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: ';' expected
        void setQuantity(short quantity);
                                       ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:1: illegal character: \65279
?/*
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\MaplePet.java:39: class, interface, or enum expected
+
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: not a statement
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                    ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: ';' expected
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                              ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: ';' expected
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                                                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: ';' expected
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                                                              ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:581: illegal start of expression
                        } else if (splitted[0].equals("!drop")) {
                        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:581: ';' expected
                        } else if (splitted[0].equals("!drop")) {
                         ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: illegal start of expression
         private static ResultSet getReports(){
         ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: illegal start of expression
         private static ResultSet getReports(){
                 ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: ';' expected
         private static ResultSet getReports(){
                                 ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: ';' expected
         private static ResultSet getReports(){
                                              ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: illegal start of expression
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: illegal start of expression
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: ';' expected
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: '.class' expected
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: ';' expected
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: illegal start of expression
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: illegal start of expression
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: ';' expected
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: '.class' expected
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: ';' expected
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: illegal start of expression
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: illegal start of expression
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: ';' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: '.class' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: ';' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: ';' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: illegal start of expression
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: illegal start of expression
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: ';' expected
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: '.class' expected
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: ';' expected
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1758: reached end of file while parsing
}
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:104: ',', '}', or ';' expected
        MESSENGER,
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:104: '}' expected
        MESSENGER,
                 ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:114: class, interface, or enum expected
        private int code = -2;
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:116: class, interface, or enum expected
        public void setValue(int code) {
               ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:118: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:121: class, interface, or enum expected
        public int getValue() {
               ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:123: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:125: class, interface, or enum expected
        public static Properties getDefaultProperties() throws FileNotFoundException, IOException {
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:127: class, interface, or enum expected
                FileInputStream fis = new FileInputStream(System.getProperty("net.sf.odinms.recvops"));
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:128: class, interface, or enum expected
                props.load(fis);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:129: class, interface, or enum expected
                fis.close();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:130: class, interface, or enum expected
                return props;
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:131: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:136: class, interface, or enum expected
                } catch (IOException e) {
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:138: class, interface, or enum expected
                }
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: illegal start of expression
+				case 8: // assassinate
 				^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: not a statement
+				case 8: // assassinate
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: not a statement
+				case 8: // assassinate
 				     ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: ';' expected
+				case 8: // assassinate
 				      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\server\maps\MapleMap.java:1: illegal character: \65279
?/*
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4257: class, interface, or enum expected
        public static MaplePacket skillCancel(MapleCharacter from, int skillId) {
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4259: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.CANCEL_SKILL_EFFECT.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4260: class, interface, or enum expected
                mplew.writeInt(from.getId());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4261: class, interface, or enum expected
                mplew.writeInt(skillId);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4262: class, interface, or enum expected
                return mplew.getPacket();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4263: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4265: class, interface, or enum expected
        public static MaplePacket showMagnet(int mobid, byte success) {  // Monster Magnet
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4267: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.SHOW_MAGNET.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4268: class, interface, or enum expected
                mplew.writeInt(mobid);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4269: class, interface, or enum expected
                mplew.write(success);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4270: class, interface, or enum expected
                return mplew.getPacket();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4271: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4273: class, interface, or enum expected
        public static MaplePacket summonSkill(int cid, int summonSkillId, int newStance){
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4276: class, interface, or enum expected
        mplew.writeShort(SendPacketOpcode.SUMMON_SKILL.getValue());
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4277: class, interface, or enum expected
        mplew.writeInt(cid);
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4278: class, interface, or enum expected
        mplew.writeInt(summonSkillId);
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4279: class, interface, or enum expected
                mplew.write(newStance);
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4281: class, interface, or enum expected
        return mplew.getPacket();
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4282: class, interface, or enum expected
        }
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4284: class, interface, or enum expected
        public static MaplePacket messengerInvite(String from, int messengerid) {
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4286: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.MESSENGER.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4287: class, interface, or enum expected
                mplew.write(0x03);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4288: class, interface, or enum expected
                mplew.writeMapleAsciiString(from);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4289: class, interface, or enum expected
                mplew.write(0x00);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4290: class, interface, or enum expected
                mplew.writeInt(messengerid);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4291: class, interface, or enum expected
                mplew.write(0x00);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4292: class, interface, or enum expected
                return mplew.getPacket();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4293: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4295: class, interface, or enum expected
        public static MaplePacket addMessengerPlayer(String from, MapleCharacter chr, int position, int channel) {
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4297: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.MESSENGER.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4298: class, interface, or enum expected
                mplew.write(0x00);
100 errors
BUILD FAILED (total time: 0 seconds)
 
Re: [Release] Pets - OdinMS

Just finished manually patching the file's. Hoping this 100 error's is easly fixable. Any help, please anybody?

Code:
Compiling 310 source files to C:\Users\Alexander\Documents\odin java\build\classes
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:37: ')' expected
        IItem copy();
                  ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:37: illegal start of type
        IItem copy();
                   ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:37: <identifier> expected
        IItem copy();
                    ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: = expected
        void setOwner(String owner);
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: ';' expected
        void setOwner(String owner);
            ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: illegal start of type
        void setOwner(String owner);
                     ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: = expected
        void setOwner(String owner);
                             ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: illegal start of type
        void setOwner(String owner);
                                  ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:38: <identifier> expected
        void setOwner(String owner);
                                   ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: = expected
        void setQuantity(short quantity);
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: ';' expected
        void setQuantity(short quantity);
            ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: illegal start of type
        void setQuantity(short quantity);
                        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: <identifier> expected
        void setQuantity(short quantity);
                         ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: = expected
        void setQuantity(short quantity);
                               ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:39: ';' expected
        void setQuantity(short quantity);
                                       ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:1: illegal character: \65279
?/*
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\MaplePet.java:39: class, interface, or enum expected
+
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: not a statement
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                    ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: ';' expected
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                              ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: ';' expected
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                                                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:573: ';' expected
                                        "used !item with quantity " + quantity, player.getName(), rs.getInt(1));
                                                                                                              ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:581: illegal start of expression
                        } else if (splitted[0].equals("!drop")) {
                        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:581: ';' expected
                        } else if (splitted[0].equals("!drop")) {
                         ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: illegal start of expression
         private static ResultSet getReports(){
         ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: illegal start of expression
         private static ResultSet getReports(){
                 ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: ';' expected
         private static ResultSet getReports(){
                                 ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1696: ';' expected
         private static ResultSet getReports(){
                                              ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: illegal start of expression
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: illegal start of expression
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: ';' expected
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: '.class' expected
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1706: ';' expected
        private static void deleteReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: illegal start of expression
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: illegal start of expression
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: ';' expected
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: '.class' expected
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1719: ';' expected
        private static ResultSet getReport(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: illegal start of expression
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: illegal start of expression
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: ';' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: '.class' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: ';' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1729: ';' expected
        private static void setReportStatus(int id, String status){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: illegal start of expression
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: illegal start of expression
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: ';' expected
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: '.class' expected
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1743: ';' expected
        private static String getCharInfoById(int id){
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\messages\CommandProcessor.java:1758: reached end of file while parsing
}
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:104: ',', '}', or ';' expected
        MESSENGER,
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:104: '}' expected
        MESSENGER,
                 ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:114: class, interface, or enum expected
        private int code = -2;
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:116: class, interface, or enum expected
        public void setValue(int code) {
               ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:118: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:121: class, interface, or enum expected
        public int getValue() {
               ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:123: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:125: class, interface, or enum expected
        public static Properties getDefaultProperties() throws FileNotFoundException, IOException {
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:127: class, interface, or enum expected
                FileInputStream fis = new FileInputStream(System.getProperty("net.sf.odinms.recvops"));
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:128: class, interface, or enum expected
                props.load(fis);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:129: class, interface, or enum expected
                fis.close();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:130: class, interface, or enum expected
                return props;
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:131: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:136: class, interface, or enum expected
                } catch (IOException e) {
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\RecvPacketOpcode.java:138: class, interface, or enum expected
                }
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: illegal start of expression
+				case 8: // assassinate
 				^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: not a statement
+				case 8: // assassinate
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: not a statement
+				case 8: // assassinate
 				     ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java:86: ';' expected
+				case 8: // assassinate
 				      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\server\maps\MapleMap.java:1: illegal character: \65279
?/*
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4257: class, interface, or enum expected
        public static MaplePacket skillCancel(MapleCharacter from, int skillId) {
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4259: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.CANCEL_SKILL_EFFECT.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4260: class, interface, or enum expected
                mplew.writeInt(from.getId());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4261: class, interface, or enum expected
                mplew.writeInt(skillId);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4262: class, interface, or enum expected
                return mplew.getPacket();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4263: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4265: class, interface, or enum expected
        public static MaplePacket showMagnet(int mobid, byte success) {  // Monster Magnet
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4267: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.SHOW_MAGNET.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4268: class, interface, or enum expected
                mplew.writeInt(mobid);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4269: class, interface, or enum expected
                mplew.write(success);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4270: class, interface, or enum expected
                return mplew.getPacket();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4271: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4273: class, interface, or enum expected
        public static MaplePacket summonSkill(int cid, int summonSkillId, int newStance){
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4276: class, interface, or enum expected
        mplew.writeShort(SendPacketOpcode.SUMMON_SKILL.getValue());
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4277: class, interface, or enum expected
        mplew.writeInt(cid);
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4278: class, interface, or enum expected
        mplew.writeInt(summonSkillId);
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4279: class, interface, or enum expected
                mplew.write(newStance);
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4281: class, interface, or enum expected
        return mplew.getPacket();
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4282: class, interface, or enum expected
        }
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4284: class, interface, or enum expected
        public static MaplePacket messengerInvite(String from, int messengerid) {
                      ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4286: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.MESSENGER.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4287: class, interface, or enum expected
                mplew.write(0x03);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4288: class, interface, or enum expected
                mplew.writeMapleAsciiString(from);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4289: class, interface, or enum expected
                mplew.write(0x00);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4290: class, interface, or enum expected
                mplew.writeInt(messengerid);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4291: class, interface, or enum expected
                mplew.write(0x00);
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4292: class, interface, or enum expected
                return mplew.getPacket();
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4293: class, interface, or enum expected
        }
        ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4295: class, interface, or enum expected
        public static MaplePacket addMessengerPlayer(String from, MapleCharacter chr, int position, int channel) {
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4297: class, interface, or enum expected
                mplew.writeShort(SendPacketOpcode.MESSENGER.getValue());
                ^
C:\Users\Alexander\Desktop\TESTING\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:4298: class, interface, or enum expected
                mplew.write(0x00);
100 errors
BUILD FAILED (total time: 0 seconds)

Yea.. this is why manual patching is annoying lol. Well I asked sean can he put this into his v6.0 repack.. cause.. well that's pretty much the main reason.. cause I don't wanna patch myself lol. I doubt he read it and he's probably already uploading.. =/
 
Re: [Release] Pets - OdinMS

I found the solution to all my errors! Just make REALLY sure you closed all { with }. If it still doesn't work, try redoing it and follow the instructions REALLY closely.
 
Re: [Release] Pets - OdinMS

Yea.. this is why manual patching is annoying lol. Well I asked sean can he put this into his v6.0 repack.. cause.. well that's pretty much the main reason.. cause I don't wanna patch myself lol. I doubt he read it and he's probably already uploading.. =/

Sean is relaese his v6.0 right now?
 
Re: [Release] Pets - OdinMS

umm what are these??

src/net/sf/odinms/client/messages/commands/DebugCommands.java
and
src/net/sf/odinms/client/messages/commands/CharCommands.java

cant find any of thos O_o
 
Re: [Release] Pets - OdinMS

I FINALLY got the source to compile with no errors what so ever. BUT once I start maple and login, i get an error code 38. (This happens right after selecting my character)

This is what happens in the bat

Code:
java.io.IOException: An existing connection was forcibly closed by the remote ho
st
        at sun.nio.ch.SocketDispatcher.read0(Native Method)
        at sun.nio.ch.SocketDispatcher.read(Unknown Source)
        at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
        at sun.nio.ch.IOUtil.read(Unknown Source)
        at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
        at org.apache.mina.transport.socket.nio.SocketIoProcessor.read(SocketIoP
rocessor.java:218)
        at org.apache.mina.transport.socket.nio.SocketIoProcessor.process(Socket
IoProcessor.java:198)
        at org.apache.mina.transport.socket.nio.SocketIoProcessor.access$400(Soc
ketIoProcessor.java:45)
        at org.apache.mina.transport.socket.nio.SocketIoProcessor$Worker.run(Soc
ketIoProcessor.java:485)
        at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:51)
        at java.lang.Thread.run(Unknown Source)
 
Re: [Release] Pets - OdinMS

umm what are these??

src/net/sf/odinms/client/messages/commands/DebugCommands.java
and
src/net/sf/odinms/client/messages/commands/CharCommands.java

cant find any of thos O_o

Apply any patches pertaining to those two files to CommandProcessor.java.

You'll have to change a few CharCommands to CommandProcessor.
 
Re: [Release] Pets - OdinMS

Yea.. this is why manual patching is annoying lol. Well I asked sean can he put this into his v6.0 repack.. cause.. well that's pretty much the main reason.. cause I don't wanna patch myself lol. I doubt he read it and he's probably already uploading.. =/

He cant put it in cuz his 6.0 is v58 and the packets are different
 
Re: [Release] Pets - OdinMS

Sean is relaese his v6.0 right now?

Yea.. look on his v5.9 topic.. he just didn't change the topic title.. he changed the topic title and editted in the info of what's in the release though.

He cant put it in cuz his 6.0 is v58 and the packets are different

Well.. hmm.. well hopefully the packets don't effect anything
 
Re: [Release] Pets - OdinMS

100 to 14
Code:
init:
deps-jar:
Compiling 288 source files to C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\Odinms\build\classes
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:14: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
import com.sun.imageio.plugins.png.PNGImageReaderSpi;
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:368: cannot find symbol
symbol  : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
                                Item item = new Item(rs.getInt("itemid"), (byte) rs.getInt("position"), (short) rs.getInt("quantity"), rs.getInt("petid"));
                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:668: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                                        ps.setInt(7, item.getPetId());
                                                         ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:1131: giveBuff(int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>,boolean)
                        getClient().getSession().write(MaplePacketCreator.giveBuff(1111002, duration, stat, false));
                                                                         ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:1144: giveBuff(int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>,boolean)
            getClient().getSession().write(MaplePacketCreator.giveBuff(1111002, duration, stat, false));
                                                             ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\server\MapleStorage.java:135: cannot find symbol
symbol  : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
                                                                                                Item item = new Item(rs.getInt("itemid"), (byte) rs.getInt("position"), (short) rs.getInt("quantity"), rs.getInt("petid"));
                                                                                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\server\MapleStatEffect.java:610: giveBuff(int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>,boolean)
                        applyto.getClient().getSession().write(MaplePacketCreator.giveBuff((skill ? sourceid : -sourceid), localDuration, localstatups, isMorph));
                                                                                 ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\PetCommandHandler.java:71: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                if (newCloseness >= ExpTable.getClosenessNeededForLevel(pet.getLevel() + 1)) {
                                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java:71: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                if (newCloseness >= ExpTable.getClosenessNeededForLevel(pet.getLevel() + 1)) {
                                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java:85: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                if (newCloseness < ExpTable.getClosenessNeededForLevel(pet.getLevel())) {
                                                           ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:70: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                        MaplePet pet = MaplePet.loadFromDb(c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(slot).getItemId(), slot, c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(slot).getPetId());
                                                                                                                                                                                                                 ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\UseCashItemHandler.java:106: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                while (c.getPlayer().getPet().getCloseness() >= ExpTable.getClosenessNeededForLevel(c.getPlayer().getPet().getLevel())) {
                                                                                        ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:47: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
                        ImageReaderSpi readerSpi = iioRegistry.getServiceProviderByClass(PNGImageReaderSpi.class);
                                                                                         ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\server\MapleInventoryManipulator.java:105: cannot find symbol
symbol  : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
                                Item nItem = new Item(itemId, (byte) 0, newQ, petid);
                                             ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\tools\MaplePacketCreator.java:1023: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                        MaplePet pet = MaplePet.loadFromDb(item.getItemId(), item.getPosition(), item.getPetId());
                                                                                                     ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\tools\MaplePacketCreator.java:1026: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                        mplew.writeInt(item.getPetId());
                                           ^
Note: C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\messages\CommandProcessor.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
14 errors
2 warnings
BUILD FAILED (total time: 1 second)
 
Re: [Release] Pets - OdinMS

anyone know why its giving me a error code 38 (end of file) when i log in after i patched? o.o
 
Re: [Release] Pets - OdinMS

7 now cuz i used my friends item.java and iitem.java
Code:
init:
deps-jar:
Compiling 288 source files to C:\Documents and Settings\Administrator\My Documents\NetBeansProjects\Odinms\build\classes
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:14: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
import com.sun.imageio.plugins.png.PNGImageReaderSpi;
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:368: cannot find symbol
symbol  : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
                                Item item = new Item(rs.getInt("itemid"), (byte) rs.getInt("position"), (short) rs.getInt("quantity"), rs.getInt("petid"));
                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:668: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                                        ps.setInt(7, item.getPetId());
                                                         ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:1131: giveBuff(int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>,boolean)
                        getClient().getSession().write(MaplePacketCreator.giveBuff(1111002, duration, stat, false));
                                                                         ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\MapleCharacter.java:1144: giveBuff(int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>,boolean)
            getClient().getSession().write(MaplePacketCreator.giveBuff(1111002, duration, stat, false));
                                                             ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\server\MapleStorage.java:135: cannot find symbol
symbol  : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
                                                                                                Item item = new Item(rs.getInt("itemid"), (byte) rs.getInt("position"), (short) rs.getInt("quantity"), rs.getInt("petid"));
                                                                                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\server\MapleStatEffect.java:610: giveBuff(int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (int,int,java.util.List<net.sf.odinms.tools.Pair<net.sf.odinms.client.MapleBuffStat,java.lang.Integer>>,boolean)
                        applyto.getClient().getSession().write(MaplePacketCreator.giveBuff((skill ? sourceid : -sourceid), localDuration, localstatups, isMorph));
                                                                                 ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\PetCommandHandler.java:50: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                if (newCloseness >= ExpTable.getClosenessNeededForLevel(pet.getLevel() + 1)) {
                                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java:52: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                if (newCloseness >= ExpTable.getClosenessNeededForLevel(pet.getLevel() + 1)) {
                                                            ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java:66: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                if (newCloseness < ExpTable.getClosenessNeededForLevel(pet.getLevel())) {
                                                           ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java:70: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                        MaplePet pet = MaplePet.loadFromDb(c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(slot).getItemId(), slot, c.getPlayer().getInventory(MapleInventoryType.CASH).getItem(slot).getPetId());
                                                                                                                                                                                                                 ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\net\channel\handler\UseCashItemHandler.java:106: cannot find symbol
symbol  : method getClosenessNeededForLevel(int)
location: class net.sf.odinms.client.ExpTable
                                while (c.getPlayer().getPet().getCloseness() >= ExpTable.getClosenessNeededForLevel(c.getPlayer().getPet().getLevel())) {
                                                                                        ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:47: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
                        ImageReaderSpi readerSpi = iioRegistry.getServiceProviderByClass(PNGImageReaderSpi.class);
                                                                                         ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\server\MapleInventoryManipulator.java:105: cannot find symbol
symbol  : constructor Item(int,byte,short,int)
location: class net.sf.odinms.client.Item
                                Item nItem = new Item(itemId, (byte) 0, newQ, petid);
                                             ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\tools\MaplePacketCreator.java:1023: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                        MaplePet pet = MaplePet.loadFromDb(item.getItemId(), item.getPosition(), item.getPetId());
                                                                                                     ^
C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\tools\MaplePacketCreator.java:1026: cannot find symbol
symbol  : method getPetId()
location: interface net.sf.odinms.client.IItem
                        mplew.writeInt(item.getPetId());
                                           ^
Note: C:\Documents and Settings\Administrator\Desktop\UnownMS\net.sf.odinms\src\net\sf\odinms\client\messages\CommandProcessor.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
14 errors
2 warnings
BUILD FAILED (total time: 1 second)
EDIT: Back to 14
 
Re: [Release] Pets - OdinMS

I'm new to Odin, used to Titan so I'm still getting ahold on the ropes.
I added SQLs fine. But I'm not sure where to put the pets.rar. Sorry to ask newbie question :D Appreciate an answer, thanks!
 
Status
Not open for further replies.
Back