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.
reactOnNPC v.2.0.2 by hakore
Moderator: Moderators
-
- Noob
- Posts: 4
- Joined: 13 May 2008, 15:48
- Noob?: No
- Location: USA, NC
-
- Noob
- Posts: 2
- Joined: 18 May 2008, 21:30
- Noob?: No
Re: reactOnNPC v.1.1.1
help plz!

---
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
-
- Cybernatic Entity
- Posts: 249
- Joined: 04 Apr 2008, 13:15
- Noob?: Yes
- Location: Brazil
Re: reactOnNPC v.1.1.1
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
Just search for all "case /" and read the number...
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

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+)/
}
-
- Noob
- Posts: 6
- Joined: 20 May 2008, 10:24
- Noob?: No
Re: reactOnNPC v.1.1.1
can you please help me with this Anti-Bot System
thanks
this server is PandoraRO
...
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.
You do not have the required permissions to view the files attached to this post.
Last edited by king_kong on 20 May 2008, 19:51, edited 2 times in total.
-
- Cybernatic Entity
- Posts: 249
- Joined: 04 Apr 2008, 13:15
- Noob?: Yes
- Location: Brazil
Re: reactOnNPC v.1.1.1
I can't open files from free shared sites...
Please upload the images to the forum!
Please upload the images to the forum!
-
- Noob
- Posts: 6
- Joined: 20 May 2008, 10:24
- Noob?: No
Re: reactOnNPC v.1.1.1
hey...
I editted my post...
check if thats ok now...
I editted my post...
check if thats ok now...
-
- Cybernatic Entity
- Posts: 249
- Joined: 04 Apr 2008, 13:15
- Noob?: Yes
- Location: Brazil
Re: reactOnNPC v.1.1.1
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...
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...
-
- Noob
- Posts: 6
- Joined: 20 May 2008, 10:24
- Noob?: No
Re: reactOnNPC v.1.1.1
It has a error on Openkore v.2.0.5...
and I can't understand some of his/her explanations...
help please...
thanks

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

-
- Cybernatic Entity
- Posts: 249
- Joined: 04 Apr 2008, 13:15
- Noob?: Yes
- Location: Brazil
Re: reactOnNPC v.1.1.1
I'll see what I can do...
-
- Noob
- Posts: 2
- Joined: 18 May 2008, 21:30
- Noob?: No
Re: reactOnNPC v.1.1.1
thank Mucilon!!! i love you XD, thank.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
Just search for all "case /" and read the number...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+)/ }
i speak spanish, thank again.