01-13-2011, 01:26 PM
sportyamf05 Wrote:I have a lite sorc with great gear 23k dmg and a merc with nice eth fort and infinity. My problem is that when she finds a group with a lite immune "boss" she uses lightning on it alone while the merc pics off whoever is closest to him. Wastes potions and eventually chickens. Is there any way to make her attack only the big bosses with lite and chain with everyone else? Or should i just set it so that she uses chain always....
Thank you for the help guys, I appreciate it.
Im gonna do some research on it,but I can tell you this,it will require some changes in NTAttack, for now if its a real problem,you can either switch to chain for bosses or use this workaround that skips whatever LI bosses there are
This is not my work it belongs to Evram
1: first open NTAttack located in D2NT31_NTBot42\D2NT\scripts\libs\common
2:Control F this next line
if(firstorder && NTConfig_AttackSkill[0] > 0 && NTA_GetResistance(target, _NTA_SkillDamage[0]) < 100 && me.GetSkillStatus(NTConfig_AttackSkill[0]) != 8)
3:Add this next line right above the line you just searched
if((target.name == "Pindleskin" || target.name == "Nihlathak") && NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) > 90)
4:To skip another boss just put his name where the orange bit is below(make sure you spell it correctly)
if((target.name == "Pindleskin" || target.name == "Nihlathak" || target.name == "Monster name goes here") && NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) > 90)
5:if you want to skip all immunes just leave out the target bit so that it looks like this
if(NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) > 90)
return 1;
6:if you don't want to skip a boss because you know your merc can kill them then make it look like this
if((target.name != "Pindleskin") && NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) > 100)
return 1;
This should help you get past those pesky immunes
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)