Start of Life Day

Added basic Npcs to the Lifeday event in Wafar.
Need to do.
Find a way to bind an ID to a spawned item, as Static id's are refresh
every server reset.
This commit is contained in:
Wefi
2013-11-09 21:54:09 -06:00
parent 1c9e068f2e
commit 0086c6e35d
5 changed files with 42 additions and 0 deletions
+4
View File
@@ -178,6 +178,10 @@ public class ObjectService implements INetworkDispatch {
object = new GroupObject(objectID);
} else if(Template.startsWith("object/mobile")){
object = new CreatureObject(objectID, planet, position, orientation, Template);
} else if(Template.startsWith("object/waypoint")) {
object = new WaypointObject(objectID, planet, position);