| 
 | 
     
    
    
    
     
    
    
    
 
    
    
 
    
     
    
    
    
     
    
    
    
     
    
    
    
 
    
    
 
    
    
 | 
       | 
      
 
 
	
	
	
	
	
	
	
	
		  | 
	
	
 
 
		
	
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 01:02 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
 
  
			
				
				
				General 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jun 2003 
					Location: az 
					
					
						Posts: 3,069
					 
					 
	Thanks: 41 
	
		
			
				Thanked 39 Times in 28 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Nerfing some spells
	
			 
             
			
		
		
		
		Greetings, 
 
I'm developing a very difficult SP game and need to nerf some of the powerful spells which target the entire battlefield and all its units, mainly since the AI lacks the knowledge to counter a marching army using such a tactic.    
 
Spells like undead mastery for example. 
 
I see in the modding commands where I can specify #aoe 665 so it only hits 25% of the battlefield yet would else would I need to add so it works?   
 
And could I configure it so more powerful mages are able to target larger areas? 
 
 
Thanks! 
		
	
		
		
		
		
		
		
			
				__________________ 
				There can be only one.
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 01:07 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
 
  
			
				
				
				National Security Advisor 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Sep 2003 
					Location: Eastern Finland 
					
					
						Posts: 7,110
					 
					 
	Thanks: 145 
	
		
			
				Thanked 153 Times in 101 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Re: Nerfing some spells
			 
             
			
		
		
		
		#selectspell "undead mastery" 
#aoe whatever 
#end 
 
To make AoE scale with caster level, add 1000 x the amount of area increased by single extra level. 5020 is AoE 20+, and increases AoE by 5 for each level over requirements. I don't know if this works with the special #aoe commands. 
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 01:29 PM
			
			
			
		  
	 | 
 
	
		
		
		
			
			| 
 
  
			
				
				
				National Security Advisor 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Nov 2006 
					Location: Oxford, UK 
					
					
						Posts: 5,921
					 
					 
	Thanks: 194 
	
		
			
				Thanked 855 Times in 291 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Re: Nerfing some spells
			 
             
			
		
		
		
		I think it's not each level over requirements, but simply for each level. So for a level 2 spell, to get what you describe you'd want 5010. 
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 01:41 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
 
  
			
				
				
				General 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jun 2003 
					Location: az 
					
					
						Posts: 3,069
					 
					 
	Thanks: 41 
	
		
			
				Thanked 39 Times in 28 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Re: Nerfing some spells
			 
             
			
		
		
		
		If I'm using #aoe 5020...  wouldn't I also need to include a range and precision command? 
		
	
		
		
		
		
		
		
			
				__________________ 
				There can be only one.
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 01:45 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
 
  
			
				
				
				Captain 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Sep 2004 
					Location: France 
					
					
						Posts: 961
					 
					 
	Thanks: 2 
	
		
			
				Thanked 12 Times in 8 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Re: Nerfing some spells
			 
             
			
		
		
		
		You need to give a range or it will be around the caster. 
 
Precision, if you want more than 0. 
		
	
		
		
		
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 02:49 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
 
  
			
				
				
				National Security Advisor 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Sep 2003 
					Location: Eastern Finland 
					
					
						Posts: 7,110
					 
					 
	Thanks: 145 
	
		
			
				Thanked 153 Times in 101 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Re: Nerfing some spells
			 
             
			
		
		
		
		
	Quote: 
	
	
		
			
				llamabeast said: 
I think it's not each level over requirements, but simply for each level. So for a level 2 spell, to get what you describe you'd want 5010.  
			
		 | 
	 
	 
 Thanks for the correction. It's been a while since I edited spells.  
		
	
		
		
		
		
		
		
			
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
		
		
			
			 
			
				May 21st, 2008, 03:15 PM
			
			
			
		  
	 | 
 
	
		
		
		
			  | 
			
 
  
			
				
				
				General 
				
				
				
			 | 
			  | 
			
				
				
					Join Date: Jun 2003 
					Location: az 
					
					
						Posts: 3,069
					 
					 
	Thanks: 41 
	
		
			
				Thanked 39 Times in 28 Posts
			
		
	 
					
					
					
					     
				 
				
			 | 
		 
		 
		
	 | 
 
    
	
     
	
	
		
		
		
			
			
				 
				Re: Nerfing some spells
			 
             
			
		
		
		
		 
Thanks everyone...  after several adjustments I found some good settings. 
 
 
One last question... can magical units resist arcane domination or is it 100% guaranteed ? 
		
	
		
		
		
		
		
		
			
				__________________ 
				There can be only one.
			 
		
		
		
		
		
		
	
		
		
	
	
	 | 
 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	
	
	
		
	
		 
		Posting Rules
	 | 
 
	
		
		You may not post new threads 
		You may not post replies 
		You may not post attachments 
		You may not edit your posts 
		 
		
		
		
		
		HTML code is On 
		 
		
	  | 
 
 
	 | 
	
		
	 | 
 
 
     |  
 |