BBot - The best bot of the world

Full Version: Killer Exori Gran when 2 creatures doesnt work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
download and check out how is my advanced attack set up on my scripts (EK Hydra Heliar)

||
||
||
||
||
\/
(12-05-2016, 04:54 PM)Gajeq Wrote: [ -> ]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?


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()
You can find full template for EK safe advanced attack, with guide how to use it in my thread,


Link below

\/