Hi, I want to run this skill (at least one uhh):
when at least one player is around mob in certain radius
What I tried?
Skills File:
Skills section in Mobs file:
But nothin happening, and when I remove conditions, it works.
As condition, I also tried "playerwithin 10", but If...
Run skill when 1 player in radius
Code:
- lightning{damage=0} @Self
What I tried?
Skills File:
Code:
BlindnessMagicPotion: Conditions: - distance{d=<10} Skills: - lightning{damage=0} @Self
Code:
Skills: - skill{s=BlindnessMagicPotion} @Self
As condition, I also tried "playerwithin 10", but If...
Run skill when 1 player in radius