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 
		
	
			
	
			
		
			
		
		
			
				
																			
								j0ey1510  
						Human 			
		Posts:  27Joined:  07 Aug 2008, 05:25Noob?:  Yes 
		
						
					
								
						#201 Post by j0ey1510  17 Aug 2008, 22:47 
			
			
			
			
			
			Mucilon wrote: 
j0ey1510 
yah i read alot here in your thread and i learned alot.. thanks for your help..
about my question.. if i have a 4 character like this:
Code: Select all 
[Aug 13 22:18:01 2008.65] [12] : =####===================
[Aug 13 22:18:01 2008.66] [13] : ====#===========########
[Aug 13 22:18:01 2008.67] [14] : =####==########=##====##
[Aug 13 22:18:01 2008.68] [15] : ====#========##===####==
[Aug 13 22:18:01 2008.69] [16] : =####====######=##====##
[Aug 13 22:18:01 2008.69] [17] : ===========##===########
[Aug 13 22:18:01 2008.71] [18] : =========##=============
[Aug 13 22:18:01 2008.74] [ASCIInumber v2.2.1(fix)] Executing command "talk num 78".
[Aug 13 22:18:01 2008.75] [ASCIInumber v2.2.1(fix)] *** Delay 1-3 sec. before talk num 78 ***.
the number 3.. 
####
===#
####
===#
####
then i will make it like this??
====####
=======#
====####
=======#
====####
in the plugin:
'====####=======#====####=======#====####' => 3,
i this correct?? i just want to make it clear..
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								j0ey1510  
						Human 			
		Posts:  27Joined:  07 Aug 2008, 05:25Noob?:  Yes 
		
						
					
								
						#202 Post by j0ey1510  17 Aug 2008, 23:20 
			
			
			
			
			
			@ mucilon
oh i tested what you have told me... but still my bot answer the wrong one...
look at my console..:
console.txt
i think the problem with this is because my server has a random character lenght..
i hope you can help me with this...
@all myro players... 
can you also help me  with this...
You do not have the required permissions to view the files attached to this post.
			
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cuteakoeh50000  
						Noob 			
		Posts:  12Joined:  05 Aug 2008, 22:08Noob?:  Yes 
		
						
					
								
						#203 Post by cuteakoeh50000  18 Aug 2008, 22:59 
			
			
			
			
			
			welcome back mucilon... ive waited for you for many days!! ^_^
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cuteakoeh50000  
						Noob 			
		Posts:  12Joined:  05 Aug 2008, 22:08Noob?:  Yes 
		
						
					
								
						#204 Post by cuteakoeh50000  19 Aug 2008, 10:07 
			
			
			
			
			
			######### mucilon i used what you said to me
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								cuteakoeh50000  
						Noob 			
		Posts:  12Joined:  05 Aug 2008, 22:08Noob?:  Yes 
		
						
					
								
						#205 Post by cuteakoeh50000  21 Aug 2008, 02:27 
			
			
			
			
			
			ok i made changes in my config.txt
			
			
													
					Last edited by cuteakoeh50000  on 23 Aug 2008, 01:02, edited 1 time in total.
									
			
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								j0ey1510  
						Human 			
		Posts:  27Joined:  07 Aug 2008, 05:25Noob?:  Yes 
		
						
					
								
						#206 Post by j0ey1510  21 Aug 2008, 02:49 
			
			
			
			
			
			@mucilon
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								atimets  
						Noob 			
		Posts:  1Joined:  07 Aug 2008, 00:08Noob?:  Yes 
		
						
					
								
						#207 Post by atimets  21 Aug 2008, 04:24 
			
			
			
			
			
			wow 
http://board.opkwin.com   <$$$$$$$$$$$$>
windows98SE 's web board
 
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Mucilon  
						Cybernatic Entity 			
		Posts:  249Joined:  04 Apr 2008, 13:15Noob?:  YesLocation:  Brazil 
		
						
					
								
						#208 Post by Mucilon  05 Sep 2008, 17:52 
			
			
			
			
			
			j0ey1510 
Sorry, but the plugin doesn't support this variable length, we need to change it to solve this problem!
Can you wait that?
EDIT 
Good news....
I just edited the plugin to solve your problem! But I didn't test it.
So please download the file and test it!
Now you need to input a minimum and maximum length, like this:
Code: Select all 
 ASCIInumberKiller {
	  lengthCharNumberMin 4
	  lengthCharNumberMax 8
	  BgColor ^[D-Fd-f][A-Fa-f0-9][D-Fd-f][A-Fa-f0-9]{3}
}
The plugin will test every length inside the range, but if the min were higher than the max, the plugin won't work!
I hope it works!
ASCIInumberKiller23.pl
PS: Win98, please take a look at this code, may be you can make it better!
You do not have the required permissions to view the files attached to this post.
			
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								j0ey1510  
						Human 			
		Posts:  27Joined:  07 Aug 2008, 05:25Noob?:  Yes 
		
						
					
								
						#209 Post by j0ey1510  06 Sep 2008, 00:50 
			
			
			
			
			
			ok thanks mucilon...
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								j0ey1510  
						Human 			
		Posts:  27Joined:  07 Aug 2008, 05:25Noob?:  Yes 
		
						
					
								
						#210 Post by j0ey1510  06 Sep 2008, 01:52 
			
			
			
			
			
			@mucilon
i already tested this new plugin..
it is now working.. can answer 4 - 8 character lenght
but some problems occur.. look at my console..
console.txt
when it try to answer a 4 character lenght no. at the last 
it will answer it 5 times..
example:
the correct answer - 432
the bot will answer 4322222
do you know how to fix this thing??
thanks a lot!
You do not have the required permissions to view the files attached to this post.