Code: Select all
automacro dimagic {
console /Player (.*) \((\d+)\) uses (.*) on you - Dmg.*/i
call {
do kill $.lastMatch2
}
}
Moderator: Moderators

Code: Select all
automacro dimagic {
console /Player (.*) \((\d+)\) uses (.*) on you - Dmg.*/i
call {
do kill $.lastMatch2
}
}

What does ((\d+)\) do? I tried google, and openkore.com but there is no explanation.
