PDA

View Full Version : Event error


Alzee
09-26-2008, 03:33 PM
Error: :F12:
Sep 26, 2008 11:39:06 AM net.sf.odinms.net.channel.ChannelServer run
INFO: Channel 1: Listening on port 7575
Exception in thread "main" java.lang.NullPointerException
at net.sf.odinms.scripting.event.EventScriptManager.i nit(EventScriptMana
ger.java:80)
at net.sf.odinms.net.channel.ChannelServer.run(Channe lServer.java:252)
at net.sf.odinms.net.channel.ChannelServer.main(Chann elServer.java:553)

How my world properties file looks like:
# Rates
net.sf.odinms.world.exp=19
net.sf.odinms.world.meso=5
net.sf.odinms.world.drop=3
net.sf.odinms.world.bossdrop=3
net.sf.odinms.world.petExp=2

# Server Scrolling Message
net.sf.odinms.world.serverMessage=Welcome to Revision 001

# allow cashshop to be used
net.sf.odinms.world.cashshop=true

# allow undroppable items to be dropped
net.sf.odinms.world.alldrop=false

# allow characters to pick up more than one "one-of-a-kind" items
net.sf.odinms.world.morethanone=false

# allow GM's to talk in white background text
net.sf.odinms.world.gmWhiteText=true

# spawn a character for debugging purposes on every map
net.sf.odinms.world.faekchar=false

# time in milliseconds between loginqueue runs
net.sf.odinms.login.interval=5000

# time in milliseconds between ranking updates (default: 30 minutes)
net.sf.odinms.login.ranking.interval=1800000

# total user limit of the server
net.sf.odinms.login.userlimit=20

# defaults for channelservers
net.sf.odinms.channel.net.port=7575
net.sf.odinms.channel.net.interface=127.0.0.1

# active event scripts
net.sf.odinms.channel.events=lolcastle,3rdjob,Zaku mPQ_FUCKINGINCOMPLETE,KerningPQ,GuildQuest,Boats,C abin,Geenie,Trains,elevator,Hak,Subway,DollHouse,4 jrush,4jberserk

Crovie
09-26-2008, 05:39 PM
Exception in thread "main" java.lang.NullPointerException
at net.sf.odinms.scripting.event.EventScriptManager.i nit(EventScriptMana
ger.java:80)

Well, what's line 80 of EventScriptManager.java?

Vxviz
09-26-2008, 06:36 PM
ZakumPQ_FUCKINGINCOMPLETE <=== change

to

ZakumPQ

Alzee
09-26-2008, 07:26 PM
Solved. Thanks Vxviz!