Hi i have an error and I don't know what its for...
Here it is
<Here is my ip>
Listening on port 8484
Current Share Price : 5354
Loading Skills:::
Channel 1: Listening on port 7575
Channel 1 is online.
Loading AIO Shops:: ¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦java.lang.ClassCastException: ja
ng cannot be cast to java.lang.Integer
at provider.MapleDataTool.getInt(MapleDataTool.java:58)
at server.MapleItemInformationProvider.getPrice(MapleItemInf
ider.java:439)
at server.MapleShopItem.<init>(MapleShopItem.java:50)
at server.MapleShop.createById(MapleShop.java:219)
at server.MapleShopFactory.loadShopById(MapleShopFactory.jav
at server.MapleShopFactory.loadAIOShops(MapleShopFactory.jav
at net.channel.ChannelServer.run(ChannelServer.java:215)
at net.channel.ChannelServer.main(ChannelServer.java:436)
¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦java.lang.ClassCastException: java.lang.Strin
cast to java.lang.Integer
at provider.MapleDataTool.getInt(MapleDataTool.java:58)
at server.MapleItemInformationProvider.getPrice(MapleItemInf
ider.java:439)
at server.MapleShopItem.<init>(MapleShopItem.java:50)
at server.MapleShop.createById(MapleShop.java:219)
at server.MapleShopFactory.loadShopById(MapleShopFactory.jav
at server.MapleShopFactory.loadAIOShops(MapleShopFactory.jav
at net.channel.ChannelServer.run(ChannelServer.java:215)
at net.channel.ChannelServer.main(ChannelServer.java:436)
Also whenever I load the server up and everything...
I have edited the localhost to my Hamachi Ip and i run it as Admin
Nothing happens after that though
thanks in advance
Wat is this error????
1.2 Server Started on host : localhost
Listening on port 8484
java.lang.RuntimeException: Loading char failed (not found)
at net.channel.ChannelServer.run(ChannelServer.java:189)
at net.channel.ChannelServer.main(ChannelServer.java:436)
java.lang.RuntimeException: Loading char failed (not found)
at net.channel.ChannelServer.run(ChannelServer.java:189)
at net.channel.ChannelServer.main(ChannelServer.java:436)
im changind the ip in the constans, compling and adding it to the dist folders, and it says "opened on xxxxxxxxxxx"
xxxxx= the real nakedstory ip.
Like the most important command that I need doesn't work!
Crap :o
Can't figure out why are NPC's dissapearing.
It would be great if you could keep working on it, at least slowly :x
how do i change the servers ip adress? also a simple server. properties file like zenthosdev has would be nice. aside from that great job
If you guys want to fix the host IP problem on your bat (which currently keeps showing the original IP of naked story), just change
toPHP Code:public static final String HOST = ""
in your server constants. That will show your IP.PHP Code:public static String HOST = ""
As for the AIO bat error I am still figuring that out.
Last edited by Synchronicity; 13-05-11 at 12:36 PM.
Last edited by Jash; 14-05-11 at 04:53 AM.
Thank you for that. I will surely start fixing up the WZ files. I'm glad I found your source since it was a very stable base to work on and only a few minor problems to fix and was easy to integrate a lot of things in it. Completely redid FM.
-I have also fixed the server rating problem and have integrated a vote system for the source as well so once a player votes it will head straight to their characters votepoint column so they wont have to use commands to pull out their vote points.
For those that have problems with your servers rating you will need to redo your setrate method within your maplecharacter class and add your methods to channelserver class.
Last edited by Synchronicity; 15-05-11 at 12:13 PM.