Dan Moderator Nov 23, 2017 #1 As title says, How do I force, say a beetle to actually show as a beetle and not a purple llama? Thanks all!
As title says, How do I force, say a beetle to actually show as a beetle and not a purple llama? Thanks all!
Gor-e Member Nov 23, 2017 #2 As i wrote u at discord... 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...
As i wrote u at discord... 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...