How to fix that? I wan't make sometink tike group heal.
[doublepost=1579621670,1579619565][/doublepost]Or throw area heling potion
Code:
on damage:
if {rpg.%attacker%.class} is "Mag":
if {rpg.%attacker%.lvlexp} is equal to 30:
chance of 25%:
play "block_note_snare" to attacker at volume 100
apply poison 1 to victim for 2 seconds
loop all player's where [distance between attacker and victim input is smaller than 7]:
apply healing 1 to loop-player for 2 seconds