Added loading of objects from datatables/buildout, added building and cell baseline packets, fixed crash on spawning of static objects....

...updated engine, added restuss shuttleport and theed starport spawns,
increased view range for large objects loaded from buildout datatables
like jabbas/theed palace etc.
This commit is contained in:
Light2
2013-11-26 22:28:38 +01:00
parent bb085477c4
commit 0a040424f6
23 changed files with 404 additions and 42 deletions
@@ -55,8 +55,8 @@ public class StaticObject extends SWGObject {
return;
}
destination.getSession().write(messageBuilder.buildBaseline3());
destination.getSession().write(messageBuilder.buildBaseline6());
//destination.getSession().write(messageBuilder.buildBaseline3());
//destination.getSession().write(messageBuilder.buildBaseline6());
}