How do I go about fixing these Feudal States log errors?
[script.javaScript.warning.ooliteDefinedError]: ----- JavaScript warning (feudal-challenge.js 4.0): Ship.hasEquipment("EQ_CLOAKING_DEVICE") is deprecated, use ship.equipmentStatus("EQ_CLOAKING_DEVICE") == "EQUIPMENT_OK" instead.
[script.javaScript.warning.ooliteDefinedError]: ----- JavaScript warning (feudal-challenge.js 4.0): Ship.hasEquipment("EQ_ENERGY_BOMB") is deprecated, use ship.equipmentStatus("EQ_ENERGY_BOMB") == "EQUIPMENT_OK" instead.
[script.javaScript.warning.undefinedProp]: ----- JavaScript warning (feudal-escape-pod.js 1.0): reference to undefined property this.ship
[script.javaScript.warning.undefinedProp]: ../AddOns/The Feudal States v1.9.1.oxp/Scripts/feudal-escape-pod.js, line 16.
[script.javaScript.exception.noProperties]: ***** JavaScript exception (feudal-escape-pod.js 1.0): TypeError: this.ship has no properties
[script.javaScript.exception.noProperties]: ../AddOns/The Feudal States v1.9.1.oxp/Scripts/feudal-escape-pod.js, line 16.
Feudal States errors
Moderators: winston, another_commander, Getafix
For the equipment errors, follow the prompt and in feudal-challenge.js replace thinks like Ship.hasEquipment("EQ_CLOAKING_DEVICE") with ship.equipmentStatus("EQ_CLOAKING_DEVICE") == "EQUIPMENT_OK".
The problem with the escape pod is caused by mistakenly including feudal-escape-pod.js in the list of world scripts. Open up world-scripts.plist in the config folder, and delete the entry for feudal-escape-pod.js.
I've updated v1.9.1 to clear these errors.
The problem with the escape pod is caused by mistakenly including feudal-escape-pod.js in the list of world scripts. Open up world-scripts.plist in the config folder, and delete the entry for feudal-escape-pod.js.
I've updated v1.9.1 to clear these errors.
Download Resistance Commander plus many other exciting OXPs HERE