Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
		
			
				
	
	
		
			14 lines
		
	
	
		
			253 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			253 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/**
 | 
						|
 * @file
 | 
						|
 * Arcane Eye for Malphas
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
#include "bnd_inc_bndfunc"
 | 
						|
 | 
						|
void main()
 | 
						|
{
 | 
						|
    object oBinder = OBJECT_SELF;
 | 
						|
    DoRacialSLA(SPELL_ARCANE_EYE, GetBinderLevel(oBinder, VESTIGE_MALPHAS), GetBinderDC(oBinder, VESTIGE_MALPHAS));    
 | 
						|
}
 | 
						|
         |