Results 1 to 2 of 2

Thread: Merc Problems

  1. #1

    Default Merc Problems

    For some odd reason, when I use D2NT my bot doesn't heal my merc like it should, it just waits until it dies, and then chickens because of it. Here is what my piece of code looks like for the chicken settings:
    Code:
    NTConfig_SkipHealLife = 70;	// If you have more than this percent of life, you won't go to a healer
    	NTConfig_SkipHealMana = 70;	// If you have more than this percent of mana, you won't go to a healer
    	NTConfig_UseMerc = true;	// Set to true if you use a mercenary, will revive merc at a reviver npc.
    	NTConfig_ResetWeapon = false;	// Set to true to reset weapon when reviving merc
    
    
    	NTConfig_LifeThresh = 60;	// Drink a normal potion if under this percent of life.
    	NTConfig_LifeRejuvThresh = 40;	// Drink a rejuvenation potion if under this percent of life.
    	NTConfig_ManaThresh = 30;	// Drink a normal potion if under this percent of mana.
    	NTConfig_ManaRejuvThresh = 10;	// Drink a rejuvenation potion if under this percent of mana.
    	NTConfig_LifeChicken = 20;	// This is your chicken life percent. If you go below this life total, exit game.
    	NTConfig_ManaChicken = 0;	// This is your chicken mana percent. If you go below this mana total, exit game.
    
    
    	NTConfig_MercLifeThresh = 60;	// This is the threshold to use a life potion on your merc in percent.
    	NTConfig_MercRejuvThresh = 50;	// This is the threshold to use a rejuv potion on your merc in percent.
    	NTConfig_MercChicken = 10;	// This is your mercs chicken life percent. If he goes below this, exit game.
    As you can tell, it is suppose to use a life potion on my merc if its health goes below 60, and use a rejuv on him if it goes past 50, but as I said above, the bot just lets the merc die completely. Is there anyway that I can fix this?

  2. #2
    Elite Moderator comper's Avatar
    Join Date
    Dec 2011
    Location
    USA
    Battle Tag
    comper
    Posts
    955

    Default

    Quote Originally Posted by float4life View Post
    For some odd reason, when I use D2NT my bot doesn't heal my merc like it should, it just waits until it dies, and then chickens because of it. Here is what my piece of code looks like for the chicken settings:
    Code:
    NTConfig_SkipHealLife = 70;    // If you have more than this percent of life, you won't go to a healer
        NTConfig_SkipHealMana = 70;    // If you have more than this percent of mana, you won't go to a healer
        NTConfig_UseMerc = true;    // Set to true if you use a mercenary, will revive merc at a reviver npc.
        NTConfig_ResetWeapon = false;    // Set to true to reset weapon when reviving merc
    
    
        NTConfig_LifeThresh = 60;    // Drink a normal potion if under this percent of life.
        NTConfig_LifeRejuvThresh = 40;    // Drink a rejuvenation potion if under this percent of life.
        NTConfig_ManaThresh = 30;    // Drink a normal potion if under this percent of mana.
        NTConfig_ManaRejuvThresh = 10;    // Drink a rejuvenation potion if under this percent of mana.
        NTConfig_LifeChicken = 20;    // This is your chicken life percent. If you go below this life total, exit game.
        NTConfig_ManaChicken = 0;    // This is your chicken mana percent. If you go below this mana total, exit game.
    
    
        NTConfig_MercLifeThresh = 60;    // This is the threshold to use a life potion on your merc in percent.
        NTConfig_MercRejuvThresh = 50;    // This is the threshold to use a rejuv potion on your merc in percent.
        NTConfig_MercChicken = 10;    // This is your mercs chicken life percent. If he goes below this, exit game.
    As you can tell, it is suppose to use a life potion on my merc if its health goes below 60, and use a rejuv on him if it goes past 50, but as I said above, the bot just lets the merc die completely. Is there anyway that I can fix this?
    try setting the NTConfig_MercLifeThresh = 60; to 70
    also sometimes it helps to shut down the bot then reboot computer and then restart bot and at times you might need to reinstall the bot
    Please add to my Reputation if you find my post reasonable, beneficial, or helpful.
    Bottom left corner of the post.
    Thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. H-Din Merc
    By georgepotter1 in forum Mercenaries
    Replies: 6
    Last Post: 04-16-2008, 04:17 AM
  2. Best Merc+Merc Gear 4 Hammerdin?
    By Anti-Hero in forum Paladin
    Replies: 5
    Last Post: 07-27-2006, 05:57 PM
  3. wat merc?!?!
    By nujabes in forum Diablo II Discussion
    Replies: 13
    Last Post: 12-27-2004, 11:02 PM
  4. what merc on which act is the best?
    By Druzel in forum Diablo II Discussion
    Replies: 9
    Last Post: 08-29-2004, 12:06 PM
  5. My Merc
    By POL-Guardian in forum Diablo II Discussion
    Replies: 5
    Last Post: 08-05-2004, 05:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •