When starting some modules designed as multi-player, eg D1D2 Descent, you start with some kit that is not useful for a solo player. In fact those items simply clutter up and limit your precious item space.
How do you use the toolset to make these ‘cursed’ items drop-able?
It is probably in the Custom Items tab. Try clicking on the first category in that tab and hitting Ctrl+F, or right clicking in it and hitting Find Text. The typing in the first part of the items name. It should highlight the item you seek.
Don’t forget, you have to be in an area (I usually hit the “Starting Area” button on the top bar to send me to an area when editing or finding things) to access the items.
You might also have to edit the OnClientEnter script (hc_on_cl_ent). You can comment out lines 500-515, as that is the line that’s forcing the items on you. It might not fire when loading a saved game, but it will fire when starting one.
To comment it out just put /* on line 500 and */ on line 515.
Also, the Debug command worked for me. But it immediately gave me back the items. You’ll definitely have to edit the on client enter script. If you need a hand, you might get on the vault’s Discord so we can chat more fluidly.