responseOnASCIInumber.pl #for response BotKiller(ASCII)

All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before

Moderators: Moderators, Documentation Writers

arievartsoul
Noob
Noob
Posts: 4
Joined: 07 Mar 2011, 02:14
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#431 Post by arievartsoul »

i have same problem with hibari_kyoya01 and ssmith.. help please,..
Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#432 Post by Mortimal »

kilzers03 and yammoo use these post.

ssmith use these:

Code: Select all

automacro antiBotMonTalk {
	console /^\[Guild\] .*: .*\s(\d+)\s.*$/
	overrideAI 1
	priority 1
	call aBMT
}

macro aBMT {
	pause 5
	do talk num $.lastMatch1
	release all
}

hibari_kyoya01 duno if it will work but try this:

Code: Select all

automacro XYY{
	console /.*:\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s+Hundred\s+and\s+.?(tên|elêvên|twêlve|thïrtêên|föûrtêên|fïftêên|sïxtêên|sêvêntêên|eïghtêên|nïnêtêên|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen).?\s*$/i
	call XYY
}
macro XYY{
[
	$h = @eval({"one" => 100,"two" => 200,"thrêe" => 300,"föûr" => 400,"fïve" => 500,"sïx" => 600,"sêvên" => 700,"eïght" => 800,"nïne" => 900,"three" => 300,"four" => 400,"five" => 500,"six" => 600,"seven" => 700,"eight" => 800,"nine" => 900}->{"$.lastMatch1"})
	$pt = @eval({"ten" => 10,"eleven" => 11,"twelve" => 12,"thirteen" => 13,"fourteen" => 14,"fifteen" => 15,"sixteen" => 16,"seventeen" => 17,"eighteen" => 18,"nineteen" => 19,"tên" => 10,"elêvên" => 11,"twêlve" => 12,"thïrtêên" => 13,"föûrtêên" => 14,"fïftêên" => 15,"sïxtêên" => 16,"sêvêntêên" => 17,"eïghtêên" => 18,"nïnêtêên" => 19}->{"$.lastMatch2"})
	$res = @eval($h + $pt)
	log $res
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

automacro XXX{
	console /^.*:\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s+Hundred\s+and\s+.?(twênty|thïrty|förty|fïfty|sïxty|sêvêntÿ|eightÿ|ninêtÿ|twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety).?\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s*$/i
	call XXX
}

macro XXX{
[
	$h = @eval({"one" => 100,"two" => 200,"thrêe" => 300,"föûr" => 400,"fïve" => 500,"sïx" => 600,"sêvên" => 700,"eïght" => 800,"nïne" => 900,"three" => 300,"four" => 400,"five" => 500,"six" => 600,"seven" => 700,"eight" => 800,"nine" => 900}->{"$.lastMatch1"})
	$t = @eval({"twenty" => 20,"thirty" => 30,"forty" => 40,"fifty" => 50,"sixty" => 60,"seventy" => 70,"eighty" => 80,"ninety" => 90,"twênty" => 20,"thïrty" => 30,"förty" => 40,"fïfty" => 50,"sïxty" => 60,"sêvêntÿ" => 70,"eightÿ" => 80,"ninêtÿ" => 90}->{"$.lastMatch2"})
	$o = @eval({"one" => 1,"two" => 2,"thrêe" => 3,"föûr" => 4,"fïve" => 5,"sïx" => 6,"sêvên" => 7,"eïght" => 8,"nïne" => 9,"three" => 3,"four" => 4,"five" => 5,"six" => 6,"seven" => 7,"eight" => 8,"nine" => 9}->{"$.lastMatch3"})
	$res = @eval($h + $t + $o)
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

automacro X0X{
	console /^.*:\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s+Hundred\s+and\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s*$/i
	call X0X
}

macro X0X{
[
	$h = @eval({"one" => 100,"two" => 200,"thrêe" => 300,"föûr" => 400,"fïve" => 500,"sïx" => 600,"sêvên" => 700,"eïght" => 800,"nïne" => 900,"three" => 300,"four" => 400,"five" => 500,"six" => 600,"seven" => 700,"eight" => 800,"nine" => 900}->{"$.lastMatch1"})
	$o = @eval({"one" => 1,"two" => 2,"thrêe" => 3,"föûr" => 4,"fïve" => 5,"sïx" => 6,"sêvên" => 7,"eïght" => 8,"nïne" => 9,"three" => 3,"four" => 4,"five" => 5,"six" => 6,"seven" => 7,"eight" => 8,"nine" => 9}->{"$.lastMatch2"})
	$res = @eval($h + $o)
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

automacro XX0{
	console /^.*:\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s+Hundred\s+and\s+.?(twênty|thïrty|förty|fïfty|sïxty|sêvêntÿ|eightÿ|ninêtÿ|twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety).?\s*$/i
	call XX0
}

macro XX0{
[
	$h = @eval({"one" => 100,"two" => 200,"thrêe" => 300,"föûr" => 400,"fïve" => 500,"sïx" => 600,"sêvên" => 700,"eïght" => 800,"nïne" => 900,"three" => 300,"four" => 400,"five" => 500,"six" => 600,"seven" => 700,"eight" => 800,"nine" => 900}->{"$.lastMatch1"})
	$t = @eval({"twenty" => 20,"thirty" => 30,"forty" => 40,"fifty" => 50,"sixty" => 60,"seventy" => 70,"eighty" => 80,"ninety" => 90,"twênty" => 20,"thïrty" => 30,"förty" => 40,"fïfty" => 50,"sïxty" => 60,"sêvêntÿ" => 70,"eightÿ" => 80,"ninêtÿ" => 90}->{"$.lastMatch2"})
	$res = @eval($h + $t)
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

automacro X00{
	console /^^.*:\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s+Hundred(\s+and)?\s*$/i
	call X00
}

macro X00{
[
	$res = @eval({"one" => 100,"two" => 200,"thrêe" => 300,"föûr" => 400,"fïve" => 500,"sïx" => 600,"sêvên" => 700,"eïght" => 800,"nïne" => 900,"three" => 300,"four" => 400,"five" => 500,"six" => 600,"seven" => 700,"eight" => 800,"nine" => 900}->{"$.lastMatch1"})
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	do talk num $res
}


automacro XX{
	console /^.*:\s+.?(twênty|thïrty|förty|fïfty|sïxty|sêvêntÿ|eightÿ|ninêtÿ|twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety).?\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s*$/i
	call XX
}

macro XX{
[
	$t = @eval({"twenty" => 20,"thirty" => 30,"forty" => 40,"fifty" => 50,"sixty" => 60,"seventy" => 70,"eighty" => 80,"ninety" => 90,"twênty" => 20,"thïrty" => 30,"förty" => 40,"fïfty" => 50,"sïxty" => 60,"sêvêntÿ" => 70,"eightÿ" => 80,"ninêtÿ" => 90}->{"$.lastMatch1"})
	$o = @eval({"one" => 1,"two" => 2,"thrêe" => 3,"föûr" => 4,"fïve" => 5,"sïx" => 6,"sêvên" => 7,"eïght" => 8,"nïne" => 9,"three" => 3,"four" => 4,"five" => 5,"six" => 6,"seven" => 7,"eight" => 8,"nine" => 9}->{"$.lastMatch2"})
	$res = @eval($t + $o)
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}


automacro YY{
	console /^.*:\s+.?(tên|elêvên|twêlve|thïrtêên|föûrtêên|fïftêên|sïxtêên|sêvêntêên|eïghtêên|nïnêtêên|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen).?\s*$/i
	call YY
}
macro YY{
[
	$res = @eval({"ten" => 10,"eleven" => 11,"twelve" => 12,"thirteen" => 13,"fourteen" => 14,"fifteen" => 15,"sixteen" => 16,"seventeen" => 17,"eighteen" => 18,"nineteen" => 19,"tên" => 10,"elêvên" => 11,"twêlve" => 12,"thïrtêên" => 13,"föûrtêên" => 14,"fïftêên" => 15,"sïxtêên" => 16,"sêvêntêên" => 17,"eïghtêên" => 18,"nïnêtêên" => 19}->{"$.lastMatch1"})
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

automacro X0{
	console /^.*:\s+.?(twênty|thïrty|förty|fïfty|sïxty|sêvêntÿ|eightÿ|ninêtÿ|twenty|thirty|forty|fifty|sixty|seventy|eighty|ninety).?\s*$/i
	call X0
}
macro X0{
[
	$res = @eval({"twenty" => 20,"thirty" => 30,"forty" => 40,"fifty" => 50,"sixty" => 60,"seventy" => 70,"eighty" => 80,"ninety" => 90,"twênty" => 20,"thïrty" => 30,"förty" => 40,"fïfty" => 50,"sïxty" => 60,"sêvêntÿ" => 70,"eightÿ" => 80,"ninêtÿ" => 90}->{"$.lastMatch1"})
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

automacro X{
	console /^.*:\s+.?(one|two|thrêe|föûr|fïve|sïx|sêvên|eïght|nïne|one|two|three|four|five|six|seven|eight|nine).?\s*$/i
	call X
}

macro X{
[
	$res = @eval({"one" => 1,"two" => 2,"thrêe" => 3,"föûr" => 4,"fïve" => 5,"sïx" => 6,"sêvên" => 7,"eïght" => 8,"nïne" => 9,"three" => 3,"four" => 4,"five" => 5,"six" => 6,"seven" => 7,"eight" => 8,"nine" => 9}->{"$.lastMatch1"})
]
	log -o--o--o--o--o- $res -o--o--o--o--o-
	pause 5
	do talk num $res
}

DONT FORGET AutoTalkCont 1
Last edited by Mortimal on 07 Jun 2011, 10:02, edited 1 time in total.
Please use pin function for uploading your file contents!
Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#433 Post by Mortimal »

kilzers03 u must add your own numbers to plugin database or else it whont work.

qoopipi try to give some sckreenshot
Please use pin function for uploading your file contents!
littleplungker
Noob
Noob
Posts: 1
Joined: 08 Jun 2011, 15:55
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#434 Post by littleplungker »

mejabelajarku wrote:
lolx14 wrote:try this:

^[F-Fd-f][A-Fa-f0-9][F-Fd-f][A-Fa-f0-9]{3}

if this bgcolor doesn't work please post the colors you want to bypass.
how about this one :
Image
I also had the same problem.
Method used is the method 4, but the problem lies in the background color changing randomly and divided into 3 parts.

like the following screenshot :
Image
Image
Image

Can you help me please?
Thx before
zanmato17
Noob
Noob
Posts: 2
Joined: 03 Jun 2011, 21:59
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#435 Post by zanmato17 »

Sir Mortimal, my bot keeps saying this after I put your new macro.

OpenKore version 2.0.7 (Release Candidate)
SVN revision: 6803
Loaded plugins:
plugins/answerFakeName.pl (answerFakeName)
plugins/cmdOnLogin.pl (cmdOnLogin)
plugins/macro.pl (macro)
plugins/reactOnNPC.pl (reactOnNPC)
plugins/responseOnASCIInumber.pl (ASCIInumberKiller)

Error message:
Malformed UTF-8 character (fatal) at plugins/Macro/Parser.pm line 44, <$fp> line 17.

Stack trace:
Malformed UTF-8 character (fatal) at plugins/Macro/Parser.pm line 44, <$fp> line 17.
at plugins/Macro/Parser.pm line 44
Macro::Parser::parseMacroFile('control\macros.txt', 0) called at D:/ZETABOT/openkore-2.0.7 - Copy - Copy/plugins/macro.pl line 104
macro::parseAndHook('control\macros.txt', 'HASH(0x353932c)') called at D:/ZETABOT/openkore-2.0.7 - Copy - Copy/src/Settings.pm line 409
Settings::loadByHandle(47) called at D:/ZETABOT/openkore-2.0.7 - Copy - Copy/plugins/macro.pl line 60
macro::onstart3('start3', 'undef', 'undef') called at src/Plugins.pm line 444
Plugins::callHook('start3') called at src/functions.pl line 218
main::loadDataFiles() called at src/functions.pl line 81
main::mainLoop() called at src/Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x3338bc8)') called at openkore.pl line 96
main::__start() called at start.pl line 119
arievartsoul
Noob
Noob
Posts: 4
Joined: 07 Mar 2011, 02:14
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#436 Post by arievartsoul »

this is my console after im copy from Mortimal.
my bot not answer anyting.. please help. thx ^^

[Jun 9 12:31:45 2011.98] Menyerang: Monster Dokebi (14)
[Jun 9 12:31:46 2011.37] [GM] Police: I really sorry but i need to know if you are Playing or Boting.
[Jun 9 12:31:46 2011.49] Unknown #111142814: [Police]
[Jun 9 12:31:46 2011.59] Unknown #111142814: Input this number:
[Jun 9 12:31:46 2011.73] Unknown #111142814:
[Jun 9 12:31:46 2011.82] Unknown #111142814: sfïvef Hundred lfïfty _nïne
[Jun 9 12:31:46 2011.93] Unknown #111142814: one of fïve
[Jun 9 12:31:46 2011.10] Unknown #111142814: ninêtÿ seconds to respond
[Jun 9 12:31:46 2011.11] Unknown #111142814: Secara otomatis melanjutkan pembicaraan
[Jun 9 12:31:46 2011.53] Terdapat NPC : Unknown #111142814 (63, 65) (ID 111142814) - (0)
[Jun 9 12:31:46 2011.54] Unknown #111142814: Ketik 'talk num <nomor #>' untuk memasukkan nomor.
anneloveamale
Noob
Noob
Posts: 1
Joined: 07 Nov 2009, 06:21
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#437 Post by anneloveamale »

hi mortimal , i have same problem with hibari_kyoka

and i already add your solution, but i got this error ,i already save it as UTF-8 but it cant read other macros, can you help me pls thanks !!

Image
kevinkoh
Noob
Noob
Posts: 1
Joined: 10 Jun 2011, 22:20
Noob?: No

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#438 Post by kevinkoh »

save the macro in UTF-8.


i tried the macro, it does not seem to activate when bot check starts...
asangongo10
Noob
Noob
Posts: 3
Joined: 29 Apr 2011, 11:34
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#439 Post by asangongo10 »

kindly help us , i got same problem with anneloveamale
arievartsoul
Noob
Noob
Posts: 4
Joined: 07 Mar 2011, 02:14
Noob?: Yes

Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)

#440 Post by arievartsoul »

Can someone help me about this console?

my console:

[Jun 13 01:52:44 2011.72] [Convert NPC message] to : ###########################
[Jun 13 01:52:44 2011.75] Unknown #111142814: Secara otomatis melanjutkan pembicaraan
[Jun 13 01:52:44 2011.79] [reactOnNPC] onNPCAction type is: continue.
[Jun 13 01:52:44 2011.82] [reactOnNPC] Conditions for reactOnNPC_0 not met.
[Jun 13 01:52:44 2011.87] [jarak=3.6] Monster Mantis (1): *...*
[Jun 13 01:52:45 2011.12] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.14] [reactOnNPC] NPC message saved (0): "^FCF7FF^C4F6FAxxxxxxxxx^E1FFFDµ^A2BB52µµ^35A14Cµµ^61311Aµµ^6ABA30µµ^DBF5F4^E3F9DAðððððððððð".
[Jun 13 01:52:45 2011.18] [Convert NPC message] to : #########=########==========
[Jun 13 01:52:45 2011.19] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.21] [reactOnNPC] NPC message saved (1): "^C3F6F9^C4F6FAxxxxxxxxx^E1FFFDµ^F4FAD5µµ^C6FFFEµµ^E3F9E6µµ^741740µµ^D2FBD3^E3F9DAðððððððððð".
[Jun 13 01:52:45 2011.25] [Convert NPC message] to : #########===##==##==========
[Jun 13 01:52:45 2011.28] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.29] [reactOnNPC] NPC message saved (2): "^C4F6FAx^075652xx^4E61B3xx^4D5A30xx^0A2D41xx^E1FFFDµ^650020µµ^B1A790µµ^7231C5µµ^184B2Cµµ^E3F9DAðð^6E1E76ðð^15AD64ðð^C8582Eðð^5368C2ðð".
[Jun 13 01:52:45 2011.34] [Convert NPC message] to : #########=########==########
[Jun 13 01:52:45 2011.36] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.40] [reactOnNPC] NPC message saved (3): "^C4F6FAx^B2B306xx^E9FED2xx^C3FCFFxx^9A7405xx^E1FFFDµ^C0F7FFµµ^EDFAD4µµ^F1FBE8µµ^4D5270µµ^E3F9DAðð^6039A0ðð^E8F8D8ðð^E7F6F5ðð^569275ðð".
[Jun 13 01:52:45 2011.43] [Convert NPC message] to : ###==####=##====##==##====##
[Jun 13 01:52:45 2011.46] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.49] [reactOnNPC] NPC message saved (4): "^C4F6FAx^614842xx^8C6017xx^198065xx^7A6B80xx^E1FFFDµ^B71BA6µµ^C55410µµ^9374C1µµ^720A38µµ^E3F9DAðð^86934Fðð^56B8BEðð^4233A1ðð^BD666Eðð".
[Jun 13 01:52:45 2011.54] [Convert NPC message] to : #########=########==########
[Jun 13 01:52:45 2011.55] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.58] [reactOnNPC] NPC message saved (5): "^C4F6FAx^C7F6DAxx^E5F7F8xx^EBF7F9xx^6F748Dxx^EDF5FB^E1FFFDµµµµµµµµµ^E3F9DAðð^94C2B4ðð^D9F8E1ðð^F8FDF9ðð^75766Fðð".
[Jun 13 01:52:45 2011.62] [Convert NPC message] to : ###====##===========##====##
[Jun 13 01:52:45 2011.65] Unknown #111142814: xxxxxxxxxµµµµµµµµµðððððððððð
[Jun 13 01:52:45 2011.69] [reactOnNPC] NPC message saved (6): "^C4F6FAx^C32C59xx^C83ABAxx^164A7Dxx^446164xx^EAFFE4^E1FFFDµµµµµµµµµ^E3F9DAðð^B9C6AAðð^34C435ðð^954A5Aðð^840D6Aðð^000000".
[Jun 13 01:52:45 2011.72] [Convert NPC message] to : #########===========########
[Jun 13 01:52:45 2011.75] Unknown #111142814: Secara otomatis melanjutkan pembicaraan
[Jun 13 01:52:45 2011.76] [reactOnNPC] onNPCAction type is: continue.
[Jun 13 01:52:45 2011.78] [reactOnNPC] Conditions for reactOnNPC_0 not met.
[Jun 13 01:52:46 2011.74] Terdapat NPC : Unknown #111142814 (103, 140) (ID 111142814) - (0)
[Jun 13 01:52:46 2011.11] Unknown #111142814: Ketik 'talk num <nomor #>' untuk memasukkan nomor.
[Jun 13 01:52:46 2011.13] [reactOnNPC] onNPCAction type is: number.
[Jun 13 01:52:46 2011.16] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (0)... [Jun 13 01:52:46 2011.17] regexp ok.
[Jun 13 01:52:46 2011.20] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (1)... [Jun 13 01:52:46 2011.21] regexp ok.
[Jun 13 01:52:46 2011.23] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (2)... [Jun 13 01:52:46 2011.26] regexp ok.
[Jun 13 01:52:46 2011.30] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (3)... [Jun 13 01:52:46 2011.31] regexp ok.
[Jun 13 01:52:46 2011.33] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (4)... [Jun 13 01:52:46 2011.36] regexp ok.
[Jun 13 01:52:46 2011.40] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (5)... [Jun 13 01:52:46 2011.43] regexp ok.
[Jun 13 01:52:46 2011.46] [reactOnNPC] Matching "xxxxxxxxxµµµµµµµµµðððððððððð" to "/.*/" (6)... [Jun 13 01:52:46 2011.48] regexp ok.
[Jun 13 01:52:46 2011.50] [reactOnNPC] Reacting to NPC. Executing command "ASCIInumberKiller num".
[Jun 13 01:52:46 2011.52] [1] : ########
[Jun 13 01:52:46 2011.53] [2] : #
[Jun 13 01:52:46 2011.55] [3] : ##############################################
[Jun 13 01:52:46 2011.58] [4] : #
[Jun 13 01:52:46 2011.62] [5] : ###########################
[Jun 13 01:52:46 2011.65] [6] : ########
[Jun 13 01:52:46 2011.69] [7] : ########################
[Jun 13 01:52:46 2011.72] [8] : ########
[Jun 13 01:52:46 2011.77] [9] : ##################
[Jun 13 01:52:46 2011.79] [10] : #
[Jun 13 01:52:46 2011.81] [11] : ###########
[Jun 13 01:52:46 2011.82] [12] : #
[Jun 13 01:52:46 2011.84] [13] : ###########################
[Jun 13 01:52:46 2011.87] [14] : #########=########==========
[Jun 13 01:52:46 2011.90] [15] : #########===##==##==========
[Jun 13 01:52:46 2011.94] [16] : #########=########==########
[Jun 13 01:52:47 2011.85] [17] : ###==####=##====##==##====##
[Jun 13 01:52:47 2011.41] [18] : #########=########==########
[Jun 13 01:52:47 2011.91] [19] : ###====##===========##====##
[Jun 13 01:52:47 2011.11] [20] : #########===========########
[Jun 13 01:52:47 2011.16] [ASCIInumber v2.2.1(fix)] Executing command "talk num 8".
[Jun 13 01:52:47 2011.18] [ASCIInumber v2.2.1(fix)] *** Delay 1-3 sec. before talk num 8 ***.
[Jun 13 01:52:50 2011.48] Monster Moved: Mantis (1) - (103, 143) -> (98, 152)
[Jun 13 01:52:50 2011.29] Unknown #111142814: [Police]
[Jun 13 01:52:50 2011.31] [reactOnNPC] NPC message saved (0): "[^0000FFPolice^000000]".
[Jun 13 01:52:50 2011.34] [Convert NPC message] to : ########
[Jun 13 01:52:50 2011.36] Unknown #111142814: No, the right answer is: 938

my config:

ASCIInumberKiller {
lengthCharNumber 8
BgColor ^[D-Fd-f][A-Fa-f0-9][D-Fd-f][A-Fa-f0-9]{3}
}

reactOnNPC ASCIInumberKiller num {
type number
msg_0 /.*/
msg_1 /.*/
msg_2 /.*/
msg_3 /.*/
msg_4 /.*/
msg_5 /.*/
msg_6 /.*/
}

can someone help me^^