Im trying to make script to use exori hur/ico when exactly 2 creatures are around me
but when i run it it trys to make the spell even when no moster on screen
6500 {exori hur} Self.Mana(>=100) Creatures.Beside(=2) Self.Say(exori ico)
to make safe spell (not attack when player on screen)
Im new in this bot script system xD
one last question
I wanna make utito tempo+exori gran+exori but only make attack spell if no player on screen
it makes utito and exoris good, but i tested with a friend and when he is on screen anyways the bot makes the spells
and i dont wanna get pk
6500 {utito tempo+exori gran+exori} Self.Mana>=370 Creatures.Beside>=3 Self.Say(utito tempo) Macro.Wait(2000) Creatures.PlayersOnScreen=01 Self.Say(exori gran) Macro.Wait(1000) Creatures.PlayersOnScreen=01 Self.Say(exori)
what do i must put there?
Creatures.PlayersOnScreen 01
Creatures.PlayersOnScreen ==0
Creatures.PlayersOnScreen =0
but when i run it it trys to make the spell even when no moster on screen
6500 {exori hur} Self.Mana(>=100) Creatures.Beside(=2) Self.Say(exori ico)
to make safe spell (not attack when player on screen)
Im new in this bot script system xD
one last question
I wanna make utito tempo+exori gran+exori but only make attack spell if no player on screen
it makes utito and exoris good, but i tested with a friend and when he is on screen anyways the bot makes the spells
and i dont wanna get pk
6500 {utito tempo+exori gran+exori} Self.Mana>=370 Creatures.Beside>=3 Self.Say(utito tempo) Macro.Wait(2000) Creatures.PlayersOnScreen=01 Self.Say(exori gran) Macro.Wait(1000) Creatures.PlayersOnScreen=01 Self.Say(exori)
what do i must put there?
Creatures.PlayersOnScreen 01
Creatures.PlayersOnScreen ==0
Creatures.PlayersOnScreen =0