Deleting items from your inventory with LETO

G

Guest

Guest
Archived from groups: alt.games.neverwinter-nights (More info?)

Hey peoples,

How do you use LETO to remove "unremovable" items (or any items) from your
characters inventory (either in a .sav, or a .bic)? I ran through the How
To forum on Windsong and couldn't find a reference that specifically
addressed this, and I havent been able to figure it out with LETO itself.

TIA
Shenzai
 
Archived from groups: alt.games.neverwinter-nights (More info?)

"Shenzai" <shenzai@shenzai.net> wrote in message
news:cbKdnV484bFVuebcRVn-gA@adelphia.com...
> Hey peoples,
>
> How do you use LETO to remove "unremovable" items (or any items) from
> your characters inventory (either in a .sav, or a .bic)? I ran through
> the How To forum on Windsong and couldn't find a reference that
> specifically addressed this, and I havent been able to figure it out with
> LETO itself.
>
> TIA
> Shenzai
>
Usually the unremovable item is cursed. Open the "Advanced Editor" and look
for the item. Where is says "Cursed" change the value to "0" (Zero). Then
right click over the item and select "Save File". Close, DO NOT save again,
all of Leto. The item should be able to be dropped.
 
Archived from groups: alt.games.neverwinter-nights (More info?)

"Gothic Midnight" <shadow@realm.net> wrote in message
news:NdMed.5579$KJ6.1625@newsread1.news.pas.earthlink.net...
> "Shenzai" <shenzai@shenzai.net> wrote in message
> news:cbKdnV484bFVuebcRVn-gA@adelphia.com...
>> Hey peoples,
>>
>> How do you use LETO to remove "unremovable" items (or any items) from
>> your characters inventory (either in a .sav, or a .bic)? I ran through
>> the How To forum on Windsong and couldn't find a reference that
>> specifically addressed this, and I havent been able to figure it out with
>> LETO itself.
>>
>> TIA
>> Shenzai
>>
> Usually the unremovable item is cursed. Open the "Advanced Editor" and
> look for the item. Where is says "Cursed" change the value to "0" (Zero).
> Then right click over the item and select "Save File". Close, DO NOT save
> again, all of Leto. The item should be able to be dropped.
Hey Gothic,

I went in and edited each item and changed both the cursed, and plot entries
to zero, re-entered the game, but the items can still not be dropped or
sold. I edited the .SAV file and edited each UTI resource (for the six
items in question), saving and reloading the SAV file after each save.

TIA
Shenzai
 
Archived from groups: alt.games.neverwinter-nights (More info?)

On Sat, 23 Oct 2004 21:43:10 -0600, "Shenzai" <shenzai@shenzai.net>
wrote in Message-ID <cbKdnV484bFVuebcRVn-gA@adelphia.com>:

> How do you use LETO to remove "unremovable" items (or any items) from your
> characters inventory (either in a .sav, or a .bic)? I ran through the How
> To forum on Windsong and couldn't find a reference that specifically
> addressed this, and I havent been able to figure it out with LETO itself.

It doesn't involve Leto, but the 1.64 patch notes include instructions
on how to fix that.

------------------------------------------------------------
- HotU: Chapter 3 - When the game ends, we now remove the
non-droppable (cursed) flag from all items before doing the final
export of the character. This is so that when you take the character
into another module, you can drop items such as the Relic of the
Reaper.
- If you already have a character who can't get rid of the Relic (or
another item), you can do the following (in single player) - in the
chat bar, type:
##DebugMode 1
##runscript nw_itemreset
##DebugMode 0
- If you use this script so that you can drop an item which is part
of the module you're currently playing, don't be surprised if the game
breaks later on (because the module will expect you to have the item).
Only use it to get rid of items that have been stuck to your character
from other modules.
------------------------------------------------------------

--
=''' Lord Alexander
c-OO Bastions of War Team PvP Arena
\ http://www.bastionsofwar.com
- Alec Usticke - alec@usticke.org
 
Archived from groups: alt.games.neverwinter-nights (More info?)

Shenzai wrote:

> I went in and edited each item and changed both the cursed, and plot
> entries to zero, re-entered the game, but the items can still not be
> dropped or sold. I edited the .SAV file and edited each UTI resource
> (for the six items in question), saving and reloading the SAV file
> after each save.

You will probably have to edit the droppable flag too (it's 1 by default).

HTH
Hans
 
Archived from groups: alt.games.neverwinter-nights (More info?)

"Alec Usticke" <alec@usticke.org> wrote in message
news:vkjon01a68250ka12v71bhi4ce13s3age9@4ax.com...
> On Sat, 23 Oct 2004 21:43:10 -0600, "Shenzai" <shenzai@shenzai.net>
> wrote in Message-ID <cbKdnV484bFVuebcRVn-gA@adelphia.com>:
>
>> How do you use LETO to remove "unremovable" items (or any items) from
>> your
>> characters inventory (either in a .sav, or a .bic)? I ran through the
>> How
>> To forum on Windsong and couldn't find a reference that specifically
>> addressed this, and I havent been able to figure it out with LETO itself.
>
> It doesn't involve Leto, but the 1.64 patch notes include instructions
> on how to fix that.
>
> ------------------------------------------------------------
> - HotU: Chapter 3 - When the game ends, we now remove the
> non-droppable (cursed) flag from all items before doing the final
> export of the character. This is so that when you take the character
> into another module, you can drop items such as the Relic of the
> Reaper.
> - If you already have a character who can't get rid of the Relic (or
> another item), you can do the following (in single player) - in the
> chat bar, type:
> ##DebugMode 1
> ##runscript nw_itemreset
> ##DebugMode 0
> - If you use this script so that you can drop an item which is part
> of the module you're currently playing, don't be surprised if the game
> breaks later on (because the module will expect you to have the item).
> Only use it to get rid of items that have been stuck to your character
> from other modules.
> ------------------------------------------------------------
>
> --
> =''' Lord Alexander
> c-OO Bastions of War Team PvP Arena
> \ http://www.bastionsofwar.com
> - Alec Usticke - alec@usticke.org

Alec,

Worked like a charm, Thanks.

Shenzai