mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user