Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Spells
#1
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?
Reply
#2
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:
[Image: nyyzok.gif]
Reply
#3
thanks worked perfectly
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)