Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
8x Facc Knight Comboing People Help!
#1
I would like to make some epic traps with 8 free accounts knights surrounding the target.
However, I don't really know how I would do this with either War.net or Basic war tools since they require you to use either a rune or a spell, I believe.

So I want the combo leader to work so they all just target the same guy as the combo leader in simpler words.

Thanks in advance.
Reply
#2
Bumping!
Reply
#3
Hell Oh!

You can use all characters XXX with a script saved with the options in War tools:
1 Combo Leader
2 Attack
3 Define combo leader a certain character name Y

When you attack(damaging) enemy with character Y, all character XXX will start attacking too

Remember to have PVP hand closed
--------------------------------------------------------
Maybe these macros will help you too:

1 - Follow combo character (slow) > auto 200

Self.Attacking()==0
ID:=Creature.ByName(Combo leader char name)
Creature.Follow(!ID!)

2 - Follow combo leader character ( I think its faster, test and tell me ) > auto 200

Self.Attacking()==0
ID:=Creature.ByName(Combo leader char name)
X:=Creature.X(ID)
Y:=Creature.Y(ID)
Z:=Creature.Z(ID)
Self.MoveTo(!X!, !Y!, !Z!)
Reply
#4
(08-20-2015, 12:26 PM)Bbotone Wrote: Hell Oh!

You can use all characters XXX with a script saved with the options in War tools:
1 Combo Leader
2 Attack
3 Define combo leader a certain character name Y

When you attack(damaging) enemy with character Y, all character XXX will start attacking too

Remember to have PVP hand closed
--------------------------------------------------------
Maybe these macros will help you too:

1 - Follow combo character (slow) > auto 200

Self.Attacking()==0
ID:=Creature.ByName(Combo leader char name)
Creature.Follow(!ID!)

2 - Follow combo leader character ( I think its faster, test and tell me ) > auto 200

Self.Attacking()==0
ID:=Creature.ByName(Combo leader char name)
X:=Creature.X(!ID!)
Y:=Creature.Y(!ID!)
Z:=Creature.Z(!ID!)
Self.MoveTo(!X!, !Y!, !Z!)
Thanks for your input but I already tried "Basic War" and doing as you instructed but I cannot seem to make it work. :/
Do I have to check the "combo leader" box for all characters? If so that seems weird.
As for the macroes I found that nr 2 is faster as long only one character is following the leader.
If you had multiple characters following the leader I think the first one worked better.
Also nr 2 stack inside the leader which might not be the best thing in pvp.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)