Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Follow Dragon
#1
Why i cant create a script that follows dragon when x life? i tried all types and doesnt work! Look my last release, i dont know why doesnt work

Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30  [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 0) Creature.Follow(!id!) Exit()
REP ++ IF I HELPED YOU !!! THANKS
#2
(05-17-2014, 01:21 AM)raphaelignacio Wrote: Why i cant create a script that follows dragon when x life? i tried all types and doesnt work! Look my last release, i dont know why doesnt work

Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30  [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 0) Creature.Follow(!id!) Exit()

try it:
Code:
100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30  [else] Creature.KeepDistance(!id!, 3) Exit() {else} Creature.KeepDistance(!id!, 1) Creature.Follow(!id!) Exit()
Give me reputation if this post is usefull,
Thanks,
lhosalles.
#3
or try jump method:

Quote:100 {Attack} id:=Creature.Attacking() Creature.Health(!id!)>30 [jump] Creature.KeepDistance(!id!, 3) Exit() {jump} Creature.KeepDistance(!id!, 1) Creature.Follow(!id!) Exit()
I'm trying HELP You guys, make me favour and press this /\ green button with REP+, this keeping me with helping You.
#4
No ones works
REP ++ IF I HELPED YOU !!! THANKS


Forum Jump:


Users browsing this thread: 1 Guest(s)