I've looked all over the forum and did not find, need a macro that uses sd when you have one monster and when you have more than 2 use avalanche without player on screen . 

 
	
	
	
	
	


 
	| 
					Macro Avalanche
				 | 
| 
		I've looked all over the forum and did not find, need a macro that uses sd when you have one monster and when you have more than 2 use avalanche without player on screen .      
		
		
		01-16-2016, 02:57 AM 
(This post was last modified: 01-16-2016, 03:23 AM by kaiquegabriel.)
		
	 
		SD on 1 creature Code: 1000 {ShootSD} target:=Creature.Target() IDRUNE:=3155 Creatures.Beside()==1 Creature.ShootOn(!target!, !IDRUNE!)Avalanche on 2+ creatures Code: 50 {ShootAVA} target:=Creature.Target() IDRUNE:=3161 Creatures.PlayersOnScreen()<=2  Creatures.Beside()>=2 Creature.ShootOn(!target!, !IDRUNE!)If works, please rep me. Thank you. 
		Yes work but can be add player safe?? Your reputation rating has successfully been added for this user. 
		
		
		01-16-2016, 03:21 AM 
(This post was last modified: 01-16-2016, 03:23 AM by kaiquegabriel.)
		
	 | 
| 
					« Next Oldest | Next Newest »
				 |