![]() |
Killer Exori Gran when 2 creatures doesnt work - 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: Killer Exori Gran when 2 creatures doesnt work (/thread-20397.html) |
Killer Exori Gran when 2 creatures doesnt work - Gajeq - 12-05-2016 Hello, i have problem with my bot. In "KILLER" -> advanced attack i want to add spell exori gran when 2 creatures attack me. In window configuration ; min creature number i write [2]. But my bot when fighting vs 1 monster use exori gran :/ can anyone help me? RE: Killer Exori Gran when 2 creatures doesnt work - Catar - 12-05-2016 download and check out how is my advanced attack set up on my scripts (EK Hydra Heliar) || || || || || \/ RE: Killer Exori Gran when 2 creatures doesnt work - Kazan - 01-29-2017 (12-05-2016, 04:54 PM)Gajeq Wrote: Hello, i have problem with my bot. Just put those 3 macro's in your script; 500 {human timer} jestplr:=Creatures.PlayersOnScreen() !jestplr!>=2 [jest] w8safe:=0 exit() {jest} VarAdd(w8safe, 1) exit() 100 {safe exori gran} rdm:=Misc.Random(12, 16) Self.Mana>=400 !w8safe!>=!rdm! Self.Attacking()==1 Creatures.Beside>=2 Creatures.PlayersOnRange(3)==01 Self.Say(exori gran) Exit() 100 {ANTYRS} Status.PZBlock()==1 Killer.Stop() Self.Stop() Cavebot.Stop() RE: Killer Exori Gran when 2 creatures doesnt work - Catar - 01-29-2017 You can find full template for EK safe advanced attack, with guide how to use it in my thread, Link below \/ |