11-28-2013, 02:57 AM
(11-28-2013, 01:29 AM)Shayde Wrote:(11-26-2013, 11:49 AM)erleo Wrote:Code:500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=xxxx Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)
don't attack when have 2 or more monsters'u.u
have this [code]500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=Wyrm Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!) [code]
500 {Attack SD} monsterCount:=2 shootID:=3155 Creatures.ByName(xxxx)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)
use this macro, change xxxx for name of the creature , exemple Wyrm, Ancient Scarab. ^^