macro for antibot

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
Sensui
Noob
Noob
Posts: 4
Joined: 15 Mar 2020, 16:41
Noob?: No

macro for antibot

#1 Post by Sensui »

does anyone know how to make a macro for this antibot?

https://prnt.sc/rkt2cm

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: macro for antibot

#2 Post by fadreus »

Use macro console with something like (.*?) and $.lastMatch1

There is plenty of example here.
You can do it if you try unless you want solution fall into your lap for doing nothing.

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Sensui
Noob
Noob
Posts: 4
Joined: 15 Mar 2020, 16:41
Noob?: No

Re: macro for antibot

#3 Post by Sensui »

sorry,i don't know anything about macro but i will try here

Sensui
Noob
Noob
Posts: 4
Joined: 15 Mar 2020, 16:41
Noob?: No

Re: macro for antibot

#4 Post by Sensui »

i tried this
automacro antibot {
console /Desconhecido #110000469: Digite o valor este valor - (.*?)/
run-once 0
call {
do talk text $.lastMatch1
}
}

and and then I tried to change the console 3 more times after seeing this topic(that has a very similar antibot) http://forums.openkore.com/viewtopic.php?f=27&t=212673

console /Desconhecido #110000469: Digite o valor este valor - .*?(\d+)/
console /110000469: .*?(\d+)/
console /Desconhecido #110000469: .*?(\d+)/

but none worked,do I need something in config.txt?I noticed that the [macro] automacro triggered no longer appears
and the antibot has changed now is this https://prnt.sc/rmciwp

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: macro for antibot

#5 Post by fadreus »

Sensui wrote:do talk text $.lastMatch1
Image

http://openkore.com/index.php/Talk

Image

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Sensui
Noob
Noob
Posts: 4
Joined: 15 Mar 2020, 16:41
Noob?: No

Re: macro for antibot

#6 Post by Sensui »

automacro antibot {
console /Desconhecido #110000469: Digite o valor este valor - (.*?)/
call {
do talk num $.lastMatch1
do talk cont
release all
}
}

and

automacro antibot {
console /Desconhecido #110000469: (.*?)/
call {
do talk num $.lastMatch1
do talk cont
release all
}
}

none worked
print : https://prnt.sc/rn62lj

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: macro for antibot

#7 Post by fadreus »

Tried with .*?(\d+) ?

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply