![]() |
SD when 3 ancient macro please! - 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: SD when 3 ancient macro please! (/thread-19058.html) |
SD when 3 ancient macro please! - wilykill - 12-30-2015 I need a macro that use SD in ancient scarab when you have 3 on the screen, if someone can help me would be infinitely grateful RE: SD when 3 ancient macro please! - nosbor00 - 12-30-2015 Test this, I think it should work Quote:1000 {ShootSD} Target:=Creature.Target() IDRUNE:=3155 Creatures.ByName(Ancient Scarab)>=3 Creature.ShootOn(!Target!, !IDRUNE!) Exit() RE: SD when 3 ancient macro please! - GaboMota - 12-30-2015 Exori and Exori gran when 3 "X" monster on the screen? RE: SD when 3 ancient macro please! - nosbor00 - 12-30-2015 exori and exori gran Quote:2000 {AutoAreaAttack} Creatures.Beside()>=3 [exoriGran] Self.Mana()>=150 Self.Say(exori) Exit() {exoriGran} Creatures.Beside()>=4 Self.Mana()>=340 Self.Say(exori gran) Exit() RE: SD when 3 ancient macro please! - damiansnk - 12-31-2015 Is better to set it in advanced attacker RE: SD when 3 ancient macro please! - wilykill - 12-31-2015 (12-30-2015, 06:38 PM)nosbor00 Wrote: Test this, I think it should work working ! ty bro, rep + RE: SD when 3 ancient macro please! - wilykill - 12-31-2015 (12-31-2015, 07:25 AM)damiansnk Wrote: Is better to set it in advanced attacker I do not know how to do this by advanced attacker, can you explain better? RE: SD when 3 ancient macro please! - damiansnk - 12-31-2015 Just go to that and if u know based english it shouldnt be any problems.. tick creatures. Choose actiob 1 mob spell. Area runes massive spells etc. Just read all and u will get know. Im on smartphone so cant help more RE: SD when 3 ancient macro please! - wilykill - 01-01-2016 (12-31-2015, 07:57 PM)damiansnk Wrote: Just go to that and if u know based english it shouldnt be any problems.. tick creatures. Choose actiob 1 mob spell. Area runes massive spells etc. Just read all and u will get know. Im on smartphone so cant help more yeah but where I put to use sd ONLY if you have more than 3? I do not see a way to do this |