Blizzard Sector
Using Spells - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Using Spells (/thread-46958.html)



Using Spells - Amaybz - 01-10-2011

How to i make my bot only use frozen orb and if immune then use chain lighting and stop it from using fireball as i only have very low skill set with fire magic.

also everytime i start a new game it drops all my potions and then goes and re buys them how do i stop that?


Using Spells - Blue - 01-11-2011

NTConfig_AttackSkill[0] = 0; // First skill. Set to 0 if you won't
NTConfig_AttackSkill[1] = 64; // 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] = 53; // 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

Change your config with this one. This only uses those to skills and lightning only become actives if they are immune.

I'm not sure about the potions one, I never heard of that before laugh:


Using Spells - Amaybz - 01-11-2011

thanks worked perfectly