Hi there
I'm not involved on the coding side of my shard, but I do handle the quests and attachments, so maybe someone from the dev team will have to supply more info. But my problem is with carrying player attachments over from RunUO 1.0 to 2.0. We have only recently moved, but none of the players have their old attachments. What could be the possible causes of this? or what info do i need to supply to help find the problem?
Kind regards
Vlad
when you transferred your saves from 1.0 to 2.0 make sure that the Saves folder included the Attachments folder with the following files
Attachments.ima
Attachments.fpi
Attachments.bin
Check the size of those files in your 1.0 server save and make sure that they match what you are trying to load back in under 2.0
If those files are there and match the files in the old saves but there was some problem loading them back in under your 2.0 server, look for an error log file in the main server directory that is similar to the normal crash logs, but are named
"Attachment Error xx-xx-xxxx-xx-xx-xx.log"
instead, where the xx are the date/time info.
Attachment errors dont halt server restarts like deserialization errors do when loading items or mobiles, so you need to look at these files or at the console messages during restarts to detect loading problems.
For example, if someone forgot to move over all of the attachment scripts, the server would restart, but those attachments would not be be restored and you would get a message to that effect in the error log.