reactOnNPC v.2.0.2 by hakore

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Ele-Lado
Noob
Noob
Posts: 1
Joined: 25 Aug 2008, 13:58
Noob?: Yes

Re: reactOnNPC v.2.0.0 by hakore

#241 Post by Ele-Lado »

alejandro00101 wrote:Hepl pliz people T_T
NAAB

xDD
Image
I'm A NAAAB
yeah!
xDD
alejandro00101
Noob
Noob
Posts: 6
Joined: 12 Oct 2008, 14:59
Noob?: No

Re: reactOnNPC v.2.0.0 by hakore

#242 Post by alejandro00101 »

Ele-Lado wrote:
alejandro00101 wrote:Hepl pliz people T_T
NAAB

xDD

jodete men xD
natalie
Noob
Noob
Posts: 14
Joined: 13 Dec 2008, 12:54
Noob?: Yes

Re: reactOnNPC v.2.0.0 by hakore

#243 Post by natalie »

hi sir mucilon, ive been going through this thread, and others like ASCIIKiller, but i still cant seem to get it done...ive tried plugins like aabot3, aabot4, and aabot41...even npc blocks,but still i cant make it work thoroughly..

here's the problem,the server where i play,got something like 2 bot checkers..
i got through the initial bot check..but after 30mins-1hr,when the bot checker appears again,
my bot cant seem to generate the answer..the 2nd bot check froze my character,and i had no choice to relog in game (without bot),and find a way to unfroze my char,like using Stat Recovery or so..but then a few minutes after,i still got jailed,even if im in game not using a bot..

my question is,are there times that the anti-anti-bot wont work??
are there servers that have 2 kinds of bot checker??
what have i done wrong??
i attached my console.txt

Hoping for your reply..thanks... ^^
You do not have the required permissions to view the files attached to this post.
sunq
Noob
Noob
Posts: 1
Joined: 17 Dec 2008, 06:13
Noob?: Yes

Re: reactOnNPC v.2.0.0 by hakore

#244 Post by sunq »

Hey people i need help, i play in a server with this kind of npc but i cant make my plugin work
this is the npc of my server

i wanna choice 3rd (cancle chat) always!!!

Help me plz...
You do not have the required permissions to view the files attached to this post.
natalie
Noob
Noob
Posts: 14
Joined: 13 Dec 2008, 12:54
Noob?: Yes

Re: reactOnNPC v.2.0.0 by hakore

#245 Post by natalie »

Is Mucilon not active anymore??? Can somebody here in the forum solve my problem??
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: reactOnNPC v.2.0.0 by hakore

#246 Post by Mushroom »

@Impact
Try this

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+)?/
}   
Report errors.

@sunq
If you want to always asnwer the third answer, you can make a macro for it.
The other answers, do they change or it's always the same answers?

@alejandro00101
You can try to use this

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
         }
}
Report errors.
Quit.
Dawg
Human
Human
Posts: 34
Joined: 28 Apr 2008, 07:29

Re: reactOnNPC v.2.0.0 by hakore

#247 Post by Dawg »

[GM] Police: I really sorry but i need to know if you are Playing or Boting.
Unknown #110018407: [Police]
[AntiBot] NPC Message: [^0000FFPolice^000000].
[AntiBot v0.8] NPC Message: [^0000FFPolice^000000].
Unknown #110018407: Click next then type in the 3 numbers you see in dots:
[AntiBot] NPC Message: Click next then type in the 3 numbers you see in dots:.
[AntiBot v0.8] NPC Message: Click next then type in the 3 numbers you see in
dots:.
Unknown #110018407:
[AntiBot] NPC Message: .
[AntiBot v0.8] NPC Message: .
Unknown #110018407: one of tên
[AntiBot] NPC Message: ^C7682A^A42612one^000000 of ^7D0089tên^000000.
[AntiBot v0.8] NPC Message: ^C7682A^A42612one^000000 of ^7D0089tên^000000.
Unknown #110018407:
[AntiBot] NPC Message: .
[AntiBot v0.8] NPC Message: .
Unknown #110018407: one Hundred eightÿ seconds to respond or you will be
jailed. Do not reconnect.
[AntiBot] NPC Message: ^35AC4E ^B45503^463A04one ^4A2806Hundred
^038564^B67ABBeightÿ ^099C9E^000000^42177A seconds to respond or you will be
jailed. Do not reconnect..
[AntiBot v0.8] NPC Message: ^35AC4E ^B45503^463A04one ^4A2806Hundred
^038564^B67ABBeightÿ ^099C9E^000000^42177A seconds to respond or you will be
jailed. Do not reconnect..
Unknown #110018407: Type 'talk cont' to continue talking

my plugin did not work.. i think i have the wrong plugin, can anyone help me? i dont know which one i would use..
jekat30
Noob
Noob
Posts: 4
Joined: 02 Dec 2008, 15:28
Noob?: Yes

Re: reactOnNPC v.2.0.0 by hakore

#248 Post by jekat30 »

Mushroom wrote:@Impact
Try this

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+)?/
}   
Report errors.
sir mushroom me and impact is playing the same server i tried your config here is the screenshot
http://img393.imageshack.us/my.php?image=weakcr1.png
Image
HELP PLS
Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: reactOnNPC v.2.0.0 by hakore

#249 Post by Mushroom »

It could be:
- Wrong serverType
- Old recvpackets

So updated your revcpackets and if it doesn't work, try all the servertypes.
Quit.
alejandro00101
Noob
Noob
Posts: 6
Joined: 12 Oct 2008, 14:59
Noob?: No

Re: reactOnNPC v.2.0.0 by hakore

#250 Post by alejandro00101 »

Hello macro probe but nothing happens there is not any Creation T_T


this is the macro I gave Mushroom

automacro anti-bot {
guild /^\D+:\D*(\d+)\D*$/i
exclusive 1
delay 2
call {
log $.lastMatch1 is the answer
do talk num $.lastMatch1
}
}


that if there aser else besides putting the macro macro.txt please tell me