Pets - OdinMS

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

Code:
init:
deps-jar:
Compiling 1 source file to C:\Documents and Settings\user\Desktop\*****\build\classes
C:\Documents and Settings\user\Desktop\********\Clean Revision 988\src\net\sf\odinms\tools\MaplePacketCreator.java:2887: cannot find symbol
symbol  : variable direction
location: class net.sf.odinms.tools.MaplePacketCreator
                if (direction != (byte) 3) {
                    ^
C:\Documents and Settings\user\Desktop\S***********\Clean Revision 988\src\net\sf\odinms\tools\MaplePacketCreator.java:2888: cannot find symbol
symbol  : variable direction
location: class net.sf.odinms.tools.MaplePacketCreator
                        mplew.write(direction);
                                    ^
2 errors
BUILD FAILED (total time: 1 second)
I know to some of you this is simple but i cant seem to figure it out o.o

I have the exact same problem... =/ anyone know how to fix this please?

EDIT: I deleted the following and it compiled successfully but I am pretty sure that that has to be a bad thing lol... to delete it...

if (direction != (byte) 3) {
mplew.write(direction);
}

EDIT 2: Cannot get past char selection after deleting... hmmmmm
 
Re: [Release] Pets - OdinMS

Son of a bitch... ok... I've done it all correctly... no errors

but when i start the game, i cannot get passed the character selection screen... fuck.

EDIT: FIXED
 
Re: [Release] Pets - OdinMS

Code:
--- Successfully Patched ---
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\MovePetHandler.java
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\PetChatHandler.java
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\PetCommandHandler.java
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\PetFoodHandler.java
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\SpawnPetHandler.java
--- Failed ---
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\recvops.properties (Index: 86, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\sendops.properties (Index: 110, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\ExpTable.java (Index: 40, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\IItem.java (Index: 32, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\Item.java (Index: 31, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\MapleCharacter.java (Index: 51, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\MapleClient.java (Index: 44, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\MaplePet.java (Index: 25, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\MapleStat.java (Index: 26, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\messages\commands\CharCommands.java (Index: 20, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\client\messages\commands\DebugCommands.java (Index: 21, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\AbstractMovementPacketHandler.java (Index: 48, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\ItemPickupHandler.java (Index: 29, Size: 0 )
C:\Documents and Settings\Desktop\\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\PlayerLoggedinHandler.java (Index: 129, Size: 0 )
C:\Documents and Settings\Desktop\\SeanPack V.5.9 Beta\src\net\sf\odinms\net\channel\handler\UseCashItemHandler.java (Index: 24, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\PacketProcessor.java (Index: 45, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\RecvPacketOpcode.java (Index: 93, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\net\SendPacketOpcode.java (Index: 120, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\server\MapleInventoryManipulator.java (Index: 29, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\server\MapleStorage.java (Index: 131, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\server\maps\MapleMap.java (Index: 748, Size: 0 )
C:\Documents and Settings\Desktop\SeanPack V.5.9 Beta\src\net\sf\odinms\tools\MaplePacketCreator.java (Index: 49, Size: 0 )
im getting this similar problem while patching using netbeans. someone in page 6 got the error too, so i just copy and paste it to here. the source i used to patch is the clean rev988 by rigged. but still get the same problem. :sad_2:
 
Re: [Release] Pets - OdinMS

Try patching manually, there's been a few links to tutorials posted in this thread already.
 
Re: [Release] Pets - OdinMS

Compiling 301 source files to D:\ServerFiles\Downloads\SeanPack V.5.9 Beta\build\classes
D:\ServerFiles\Downloads\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:40: illegal start of expression
private int petid= ;
D:\ServerFiles\Downloads\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:41: illegal start of expression
private String owner= ;
^
2 errors
BUILD FAILED (total time: 0 seconds)
thats my error :S
2 errors, damn i would be so happy if someone could help me :)
 
Re: [Release] Pets - OdinMS

Compiling 301 source files to D:\ServerFiles\Downloads\SeanPack V.5.9 Beta\build\classes
D:\ServerFiles\Downloads\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:40: illegal start of expression
private int petid= ;
D:\ServerFiles\Downloads\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\IItem.java:41: illegal start of expression
private String owner= ;
^
2 errors
BUILD FAILED (total time: 0 seconds)
thats my error :S
2 errors, damn i would be so happy if someone could help me :)

tell me your error
ontop of that ti should have the links to them
 
Re: [Release] Pets - OdinMS

only thing u neeed is to make the new patch with multi pets. that will be the best thing u can do x)
 
Re: [Release] Pets - OdinMS

do you know what a manual patch is?

I think what he is means to manually patch it through eclipse. I manually patched using netbeans lol. Manually patching using netbeans as in I edit all the files manually through netbeans instead of notepad.
 
Re: [Release] Pets - OdinMS

I got a new Bug, i apllied the Pet CS patch and it works fine but now when i buy any other item at the CS i get it twice but it only cost the price of 1, what can i do to fix it?.

EDIT: NVM i fixed it.
 
Last edited:
Status
Not open for further replies.
Back