Dan(Tasanar)

Moderator
Tasanar submitted a new resource:

XmlSockets - XmlSockets

Code:
First, place the following line at the beginning of the files BaseArmor.cs, BaseWeapon.cs, BaseJewel.cs, and BaseCreature.cs

CODE
using Server.Engines.XmlSpawner2;


then

at the end of the BaseArmor constructor around line 1121 in Scripts/Items/Armor/BaseArmor.cs
change this
CODE

m_AosSkillBonuses = new AosSkillBonuses( this );

to this
CODE

m_AosSkillBonuses = new AosSkillBonuses( this ); 
// Xml Spawner XmlSockets - SOF
// mod to randomly add sockets and socketability features to...

Read more about this resource...
 
Back