Ehm is it just me or is the pet shop not working like you cant buy ehm
Printable View
Ehm is it just me or is the pet shop not working like you cant buy ehm
Btw, did this have the new patches that was released on Leifde's thread?
I cant seem to create charecters. and when i log into the admin acc, there is no char either, what to do?
I Keep Recieving This Error When Compiling After I changed the PvP Map :
Any Help?Code:deps-jar:
Compiling 308 source files to C:\Documents and Settings\Robert\Desktop\iMaple Test 2\build\classes
C:\Documents and Settings\Robert\Desktop\iMaple Test 2\iMS\Test 2\src\net\sf\odinms\net\channel\pvp\MaplePvp.java:40: duplicate class: net.sf.odinms.net.channel.pvp.MaplePvp
public class MaplePvp {
Thanks In Advance.
Duplicate class, meaning you have 2 of the same. search for it and remove it
How do i turn my doll that i got from mia into a working pet???
i double click it and it wont work plz help
Great, except its really confusing to compile.
i compiled this and it said successful but when i double click on the pet it wont spawn next 2 me how do i fix this??
I know exactly how to. I will show you later.
Everything so far was working, but i can't get pass the character selection screen. The character just seems to be walking in a spot. I don't D/C or get errors. The only thing i can do is go back and log back in. What do i do?
Man... I wish someone could explain the compiling part...
Dammit I Cant Get The Pets 2 Work Ive Cleaned Compiled The Whole Dam Folder And When I Double Click The Pet It Doesnt Work Wtf Do I Do
If someone downloaded the LATEST repack from here, can someone P L E A S E post what is inside the Mia java script. I do not find the need of downloading a 20+ Mb file, just to get a small script then dump the file. I already downloaded the previous one that didn't have the java script.
Please and Thank you.
So.. Do pets work fine ? Cuz I still have a fcking problem.. I buy something from Cash Shop and I go out and the item disappeared !
Help ?!
when i create my character.. =.-` it doesnt show. lol anyone know how to fix it ? D:
dammit
my servers screwed up now because of this...
i really fucking hate you.
Q: How should I compile?
A: Do a CLEAN BUILD (Shift-F11 in netbeans). There are various errors if you don't clean and build.
when i clean build it still shows me 13 error and i go to my project folder i didnt see the folder dist y? can any1 tell me y?
pets are not cuz the version? !version in your servers
Hi! I patched pets and store and cs, but when i go in cash shop and buy the pet, it takes like 1 minute then it says you have successfully purchased. Then i click exit cash shop and i get a black screen, log off, and get stuck at character selection with this error in my bat "Illegal operation on an empty result set" I also made a store for pets, but after i log off, the same thing happens, stuck at character selection D: I ran all the SQLs needed, but i dunno whats wrong. Help will be greatly appreciated :D
Help Please~
Code:init:
deps-jar:
Compiling 113 source files to C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\build\classes
C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\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\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\client\MapleCharacter.java:367: 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\Jaslene\Desktop\COOKIEMS\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\Jaslene\Desktop\COOKIEMS\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\Jaslene\Desktop\COOKIEMS\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\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:1027: 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\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:1030: cannot find symbol
symbol : method getPetId()
location: interface net.sf.odinms.client.IItem
mplew.writeInt(item.getPetId());
^
C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:4161: cannot find symbol
symbol : variable SPAWN_PET
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.SPAWN_PET.getValue());
^
C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:4189: cannot find symbol
symbol : variable MOVE_PET
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.MOVE_PET.getValue());
^
C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:4202: cannot find symbol
symbol : variable PET_CHAT
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_CHAT.getValue());
^
C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:4215: cannot find symbol
symbol : variable PET_COMMAND
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_COMMAND.getValue());
^
C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\tools\MaplePacketCreator.java:4246: cannot find symbol
symbol : variable PET_NAMECHANGE
location: class net.sf.odinms.net.SendPacketOpcode
mplew.writeShort(SendPacketOpcode.PET_NAMECHANGE.getValue());
^
Note: C:\Documents and Settings\Jaslene\Desktop\COOKIEMS\src\net\sf\odinms\net\channel\pvp\MaplePvp.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
10 errors
2 warnings
BUILD FAILED (total time: 0 seconds)
wtf? wen i click on the cherecter i get unble to connect to the server please help me!
i need some1 to help me setting up this pet thingy... if any1 can help me pls let me know or add me in my msn forever_ailing@hotmail.com thx i have tried to get this working for many days but it couldn't get any further.
Ok, if someone wants to know what he changed listen to me.
1. go to the original Pet thread and download all the patches. Pet.patch, Petshop.patch and PetCS.patch.
2. Open up Pet.patch and look at the top. you will see something like...
This was just an examle!Quote:
Index: C:\Documents and Settings\administrator\Skrivebord\SeanSource V.5.9\src\net\sf\odinms\client
And there you have it!
3. At the end it might say like "mapleclient.java" for an example. then you just find " mapleclient.java" from the source packed that you got from here and replace it with the mapleclient in your source files. and then search "Index:" in the patch file to find the others file he edited.
If you dont understand then your proably not worthy of owning a server
lol i dont have any problems with this repack...
Only sometimes (like 10%) Some people get a error on like, They cant kill mobs.
Or monsters dont drop any items at all. So ima try and compile with netbeans instead of eclipse
Good Realse.
wheres the pvp map? :O
for some reason i appear in all maps and no monsters move on map help
@KZSH
Unhide and go into the map, the monster will start moving.
Hi, i applied the patch but now VIp Teleport Rocks dont work anymore, is there anyway to fix it?
hey i used the pet patch and the pets wouldnt equip help please
After logout and login back all equips are gone ...
Help please ...
Same as me, there are few player in my server, their inventory stuff and skill all gone after dc or log off.
Pls help!
I re downloaded this 3 times made my database 3 times and still i cannot creat a character plz someone pm on how 2 fix this ive been trying 2 fix this all day
Why i used this repack, some monster after killing many times wont die? Example: after hit 4 hits on snail with 99k dmg, then it juz die?-.-
Iam getting this error!
http://img.photobucket.com/albums/v88/Ayoria/Error.jpg
can somebody help me?
Hey why when i execute the pet shop then when i buy any pets after that i relog in then choose char my char stuck there..
nice!!
how come my pets comands dosent work?
i tell my husky to sit but it dose nothing
ok my error is, it works it lets me login, but when i buy the pets???????????!!!!! i cant log in no more. lol ? my whole acc is glitched. it happens to some players too.
WTF?!!?!?!
like .. i do every sql..
and i do !item 5000000 and i get pet
when i double click i get nothing it just wont spawn
please help me!!
I get this only after i open channel.bat.
any idea what this thing mean? Thanks.
Exception in thread "Main" java.lang.ArrayIndexOutOfBoundsException: -2
at net.sf.odinms.net.PacketProcessor.registerHandler<PacketProcessor.Java:134>
at net.sf.odinms.net.PacketProcessor.reset(PacketProcessor.jave:221>
at net.sf.odinms.net.PacketProcessor.getProcessor<PacketProcessor.jave:140>
at net.sf.odinms.net.channel.ChannelServer.run<ChannelServer.java:220>
at net.sf.odinms.net.channel.ChannelServer.main<ChannelServer.Jave:501>
Thnx for repack anyway i get all 100% working thnx again a litle problem its that its doenst have auto save dang
OK seriously waht IS THE PVP MAP!!!!
While compiling i get only this error:
Help pl0xCode:C:\Documents and Settings\Kenny Tan\Desktop\SeanPack V.5.9 Beta\SeanSource V.5.9\src\net\sf\odinms\net\channel\pvp\MaplePvp.java:40: duplicate class: net.sf.odinms.net.channel.pvp.MaplePvp
public class MaplePvp {
EDIT : COMPILE ERROR SOLVED
Kenken , you repeated something
I compiled everything successfully with no errors at all, but when I add new commands they don't work? @exp, @stat, etc.
do all skills including 4th job work?
I've a problem to create a character, somebody help me please.
I download source from this topic and use Wampserver to run sql. I can run world/login/channel.bat and use locahostlMS.exe to run game.
After I create a character (push create button). There're no character appear and no information update in "character table" in SQL database.
How should I do to fix this problem?
Download this file (odinms.jar) http://www.mediafire.com/download.php?jcdsfzkljijQuote:
Exception in thread "Main" java.lang.ArrayIndexOutOfBoundsException: -2
at net.sf.odinms.net.PacketProcessor.registerHandler< PacketProcessor.Java:134>
at net.sf.odinms.net.PacketProcessor.reset(PacketProcessor.jave:221>
at net.sf.odinms.net.PacketProcessor.getProcessor<PacketProcessor.jave:140>
at net.sf.odinms.net.channel.ChannelServer.run<ChannelServer.java:220>
at net.sf.odinms.net.channel.ChannelServer.main<ChannelServer.Jave:501>
Paste it in C:\Program Files\Java\jdk1.6.0_10\jre\lib\ext and C:\Program Files\Java\jre6\lib\ext. Say yes when they ask if you want to replace the folder. Open your .bat files again. It should work but not sure if pets would work using this one :) Thats all.
i did everything and all is working. except pvp isnt working. when i enter the pre-set pvp msp which is fm room 22 , nothing happens and nothing works. its just a normal map. i tried it with florina beach and omega sector. nothing changes
Ok, I got everything working for pets...But i am runing into a problem trying to find teh pet food item id. I ahve serach through everything i ahve..Can someone help me here with that please?
ima ask a question.how come when i try login it says incorrect password?
can i ask a question?why others can come in my server?
i got a wierd error i can't buy pets but there all dolls and they all got a strange code in front of there name (example gmfm&5q1!@3$5.black dragon
Yo dude i am new at this pet thing. i just cannot use pets in my server. HELP ME WOULD YA?
:construct:construct:construct:busted_co
Yo dude i am new at this pet thing. i just cannot use pets in my server. HELP ME WOULD YA?
Originally Posted by Nerd FTW
WTF?!!?!?!
like .. i do every sql..
and i do !item 5000000 and i get pet
when i double click i get nothing it just wont spawn
please help me!![/QUOTE]
I GET THE SAME PROBLEM!!
:construct:construct:construct:busted_co
Nice release.
Fixed Need N
Search for guide or post on support section. it might help u
ok i will use search but i no get what i looking for please help and now i got new prob got 1 thread but no ppl reply in long time and answer no working can i got prob with character .....
last time i make can now i restart my SQL cannot i run all the same sql from last time still not working any one here using same repack and fixed it can please help me out ? and sorry for posting here just trying my luck getting help oh ya and thoose who got problem with pet food i found it just put this Sql in browser
i Hoped that helpedCode:INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 2120000, 30, 1);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 2260000, 500, 2);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160000, 1000, 3);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160001, 1000, 4);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160002, 1000, 5);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160003, 1000, 6);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160004, 1000, 7);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160005, 1000, 8);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160006, 1000, 9);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160007, 1000, 10);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160008, 1000, 11);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160009, 1000, 12);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160012, 1000, 14);
INSERT INTO shopitems (shopid, itemid, price, position) VALUES (70, 4160014, 1000, 15);
INSERT INTO shops
(`shopid`, `npcid`)
VALUES
(70, 1012004);
Isn't this the "premade source" from cheatzone?
lol i was trying out this repack and when i click okay when making a character it goes back to the character selection screen with no character o-o
Why..Why would you bump!
who me ? cause i had a question..
Theres a help section if you can't read or having problems with eye sight.
Please post all problems in the help section. It is not there for show
This shit was way better then that PCMaple shit...remember? the guy that didn't know shit about java and said he was gonna prove us wrong and he disappeared like a Mexican guy crossing the border? oh yeah his name was hmm...PinCrackerGod??!@#!@ HAHA That guy was funny. Sean360 owns his ass...
OMG Guys dont bump old threads.....
hai and welcome thanks dude !! you helped me alot
SnacksMS is back with somany things for joining join a hamachi network which is SnacksMS and pass ais or visit http//:snacksms.forummotion.com for more information
where is the palce for pvp?
Why was this renamed to SeanSource? It's a repack, not a source, you're literaly taking credit for all the work Serp and Matze did.
don't bump old treads
07-24-2008, 01:17 AM
good job :D