Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ayuda frigo/sd
#1
como le hago para que cuando tenga 3 monstruos o mas use sd en vez de exori frigo
#2
English please.

Read all the tutorials in the forum.
#3
(11-25-2013, 11:01 PM)Dexter Wrote: English please.

Read all the tutorials in the forum.

i need when have 2 or more monsters don't use exori frigo... use sd but only when have 2 or more monsters
#4
Code:
500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=xxxx Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)
#5
(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]
#6
(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. ^^


Forum Jump:


Users browsing this thread: 1 Guest(s)