Page 5 of 58
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 24 May 2008, 10:37
by genox28
@mucilon
for me ive already done that.,
im using 1.9.4 openkore., ive already replaced all the numbers.,
but the problem is i think that the auto talk num is not saying numbers i think it puts alphabets or other char
because when you put wrong numbers the police anti-bot will let you have another set of num and this will be just 8 rounds., i tried it i put wrong numbers it just go to another set., but when i put letters or spaces thats the error., and after i close openkore i get this
OpenKore version 1.9.4
Network state = 5
Network handler = Network::DirectConnection
Loaded plugins:
()
()
()
plugins/responseOnASCIInumber.pl (responseOnASCIInumber)
Error message:
Can't use string ("talk num ") as an ARRAY ref while "strict refs" in use at C:/Documents and Settings/####/My Documents/#####/openkore-1.9.4/src/Commands.pm line 290.
Stack trace:
Can't use string ("talk num ") as an ARRAY ref while "strict refs" in use at C:/Documents and Settings/####/My Documents/####/openkore-1.9.4/src/Commands.pm line 290
Commands::unregister('talk num ') called at C:/Documents and Settings/###/My Documents/###/openkore-1.9.4/plugins/responseOnASCIInumber.pl line 85
responseOnASCIInumber::onUnload() called at C:/Documents and Settings/####/My Documents/####/openkore-1.9.4/src/Plugins.pm line 166
Plugins::unloadAll() called at openkore.pl line 174
main::shutdown() called at openkore.pl line 99
main::__start() called at start.pl line 119
Died at this line:
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 24 May 2008, 19:48
by Mucilon
Try to migrate to the newer stable version 2.0.5.1
The author has tested this plugin a long time ago at the 1.9.4 version, but I don't!
About the wrong answered numbers, try to erase all the older numbers and keep just the ones you inputed!
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 02:52
by KentCritz
i have another problem
i have few number like this, i cannot understand how to made them in one line special the middle number..,
the police said that this number was 360. yeah the first number was 3 and the last was 0.. the middle number 6???
Code: Select all
[Jul 2 05:11:26 2002.84] [1] : ########
[Jul 2 05:11:26 2002.90] [2] : #####################################################################
[Jul 2 05:11:26 2002.91] [3] : #
[Jul 2 05:11:26 2002.96] [4] : ###################
[Jul 2 05:11:27 2002.44] [5] : #
[Jul 2 05:11:27 2002.14] [6] : ###############################
[Jul 2 05:11:27 2002.16] [7] : =#########====##===########
[Jul 2 05:11:27 2002.22] [8] : =======###==##==##=##====##
[Jul 2 05:11:27 2002.27] [9] : =#################=##====##
[Jul 2 05:11:27 2002.29] [10 : =======#####====##=##==####
[Jul 2 05:11:27 2002.36] [11]: =#########==####===########
[Jul 2 05:11:27 2002.42] [12]: =========#########=========
[Jul 2 05:11:27 2002.47] [13]: =========#########=========
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 05:05
by genox28
ok thnx for the info
but im confused
('######===##===##===######' => 0,
'==####==##==######====######==##==####==' => 0,
'==####==##====####====####====##==####==' => 0,
'##########====####====####====##########' => 0,
'==####==##########====######==##==####==' => 0,
'==#===##====#====#==#####' => 1,
'==#====#====#====#====#==' => 1,
'==##====#====#====#====#=' => 1,
'==####======##======##======##==########' => 1,
'==####==##==##======##======##==########' => 1,
'==####====####======####====##==########' => 1,
'==####==##==##======##====####==########' => 1,
'#####====#######====#####' => 2,
'==####==##====##====##====##====########' => 2,
'######========##==########======########' => 2,
'########======############======########' => 2,
'######=======##===#####=##======########' => 2,
'######========############======########' => 2,
'#####====######====######' => 3,
'########======##########======##########' => 3,
'######========##==####========########==' => 3,
'==####==##====##====######====##==####==' => 3,
'#===##===######====#====#' => 4,
'===#===##==#=#=#####===#=' => 4,
'====####==##==####====##########======##' => 4,
'======##====####==##==##########======##' => 4,
'##====####====##########======##======##' => 4,
'====####==########====##########======##' => 4,
'######====#####====######' => 5,
'##########======########======##########' => 5,
'==########======######========########==' => 5,
'##########========######======##########' => 5,
'#====#====######===######' => 6,
'######====######===######' => 6,
'====##====##====##########====##==####==' => 6,
'##########======##########====##########' => 6,
'==####==##======##########====##==####==' => 6,
'#####====#====#====#====#' => 7,
'#####===#===#===#====#===' => 7,
'##########====##==######====##==####====' => 7,
'########======##====##====##====##======' => 7,
'########======##==######====##====##====' => 7,
'########======##======##======##======##' => 7,
'########==##==####====##======##======##' => 7,
'######===#######===######' => 8,
'##########====##==####==##====##########' => 8,
'##########====############====##########' => 8,
'==####==##====##==####==##====##==####==' => 8,
'###########====############==###########' => 8,
'############==##==####==##====##########' => 8,
'######===######====######' => 9,
'##########====##########======##########' => 9,
'==####==##====##==######====##====##====' => 9,
'##########====##==######====##==####====' => 9,
what for is the code wd red color
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 09:38
by Mucilon
KentCritz
Yep... that is a hard one...
But I believe you can see the number six like this:
Code: Select all
[7] : =# ######## ====##== = ########
[8] : == =====### ==##==## = ##====##
[9] : =# ######## ######## = ##====##
[10]: == =====### ##====## = ##==####
[11]: =# ######## ==####== = ########
[12]: == =======# ######## = ========
[13]: == =======# ######## = ========
Using just the lines 7, 8, 9, 10 and 11:
Code: Select all
number 3 number 6 number 0
[7] : =# ######## ====##== = ########
[8] : == =====### ==##==## = ##====##
[9] : =# ######## ######## = ##====##
[10]: == =====### ##====## = ##==####
[11]: =# ######## ==####== = ########
You can input this code:
'====##====##==############====##==####==' => 6,
genox28
The red number are meant to be use with the character length 5, if you split the codes in strings of 5 characters and remount them, you will be able to see the numbers...
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 09:44
by genox28
so i can delete that now??
so as this??
Code: Select all
'##############################===============##########===============##########===============##############################' => '0',
'==========##########====================#####====================#####====================#####====================#####=====' => '1',
'==========##########==========#####==========#####===============#####===============#####===============####################' => '2',
'####################=========================#####=====###############=========================#########################=====' => '3',
'===============#####===============##########==========#####=====#####=====#########################===============#####=====' => '4',
'##############################====================####################=========================#########################=====' => '5',
'##############################====================##############################===============##############################' => '6',
'=====###############=====#####====================####################=====#####===============#####=====###############=====' => '6',
'#########################===============#####===============#####===============#####====================#####===============' => '7',
'##############################===============###################################===============##############################' => '8',
'=====###############=====#####===============#####=====###############=====#####===============#####=====###############=====' => '8',
'##############################===============##############################====================##############################' => '9',
'=====###############=====#####===============#####=====####################=====####################=====###############=====' => '9',
'==========#####===============#####=====#####=====#####===============###################################===============#####' => 'A',
'=====###############=====#####====================#####====================#####=========================###############=====' => 'C',
'##############################====================####################=====#####====================#########################' => 'E',
'##############################====================####################=====#####====================#####====================' => 'F',
'#####===============##########===============###################################===============##########===============#####' => 'H',
'===============#####====================#####====================#####=====#####==========#####==========##########==========' => 'J',
'=====#####==========#####=====#####=====#####==========##########===============#####=====#####==========#####==========#####' => 'K',
'#####====================#####====================#####====================#####====================#########################' => 'L',
'#####===============###############=====###############=====#####=====##########===============##########===============#####' => 'M',
'#####===============###############==========##########=====#####=====##########==========###############===============#####' => 'N',
'###############==========#####==========#####=====###############==========#####====================#####====================' => 'P',
'###############==========#####==========#####=====###############==========#####==========#####=====#####===============#####' => 'R',
'#########################==========#####====================#####====================#####====================#####==========' => 'T',
'#####===============##########===============##########===============##########===============#####=====###############=====' => 'U',
'#####===============##########===============##########===============#####=====#####=====#####===============#####==========' => 'V',
'#####===============##########===============##########=====#####=====###############=====###############===============#####' => 'W',
'#####===============#####=====#####=====#####===============#####===============#####=====#####=====#####===============#####' => 'X',
'#####===============#####=====#####=====#####===============#####====================#####====================#####==========' => 'Y',
'#########################===============#####===============#####===============#####===============#########################' => 'Z'
@KentCritz
is the plugin working for you now?? whats your server?? so we can share the numbers
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 09:47
by Mucilon
I believe you can...
But save this at another file, because your server may change the character length, then you will already have some numbers done!
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 11:07
by KentCritz
Mucilon thx for everything... i learn a lot...

but still some of the numbers its hard to understand can you still help me there???
@KentCritz
is the plugin working for you now?? whats your server?? so we can share the numbers
im playing MyRO...
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 13:08
by genox28
@kentcritz
wa me too heheh.,
is the plugin working fine with you??
so we can share the numbers can i have your console so i can make mine??
@mucilon
thx for the help
Re: responseOnASCIInumber.pl #for response BotKiller(ASCII)
Posted: 25 May 2008, 17:04
by Mucilon
No problem...
Sure!