Jump to content
  • 0

Gameserver Error


Question

Posted

L2j Jenova rev.482,Interlude

in my gameserver is error

 

lang.NullPointerException
        at com.jenova.gameserver.model.actor.instance.L2PcInstance.doAutoLoot(L2
PcInstance.java:4277)
        at com.jenova.gameserver.model.L2Attackable.doItemDrop(L2Attackable.java
:1267)
        at com.jenova.gameserver.model.L2Attackable.doItemDrop(L2Attackable.java
:1219)
        at com.jenova.gameserver.model.L2Attackable.calculateRewards(L2Attackabl
e.java:496)
        at com.jenova.gameserver.model.L2Character.doDie(L2Character.java:1635)
        at com.jenova.gameserver.model.actor.instance.L2NpcInstance.doDie(L2NpcI
nstance.java:2200)
        at com.jenova.gameserver.model.L2Attackable.doDie(L2Attackable.java:426)

        at com.jenova.gameserver.model.actor.instance.L2MonsterInstance.doDie(L2
MonsterInstance.java:198)
        at com.jenova.gameserver.model.actor.status.CharStatus.reduceHp(CharStat
us.java:214)
        at com.jenova.gameserver.model.actor.status.NpcStatus.reduceHp(NpcStatus
.java:45)
        at com.jenova.gameserver.model.L2Character.reduceCurrentHp(L2Character.j
ava:6048)
        at com.jenova.gameserver.model.L2Attackable.reduceCurrentHp(L2Attackable
.java:400)
        at com.jenova.gameserver.model.L2Attackable.reduceCurrentHp(L2Attackable
.java:355)
        at com.jenova.gameserver.handler.skillhandlers.Mdam.useSkill(Mdam.java:1
98)
        at com.jenova.gameserver.model.L2Character.callSkill(L2Character.java:57
55)
        at com.jenova.gameserver.model.L2Character.onMagicHitTimer(L2Character.j
ava:5469)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2061)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

 

what is it and how to fix?

 

 

 

p.s sorry for my english

10 answers to this question

Recommended Posts

  • 0
Posted

java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.SevenSignsFestival.isParticipant(SevenSignsFest
ival.java:1403)
        at com.jenova.gameserver.model.actor.instance.L2PcInstance.isFestivalPar
ticipant(L2PcInstance.java:9001)
        at com.jenova.gameserver.skills.Formulas.calcMpRegen(Formulas.java:951)
        at com.jenova.gameserver.model.actor.status.CharStatus$RegenTask.run(Cha
rStatus.java:471)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.SevenSignsFestival.isParticipant(SevenSignsFest
ival.java:1403)
        at com.jenova.gameserver.model.actor.instance.L2PcInstance.isFestivalPar
ticipant(L2PcInstance.java:9001)
        at com.jenova.gameserver.skills.Formulas.calcMpRegen(Formulas.java:951)
        at com.jenova.gameserver.model.actor.status.CharStatus$RegenTask.run(Cha
rStatus.java:471)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

NPC 32049 class not found
java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.util.WorldObjectSet.iterator(WorldObjectSet.java:99)
        at com.jenova.gameserver.model.L2World.getVisibleObjects(L2World.java:59
9)
        at com.jenova.gameserver.model.L2World.addVisibleObject(L2World.java:393
)
        at com.jenova.gameserver.model.L2Object.spawnMe(L2Object.java:295)
        at com.jenova.gameserver.model.L2Spawn.intializeNpcInstance(L2Spawn.java
:531)
        at com.jenova.gameserver.model.L2Spawn.doSpawn(L2Spawn.java:448)
        at com.jenova.gameserver.model.AutoSpawnHandler$AutoSpawner.run(AutoSpaw
nHandler.java:528)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)

        at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$101(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
runPeriodic(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.ai.AbstractAI.clientStartAutoAttack(AbstractAI.
java:652)
        at com.jenova.gameserver.ai.L2CharacterAI.clientStartAutoAttack(L2Charac
terAI.java:55)
        at com.jenova.gameserver.model.L2Character.onMagicFinalizer(L2Character.
java:5506)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2068)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.ai.AbstractAI.clientStartAutoAttack(AbstractAI.
java:652)
        at com.jenova.gameserver.ai.L2CharacterAI.clientStartAutoAttack(L2Charac
terAI.java:55)
        at com.jenova.gameserver.model.L2Character.onMagicFinalizer(L2Character.
java:5506)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2068)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


