So what i am trying to do is use the openuo.ultima.dll in a script in the top of a script where it pulls it from but i keep having an issue because openuo.ultima has a dot in it so its trying to register it as dll only and not openuo.ultima.dll any help here ? ,all help would be appreciated. upload_2015-7-5_18-22-45.png
 
ok, so that went in, but i think i might have an conversion error, did Servuo change the strings types?upload_2015-7-5_18-36-56.png
 

Attachments

  • IndependentStringList.cs
    4 KB · Views: 1
  • Localizer.cs
    5.6 KB · Views: 0
Stringentry is a type in the Ultima SDK not OpenUO. You will have to include the Ultima SDK dll in your ServUO install and include its namespace in the script.
 
I am going to need the exact error you are getting.

Also, make sure you add ultima.dll to your assemblies.cfg in your data directory.
 
ok so i tried something else now this error is coming up, ive added the ultima.dll in the Data folder like the instructions said.upload_2015-7-5_21-1-25.png
 

Attachments

  • upload_2015-7-5_20-59-59.png
    upload_2015-7-5_20-59-59.png
    472.3 KB · Views: 2
Back