Where can I find the initial spawn items?

+
Where can I find the initial spawn items?

I'm trying to remove tawny oil from the initial spawn when you start a new game and I know this is how to do it:

iID = GetWitcherPlayer().inv.GetItemsByName( 'Tawny Owl 1' );
GetWitcherPlayer().inv.RemoveItem( iID[0] );

I just don't know where to put these lines.
Can anyone help me?
 
Try quest_function.ws line 5004 (this function is used to remove initial spawn items,when NG+ is started)
 
Try quest_function.ws line 5004 (this function is used to remove initial spawn items,when NG+ is started)
Tried it before, that sadly doesn't work. I can find the initial spawns for both NG+ and HoS, but for a fresh start it's a god damn mystery :/
 
Top Bottom