I tried this code:
test1 skill doesn't work at all.
test2 skill works well.
I assume that new condition of incombat have something wrong.
or If I mistook something, please tell me that. thanks.
Code:
Skills: - skill{s=test1} @self ~onTimer:20 - skill{s=test2} @self ~onTimer:20 test1: Conditions: - incombat true Skills: - ignite{t=10} test2: LegacyConditions: - incombat true Skills: - ignite{t=10}
test2 skill works well.
I assume that new condition of incombat have something wrong.
or If I mistook something, please tell me that. thanks.