Openkore BOT Auto Heal when do chat heal/paheal | Emotion Buffs
Put this code in you macros.txt
automacro heal {
console /\[dist=(.*)\] (.*) \((\d+)\): (\*\s\d\*|paheal|heal)$/
run-once 1
call {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch3
do sp 28 $playerID 10
release buff
stop
}
}
If you don't have macro plugins
Download here.
~End
Openkore BOT Auto Buffs when do chat heal/paheal | Emotion Buffs
0 Comments »