![]() |
MACROS GFB - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: MACROS GFB (/thread-12456.html) |
MACROS GFB - giewu - 11-03-2013 Hello, i need macro to use gfb if on screen player see 3+ monsters. RE: MACROS GFB - Thiaguin- - 11-03-2013 (11-03-2013, 03:48 PM)giewu Wrote: Hello, i need macro to use gfb if on screen player see 3+ monsters. 500 {GFB} monsterCount:=3 shootID:=3191 Creatures.ByName("CreatureName")>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!) change "CREATURENAME" for "Monstername" exemple: "Hydra" "Hellspawn" "Demon" "Dragon" , etcs.. RE: MACROS GFB - giewu - 11-03-2013 Why this macro don't started me? Have you gg? my number is 1183689 RE: MACROS GFB - Thiaguin- - 11-03-2013 (11-03-2013, 05:18 PM)giewu Wrote: Why this macro don't started me? Have you gg? my number is 1183689 what monster u want to attack? RE: MACROS GFB - giewu - 11-03-2013 Elf Scout ![]() RE: MACROS GFB - Thiaguin- - 11-03-2013 (11-03-2013, 07:36 PM)giewu Wrote: Elf Scout 500 {GFB} monsterCount:=3 shootID:=3191 Creatures.ByName(Elf Scout)>=!monsterCount! target:=Creature.Attacking() Creature.ShootOn(!target!, !shootID!) well.. try it now =]] RE: MACROS GFB - giewu - 11-04-2013 It's all good! THANKS! |