12-29-2010, 05:05 PM
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 =(
file location help
|
12-29-2010, 05:05 PM
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 =(
12-29-2010, 05:34 PM
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: ![]() |
« Next Oldest | Next Newest »
|