As i wrote u at discord... :D

Under scripts create a cs file with this input...

using System;
using Server;
using Server.Network;

namespace Server.Misc
{
public class ExpansionArt
{
public static void Initialize() {
Server.Network.SupportedFeatures.Value = FeatureFlags.ExpansionSA;

}
}
}

With this u get the new mob models...
 
Back