kolbot sorc cold resist attac?

01/21/2019 18:19 siccario#1
hallo
was und wie stelle ich ein, dass wenn die gegner gegen kälte immum sind der merc die killen soll?

Code:
	Config.AttackSkill[0] = 64; // Preattack skill.
	Config.AttackSkill[1] = 59; // Primary skill to bosses.
	Config.AttackSkill[2] = 55; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
	Config.AttackSkill[3] = 59; // Primary skill to others.
	Config.AttackSkill[4] = 55; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
	Config.AttackSkill[5] = 54; // Secondary skill if monster is immune to primary.
	Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.
wenn ich das so mache teleportiert er sich ständig hin und her. geht das auch anderes?
01/21/2019 18:22 dreblin#2
Config.AttackSkill[5] = -1; // Secondary skill if monster is immune to primary.

Config.TeleStomp = true; // Use merc to attack bosses if they're immune to attacks, but not to physical damage
01/21/2019 18:35 siccario#3
geile sache, danke dir :)