SphereCommunity
Problem with Morduant Static Housing - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Problem with Morduant Static Housing (/Thread-Problem-with-Morduant-Static-Housing)



Problem with Morduant Static Housing - Snaker - 07-24-2013 11:21 PM

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


RE: Problem with Morduant Static Housing - Mordaunt - 07-25-2013 01:22 AM

Has anyone else had an issue with this script?
I have been attempting to assist via PM's but cannot replicate the problem.

The script will generate the static_multis.scp file if it is not present and successfully writes to it.

do you have
// OF_FileCommands = 00000080

enabled in your sphere.ini?

OptionFlags=080


RE: Problem with Morduant Static Housing - xwerswoodx - 07-25-2013 02:05 AM

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


RE: Problem with Morduant Static Housing - Snaker - 07-25-2013 02:45 AM

Now it works, thanks.

What kind of housing script can I use with this system in order to make signs work?

In our shard we use only static houses.

Thanks


RE: Problem with Morduant Static Housing - Rattlehead - 07-25-2013 02:48 AM

http://forum.spherecommunity.net/sshare.php?srt=1&uid=621&page=2

2nd one down, also made by mordaunt made to work with static housing


RE: Problem with Morduant Static Housing - Mordaunt - 07-25-2013 03:23 AM

Static housing should work with any sign based housing script, though I only ran tests with it on mine.


Actually let me rephrase that....
Mine has features already implemented to work with static housing