Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
light sorc scripts? need help!
#4
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)
Reply


Messages In This Thread
light sorc scripts? need help! - by wildeman - 01-02-2011, 06:58 AM
light sorc scripts? need help! - by Jammer74 - 01-02-2011, 07:46 AM
light sorc scripts? need help! - by sportyamf05 - 01-13-2011, 11:24 AM
light sorc scripts? need help! - by Jammer74 - 01-13-2011, 01:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Hybrid sorc attacking confrig plz kaosme69 5 138 08-07-2012, 05:25 AM
Last Post: comper
  looking for d2 classic mf sorc bot losturpixels 1 176 06-26-2012, 09:01 PM
Last Post: masivb
  Baal and Diablo scripts Pube89 9 351 01-26-2012, 06:13 AM
Last Post: comper
  D2nt Sorc wont run baal/chaos forcefedflesh 13 622 01-22-2012, 12:49 AM
Last Post: comper
  help with D2NT etal attack scripts Lite Sorc Plethora 1 1,676 12-10-2011, 09:20 AM
Last Post: comper
  Bliz sorc Meph and Andy Norman13 3 483 11-06-2011, 03:01 PM
Last Post: Norman13
  Can I get some help with a Light Sorc Script SmackGoneWild 10 476 09-27-2011, 10:35 AM
Last Post: bugme143
  iso light sorc chaos baal script spin 0 390 09-10-2011, 02:26 AM
Last Post: spin
  In need of dream sorc script hornbegd 0 238 09-06-2011, 10:44 PM
Last Post: hornbegd
  default sorc script StatiK 2 356 08-10-2011, 12:11 AM
Last Post: fellupahill

Forum Jump:


Users browsing this thread: 1 Guest(s)