Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file location help
#1
hey can some1 tell me the file in 3.0 that sends the bot to town if it has curse on it so i can remove that option? i can't find it =(
Reply
#2
This should be it, its under general configuration in the char config file.



//------------------------------------------------------------------------------
// General configuration
//------------------------------------------------------------------------------
NTConfig_PublicMode = false;
NTConfig_CheckCloneDiablo = false; // Set to true if you want to wait in game after notifying "Diablo Walks the Earth" msg.
NTConfig_OpenChest = true; // Set to true to open chest
me.quitonhostile = false;

//------------------------------------------------------------------------------
// Attack configuration
//------------------------------------------------------------------------------
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary aura to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary aura to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary aura. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

// Check self safe in field (NOT in town). Set to 0 if you won't
[SIZE="4"]// 0x01 : Potion, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckSelfSafe = 0x04|0x40;
[/SIZE]
// Check merc's safe in field (NOT in town). Set to 0 if you won't
// 0x01 : Death, 0x02 : Poison, 0x04 : Amplify Damage, 0x08 : Weaken, 0x10 : Iron Maiden, 0x20 : Decrepify, 0x40 : Lower Resist
NTConfig_CheckMercSafe = 0x01|0x04|0x10|0x40;



NTConfig_UseRedemptionHP = 80; // Use Redemption if under this percent of life. Set to 0 if you won't
NTConfig_UseRedemptionMP = 60; // Use Redemption if under this percent of mana. Set to 0 if you won't
}

_____________________
______________________
___________________


My guess is to either replace
"NTConfig_CheckSelfSafe = 0x04|0x40;"

with

"NTConfig_CheckSelfSafe = 0"

or you could try

"//NTConfig_CheckSelfSafe = 0x04|0x40;"

But as you see theres also a "Check to see if is safe" also, so you may have to edit that too. Just remember if you have an act 2 merc, you may not want them to have iron maiden on them. laugh:
[Image: nyyzok.gif]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  New File Added: D2NT31_NTBot42 comper 60 3,227 07-15-2012, 03:12 AM
Last Post: comper
  New File Added: 1.13d Item Dumper Spitfire 6 856 05-31-2012, 09:54 AM
Last Post: Neoathlon
  I need a good CLASSIC ITEM_CONFIG FILE htid 0 125 05-25-2012, 01:08 PM
Last Post: htid
  New File Added: D2Multi 1.3 for 1.13d Spitfire 6 1,667 05-07-2012, 09:43 AM
Last Post: comper
  White nip file for armor chrisnelsonusa 3 234 04-02-2012, 06:12 AM
Last Post: comper
  New File Added: Etal V7 - Green Goblin - 1046.P comper 0 407 03-20-2012, 04:07 AM
Last Post: comper
  What file do i need in my windows folder for it to work? 3dizzle 3 127 02-07-2012, 04:22 PM
Last Post: comper
  Issue with NTBotGame file : reference Point not set?? Silvanoesti 6 267 12-06-2011, 12:14 PM
Last Post: Silvanoesti
  New File Added: Auto Tele 1.7 for v1.13d Spitfire 0 1,316 12-01-2011, 06:13 PM
Last Post: Spitfire
  Adding Armet To bots Pick-it file??? gsx827 0 148 08-19-2011, 05:54 AM
Last Post: gsx827

Forum Jump:


Users browsing this thread: 1 Guest(s)