BBot - The best bot of the world
8x Facc Knight Comboing People Help! - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: 8x Facc Knight Comboing People Help! (/thread-18390.html)



8x Facc Knight Comboing People Help! - Iohannes - 08-18-2015

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.


RE: 8x Facc Knight Comboing People Help! - Iohannes - 08-20-2015

Bumping!


RE: 8x Facc Knight Comboing People Help! - Bbotone - 08-20-2015

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!)


RE: 8x Facc Knight Comboing People Help! - Iohannes - 08-21-2015

(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.