java.lang.NullPointerException
        at javolution.context.RealtimeObject.access$800(Unknown Source)
        at javolution.context.RealtimeObject$Factory$Pool.next(Unknown Source)
        at javolution.context.RealtimeObject$Factory.object(Unknown Source)
        at javolution.util.FastIterator.valueOf(Unknown Source)
        at javolution.util.FastCollection.iterator(Unknown Source)
        at com.jenova.gameserver.model.L2Character.broadcastPacket(L2Character.j
ava:347)
        at com.jenova.gameserver.model.L2Character.onMagicLaunchedTimer(L2Charac
ter.java:5352)
        at com.jenova.gameserver.model.L2Character$MagicUseTask.run(L2Character.
java:2062)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)

 

what is this mean?

  • 0
Posted

Interlude L2jFree last

 

WARNING TradeListTable: Reference price of item 1669 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 1513 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 1515 in  buylist 355 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 359 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 360 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 361 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 362 higher then
sell price.
WARNING TradeListTable: Reference price of item 1529 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1525 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1527 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1524 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1531 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1534 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1537 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1523 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1521 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1535 in  buylist 363 higher then
sell price.
WARNING TradeListTable: Reference price of item 1529 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1525 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1527 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1524 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1531 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1534 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1537 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1523 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1521 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 1535 in  buylist 364 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 366 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 369 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 371 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 373 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 376 higher then
sell price.
WARNING TradeListTable: Reference price of item 1294 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1095 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1378 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 377 higher then
sell price.
WARNING TradeListTable: Reference price of item 1835 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 2509 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 3947 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 1341 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 1831 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 1833 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 6037 in  buylist 378 higher then
sell price.
WARNING TradeListTable: Reference price of item 4916 in  buylist 380 higher then
sell price.
WARNING TradeListTable: Reference price of item 1522 in  buylist 380 higher then
sell price.
WARNING TradeListTable: Reference price of item 1856 in  buylist 380 higher then
sell price.
WARNING TradeListTable: Reference price of item 1835 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 2509 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 3947 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1341 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1831 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1833 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 6037 in  buylist 5601 higher the
n sell price.
WARNING TradeListTable: Reference price of item 1341 in  buylist 5803 higher the
n sell price.
WARNING TradeListTable: Empty  buylist 7000.
WARNING TradeListTable: Empty  buylist 7001.
WARNING TradeListTable: Empty  buylist 7002.
WARNING TradeListTable: Empty  buylist 7003.
WARNING TradeListTable: Empty  buylist 7004.
WARNING TradeListTable: Empty  buylist 7005.
WARNING TradeListTable: Empty  buylist 7006.
WARNING TradeListTable: Empty  buylist 7007.
WARNING TradeListTable: Empty  buylist 7008.
WARNING TradeListTable: Empty  buylist 7009.
WARNING TradeListTable: Empty  buylist 7010.
WARNING TradeListTable: Empty  buylist 7011.
WARNING TradeListTable: Empty  buylist 7012.
WARNING TradeListTable: Empty  buylist 7013.
WARNING TradeListTable: Empty  buylist 7014.
WARNING TradeListTable: Empty  buylist 7015.
WARNING TradeListTable: Empty  buylist 7016.
WARNING TradeListTable: Empty  buylist 7017.
WARNING TradeListTable: Empty  buylist 7018.
WARNING TradeListTable: Empty  buylist 7019.
WARNING TradeListTable: Empty  buylist 7020.
WARNING TradeListTable: Empty  buylist 7021.
WARNING TradeListTable: Empty  buylist 7022.
WARNING TradeListTable: Empty  buylist 7023.
WARNING TradeListTable: Empty  buylist 7024.
WARNING TradeListTable: Empty  buylist 7025.
WARNING TradeListTable: Empty  buylist 7026.
WARNING TradeListTable: Empty  buylist 7027.
WARNING TradeListTable: Empty  buylist 7028.
WARNING TradeListTable: Empty  buylist 7029.
WARNING TradeListTable: Empty  buylist 7030.
WARNING TradeListTable: Empty  buylist 7031.
WARNING TradeListTable: Empty  buylist 7032.
WARNING TradeListTable: Empty  buylist 7033.
WARNING TradeListTable: Empty  buylist 7034.
WARNING TradeListTable: Empty  buylist 7035.
WARNING TradeListTable: Empty  buylist 7036.
WARNING TradeListTable: Empty  buylist 7037.
WARNING TradeListTable: Empty  buylist 7038.
WARNING TradeListTable: Empty  buylist 7039.
WARNING TradeListTable: Empty  buylist 7040.
WARNING TradeListTable: Empty  buylist 7041.
WARNING TradeListTable: Empty  buylist 7042.
WARNING TradeListTable: Empty  buylist 7043.
WARNING TradeListTable: Empty  buylist 7044.
WARNING TradeListTable: Empty  buylist 7045.
WARNING TradeListTable: Empty  buylist 7046.
WARNING TradeListTable: Empty  buylist 7047.
WARNING TradeListTable: Empty  buylist 7048.
WARNING TradeListTable: Empty  buylist 7049.
WARNING TradeListTable: Empty  buylist 7050.
WARNING TradeListTable: Empty  buylist 7051.
WARNING TradeListTable: Empty  buylist 7052.
WARNING TradeListTable: Empty  buylist 7053.
WARNING TradeListTable: Empty  buylist 7054.
WARNING TradeListTable: Empty  buylist 7055.
WARNING TradeListTable: Empty  buylist 7056.
WARNING TradeListTable: Empty  buylist 7057.
WARNING TradeListTable: Empty  buylist 7058.
WARNING TradeListTable: Empty  buylist 7059.
WARNING TradeListTable: Empty  buylist 7060.
WARNING TradeListTable: Empty  buylist 7061.
WARNING TradeListTable: Empty  buylist 7062.
WARNING TradeListTable: Empty  buylist 7063.
WARNING TradeListTable: Empty  buylist 7064.
WARNING TradeListTable: Empty  buylist 7065.
WARNING TradeListTable: Empty  buylist 7066.
WARNING TradeListTable: Empty  buylist 7067.
WARNING TradeListTable: Empty  buylist 7068.
WARNING TradeListTable: Empty  buylist 7069.
WARNING TradeListTable: Empty  buylist 7070.
WARNING TradeListTable: Empty  buylist 7071.
WARNING TradeListTable: Empty  buylist 7072.
WARNING TradeListTable: Empty  buylist 9999.

 

