close
automacro dipukul {
console /Player (.*) \((\d+)\) attacks you*/i
call {
do kill $.lastMatch2
}
}
automacro dimagic {
console /Player (.*) \((\d+)\) uses (.*) on you*/i
call {
do kill $.lastMatch2
}
}
automacro dicast {
console /Player (.*) \((\d+)\) is casting (.*) on you.*/i
var .lastMatch1 != PutSlaveNameHereRemoveThisLineIfBottingSolo
call {
do kill $.lastMatch2
}
}
全站熱搜