Valkyrie Armor Modification

Dominating

New member
Messages
19
Points
0
 
 
 
How to modify this.. item to make it wearable by:

- gunslinger

- soul linker

- taekwon

- star gladiator

Code:
{
	Id: 2357
	AegisName: "Valkyrie_Armor"
	Name: "Valkyrian Armor"
	Type: 5
	Weight: 2800
	Def: 6
	Slots: 1
	Job: {
		All: true
		Novice: false
	}
	Upper: 2
	Loc: 16
	EquipLv: 1
	Script: <"
		bonus bAllStats,1;
		bonus bUnbreakableArmor,0;
		if(BaseClass==Job_Mage||BaseClass==Job_Archer||BaseClass==Job_Acolyte) bonus2 bResEff,Eff_Silence,5000;
		else if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief) bonus2 bResEff,Eff_Stun,5000;
	">
},
 
Job: {
All: true
Novice: false
}

change this ? maybe..

 
Fixed.. thanks
default_biggrin.png


 
Back
Top