Snaker
Apprentice
Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jul 2013
Reputation: 0
Imperivm Shard
|
Problem with Morduant Static Housing
Hi!
I'm an italian admin and I was testing Morduant's Static Housing in order to keep it into my shard.
I have a problem.. when I use the command .msh Sphere give these errors:
15:18:ERROR:(static_housing56b.scp,237)Undefined symbol 'FILE'
15:18:ERROR:(static_housing56b.scp,248)Undefined keyword 'FILE.CLOSE'
15:18:ERROR:(static_housing56b.scp,253)Can't resolve <FILE.open scripts/static_multis.scp>
15:18:ERROR:(static_housing56b.scp,253)Undefined symbol ''
15:18:ERROR:(static_housing56b.scp,256)Undefined keyword 'FILE.CLOSE'
15:18:ERROR:(static_housing56b.scp,266)Can't resolve <FILE.open scripts/static_multis.scp>
15:18:ERROR:(static_housing56b.scp,266)Undefined symbol ''
15:18:ERROR:(static_housing56b.scp,274)Undefined keyword 'FILE.CLOSE'
15:18:ERROR:(static_housing56b.scp,275)Undefined keyword 'FILE.LOAD'
15:18:ERROR:(static_housing56b.scp,277)Undefined symbol 'i_deed_multi_Prova2'
I'm using Sphere 0.56b Pre-Release 2013 with original Script Pack without modifications.
Can someone help me?
Thanks a lot
IMPERIVM SHARD: ANCIENT ROME, NOW, ON UO!
------------------------------------------------------
My Contacts:
Project Email
Personal Email
Skype: sn4k3r1
|
|
07-24-2013 11:21 PM |
|
|
xwerswoodx
Journeyman
Posts: 86
Likes Given: 4
Likes Received: 7 in 4 posts
Joined: Jun 2012
Reputation: 0
UoMMO
|
RE: Problem with Morduant Static Housing
Code:
15:18:ERROR:(static_housing56b.scp,237)Undefined symbol 'FILE'
15:18:ERROR:(static_housing56b.scp,248)Undefined keyword 'FILE.CLOSE'
15:18:ERROR:(static_housing56b.scp,253)Can't resolve <FILE.open scripts/static_multis.scp>
15:18:ERROR:(static_housing56b.scp,253)Undefined symbol ''
15:18:ERROR:(static_housing56b.scp,256)Undefined keyword 'FILE.CLOSE'
15:18:ERROR:(static_housing56b.scp,266)Can't resolve <FILE.open scripts/static_multis.scp>
15:18:ERROR:(static_housing56b.scp,266)Undefined symbol ''
15:18:ERROR:(static_housing56b.scp,274)Undefined keyword 'FILE.CLOSE'
15:18:ERROR:(static_housing56b.scp,275)Undefined keyword 'FILE.LOAD'
15:18:ERROR:(static_housing56b.scp,277)Undefined symbol 'i_deed_multi_Prova2'
That means you didn't activate your file commands.
Sphere.ini
// OF_FileCommands = 00000080
Add at optional flags 080.
Like this;
OptionFlags=08|080|0200|01000|02000
(This post was last modified: 07-25-2013 02:06 AM by xwerswoodx.)
|
|
07-25-2013 02:05 AM |
|
|
Rattlehead
Master
Posts: 290
Likes Given: 3
Likes Received: 8 in 6 posts
Joined: Jun 2012
Reputation: 8
|
RE: Problem with Morduant Static Housing
|
|
07-25-2013 02:48 AM |
|
|