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

Message
Author
Zairik
Noob
Noob
Posts: 4
Joined: 13 May 2008, 15:48
Noob?: No
Location: USA, NC
Contact:

Re: reactOnNPC v.1.1.1

#51 Post by Zairik »

It's not the same code I use on my own server.
It's a public release of a less up-to-date ScytheRO Bot Check script.

futuro botero
Noob
Noob
Posts: 2
Joined: 18 May 2008, 21:30
Noob?: No

Re: reactOnNPC v.1.1.1

#52 Post by futuro botero »

help plz!
Image
---
You are in Frozen state
[GM] Policía ---: Siento interrumpirte pero debo saber si estás jugando o usando Bot.
Unknown #110779749: [Policía ------------]
Unknown #110779749: Ingresa este número:
Unknown #110779749: doscientos ochenta y ocho
Unknown #110779749: uno intento(s) de cinco
Unknown #110779749:
Unknown #110779749: Te quedan noventa segundos para responder.
Unknown #110779749: Auto-continuing talking
NPC Exists: Unknown #110779749 (109, 151) (ID 110779749) - (0)
Unknown #110779749: Type 'talk num <number #>' to input a number.
talk num 288
You are out of Frozen state
BotKillerFnc1: [Policía ---]
BotKillerFnc1: Gracias por tu tiempo.
BotKillerFnc1: Done talking
---
You are no longer: Angelus

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnNPC v.1.1.1

#53 Post by Mucilon »

futuro botero
Try this code below... as I don't speak spanish so well, you will need to look every number entered, they maybe wrong, since the closer I speak to spanish is "portunhol" = portugues + espanhol :lol:

Code: Select all

reactOnNPC talk num @eval(my $numerotxt = #2~1;my $answer;switch ($numerotxt) { case /unocientos/ {$answer=1} case /doscientos/ {$answer=2} case /trescientos/ {$answer=3} case /quatrocientos/ {$answer=4} case /cincocientos/ {$answer=5} case /seiscientos/ {$answer=6} case /sietecientos/ {$answer=7} case /ochocientos/ {$answer=8} case /nobecientos/ {$answer=9}}switch ($numerotxt) { case /diez/ {$answer.=1} case /viente/ {$answer.=2} case /trienta/ {$answer.=3} case /quarenta/ {$answer.=4} case /cincenta/ {$answer.=5} case /seisenta/ {$answer.=6} case /sietenta/ {$answer.=7} case /ochenta/ {$answer.=8} case /nobenta/ {$answer.=9} else {$answer.=0}}switch ($numerotxt) { case /uno/ {$answer.=1} case /dos/ {$answer.=2} case /tres/ {$answer.=3} case /quatro/ {$answer.=4} case /cinco/ {$answer.=5} case /seis/ {$answer.=6} case /siete/ {$answer.=7} case /ocho/ {$answer.=8} case /nobe/ {$answer.=9} else {$answer.=0}}return $answer;)
	type number
	msg_0 [Policía ------------]
	msg_1 Ingresa este número:
	msg_2 /(\w+)/
}
Just search for all "case /" and read the number...

king_kong
Noob
Noob
Posts: 6
Joined: 20 May 2008, 10:24
Noob?: No

Re: reactOnNPC v.1.1.1

#54 Post by king_kong »

can you please help me with this Anti-Bot System

thanks

this server is PandoraRO

...
Options changed.
Invisible: On
[GM] blue[ Anti-BOT System - Sistema Anti-BOT ]
NPC Exists: Unknown #110011286 (301, 328) (ID 110011286) - (0)
Unknown #110011286: Type 'talk num <number #>' to input a number.
Attachments
screenAsgard006.jpg
screenAsgard006.jpg (60.42 KiB) Viewed 8164 times
screenAsgard005.jpg
screenAsgard005.jpg (59.63 KiB) Viewed 8161 times
screenAsgard004.jpg
screenAsgard004.jpg (64.17 KiB) Viewed 8156 times
Last edited by king_kong on 20 May 2008, 19:51, edited 2 times in total.

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnNPC v.1.1.1

#55 Post by Mucilon »

I can't open files from free shared sites...
Please upload the images to the forum!

king_kong
Noob
Noob
Posts: 6
Joined: 20 May 2008, 10:24
Noob?: No

Re: reactOnNPC v.1.1.1

#56 Post by king_kong »

hey...

I editted my post...

check if thats ok now...

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnNPC v.1.1.1

#57 Post by Mucilon »

king_kong
Yes, now I can see the images, thanks!

For this antibot you need to use another plugin, it is called responseOnNPCImage to response base on NPC Image!
You can find it at this address:
http://bibian.ath.cx/openkore/viewtopic.php?t=29071

If I have some time I'll bring it to the new forum...

king_kong
Noob
Noob
Posts: 6
Joined: 20 May 2008, 10:24
Noob?: No

Re: reactOnNPC v.1.1.1

#58 Post by king_kong »

It has a error on Openkore v.2.0.5... :o

and I can't understand some of his/her explanations...

help please...

thanks :)

Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

Re: reactOnNPC v.1.1.1

#59 Post by Mucilon »

I'll see what I can do...

futuro botero
Noob
Noob
Posts: 2
Joined: 18 May 2008, 21:30
Noob?: No

Re: reactOnNPC v.1.1.1

#60 Post by futuro botero »

Mucilon wrote:futuro botero
Try this code below... as I don't speak spanish so well, you will need to look every number entered, they maybe wrong, since the closer I speak to spanish is "portunhol" = portugues + espanhol :lol:

Code: Select all

reactOnNPC talk num @eval(my $numerotxt = #2~1;my $answer;switch ($numerotxt) { case /unocientos/ {$answer=1} case /doscientos/ {$answer=2} case /trescientos/ {$answer=3} case /quatrocientos/ {$answer=4} case /cincocientos/ {$answer=5} case /seiscientos/ {$answer=6} case /sietecientos/ {$answer=7} case /ochocientos/ {$answer=8} case /nobecientos/ {$answer=9}}switch ($numerotxt) { case /diez/ {$answer.=1} case /viente/ {$answer.=2} case /trienta/ {$answer.=3} case /quarenta/ {$answer.=4} case /cincenta/ {$answer.=5} case /seisenta/ {$answer.=6} case /sietenta/ {$answer.=7} case /ochenta/ {$answer.=8} case /nobenta/ {$answer.=9} else {$answer.=0}}switch ($numerotxt) { case /uno/ {$answer.=1} case /dos/ {$answer.=2} case /tres/ {$answer.=3} case /quatro/ {$answer.=4} case /cinco/ {$answer.=5} case /seis/ {$answer.=6} case /siete/ {$answer.=7} case /ocho/ {$answer.=8} case /nobe/ {$answer.=9} else {$answer.=0}}return $answer;)
	type number
	msg_0 [Policía ------------]
	msg_1 Ingresa este número:
	msg_2 /(\w+)/
}
Just search for all "case /" and read the number...
thank Mucilon!!! i love you XD, thank.

i speak spanish, thank again.

Post Reply