Posts: 3
Threads: 2
Joined: Jan 2011
Reputation:
0
01-10-2011, 05:46 PM
(This post was last modified: 01-10-2011, 06:01 PM by Amaybz.)
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?
Posts: 4,052
Threads: 275
Joined: Aug 2005
Reputation:
0
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: