RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Static Exporter (to .cfg decoration file)

AasanDar

Wanderer
Hi, first of all, love the staticexport script. It's worked well for me. But for some reason, after not using it for a while, I put it back in and when I compile it RunUO says "Possible mistaken null statement". So I came and got the most recent version from here and I still get the error. It references line 60 which is;
Code:
if ( item.Decays == false && item.Movable == false );
 

zardoz

Sorceror
I assume that this script is still only for RunUO 1.0. When I try and use it under 2.0 it fails to compile. If nobody objects, I'll take a look at it....
 
Top