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

    • WoW Midnight — AFK Fishing Bot v2.0     Fully rewritten. No more pixel detection. V2 is audio-only and paired with a companion addon that handles everything inside the game — one keybind does it all.     Showcase:                  What's new in v2.0 Audio-only detection. Listens for the splash. No screen scanning, no calibration, no zone tuning. It just works anywhere. One key for everything. Same keybind casts the line and loots the catch. Bound via the included BobberAssist addon. Auto-buff system. Drop your lures, teas, potions (Haranir Phial, Sanguithorn Tea, Ominous Octopus Lure, etc.) into the addon. Set a timer. The bot refreshes them automatically before each cast. Sit-and-fish mode. Optional — bot types /sit when you start. Fewer interrupts from Root Crabs and roaming mobs. Smart anti-AFK. Fires only between catches, never mid-cast. AutoDestroy addon included. Junk items deleted automatically after every catch. VB-CABLE support. Play music, Discord, YouTube with zero interference. Randomized timing — natural 50–120 ms reactions.                       Features One-key start (F6) — press and walk away Audio isolation via VB-CABLE — play music, YouTube, Discord with zero interference Configurable consumable auto-use (lures / baits / potions / teas) with per-item timers Sit-and-fish mode to avoid ambient mob aggro Anti-AFK built in — jumps every 5 minutes in stand mode, jump + re-sit in sit mode (between catches only, never mid-cast) AutoDestroy addon included — automatically deletes junk items to keep bags clean after every catch Randomized splash→loot and loot→recast delays (natural timing, 50–120 ms reaction) Works in any zone, any fishing spot No pixel detection means no zone-specific tuning — it just works        Why v2 > v1 V1 scanned your screen for the bobber. It broke when the UI changed, the camera moved, or a new zone had different visuals. V2 only listens for the splash — nothing visual to break. Plus the new addon lets a single keybind cast, loot, and use your buffs. Way less setup, way more reliable.            Safety Runs completely external. No injection, no memory reads, no file edits. Watches nothing, listens to audio, presses one key. Use at your own risk. Automation is against Blizzard's ToS.          V1 owners Free upgrade. DM me for the new build.   One-time payment, lifetime access. DM on Discord: Nythrand
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..