D2NT stashing unwanted items...

02/20/2013 05:03 Doomsday19#1
Hello , i have muddys d2nt and everything is great except that i cannot get it to stop stashing magical rings , ammulets and gems below perfect. even tho i put // in the item config file in the neccesseray places. in turn this ends up taking all my space so i cannot loot anything.

Please help.
02/20/2013 07:16 mirkoregge#2
you using the cube function for craft-amulets and rings; you can deactivate this recipes by using // before the recipe in the char config:
Code:
//	NTConfig_CubingItem.push([NTCU_CRAFT_HITPOWER_RING, 522]);		// Craft Ring
//	NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_AMULET, 520]);		// Craft Amulet
//	NTConfig_CubingItem.push([NTCU_CRAFT_BLOOD_RING, 522]);			// Craft Ring
//	NTConfig_CubingItem.push([NTCU_CRAFT_CASTER_AMULET, 520]);		// Craft Amulet
//	NTConfig_CubingItem.push([NTCU_CRAFT_SAFETY_AMULET, 520]);		// Craft Amulet
02/20/2013 09:09 Doomsday19#3
I am not at home but i know i dont have that line in char config. and also i have been watching my character while its botting and ive seen her grab crappy rings/ammys/jewels/gems and go identify them , then stash them.. so frusterating. I will post my char config file on here when i get home.
02/20/2013 11:46 Muddy Waters#4
Mirko is right though, this is most likely due to crafting. You can disable that by setting the corresponding variable in your char config to false:
Code:
//------------------------------------------------------------------------------
// Cubing Configuration
//------------------------------------------------------------------------------

// Set to true to enable cubing and crafting. NOTE: The recipes are added in the global config by default. If you like to craft certain recipe only using this very char, add those recipes below.
NTConfig_Cubing = false;
If you have further questions regarding my D2NT version, please don't PM me about it, but simply ask in the [Only registered and activated users can see links. Click Here To Register...].

#closed