Hello, so the admin/console command "/territory_make_unclaimable" stopped working when the NPC faction update came out.
As an example, I am attempting to make system 62, 62, 62 unclaimable.
On the console, it says:
"[SERVER]: [ADMIN COMMAND] [SUCCESS] made system unclaimable: 62,62,62"
However, an error message pops up stating,
"[SERVER]: System ownership failed!
please send in logs.
IllegalArgumentException
cannot determine type: UNCLAIMABLE"
Then when attempting to claim the system, I could claim the system. I use this command frequently for my quest system, which creates instances of quests for individuals. These are in very far out sectors, so it is important that players not be able to claim the sector, otherwise it will bleed their faction of all their faction points instantly.
Here is the log file:
And here are the relevant parts:
[2017-02-09 02:33:13] [ADMIN COMMAND] TERRITORY_MAKE_UNCLAIMABLE from RegisteredClient: Benevolent27 (55) [Benevolent27]connected: true params: [62, 62, 62] [2017-02-09 02:33:13] [SEND][SERVERMESSAGE] [ADMIN COMMAND] [SUCCESS] made system unclaimable: 62, 62, 62 to RegisteredClient: Benevolent27 (55) [Benevolent27]connected: true [2017-02-09 02:33:13] java.lang.IllegalArgumentException: cannot determine type: UNCLAIMABLE [2017-02-09 02:33:13] at obfuscated.Zi.b(SourceFile:163) [2017-02-09 02:33:13] at obfuscated.ahZ.g(SourceFile:2213) [2017-02-09 02:33:13] at obfuscated.ahZ.a(SourceFile:1844) [2017-02-09 02:33:13] at obfuscated.abj.updateLocal(SourceFile:584) [2017-02-09 02:33:13] at org.schema.game.server.controller.GameServerController.update(SourceFile:1356) [2017-02-09 02:33:13] at org.schema.schine.network.server.ServerController.run(SourceFile:275) [2017-02-09 02:33:13] at java.lang.Thread.run(Thread.java:745) [2017-02-09 02:33:13] [SEND][SERVERMESSAGE] [SERVERMSG (type 3): [249, IllegalArgumentException, cannot determine type: UNCLAIMABLE]] to RegisteredClient: Benevolent27 (55) [Benevolent27]connected: true
Thank you for your time.