BBot - The best bot of the world
Ayuda frigo/sd - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Ayuda frigo/sd (/thread-12846.html)



Ayuda frigo/sd - Shayde - 11-25-2013

como le hago para que cuando tenga 3 monstruos o mas use sd en vez de exori frigo


RE: Ayuda frigo/sd - Dexter - 11-25-2013

English please.

Read all the tutorials in the forum.


RE: Ayuda frigo/sd - Shayde - 11-26-2013

(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


RE: Ayuda frigo/sd - erleo - 11-26-2013

Code:
500 {SD/Frigo} monsterCount:=2 shootID:=3155 monsterNAME:=xxxx Creatures.ByName(!monsterNAME!)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!)



RE: Ayuda frigo/sd - Shayde - 11-28-2013

(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]


RE: Ayuda frigo/sd - Thiaguin- - 11-28-2013

(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. ^^