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

genox28
Noob
Noob
Posts: 15
Joined: 22 Apr 2008, 07:41

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

#61 Post by genox28 »

@forgotten

what server are you playing.,
everything is ok now just read all the post of mucilon here
blackbeat0599
Noob
Noob
Posts: 3
Joined: 26 May 2008, 01:42
Noob?: Yes

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

#62 Post by blackbeat0599 »

how come my bot doesn't reply if they were detected by antibot police?? it only shows this

[May 27 18:29:39 2008.85] You are in Frozen state
[May 27 18:29:39 2008.88] [GM] Police: I really sorry but i need to know if you are Playing or Boting.
[May 27 18:29:39 2008.89] Unknown #110017176: [Police]
[May 27 18:29:39 2008.99] Unknown #110017176: Input the 3-number image in dots you see on the next window screen...
[May 27 18:29:39 2008.99] Unknown #110017176:
[May 27 18:29:39 2008.99] Unknown #110017176: one chance of eïght
[May 27 18:29:40 2008.17] Unknown #110017176:
[May 27 18:29:40 2008.74] Unknown #110017176: one Hundred twênty seconds to respond
[May 27 18:29:40 2008.99] Unknown #110017176: Auto-continuing talking
[May 27 18:29:40 2008.34] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.35] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.36] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.36] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.37] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.37] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.37] Unknown #110017176: ðððððððððð®®®®®®®®®®¢¢¢¢¢¢¢¢¢¢
[May 27 18:29:40 2008.38] Unknown #110017176: Auto-continuing talking

do i have missing codes??
i have these codes at my config.txt

#Use this when you need to answer a number
reactOnNPC ASCIInumber num {
type number
msg_0 /.*/
msg_1 /.*/
msg_2 /.*/
msg_3 /.*/
msg_4 /.*/
msg_5 /.*/
msg_6 /.*/
}

