Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ISO D2NT Sorc Config
#1
I made a nova sorc for pvm and run. But for some reason i keep screwing things up.. I was wondering if anyone else did the same besides "screwing" up lol. If they had a script or help me out on how to make it correct. All it does is tele around LOL ... confused:
Reply
#2
Well, what are you trying to kill? As you might not have the gears to kill certain things. Before, I was only able to kill the non-super bosses (i.e. Andy et. al) but after I got better gears I could easily kill super bosses (besides the fact of Diablo, as that Chaos script is buggy :| )

I don't think it is good to really have a Nova sorc but instead Chain Lightning/Lightning with static field set at 100% (i.e. disabled), that way you can let your merc tank while you deal most of the damage.
Reply
#3
Well with my merc i can ez all acts and what not. Just my bot is not set up right . It keeps using static and teleing around.. kinda being dumb lol.[COLOR="Silver"]

---------- Post added 08-19-2010 at 01:02 AM ---------- Previous post was 08-18-2010 at 07:21 AM ----------

[/COLOR]Anyone?
Reply
#4
Yeah I had that problem too. You have choices.

1. Set the static to 100% to NOT static bosses:
Code:
NTConfig_CastStatic = 100;    // Cast Static Field until monster's HP lower less than this percent. Set to 100 if you won't

2. Edit the code to only static Andy -> Baal:
Code:
D2NT\scripts\lib\common\NTAttack.ntl

Find:
Code:
function NTA_SorceressAttackInt

Look below it until you see an if-statement containing the following code segment:
Code:
NTConfig_CastStatic < 100

Then replace that line where that if-statement is in with:
Code:
if(NTConfig_CastStatic < 100 && parseInt(target.hp*100/target.hpmax) > NTConfig_CastStatic && NTA_GetResistance(target, NTA_DAMAGE_LIGHTNING) <= 80 && (target.name=="Baal" || target.name=="Diablo" || target.name=="Mephisto" || target.name=="Duriel" || target.name=="Andariel") )

Save and to be simple, just restart the bot client afterward.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  needing to run several game on one comp using d2nt madatu 9 367 02-23-2012, 03:48 AM
Last Post: comper
  d2nt + windows vista drcroak2 1 481 03-15-2011, 09:05 AM
Last Post: Valdez
  d2nt help please hammerss 1 331 06-24-2010, 01:01 PM
Last Post: skidude
  Light Sorc Question philipoo 2 563 08-09-2009, 03:19 AM
Last Post: xDBD
  D2NT How To Open 2 Help pls brunick 8 1,150 08-02-2009, 05:51 AM
Last Post: Vinny
  problems with D2NT please help halisiba 6 2,359 05-07-2009, 09:48 PM
Last Post: HoTO
  Blizzard Sorc Need help Incompetent 7 518 04-19-2009, 09:39 AM
Last Post: hellsing293
  Iso of a Es sorc build SoldierOfSparta 0 616 01-12-2009, 10:00 PM
Last Post: SoldierOfSparta
  Starting Sorc Advice Julik 9 361 03-28-2008, 03:30 PM
Last Post: iiamdong
  any starter kits for sorc or hdin in useast ladder? alexkooi 1 300 12-03-2007, 03:55 AM
Last Post: TyKe

Forum Jump:


Users browsing this thread: 1 Guest(s)