Infinite Monkeys
Community Developer
- Joined
 - Jul 7, 2012
 
- Messages
 - 224
 
- Reaction score
 - 16
 
If anyone's using RF and wants to cancel it when no mobs are about, you should just be able to replace:
	
	
	
		
With:
	
	
	
		
Haven't tested it since I don't have an RF character, but someone asked me about it and this should work.
				
			
		Code:
	
	LokiPoe.Me.IsIgnited
	
		Code:
	
	(LokiPoe.Me.IsIgnited || (LokiPoe.Me.HasAura("righteous_fire_aura") && Utility.NumberOfMobsNear(LokiPoe.Me, 100) < 1))
	





