Nice Release!!! I got it working but I'm jst wondering, how come u can c other ppl's Effect but not your own? o.o
Like i cant see my ring Effect but on my Sis's Comp, u can c it...
Printable View
Nice Release!!! I got it working but I'm jst wondering, how come u can c other ppl's Effect but not your own? o.o
Like i cant see my ring Effect but on my Sis's Comp, u can c it...
the ring effect was not coded perfectly.
Obviously, the packets werent exactly there for it either.
How to fix it?._. waiting for answer...
Quote:
init:
deps-jar:
Compiling 1 source file to C:\Documents and Settings\T ' ce\My Documents\Pack\build\classes
C:\Documents and Settings\T ' ce\My Documents\Pack\Ems Repack\Repack\src\net\sf\odinms\tools\MaplePacketC reator.java:2863: addAnnounceBox(net.sf.odinms.tools.data.output.Map lePacketLittleEndianWriter,net.sf.odinms.server.Ma plePlayerShop,int) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (net.sf.odinms.tools.data.output.MaplePacketLittle EndianWriter,net.sf.odinms.server.MaplePlayerShop)
addAnnounceBox(mplew, c.getPlayerShop());
^
1 error
BUILD FAILED (total time: 4 seconds)
@acEvolution
Everytime i compile your scripts it fails for some reason. (No Offense)
I have 2 errors, mind helping please?
Code:init:
deps-jar:
Compiling 8 source files to C:\Users\Ryan\Desktop\SeanPack V.5.9 Beta\SeanSource V.5.9\build\classes
C:\Users\Ryan\Desktop\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\client\MapleCharacter.java:350: cannot find symbol
symbol : class quip
location: class net.sf.odinms.client.MapleCharacter
quip equip = new Equip(itemid, (byte) rs.getInt("position"), rs.getInt("ringid"));
^
C:\Users\Ryan\Desktop\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\tools\MaplePacketCreator.java:2811: addAnnounceBox(net.sf.odinms.tools.data.output.MaplePacketLittleEndianWriter,net.sf.odinms.server.MaplePlayerShop,int) in net.sf.odinms.tools.MaplePacketCreator cannot be applied to (net.sf.odinms.tools.data.output.MaplePacketLittleEndianWriter,net.sf.odinms.server.MaplePlayerShop)
addAnnounceBox(mplew, c.getPlayerShop());
^
2 errors
BUILD FAILED (total time: 1 second)
Why don't you put all those editted files in a folder & upload it for us to download? won't that be easier?
For your first error, you spelled equip wrong. Add an 'E' before 'quip'.
For you 2nd error, search in MaplePacketCreator.java :
Replace the whole function with :Code:private static void addAnnounceBox
No. Use your brain.Code:private static void addAnnounceBox(MaplePacketLittleEndianWriter mplew, MaplePlayerShop shop, int availability) {
// 00: no game
// 01: omok game
// 02: card game
// 04: shop
mplew.write(4);
mplew.writeInt(shop.getObjectId()); // gameid/shopid
mplew.writeMapleAsciiString(shop.getDescription()); // desc
// 00: public
// 01: private
mplew.write(0);
// 00: red 4x3
// 01: green 5x4
// 02: blue 6x5
// omok:
// 00: normal
mplew.write(0);
// first slot: 1/2/3/4
// second slot: 1/2/3/4
mplew.write(1);
mplew.write(availability);
// 0: open
// 1: in progress
mplew.write(0);
}
Yay, finally got it working!!
THANK YOU<3
Screenshots:
http://i71.photobucket.com/albums/i1...ctsworking.jpg
http://i71.photobucket.com/albums/i1...sworking-1.jpg
wait how do you make the rings work? like if I use nx shop and type in my bday and ring effect don't work o.O
You use the command.