night devil
Initiate
- ServUO Version
- Publish 58
- Ultima Expansion
- Endless Journey
back in the day you needed to use a Wand to Id Items such as weapons, is there any way to revert back to this?
if (m_Identified == false)
{
list.Add(1038000); // Unidentified CiLoc
}
else
{
// All of the other properties.
}
I believe you are mistaken friend. I just tested using a fresh install of pub58 and it does indeed still save/load the identified/unidentified properties as it should. The screenshots are 2 different katanas, both came back exactly how they were upon server save and restart.It will not be enough.
Identified flag is not serialized/deserialized anymore.
if (GetSaveFlag(flags, SaveFlag.Identified)) { m_Identified = (version >= 6 || reader.ReadBool()); }
So after reboot those items will be identified.
We use essential cookies to make this site work, and optional cookies to enhance your experience.