I had this fixed previously, however my edits seem to no longer work after updating to the latest ServUO (my previous ServUO package was from May, 2017.

Code:
            //OLD CODE
            /*
            else if (Core.ML && ns != null && ns.SupportsExpansion(Expansion.ML))
            {
                type = 5;
                EnsureCapacity(91);
            }
            */
            else if (Core.ML && ns != null && ns.ExtendedStatus)
            {
                type = 6;
                EnsureCapacity(121);
            }

upload_2017-11-14_16-8-25.png

Anyone have any idea how to get these working?
 

Attachments

  • upload_2017-11-14_16-8-6.png
    upload_2017-11-14_16-8-6.png
    78.6 KB · Views: 4
So, from ML (or extended status bar), there was no change, was there, with the exception of Enhanced Client? So there shouldn't be any change between ML, SA, HS and/or TOL?
 
Back