Added harvesting and milking of creatures, fixed odb save bug

This commit is contained in:
Light2
2014-05-04 17:37:58 +02:00
parent 44678d8c18
commit e78f1ec8fa
11 changed files with 403 additions and 44 deletions
+1
View File
@@ -197,6 +197,7 @@ public class SpawnService {
AIActor actor = new AIActor(creature, creature.getPosition(), scheduler);
creature.setAttachment("AI", actor);
creature.setAttachment("radial_filename", "npc/mobile");
actor.setMobileTemplate(mobileTemplate);