Admin is level 5 O.o
Printable View
Admin is level 5 O.o
SEVERE: (Account: kokrong9) Exception during processing packet: net.sf.odinms.ne
t.login.handler.LoginPasswordHandler: null
java.lang.NullPointerException
at net.sf.odinms.net.login.handler.LoginPasswordHandler.handlePacket(Log
inPasswordHandler.java:51)
at net.sf.odinms.net.MapleServerHandler.messageReceived(MapleServerHandl
er.java:155)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messa
geReceived(AbstractIoFilterChain.java:570)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.codec.support.SimpleProtocolDecoderOutput.flus
h(SimpleProtocolDecoderOutput.java:58)
at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
ocolCodecFilter.java:180)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
eceived(AbstractIoFilterChain.java:299)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
ractIoFilterChain.java:53)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
ageReceived(AbstractIoFilterChain.java:648)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
ilter.java:220)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
run(ExecutorFilter.java:264)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
e.java:51)
at java.lang.Thread.run(Unknown Source)
The account 'kokrong9' does not exist so I'm assuming your trying to make it
however your not putting a password, you MUST have a ID and a password
typed in before clicking 'login'.
ya i got
---------- Post added at 04:04 PM ---------- Previous post was at 04:02 PM ----------
still cannot .
---------- Post added at 04:10 PM ---------- Previous post was at 04:04 PM ----------
how to fix it xiuzsu ?
Check your database and see if that account already exist.
nope not exist
I use your create new Character equip and came up with this:
http://img39.imageshack.us/img39/2814/newchar.jpg
btw I fixed the @dex @luk @str etc command
i did this to the player command:
player.setRemainingAp(player.getRemainingAp() - x);
player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
addAP(c, 1, x);
} else if (splitted[0].equals("@dex") && x + player.getDex() < max) {
player.setRemainingAp(player.getRemainingAp() - x);
player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
addAP(c, 2, x);
} else if (splitted[0].equals("@int") && x + player.getInt() < max) {
player.setRemainingAp(player.getRemainingAp() - x);
player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
addAP(c, 3, x);
} else if (splitted[0].equals("@luk") && x + player.getLuk() < max) {
player.setRemainingAp(player.getRemainingAp() - x);
player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
addAP(c, 4, x);
} else if (splitted[0].equals("@hp") && x + player.getMaxHp() < max) {
player.setRemainingAp(player.getRemainingAp() - x);
player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
addAP(c, 5, x);
} else if (splitted[0].equals("@mp") && x + player.getMaxMp() < max) {
player.setRemainingAp(player.getRemainingAp() - x);
player.updateSingleStat(MapleStat.AVAILABLEAP, player.getRemainingAp() - x);
addAP(c, 6, x);
blackcomb autoregister working for u ?
no it's not working.
Did u turn on Auto Register? its Sensitive so u hafta put True no space before or after it
also in V1.4
Canu make merchants anywhere? O.O i kinda want that cus idk i just like that idea
---------- Post added at 06:27 PM ---------- Previous post was at 06:23 PM ----------
Still wondering wuts Botname? :\ in World.properties
Lol just checking :3
Thanks Akreao for the guild fix!! You are being modest when you say your not a coder xP Thanks again!
Thanks XiuzSu for your hard work!
I hope more updates are to come =)
exellent work xiuz keep it up