mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
Fixed several AI bugs, added log system
- Fixes 0000031: Incap is not working correctly - NPC AI now considers deathblow values correctly - AI state transition further debugged - Pet now follows owner after killing attacker - Added debug log system - Cleaned up system console from system.out messages
This commit is contained in:
@@ -268,6 +268,7 @@ public class CharacterService implements INetworkDispatch {
|
||||
object.setPosition(SpawnPoint.getRandomPosition(new Point3D(3528, 0, -4804), (float) 0.5, 3, core.terrainService.getPlanetByName("tatooine").getID()));
|
||||
object.setCashCredits(100);
|
||||
object.setBankCredits(1000);
|
||||
object.setIncapTimer(60);
|
||||
object.setOptionsBitmask(Options.ATTACKABLE);
|
||||
//object.setPosition(new Point3D(0, 0, 0));
|
||||
object.setOrientation(new Quaternion(1, 0, 0, 0));
|
||||
|
||||
Reference in New Issue
Block a user