Bot Questions
Posted: Sat Aug 11, 2012 12:12 pm
First of all thanks for these great bots
I know how to set way-points and stuff and how to set targets.
What puzzles me a bit is the prioritizing system and the run for mob.
Scenario:
I'm a caster and fragile, so I don't want to run to the mob (so I set it to "no" in the options)
Also changed the range to max casting range.
Start Fight: Cast-A. (Prio: 0)
I stand ground and continue Cast-A.
The mob attacks if it gets within a 5m range I want to Cast-B.(if on cool-down I want to Cast-C)
If the mob is within 1m, I want to Cast-D and Jump back.
Translated to the program
Prio 0 Atk 0: if range is 1m - Cast-D and jump back (combo)
Prio 1 Atk 0: if range is 5m - Cast-B
Prio 1 Atk 1: if range is 5m - Cast-C (so if B is on cool-down)
Prio 2 atk 0: Cast-A
is this correct or am i interpretation the prio system wrong?
I know how to set way-points and stuff and how to set targets.
What puzzles me a bit is the prioritizing system and the run for mob.
Scenario:
I'm a caster and fragile, so I don't want to run to the mob (so I set it to "no" in the options)
Also changed the range to max casting range.
Start Fight: Cast-A. (Prio: 0)
I stand ground and continue Cast-A.
The mob attacks if it gets within a 5m range I want to Cast-B.(if on cool-down I want to Cast-C)
If the mob is within 1m, I want to Cast-D and Jump back.
Translated to the program
Prio 0 Atk 0: if range is 1m - Cast-D and jump back (combo)
Prio 1 Atk 0: if range is 5m - Cast-B
Prio 1 Atk 1: if range is 5m - Cast-C (so if B is on cool-down)
Prio 2 atk 0: Cast-A
is this correct or am i interpretation the prio system wrong?