Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Configurate area spells
#1
Question 
Good Morning,

I would like to know how i can configurate are spells for special situations, like:


"Shot exori if 3 or more monster"

"Shot exori gran if 4 or more monster"


We have this option? How i can configurate that?Huh
Reply
#2
You have to create a macro.
Code:
1000 {exori} Self.Mana>=200 Self.Attacking==01 Creatures.Beside>=3 Self.Say(exori)
1000 {exorigran} Self.Mana>=330 Self.Attacking==01 Creatures.Beside>=4 Self.Say(exori gran)

It have to be two separate macros
Reply
#3
(12-01-2014, 12:48 PM)dawid_xxx9 Wrote: You have to create a macro.
Code:
1000 {exori} Self.Mana>=200 Self.Attacking==01 Creatures.Beside>=3 Self.Say(exori)
1000 {exorigran} Self.Mana>=330 Self.Attacking==01 Creatures.Beside>=4 Self.Say(exori gran)

It have to be two separate macros

Thank you bro, it's working alredy Smile


May i ask more 1 thing?


Have an option to avoid specific sqm?

Found Alredy... Thank you xD
(12-01-2014, 01:18 PM)georgeshoter1 Wrote:
(12-01-2014, 12:48 PM)dawid_xxx9 Wrote: You have to create a macro.
Code:
1000 {exori} Self.Mana>=200 Self.Attacking==01 Creatures.Beside>=3 Self.Say(exori)
1000 {exorigran} Self.Mana>=330 Self.Attacking==01 Creatures.Beside>=4 Self.Say(exori gran)

It have to be two separate macros

Thank you bro, it's working alredy Smile


May i ask more 1 thing?


Have an option to avoid specific sqm?
Reply
#4
I think that would be better macros (safier) by ErLeo
Code:
500 {Exori} Criaturas:=4 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exori) Exit()
Code:
500 {Exori Gran} Criaturas:=4 Wait:=1 VarMult(Wait, 12) Creatures.PlayersOnScreen()>=2 [sp] Time:=0 Exit() {sp} VarAdd(Time, 1) Creatures.Beside()>=!Criaturas! !Time!>=!Wait! Self.Say(exori gran) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)