Do you have a question or problem? Read this forum first!  Someone has probably already asked the same thing in the past. Do not ASK questions here! 
	Moderators:  Moderators , Documentation Writers 
		
	
			
	
			
		
			
		
		
			
				
																			
								Ev5  
						Human 			
		Posts:  40Joined:  07 Apr 2008, 10:36 
		
						
					
								
						#1 Post by Ev5  11 Apr 2008, 10:26 
			
			
			
			
			
			Double Strafe.
Code: Select all 
attackSkillSlot Double Strafe {
	lvl 10
	dist 10
	sp > 5 %
	aggressives >= 2
        monsters
	inLockOnly 1
	notInTown 1
}
Improve Concentration.
Code: Select all 
useSelf_skill Improve Concentration {
	lvl 10
	whenStatusInactive Improve Concentration
	onAction attack
}
You might wanna add a timeout on improv conc.
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								-Fallen-  
						Human 			
		Posts:  41Joined:  04 Apr 2008, 19:30Noob?:  YesLocation:  Local Lingerie Shop 
		
						
					
								
						#2 Post by -Fallen-  13 Apr 2008, 10:44 
			
			
			
			
			
			useSelf_item <type> Arrow Quiver {
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								FantAsma  
						Noob 			
		Posts:  5Joined:  09 Apr 2008, 20:22Noob?:  YesLocation:  Out of your Mind 
		
						
					
								
						#3 Post by FantAsma  13 Apr 2008, 11:40 
			
			
			
			
			
			To get quivers from your kafra.
Code: Select all 
getAuto "Type" Arrow Quiver { #Change it to the "type" of your arrows, ex Fire, Crystal, etc. without quotes#
	minAmount 1
	maxAmount 7
}
And the Arrow Shower skill.
Code: Select all 
attackSkillSlot Arrow Shower {
	lvl 10
	dist 10
	sp > 5
	aggressives >= 3
	inLockOnly 0
	monsters
	notMonsters
	notInTown 0
}
In the old forums there was a guy that posted a complete sniper config, I copied some of his settings.
Botting since, let me remember... mmm.... damn what it was called? Alpha?
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								-Saint Seiya-  
						The Way Of Human 			
		Posts:  183Joined:  11 Apr 2008, 07:03 
		
						
					
								
						#4 Post by -Saint Seiya-  13 Apr 2008, 11:46 
			
			
			
			
			
			how to use arrowcraft? i have typed flame heart 1 in my arrowcraft.txt but my bot doesnt do anything
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								ghail052977  
						Noob 			
		Posts:  1Joined:  07 Apr 2008, 01:09 
		
						
					
								
						#5 Post by ghail052977  14 Apr 2008, 09:15 
			
			
			
			
			
			In Openkore y may hunter did not equip the arrows what are the problem of my bot but my config is
getAuto Silver Arrow {
	minAmount 100
	maxAmount 3500
	passive 1
}
the problem is when the arrows are empty and get the arrows in storage did not equip by itself
pls help me 
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								Ev5  
						Human 			
		Posts:  40Joined:  07 Apr 2008, 10:36 
		
						
					
								
						#6 Post by Ev5  14 Apr 2008, 10:28 
			
			
			
			
			
			ghail052977 wrote: In Openkore y may hunter did not equip the arrows what are the problem of my bot but my config is
getAuto Silver Arrow {
	minAmount 100
	maxAmount 3500
	passive 1
}
the problem is when the arrows are empty and get the arrows in storage did not equip by itself
pls help me 
Code: Select all 
useSelf_item <type> Arrow Quiver {
timeout 0.7
inInventory <type> Arrow <= 10
}
change values accordingly  
I don't bot bow type classes so i honestly don't know, but that looks like it will work if you configure it correctly.
 
		 
				
		
		 
	 
				
		
		
			
				
																			
								andy12345  
						Moderators 			
		Posts:  174Joined:  04 Apr 2008, 10:21Noob?:  NoLocation:  In your dreams... 
		
						
					
								
						#7 Post by andy12345  15 Apr 2008, 05:01 
			
			
			
			
			
			Some basic Buffs of a sniper Code: Select all 
useSelf_skill Improve Concentration {
	lvl 10
	sp > 10 % #Change according to your need#
	whenStatusInactive Improve Concentration
	notWhileSitting 1
	notInTown 1
	timeout 0
}True Sight Code: Select all 
useSelf_skill True Sight {
	lvl 10
	sp > 10 % #Change according to your need#
	whenStatusInactive True Sight
	stopWhenHit 0
	notWhileSitting 1
	notInTown 1
	timeout 0
}Wind Walk Code: Select all 
useSelf_skill Wind Walk {
	lvl 10
	sp > 10 % #Change according to your need#
	whenStatusInactive Wind Walk
	stopWhenHit 0
	notWhileSitting 0
	notInTown 0
	timeout 0
} 
		 
				
		
		 
	 
				
		
		
			
				
																			
								popdatkill14  
						Noob 			
		Posts:  1Joined:  10 Apr 2008, 08:25 
		
						
					
								
						#8 Post by popdatkill14  25 Apr 2008, 16:47 
			
			
			
			
			
			what do I config for me to not go near a monster???
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								FantAsma  
						Noob 			
		Posts:  5Joined:  09 Apr 2008, 20:22Noob?:  YesLocation:  Out of your Mind 
		
						
					
								
						#9 Post by FantAsma  26 Apr 2008, 10:05 
			
			
			
			
			
			You need to set your attackDistance accordingly, read the manual first.
			
			
									
						
							Botting since, let me remember... mmm.... damn what it was called? Alpha?
			
						 
		 
				
		
		 
	 
				
		
		
			
				
																			
								andy12345  
						Moderators 			
		Posts:  174Joined:  04 Apr 2008, 10:21Noob?:  NoLocation:  In your dreams... 
		
						
					
								
						#10 Post by andy12345  28 Apr 2008, 06:23 
			
			
			
			
			
			popdatkill14 wrote: what do I config for me to not go near a monster???
"Do you have a question or problem? Read this forum first! Someone has probably already asked the same thing in the past. Do not ASK questions here."
I think you deserve a warning for such a thing?