Remove internal equipement…
-
Hello all,
i am trying to remove internal equipment similar like adding new equipment - so i use the server functions:
Server.ReqRemoveItem
and altering the shadowlist of the equipment.
Players[uiClientID].oShadowEquipDescList.remove_equipment_item
The players save file is correct and the items are removed as intented. But somehow this does first apply if i reload the whole char (means log off and login again).
I also have modified the equipments mount state before removing it (cause it still was shown in the cargo list) but to no avail.
Does anyone of you has a hint to what i need to look at to apply the removed equipment in time without the need to reload the char?
PS: I tried to replace the engine of a ship and in general it works that way, but as long as the char is not reloaded the two engines seems to be still alive - cause the ship speed is doubled at that time.