tms
Member
- Joined
- Dec 20, 2013
- RedCents
- 1,400¢
I let the section i wrote below in, because i was first thinking that KA would just ignore the Mobhealth. After i posted first i took again an closer look and realized that the debug i had said DPSOn=2, which would exact do what i wrote as an bug.
I then wanted to change my config, but i had DPSOn=1 in the config while the Debuglog says DPSOn=2.
I took and second log to see if i am really correct:
ORIGNAL POST :
In short, KA just works DPS1...15 from top to below while complete ignoring the mobhealth to cast spells at.
I added the "MobHealth = 85 %" at the debug section. ( "MobHealth = ${Spawn[${DPSTargetID}].PctHPs} %" )
I then wanted to change my config, but i had DPSOn=1 in the config while the Debuglog says DPSOn=2.
Rich (BB code):
[DPS]
DPSOn=1
DPSSkip=10
DPSInterval=2
DPS1=Vampiric Embrace|100|ME
DPS2=Siphon Strength|98
DPS3=Disease Cloud|95
DPS4=Engulfing Darkness|50
I took and second log to see if i am really correct:
Rich (BB code):
[2015/10/08 02:35:05] [MQ2] DEBUGCOMBAT AECheck Mobcount:1
[2015/10/08 02:35:05] [MQ2] DEBUGCOMBAT CombatCast Engulfing Darkness|50 Engulfing Darkness 50 NULL
[2015/10/08 02:35:05] [MQ2] DEBUGCOMBAT CombatCast /echo Engulfing Darkness|50
[2015/10/08 02:35:05] [MQ2] DEBUGCOMBAT CombatCast /echo Engulfing Darkness|50
[2015/10/08 02:35:05] [MQ2] DEBUGCOMBAT CombatCast /echo Engulfing Darkness
[2015/10/08 02:35:06] [MQ2] DEBUGCOMBAT CombatCast /echo 50
[2015/10/08 02:35:06] [MQ2] DEBUGCOMBAT CombatCast Spell: Engulfing Darkness Target: 29472=29472 Timer: 0 DPSOn: 2 MobHealth = 73 %
[2015/10/08 02:35:06] [MQ2] DEBUG CastWhat: Enter castWhat - Engulfing Darkness castTargetID - 29472
[2015/10/08 02:35:06] [MQ2] DEBUG CastWhat: SpellCheck HaveSpell:16 HaveMana:60<=526
[2015/10/08 02:35:09] [MQ2] DEBUG CastWhat cast Spell result: CAST_SUCCESS
[2015/10/08 02:35:09] [MQ2] DEBUG CastWhat Leave CAST_SUCCESS
[2015/10/08 02:35:09] [MQ2] ** Engulfing Darkness on >> a stoneleer cockatrice <<
ORIGNAL POST :
In short, KA just works DPS1...15 from top to below while complete ignoring the mobhealth to cast spells at.
I added the "MobHealth = 85 %" at the debug section. ( "MobHealth = ${Spawn[${DPSTargetID}].PctHPs} %" )
Rich (BB code):
[2015/10/08 02:12:51] [MQ2] DEBUGCOMBAT CombatCast Engulfing Darkness|50 Engulfing Darkness 50 NULL
[2015/10/08 02:12:51] [MQ2] DEBUGCOMBAT CombatCast /echo Engulfing Darkness|50
[2015/10/08 02:12:51] [MQ2] DEBUGCOMBAT CombatCast /echo Engulfing Darkness|50
[2015/10/08 02:12:51] [MQ2] DEBUGCOMBAT CombatCast /echo Engulfing Darkness
[2015/10/08 02:12:51] [MQ2] DEBUGCOMBAT CombatCast /echo 50
[2015/10/08 02:12:51] [MQ2] DEBUGCOMBAT CombatCast Spell: Engulfing Darkness Target: 28871=28871 Timer: 0 DPSOn: 2 MobHealth = 85 %
[2015/10/08 02:12:51] [MQ2] DEBUG CastWhat: Enter castWhat - Engulfing Darkness castTargetID - 28871
[2015/10/08 02:12:51] [MQ2] DEBUG CastWhat: SpellCheck HaveSpell:16 HaveMana:60<=602
[2015/10/08 02:12:55] [MQ2] DEBUG CastWhat cast Spell result: CAST_SUCCESS
[2015/10/08 02:12:55] [MQ2] DEBUG CastWhat Leave CAST_SUCCESS
[2015/10/08 02:12:55] [MQ2] ** Engulfing Darkness on >> a thorny succulent <<
[2015/10/08 02:12:55] [MQ2] DEBUGCOMBAT CombatCast Engulfing Darkness CAST_SUCCESS DPSTimer4 600