do i have to put something there? pls help me thanks ^^ im just new about these anti bot police feature, sry for that :(
babolgam
Noob
Noob
Posts: 17
Joined: 27 May 2008, 06:50
Noob?: No

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

#63 Post by babolgam »

OpenKore version 2.0.5.1
SVN revision: unknown
Loaded plugins:
plugins/macro.pl (macro)
plugins/reactOnNPC.pl (reactOnNPC)
plugins/responseOnASCIInumber.pl (responseOnASCIInumber)

Error message:
Cannot load control file macros.txt

Stack trace:
Trace begun at C:\Documents and Settings\gah\Desktop\OPenkore\openkore-2.0.5.1\src\Settings.pm line 390
Settings::loadByHandle(47) called at C:\Documents and Settings\gahl\Desktop\OPenkore\openkore-2.0.5.1\plugins\macro.pl line 58
macro::onstart3('start3', undef, undef) called at src\Plugins.pm line 415
Plugins::callHook('start3') called at src\functions.pl line 218
main::loadDataFiles at src\functions.pl line 81
main::mainLoop at src\Interface.pm line 75
Interface::mainLoop('Interface::Console::Win32=HASH(0x275b27c)') called at openkore.pl line 96
main::__start at start.pl line 125

Died at this line:
$filename = $object->{name} if (!defined $filename);
* if ($object->{type} == CONTROL_FILE_TYPE) {
FileNotFoundException->throw(


I always get this error ever since and now I really need your help...
babolgam
Noob
Noob
Posts: 17
Joined: 27 May 2008, 06:50
Noob?: No

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

#64 Post by babolgam »

Nvm on the error above I got it to work my problem now is the #s to be inputted in the plugin. I'm currently playing on MyRO server so if someone could send the numbers it would be greatly appreciated. I'm still trying to figure out the pattern of the #'s being released by AntiBot so it could take a while but if you can send then thanks for it.
Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

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

#65 Post by Mucilon »

genox28
No problem...

Forgotten
Your server is different, but I found the color codes... I think that this change can work at genox28's server too, but don't know about others, so I think I'm going to create a server type option, so everyone can just select his type of color code pattern from each server. For your server, do the follow:
1) Search for this part of program at the responseOnASCIInumber.pl file line 107:

Code: Select all

		# Convert ASCII Background to =	
			if ($line =~ s/^[D-Fd-f][A-Fa-f0-9][D-Fd-f][A-Fa-f0-9]{3}//) {
				$line =~ s/./=/g;
			} else {
2) Change it to this:

Code: Select all

		# Convert ASCII Background to =	
			if ($line =~ s/^[B-Fb-f][A-Fa-f0-9][D-Fd-f][A-Fa-f0-9]{3}//) {
				$line =~ s/./=/g;
			} else {
blackbeat0599
Did you really read the first post????????
As I can see, you didn't install the plugin correctly... Did you follow the How to install too?
If there is a source of knowledge that other people did follow and did make it work, why can't you? Search and learn...
I can help you, if you say to me that follow all the steps form the first post, and happen this....
Or if you ask me how to do the step number X....

babolgam
As I can see, the problem isn't at the plugin, I use OK 2.0.5.1 and this plugin is loaded fine...
It seems that your problem is at the macro.pl file, it cannot load the macros.txt file. Try the follow:
1) Search for the macros.txt file at your control folder
2) Or try to download your openkore and the macro plugin again.
Mucilon
Cybernatic Entity
Cybernatic Entity
Posts: 249
Joined: 04 Apr 2008, 13:15
Noob?: Yes
Location: Brazil

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

#66 Post by Mucilon »

I made some changes to the plugin, but need people to test it!
Add this to the config.txt file:

Code: Select all

responseOnASCIInumber {
  lengthCharNumber 8         # value before entered inside the plugin, but now you enter it at the config file
  colorCode 0                   # color code of your server
}
Today there are two color codes 0 and 1,
0 to genox28's server (I think it is myRO) and most of the servers
1 to Forgotten's server

Erase the older plugin file at the plugins folder and use this one:
responseOnASCIInumber1.pl
You do not have the required permissions to view the files attached to this post.
niconiconico
Noob
Noob
Posts: 7
Joined: 18 May 2008, 04:33
Noob?: Yes

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

#67 Post by niconiconico »

@kentkritz

ei can u share your numbers to me coz im having a badtime finishing it and starting it! ./heh!
tnx in advance hoping for a reply!
niconiconico
Noob
Noob
Posts: 7
Joined: 18 May 2008, 04:33
Noob?: Yes

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

#68 Post by niconiconico »

if anybody has finish the number patterns for myro kindly post it so we can all have advantage on admin! ./gg tnx!
blackbeat0599
Noob
Noob
Posts: 3
Joined: 26 May 2008, 01:42
Noob?: Yes

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

#69 Post by blackbeat0599 »

[May 29 11:34:16 2008.25] [GM] Police: When you cancel this window, i count that as a Bad Answer.
[May 29 11:34:16 2008.26] Unknown #110017176: [Police]
[May 29 11:34:16 2008.26] Unknown #110017176: Input the 3-number image in dots you see on the next window screen...
[May 29 11:34:16 2008.27] Unknown #110017176:
[May 29 11:34:16 2008.27] Unknown #110017176: sïx chance of eïght
[May 29 11:34:16 2008.27] Unknown #110017176:
[May 29 11:34:16 2008.28] Unknown #110017176: eïght seconds to respond
[May 29 11:34:16 2008.28] Unknown #110017176: Auto-continuing talking
[May 29 11:34:16 2008.95] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.95] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.96] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.96] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.96] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.97] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.97] Unknown #110017176: ÷÷÷÷÷÷÷÷÷xxxxxxxxxx*********
[May 29 11:34:16 2008.98] Unknown #110017176: Auto-continuing talking
[May 29 11:34:21 2008.49] NPC Exists: BotKillerFnc1 (84, 260) (ID 110017176) - (0)
[May 29 11:34:21 2008.50] BotKillerFnc1: Type 'talk num <number #>' to input a number.
[May 29 11:34:21 2008.50] [reactOnNPC] Reacting to NPC. Executing command "ASCIInumber num".
[May 29 11:34:21 2008.51] [1] : ########
[May 29 11:34:21 2008.51] [2] : ############################
[May 29 11:34:21 2008.51] [3] : #
[May 29 11:34:21 2008.51] [4] : ##########################################
[May 29 11:34:21 2008.52] [5] : ######################
[May 29 11:34:21 2008.52] [6] : ########
[May 29 11:34:21 2008.52] [7] : #####################################################################
[May 29 11:34:21 2008.52] [8] : #
[May 29 11:34:21 2008.53] [9] : ####################
[May 29 11:34:21 2008.53] [10] : #
[May 29 11:34:21 2008.53] [11] : #############################
[May 29 11:34:21 2008.53] [12] : ########
[May 29 11:34:21 2008.54] [13] : #####################################################################
[May 29 11:34:21 2008.54] [14] : #
[May 29 11:34:21 2008.55] [15] : ###################
[May 29 11:34:21 2008.55] [16] : #
[May 29 11:34:21 2008.55] [17] : #########################
[May 29 11:34:21 2008.56] [18] : ====================######==
[May 29 11:34:21 2008.56] [19] : =########===========##==####
[May 29 11:34:21 2008.56] [20] : =##====##==########===####==
[May 29 11:34:21 2008.56] [21] : =##====##==####==##=####==##
[May 29 11:34:21 2008.57] [22] : =##====##==########===######
[May 29 11:34:21 2008.57] [23] : =########========##=========
[May 29 11:34:21 2008.57] [24] : ===========########=========
[May 29 11:34:21 2008.60] [ASCIInumber v2.1] Executing command "talk num ".
[May 29 11:34:21 2008.60] [ASCIInumber] *** Delay 1-3 sec. before talk num ***.
[May 29 11:34:24 2008.25] Error in function 'talk num' (Respond to NPC)

well i followed your steps at the first page, it functioned properly but it enters wrong number or maybe it just entered "***" <--- this asterisk symbols how do i fix this error can you teach me how? ^^
babolgam
Noob
Noob
Posts: 17
Joined: 27 May 2008, 06:50
Noob?: No

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

#70 Post by babolgam »

Thanks for all the help muc. Ahm I would like to ask if anyone here got the numbers for MyRO. Please upload it or post. Thanks...