Creatures do not drop loot

Issue #56 closed
Peter Tigges created an issue

Humanoid NPCs drop loot fine and no error. Once you kill a creature you don't get any loot and the error message below

06-03-18 15:04:25.113 E: Fatal Exception while processing intent: LootRequestIntent
06-03-18 15:04:25.114 E: Exception in thread "intent-processor-4" java.lang.NullPointerException: null
06-03-18 15:04:25.114 E: Caused by: java.lang.NullPointerException: null
06-03-18 15:04:25.114 E:     com.projectswg.holocore.services.loot.LootManager.isLootable(LootManager.java:603)
06-03-18 15:04:25.114 E:     com.projectswg.holocore.services.loot.LootManager.getLootPermission(LootManager.java:568)
06-03-18 15:04:25.114 E:     com.projectswg.holocore.services.loot.LootManager.handleLootRequestIntent(LootManager.java:302)
06-03-18 15:04:25.114 E:     com.projectswg.common.control.IntentManager$IntentRunner.run(IntentManager.java:232)
06-03-18 15:04:25.115 E:     com.projectswg.common.concurrency.PswgThreadPool$PswgThreadExecutor.threadRun(PswgThreadPool.java:180)
06-03-18 15:04:25.115 E:     com.projectswg.common.concurrency.PswgThreadPool$PswgThreadExecutor.threadExecutor(PswgThreadPool.java:166)
06-03-18 15:04:25.115 E:     java.base/java.lang.Thread.run(Thread.java:844)

Comments (7)

  1. Log in to comment