Hey yall, I am having trouble killing wave 2 of Baal’s minions. I have holy bolt firing, but he keeps teleporting around really fast. so they keep healing themselves and it takes like 4 minutes to get them down. my merc has ebotd act2 nm hly freeze. Im level 95 hdin. What do i change in my paladin config page?
It is true that wave 2 and dins are a battle of patience. Usually, people who bot try to at least have a 2nd char, e.g., sorc, javazon, or trapsin, to quickly kill wave 2.
Yet, if one bot is all you have, then I’ll ask if your defense is godly.
If your def is godly and you can manually test it by standing near to and chiseling away at wave two, then try these:
-
Config.AttackSkill[5] = 101; // Holy Bolt - Secondary skill if monster is immune to primary.
-
Config.AttackSkill[6] = 124; // Redemption - Secondary aura.
-
and, you will need to add Config.TeleStomp = true; to your Paladin.yourCharName.js file
Config.TeleStomp = true;
Config.NoTele = true; // Restrict char from teleporting. Useful for low level/low mana chars
Config.BossPriority = false; // Set to true to attack Unique/SuperUnique monsters first when clearing
Config.ClearType = 0; // 0xF = skip normal, 0x7 = champions/bosses, 0 = all
Please, only use the pali’s hidden telestomp feature if you are confident that the pali can survive a few direct hits. Test it in norm, then nightmare, and then hell. When testing in hell, do keep an eye out on the pali’s life and quickly exit out of there if it is not safe to use telestomp.
I hope this helps… Let us know.
do i have to add this line, Config.NoTele = true; // Restrict char from teleporting. Useful for low level/low mana chars
do i have to add that line to my config pally file? cuz its not in mine right now. Or do i just add Config.TeleStomp = true;
Oh? If you are using an older d2bs/Kolton, then no you do not need the Config.NoTele = true; as that is a new feature.
Please, just add the:
- Config.TeleStomp = true;
Because you may be using an older version, please, could you check to see if this line:
- if (result === 2 && Config.TeleStomp && Attack.checkResist(unit, “physical”) && !!me.getMerc())
is in this file:
- kolbot/d2bs/kolbot/libs/common/Attacks/Paladin.js
If it is not, then to use the Pali’s hidden TeleStop feature, you may need to install the latest version of the bot. I hope that it is in your version.
maybe you should try smite instead of holy bolt. A decent pala shield have 2k smite with concentration aura active.
see https://github.com/blizzhackers/documentation/blob/master/kolbot/MiscellaneousOptions.md/#baaljs-with-adds-for-hdin-on-wave-2