11-25-2013, 10:04 PM
como le hago para que cuando tenga 3 monstruos o mas use sd en vez de exori frigo
Ayuda frigo/sd
|
11-25-2013, 10:04 PM
como le hago para que cuando tenga 3 monstruos o mas use sd en vez de exori frigo
11-25-2013, 11:01 PM
English please.
Read all the tutorials in the forum.
11-26-2013, 11:49 AM
Code: 500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=xxxx Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!) (11-26-2013, 11:49 AM)erleo Wrote: 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]
11-28-2013, 02:57 AM
(11-28-2013, 01:29 AM)Shayde Wrote:(11-26-2013, 11:49 AM)erleo Wrote: 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. ^^ |
« Next Oldest | Next Newest »
|