Loot radial and power crystal items

Connected loot radial to corpse. Made powercrystal scripts.
Allowed the mobile scripts to drop loot now.
This commit is contained in:
CharonInferar
2014-04-10 04:22:54 +02:00
parent d776b52292
commit 221f9a93fc
33 changed files with 326 additions and 57 deletions
+2
View File
@@ -166,6 +166,8 @@ public class SpawnService {
AIActor actor = new AIActor(creature, creature.getPosition(), scheduler);
creature.setAttachment("AI", actor);
actor.setMobileTemplate(mobileTemplate);
creature.setAttachment("radial_filename", "npc/corpse");
if(cell == null) {