NAABalejandro00101 wrote:Hepl pliz people T_T
xDD
Moderator: Moderators
NAABalejandro00101 wrote:Hepl pliz people T_T
Ele-Lado wrote:NAABalejandro00101 wrote:Hepl pliz people T_T
xDD
Code: Select all
reactOnNPC talk num @eval(#3~1 + #3~2) {
type number
msg_0 Welcome to Old School
msg_1 I'm going to ask a few questions.
msg_2 Answer them like you're not a NOOB, ok?
msg_3 /^What is (\d+) plus (\d+)?/
}
Code: Select all
automacro anti-bot {
guild /^\D+:\D*(\d+)\D*$/i
exclusive 1
delay 2
call {
log $.lastMatch1 is the answer
do talk num $.lastMatch1
}
}
sir mushroom me and impact is playing the same server i tried your config here is the screenshotMushroom wrote:@Impact
Try thisReport errors.Code: Select all
reactOnNPC talk num @eval(#3~1 + #3~2) { type number msg_0 Welcome to Old School msg_1 I'm going to ask a few questions. msg_2 Answer them like you're not a NOOB, ok? msg_3 /^What is (\d+) plus (\d+)?/ }