Alright so a couple of weeks ago I decorated a place on my server, nuked all the items to "type 255", exported the area into a .wsc file, went into world forge, hit "getstaticindex", made sure "type 255" was checked, hit "freeze" and it worked perfectly. Went back into the game and removed all the items and everything was "frozen" in-game.
When trying to freeze another decorated area I have (which is floating in the black area, don't know if this would have anything to do with the error im getting) I get an error "Invalid item in patch file! Item#:0".
This is "Item #:0"
Code:
SECTION WORLDITEM 0
{
SERIAL 1073782280
NAME grasses
ID 3251
X 6270
Y 1281
Z 0
CONT -1
TYPE 255
AMOUNT 1
COLOR 0
}
When removing "Item: 0" and trying to freeze it again, it then gives the same error stating item: 1 is invalid. All the items have their type set to 255. I have no portals, doors, containers, or anything that shouldn't be frozen in the area I'm trying to freeze.
Here is the 2nd item in my .wsc file.
Code:
SECTION WORLDITEM 1
{
SERIAL 1073771823
NAME sandstone floor
ID 2077
X 6266
Y 1281
Z 0
CONT -1
TYPE 255
AMOUNT 1
COLOR 0
}
Why is it giving me this error? If there is no solution to this is there any other program I can use to "freeze" items? Thank you