ISeeDEDPpl/Questor

Action DropItem not working

Opened this issue · 0 comments

DirectEve (latest subscription)
v1.330.5071.29327
Questor: commit 0a0169c (latest as of time of writing in Bleeding Edge)
ISeeDEDPpl
Using Innerspace 1.12 build 5944

Mission: The Anomaly (2 of 3)
using: Dims Modified Caldari L4

REMARK: replaced "<" and ">" with "[" and "]" respectively for readability, as github butchers mission xml script display.

Action
[action name="DropItem"]
[parameter name="Target" value="The Anomaly" /]
[parameter name="Item" value="Neurowave Pattern Scanner" /]
[parameter name="Quantity" value="1" /]
[/action]
Reports success, altho nothing happens, the item in question remains in ship's cargohold and is not dropped into new container. Container is not being opened at all.


Mission script:
[?xml version="1.0" encoding="utf-8" ?]
[mission]
[bring>Neurowave Pattern Scanner</bring]
[pockets]
[pocket id="0"]
[actions]
[action name="Activate"]
[parameter name="target" value="Acceleration Gate" /]
[/action]
[/actions]
[/pocket]
[pocket id="1"]
[damagetype]Kinetic[/damagetype]
[actions]
[action name="DropItem"]
[parameter name="Target" value="The Anomaly" /]
[parameter name="Item" value="Neurowave Pattern Scanner" /]
[parameter name="Quantity" value="1" /]
[/action]
[action name="Done" /]
[/actions]
[/pocket]
[/pockets]
[/mission]


Console Log:
XX:55:00 [Cache.SetmissionXmlPath][X:\XXXXXXXX\InnerSpace.NET Programs\XXXXXXX\The Anomaly (2 of 3)-Default.xml] not found.
XX:55:00 [Cache.SetmissionXmlPath][X:\XXXXXXXX\InnerSpace.NET Programs\XXXXXXXXXX\The Anomaly (2 of 3).xml] found!
XX:55:00 [Cache]Using Settings Orbit distance [22500]
XX:55:00 [Cache]Using Settings OptimalRange [0]
XX:55:00 [-]-----------------------------------------------------------------
XX:55:00 [-]-----------------------------------------------------------------
XX:55:00 [CombatMissionCtrl]Mission Timer Currently At: [5] min
XX:55:00 [CombatMissionCtrl]Max Range is currently: 30k
XX:55:00 [-]-----------------------------------------------------------------
XX:55:00 [-]-----------------------------------------------------------------
XX:55:00 [CombatMissionCtrl]Pocket [1] loaded, executing the following actions
XX:55:00 [CombatMissionCtrl]Action [ 1 ] DropItem [target: The Anomaly] [item: Neurowave Pattern Scanner] [quantity: 1]
XX:55:00 [CombatMissionCtrl]Action [ 2 ] Done
XX:55:00 [-]-----------------------------------------------------------------
XX:55:00 [-]-----------------------------------------------------------------
XX:55:00 [Statistics.ObjectStatistics]Logging info on the [61] objects in this pocket to [X:\XXXXXXXX\InnerSpace.NET Programs\log\XXXXXXXX\PocketObjectStatsXXXXXXX- The Anomaly (2 of 3) - 1 - ObjectStatistics.csv]
XX:55:01 [MissionController.DropItem]Stack CargoHold
XX:55:01 [DropItem]Stacking CargoHold: waiting [-402sec]
XX:55:02 [MissionController.DropItem]We have [1] entities on grid that match our target by name: [T]
XX:55:02 [MissionController.DropItem]Approaching target [The Anomaly][[MaskedID]9543] which is at [29k away]
XX:55:03 [MissionController.DropItem]We have [1] entities on grid that match our target by name: [T]
XX:56:13 [MissionController.DropItem]We have [1] entities on grid that match our target by name: [T]
XX:56:14 [MissionController.DropItem]We have [1] entities on grid that match our target by name: [T]
XX:56:14 [MissionController.DropItem]We have Dropped the items: ItemsHaveBeenMoved [True]
XX:56:14 [CombatMissionCtrl]Finished Action.DropItem [target: The Anomaly] [item: Neurowave Pattern Scanner] [quantity: 1]
XX:56:14 [CombatMissionCtrl]Starting Action.Done

^^ the console says it dropped successfully, altho no real action is being done with the item, nor the "The Anomaly" container is being opened. combat ship warps-out after approaching the container thinking it completed the mission.