what is it and how to fix?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • L2 Kings    Stage 1 – The Awakening Dynasty and Moirai Level Cap: 83 Gear: Dynasty -Moirai & Weapons (Shop for Adena + Drop from mobs/instances ) Masterwork System: Available (Neolithics S required with neolithics u can do armor parts foundation aswell) Class Cloaks: Level 1 - Masterwork sets such us moirai/dynasty stats are boosted also vesper(stage 2) Olf T-Shirt: +6 (fails don’t reset) safe is +2 Dolls: Level 1 Belts: Low & Medium Enchant: Safe +3 / Max +8 / Attribution Easy in Moirai-Dynasty . Main Zones: Varka Outpost: Easy farm, Adena, EXP for new players = > 80- 100kk hour Dragon Valley: Main farm zone — , 100–120kk/hour Weapon Weakness System active (all classes can farm efficiently) Archers get vampiric auto-hits vs mobs Dragon Valley Center: Main Party Zone — boosted drops (Blessed enchants, Neolithics chance) => farm like 150-200kk per hour. Dragon Valley North: Spoil Zone (Asofe + crafting materials for MW) Primeval Isle: Safe autofarm zone (low adena for casual players) ==> 50kk per hour Forge of the Gods & Imperial Tomb: Available from Stage 1 (lower Adena reward in compare with Dragon Valley) Hellbound also avaliable from stage 1 In few words all zones opened but MAIN farm zone with boosted adena and drops is Dragon valley also has more mobs Instances: Zaken (24h Reuse) → Instead of Vespers drop Moirai , 100% chance to drop 1 of 9 dolls lvl 1, Zaken 7-Day Jewelry Raid Bosses (7 RBs): Drop Moirai Parts + Neolithic S grade instead of Vespers parts that has 7 Rb Quest give Icarus Weapons Special Feature 7rb bosses level up soul crystals aswell. Closed Areas : Monaster of SIlence, LOA, ( It wont have mobs) / Mahum Quest/Lizardmen off) Grand Epics: Unlocked on Day 4 of Stage 1 → Antharas, Valakas, Baium, AQ, etc ================================================================================= Stage 2 – Rise of Vespers Level Cap: 85 Gear: Moirai Armors (Adena GM SHOP / Craft/ Drop) Weapons: Icarus Cloaks: Level 2 Olf: +8 Dolls: Level 2 Belts: High & Top Enchant: Safe +3 / Max +8 Masterwork can be with Neolithics S84 aswell but higher so craft will be usefull aswell. 7 Raid Boss Quest Updated: Now works retail give vesper weapons 7rb Bosses Drops : Vespers Instances: Zaken : Drops to retail vespers + the dolls and the extra items that we added on stage 1 New Freya Instance: Added — drops vespers and instead of mid s84 weapons will drop vespers . Extra drops Blessed Bottle of Freya - drops 100% chance 1 of 9 dolls. Farm Areas Dragon Valley remains main farm New Zone : Lair of Antharas (mobs nerfed and added drop Noble stone so solo players can farm too) New Party Zone : LOA Circle   ============================================================================   Stage 3 – The Vorpal ERA Gear: Vorpal Unclock Cloaks: Level 3 Olf: +10 (max cap) Dolls: Level 3 Enchant: Safe +3 / Max +12 Farm Zones : Dragon Valley Center Scorpions becomes a normal solo zone (no longer party zone) Drops:   LOA & Knorik → Mid Weapons avaliable in drop New Party Zone Kariks Instances: Easy Freya Drops Mid Weapons Frintezza Release =================================================================================     Stage 4 – Elegia Era (Final Stage) Elegia Unlock Gear: Elegia Weapons: Elegia TOP s84 ( farmed via H-Freya/ Drops ) Cloaks: Level 5 Dolls: Level 3 (final bonuses) Enchant: Safe +6 / Max +16 Instances: Hard Freya → Drops Elegia Weapons + => The Instance will drop 2-3 parts for sure and also will be able to Join with 7 people . Party Zone will have also drop chances for elegia armor parts and weapons but small   Events (Hourly): Win: 50 Event Medals + 3 GCM + morewards Lose: 25 Medals + 1 GCM + more rewards Tie: 30 Medals + 2 GCM + more rewards   ================================================================================ Epic Fragments Currency Participating in Daily Bosses mass rewarding all players Participating in Instances (zaken freya frintezza etc) all players get reward ================================================================================ Adena - Main server currency (all items in gm shop require adena ) Event Medals (Festival Adena) - Event shop currency Donation coins you can buy with them dressme,cosmetics and premium account Epic Fragments you can buy with them fake epic jewels Olympiad Tokens you can buy many items from olympiad shop (Hero Coin even items that are on next stages) Olympiad Win = 1000 Tokens / Lose = 500 Tokens ================================================================================= Offline Autofarm Allows limited Offline farming requires offline autofarm ticket that you get by voting etc ================================================================================= Grand Epics have Specific Custom NPC that can spawn Epics EU/LATIN TIME ZONE ================================================================================= First Olympiad Day 19 December First Heroes 22 December ( 21 December Last day of 1st Period) After that olympiad will be weekly. ================================================================================= Item price and economy Since adena is main coin of server and NOT donation coins we will always add new items in gm shop with adena in order to burn the adena of server and not be inflation . =================================================================================        
    • Hello, I'd like to change a title color for custom npc.  I created custom NPC, cloned existing. I put unique id for it in npcname-e, npcgrp and database. I have "0" to serverSideName in db, so that it would use npcname-e, but instead it has "NoNameNPC"and no title color change.
    • Trusted Guy 100% ,  I asked him for some work and he did it right away.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock