Blue Wrote:If it the bot works in that sequence then I would just try having orb as the primary skill. See if that works, if it doesn't I'm sure a person well more knowledgeable in code should be able to help you. laugh:
your way is easier Blue, but if he wants to try something else he can use.
In your NTAttack file located D2NT31_NTBot42\D2NT\scripts\libs\common ctrl+f this next line of script
Code:
if(firstorder && NTConfig_AttackSkill[0] > 0 && NTA_GetResistance(target, _NTA_SkillDamage[0]) < 100 && me.GetSkillStatus(NTConfig_AttackSkill[0]) != 8)
and right above it put this next line of text
Code:
if(NTA_GetResistance(target, NTA_DAMAGE_COLD) > 90 && NTA_GetResistance(target, NTA_DAMAGE_FIRE) > 90 )
return 1;
this will skip all dual cold/fire immunes
if you don't want to skip a particular boss because your merc is badass and can kill him easily then just use this next line of text instead of the one right above
Code:
if((target.name != "Pindleskin") && (NTA_GetResistance(target, NTA_DAMAGE_COLD) > 90 && NTA_GetResistance(target, NTA_DAMAGE_FIRE) > 90 )
return 1;
this will not skip pindleskin if he is cold/fire dual immune. Just insert the properly spelt boss name where pindleskin is.And if you don't want to skip multiple bosses that are dual immune then use this next line of code
Code:
if((target.name != "Pindleskin || target.name != Threshsocket") && (NTA_GetResistance(target, NTA_DAMAGE_COLD) > 90 && NTA_GetResistance(target, NTA_DAMAGE_FIRE) > 90 )
return 1;
I hope this helps you do what you want to do
Credit goes to Evram for teaching me how to do this
[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)