Posts: 487
Threads: 31
Joined: Jan 2013
Reputation:
0
Hello
Somebody got script like this
Exori Gran Frigo
Wait 8.5sec
Exori Max Frigo
wait 30.5sec
And im need like this, when cool down is end, use again Exori Gran Frigo, cool down end, again Exori Gran frigo, cool down end, Exori max frigo if is available.
Thanks, this is for attack seq "On Attack"
im Attack im got only "exori frigo" when he attack normal monsters
Posts: 228
Threads: 31
Joined: Dec 2012
Reputation:
0
Hmmm.. tell me exactlty the creatures you want to kill with this macro and ur lvl/mlvl if you want to
I need it to calculate the spells to do xD
Posts: 487
Threads: 31
Joined: Jan 2013
Reputation:
0
Dragons, Lord Dragons
133/65
Im got like this already but this is not what im need ;c
6000 {gran vis} Self.Mana>=60 Self.Attacking==01 Self.Say(exori gran vis)
2000 {gran vis} Self.Mana>=20 Self.Attacking==01 Self.Say(exori vis)
30000 {max vis} Self.Mana>=100 Self.Attacking==01 Self.Say(exori max vis)
ofc spells for Elder Druid
Posts: 228
Threads: 31
Joined: Dec 2012
Reputation:
0
I would do it in the killer in attack sequences
1st sequence:
HP from 85 to 100 use exori gran frigo
HP from 0 to 85 use exori frigo
HP from 40 to 50 use exori max frigo
This sequence use it on dragons, he will do exori gran frigo at first hit and then 3x exori frigo
I play with % to do some spells
Then for lords would be
Exori gran frigo from 90 to 100
Max frigo from 23 to 27 (moreless)
Exori frigo from 0 to 90
Anyway i wouldnt use max frigo to hunt, it makes u kill faster only if its the last hit u give to a creature
Posts: 487
Threads: 31
Joined: Jan 2013
Reputation:
0
nice, im gona check that thanks ^^