Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 08 Aug 2013, 00:35
you did not change the background color, you have it the same as the previous picture
OpenKore Support Forum
https://forums.openkore.com/
How?4epT wrote:you did not change the background color, you have it the same as the previous picture
Code: Select all
ASCIInumberKiller {
lengthCharNumber 9
BgColor ^83F52C
}
reactOnNPC ASCIInumberKiller num {
type number
msg_0 /[#=]*/
msg_1 /[#=]*/
msg_2 /[#=]*/
msg_3 /[#=]*/
msg_4 /[#=]*/
msg_5 /[#=]*/
msg_6 /[#=]*/
}
Code: Select all
'###==#######==#######==#######==#####======##' => 1,
'#=======#==#####==#######==#=======#==#######' => 2,
'#######==#=======########====#####==#=======#' => 3,
'==####==#==####==#=========######==#######==#' => 4,
'==#######=======########==#==####==##======##' => 5,
'==#######========#==#####====#####==#======##' => 6,
'========#==####==#####==######==#######==####' => 7,
'==#####==#=======#==#####====#####==#=======#' => 8,
'==#####==#========#######====#####==#=======#' => 9,
#################==################
###############====################
#################==################
#################==################
#################==################
#################==################
###############======##############
#############=======###############
############==#####==##############
###################==##############
#############=======###############
############==#####################
############==#####################
############=========##############
#############=======###############
############==#####==##############
###################==##############
#############=======###############
###################==##############
############==#####==##############
#############=======###############
############==#####################
############==####==###############
############==####==###############
############==####==###############
############=========##############
##################==###############
##################==###############
############========###############
############==#####################
############==#####################
############=======################
##################==###############
############==####==###############
#############======################
#############=======###############
############==#####==##############
############==#####################
############========###############
############==#####==##############
############==#####==##############
#############======################
############========###############
############==####==###############
################==#################
###############==##################
###############==##################
###############==##################
###############==##################
#############=======###############
############==#####==##############
############==#####==##############
#############=======###############
############==#####==##############
############==#####==##############
#############=======###############
#############=======###############
############==#####==##############
############==#####==##############
#############========##############
###################==##############
############==#####==##############
#############=======###############
Code: Select all
#####==#####====#######==#######==#######==#######==#####======' => 1,
#=======#==#####==#######==#=======#==#######==#######=========' => 2,
#=======#==#####==#######==#=======########====#####==#=======#' => 3,
==#######==####==#==####==#==####==#=========######==#######==#' => 4,
========#==#######==#######=======########==#==####==##======##' => 5,
#=======#==#####====#######========#==#####====#####==#======##' => 6,
========#==####==#####==######==#######==#######==#######==####' => 7,
#=======#==#####====#####==#=======#==#####====#####==#=======#' => 8,
#=======#==#####====#####==#========#######====#####==#=======#' => 9,
But you can use a trick! You can cut our numbers up to 5 lines (above, below or one line from above and one line from below - it does not matter):1: ############==#####################
2: ############==####==###############
3: ############==####==###############
4: ############==####==###############
5: ############=========##############
6: ##################==###############
7: ##################==###############
1: ############========###############
2: ############==####==###############
3: ################==#################
4: ###############==##################
5: ###############==##################
6: ###############==##################
7: ###############==##################
Then need to select our number consisting of 5 lines and 9 characters:3: ############==####==###############
4: ############==####==###############
5: ############=========##############
6: ##################==###############
7: ##################==###############
1: ############========###############
2: ############==####==###############
3: ################==#################
4: ###############==##################
5: ###############==##################
Then convert that number in one line:3: ==####==#
4: ==####==#
5: =========
6: ######==#
7: ######==#
1: ========#
2: ==####==#
3: ####==###
4: ###==####
5: ###==####
'==####==#==####==#=========######==#######==#' => 4,
'========#==####==#####==######==#######==####' => 7,
Code: Select all
'#######==#=======########====#####==#=======#' => 3,
------------------------------------------------------------------------------------------
1: #=======# <<< deleted
2: ==#####== <<< deleted
3: #######==
4: #=======#
5: #######==
6: ==#####==
7: #=======#
-----------------------------------------------------------------------------------------
3: #######==
4: #=======#
5: #######==
6: ==#####==
7: #=======#
yescan i cut it 1 from above and 1 from the bottom?
yes, see my postthis is number 3 i cut 2 lines from above, is this correct?