Author Topic: Iso help with attack configs on sorc  (Read 1149 times)

Offline zack107

  • Newbie
  • *
  • Join Date: Jul 2010
  • Posts: 28
  • Reputation 0
  • Need something? Let me know
    • View Profile
Iso help with attack configs on sorc
« on: September 06, 2010, 10:54:07 PM »
I see a few set ups but havent seen one for a orb/flame wall if immune (classic). Greatly appreciated if someone cold help. I looked through the nt attack file and didnt find a set up like this and am a little confused. My character attack things are all set to 0 at the moment but yea help please
If you need help setting up your bot let me know and ill do my best to assist you. I do full bot setups for 50fg


PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Iso help with attack configs on sorc
« on: September 06, 2010, 10:54:07 PM »

Offline mythosis

  • PK Pro
  • ****
  • Join Date: Aug 2010
  • Posts: 265
  • Reputation 0
  • USWest Channel: op pkbaal
    • View Profile
Re: Iso help with attack configs on sorc
« Reply #1 on: September 07, 2010, 12:17:32 AM »
From your sdk folder:
Quote
36   Fire Bolt
37   Warmth
38   Charged Bolt
39   Ice Bolt
40   Frozen Armor
41   Inferno
42   Static Field
43   Telekinesis
44   Frost Nova
45   Ice Blast
46   Blaze
47   Fire Ball
48   Nova
49   Lightning
50   Shiver Armor
51   Fire Wall
52   Enchant
53   Chain Lightning
54   Teleport
55   Glacial Spike
56   Meteor
57   Thunder Storm
58   Energy Shield
59   Blizzard
60   Chilling Armor
61   Fire Mastery
62   Hydra
63   Lightning Mastery
64   Frozen Orb
65   Cold Mastery

So, correct me if I'm wrong (I don't know the skill-build)
64 Frozen Orb
45 Ice Blast
if immune,
51 Fire Wall
47 Fire Ball

Edit Here in your char_config:
Code: [Select]
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary untimed skill. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

To:
Code: [Select]
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 64; // Primary skill to boss.
NTConfig_AttackSkill[2] = 45; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 64; // Primary skill to others.
NTConfig_AttackSkill[4] = 45; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 51; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 47; // Secondary untimed skill. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: Iso help with attack configs on sorc
« Reply #1 on: September 07, 2010, 12:17:32 AM »

Offline zack107

  • Newbie
  • *
  • Join Date: Jul 2010
  • Posts: 28
  • Reputation 0
  • Need something? Let me know
    • View Profile
Re: Iso help with attack configs on sorc
« Reply #2 on: September 07, 2010, 12:50:40 AM »
From your sdk folder:
Quote
36   Fire Bolt
37   Warmth
38   Charged Bolt
39   Ice Bolt
40   Frozen Armor
41   Inferno
42   Static Field
43   Telekinesis
44   Frost Nova
45   Ice Blast
46   Blaze
47   Fire Ball
48   Nova
49   Lightning
50   Shiver Armor
51   Fire Wall
52   Enchant
53   Chain Lightning
54   Teleport
55   Glacial Spike
56   Meteor
57   Thunder Storm
58   Energy Shield
59   Blizzard
60   Chilling Armor
61   Fire Mastery
62   Hydra
63   Lightning Mastery
64   Frozen Orb
65   Cold Mastery

So, correct me if I'm wrong (I don't know the skill-build)
64 Frozen Orb
45 Ice Blast
if immune,
51 Fire Wall
47 Fire Ball

Edit Here in your char_config:
Code: [Select]
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 0; // Primary skill to boss.
NTConfig_AttackSkill[2] = 0; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 0; // Primary skill to others.
NTConfig_AttackSkill[4] = 0; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 0; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 0; // Secondary untimed skill. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

To:
Code: [Select]
NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 64; // Primary skill to boss.
NTConfig_AttackSkill[2] = 45; // Primary untimed skill to boss. Set to 0 if you won't
NTConfig_AttackSkill[3] = 64; // Primary skill to others.
NTConfig_AttackSkill[4] = 45; // Primary untimed skill to others. Set to 0 if you won't
NTConfig_AttackSkill[5] = 51; // Secondary skill in case monster is immune to primary skill. Set to 0 if you won't
NTConfig_AttackSkill[6] = 47; // Secondary untimed skill. Set to 0 if you won't
NTConfig_ClearPosition = true; // Set to true if you want to clear area after killing boss.

thank you
If you need help setting up your bot let me know and ill do my best to assist you. I do full bot setups for 50fg


PureKaoz.com - D2NT, Diablo 3 & Starcaft 2 Hacks

Re: Iso help with attack configs on sorc
« Reply #2 on: September 07, 2010, 12:50:40 AM »