Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Houses Not Fully Placing
Author Message
mlyon83
Apprentice
*

Posts: 44
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2013
Reputation: 0



Post: #1
Houses Not Fully Placing
Okay, so I know this is vague without producing scripts, however, that would be nearly impossible to paste and explain which each script is. Here's the problem:

Houses are placing the doors and signs. The custom house system/menu is accessed via the brass sign and works 100%. The problem is no walls, ceiling, floors, etc. are showing up. It's just only the doors and signs appearing. However, some GMs on my shard have reported that in very few places have they been able to fully place a house with all walls, floors, etc. and had no issues. But when trying to replicate their placement in those particular areas, they've been unsuccessful.

Does anyone have the slightest clue what the heck is going on with house placement and creation?
06-06-2013 06:04 PM
Find all posts by this user Like Post Quote this message in a reply
dagger4k
Journeyman
*

Posts: 194
Likes Given: 1
Likes Received: 12 in 12 posts
Joined: Mar 2012
Reputation: 0



Post: #2
RE: Houses Not Fully Placing
could be levels on the map / house placement. For example you might be placing the walls at -10 and the house at lvl 0.
Could also be and issue with the client version / sphere mismatch ( file mismatch )
06-06-2013 06:52 PM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #3
RE: Houses Not Fully Placing
What sphere version are you running?

Check your script sphere_item_multis_houses_ships.scp
make sure your houses are listed as MULTIDEF and not ITEMDEF which is the old format for them. Though this is a change that was made quite some time ago it could be the cause of your problem.

[Image: 2nis46r.jpg]
06-06-2013 06:59 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
larmc20
Journeyman
*

Posts: 67
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: May 2013
Reputation: 0



Post: #4
RE: Houses Not Fully Placing
I know what is happening. It has happened to me once.

Are you using the standard house sys from COmmunity PAck?

If not, it may be the same problems as I had.

Here it goes:
Open your House script. Check These parts of the script to see if its the same. For sphere 56b it must be like this. if not, you probably are running a old script, try to change the part of the script above in your script.

PHP Code:
[MULTIDEF 064]
DEFNAME=i_multi_house_stone_plaster_small
Name
=Small Stone and Plaster House
TYPE
=T_MULTI
VALUE
=123423
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Stone and Plaster House
MULTIREGION
=-3,-3,3,4
COMPONENT
=i_door_wood,0,3,7
COMPONENT
=i_sign_brass_2,2,4,5
TSPEECH spk_house_cmds

[MULTIDEF 066]
DEFNAME=i_multi_house_stone_small
Name
=Small Stone House
TYPE
=T_MULTI
VALUE
=132460
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Stone House
MULTIREGION
=-3,-3,3,4
COMPONENT
=i_door_wood,0,3,7
COMPONENT
=i_sign_brass_2,2,4,5
TSPEECH spk_house_cmds

[MULTIDEF 068]
DEFNAME=i_multi_house_stone_brick_small
Name
=Small Brick House
TYPE
=T_MULTI
VALUE
=127860
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Brick House
MULTIREGION
=-3,-3,3,4
COMPONENT
=i_door_wood,0,3,7
COMPONENT
=i_sign_brass_2,2,4,5
TSPEECH spk_house_cmds

[MULTIDEF 06a]
DEFNAME=i_multi_house_stone_wood_small
Name
=Small Wood House
TYPE
=T_MULTI
VALUE
=133000
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Wood House
MULTIREGION
=-3,-3,3,4
COMPONENT
=i_door_wood,0,3,7
COMPONENT
=i_sign_brass_2,2,4,5
TSPEECH spk_house_cmds

[MULTIDEF 06c]
DEFNAME=i_multi_house_wood_plaster_small
Name
=Small Wood and Plaster House
TYPE
=T_MULTI
VALUE
=130230
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Wood and Plaster House
MULTIREGION
=-3,-3,3,4
COMPONENT
=i_door_wood,0,3,7
COMPONENT
=i_sign_brass_2,2,4,5
TSPEECH spk_house_cmds

[MULTIDEF 06d]
DUPEITEM=01006c

[MULTIDEF 06e]
DEFNAME=i_multi_house_wood_thatched_small
Name
=Small Wood House Thatched Roof
TYPE
=T_MULTI
VALUE
=128560
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Wood House Thatched Roof
MULTIREGION
=-3,-3,3,4
COMPONENT
=i_door_wood,0,3,7
COMPONENT
=i_sign_brass_2,2,4,5

[MULTIDEF 06f]
DUPEITEM=01006e

[MULTIDEF 070]
DEFNAME=i_multi_tent_blue
Name
=Blue Tent
TYPE
=T_MULTI
VALUE
=66000
CATEGORY
=Multis
SUBSECTION
=Tents
DESCRIPTION
=Blue Tent
MULTIREGION
=-3,-3,4,4
COMPONENT
=0e43,0,-1,7

[MULTIDEF 071]
DUPEITEM=010070

[MULTIDEF 072]
DEFNAME=i_multi_tent_green
Name
=Green Tent
TYPE
=T_MULTI
VALUE
=66000
CATEGORY
=Multis
SUBSECTION
=Tents
DESCRIPTION
=Green Tent
MULTIREGION
=-3,-3,4,4
COMPONENT
=0e43,0,-1,7    // box

[MULTIDEF 073]
DUPEITEM=010072

[MULTIDEF 074]
DEFNAME=i_multi_house_3room
Name
=Three Room House
TYPE
=T_MULTI
VALUE
=447800
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Three Room House
MULTIREGION
=-7,-7,6,6
COMPONENT
=i_door_wood,-167
COMPONENT
=06A7,067
COMPONENT
=i_door_wood,-3,-17
COMPONENT
=i_door_wood,3,-17    // Front door.
COMPONENT=i_sign_brass_2,375    // Place the sign.

[MULTIDEF 075]
DUPEITEM=010074

[MULTIDEF 076]
DEFNAME=i_multi_house_wood_plaster_2story
Name
=Two Story Wood and Plaster House
TYPE
=T_MULTI
VALUE
=597856
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Two Story Wood and Plaster House
MULTIREGION
=-7,-7,6,7
COMPONENT
=i_door_wood,-367
COMPONENT
=06A7,-267
COMPONENT
=i_door_wood,-2027
COMPONENT
=i_door_wood,-307    // Front door.
COMPONENT=i_sign_brass_2175    // Place the sign.

[MULTIDEF 077]
DUPEITEM=010076

[MULTIDEF 078]
DEFNAME=i_multi_house_stone_plaster_2story
Name
=Two Story Stone and Plaster House
TYPE
=T_MULTI
VALUE
=577856
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Two Story Stone and Plaster House
MULTIREGION
=-7,-7,6,7
COMPONENT
=i_door_wood,-367
COMPONENT
=06A7,-267
COMPONENT
=i_door_wood,-3027
COMPONENT
=i_door_wood,-30// Front door.
COMPONENT=i_sign_brass_217// Place the sign.

[MULTIDEF 079]
DUPEITEM=010078

[
MULTIDEF 07a]
DEFNAME=i_multi_tower
Name
=Tower
TYPE
=T_MULTI
VALUE
=1235444
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Tower
MULTIREGION
=-11,-7,12,8
COMPONENT
=067D,     1446
COMPONENT
=067D,     1426
COMPONENT
=i_door_metal,     3,-27
COMPONENT
=0677,     167    // Front door 2.
COMPONENT=i_door_metal,     067    // Front door 1.
COMPONENT=i_sign_brass_2,     475    // Place the sign.

[MULTIDEF 07b]
DUPEITEM=01007a

[MULTIDEF 07c]
DEFNAME=i_multi_keep
Name
=Keep
TYPE
=T_MULTI
VALUE
=1865788
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Keep
MULTIREGION
=-11,-11,12,12
COMPONENT
=0677,     1107    // Front door 2.
COMPONENT=i_door_metal,     0107    // Front door 1.
COMPONENT=i_sign_brass_24115    // Place the sign.

[MULTIDEF 07d]
DUPEITEM=01007c

[MULTIDEF 07e]
DEFNAME=i_multi_castle
Name
=Castle
TYPE
=T_MULTI
VALUE
=3224123
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Castle
MULTIREGION
=-15,-15,15,16
COMPONENT
=0677157
COMPONENT
=i_door_metal057
COMPONENT
=06771157    // Front door 2.
COMPONENT=i_door_metal0157    // Front door 1.
COMPONENT=i_sign_brass_24165    // Place the sign.

[MULTIDEF 07f]
//Name=Castle
DUPEITEM=01007e

[MULTIDEF 087]
// ?
DEFNAME=i_multi_shop_blacksmithy_large_2
Name
=Large Blacksmithy Shop
TYPE
=T_MULTI
VALUE
=456000
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Large Blacksmithy Shop
MULTIREGION
=-7,-7,7,7
COMPONENT
=i_door_wood,     4, -17
COMPONENT
=06ad,     1,  47
COMPONENT
=06ad,     1, -47
COMPONENT
=06A7,    -367    // Front door 2.
COMPONENT=i_door_wood,    -467    // Front door 1.
COMPONENT=i_sign_brass_2,     075    // Place the sign.

[MULTIDEF 08c]
// minor support diff from 4087
DEFNAME=i_multi_shop_blacksmithy_large
Name
=Large Blacksmithy Shop
TYPE
=T_MULTI
VALUE
=456000
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Large Blacksmithy Shop
MULTIREGION
=-7,-7,7,7
COMPONENT
=i_door_wood,     4, -17
COMPONENT
=06ad,     1,  47
COMPONENT
=06ad,     1, -47
COMPONENT
=06A7,    -367    // Front door 2.
COMPONENT=i_door_wood,    -467    // Front door 1.
COMPONENT=i_sign_brass_2,     075    // Place the sign.

[MULTIDEF 096]
DEFNAME=i_multi_house_patio_marble
Name
=Large Marble Patio House
TYPE
=T_MULTI
VALUE
=588654
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Large Marble Patio House
MULTIREGION
=-7,-7,7,7
COMPONENT
=i_door_metal, -434
COMPONENT
=0677, -334
COMPONENT
=i_sign_brass_2070

[MULTIDEF 098]
// Small Tower
DEFNAME=i_multi_tower_wizard
Name
=Wizards Tower
TYPE
=T_MULTI
VALUE
=222350
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Wizards Tower
MULTIREGION
=-3,-3,4,4
COMPONENT
=i_door_metal336
COMPONENT
=i_sign_brass_2145
TSPEECH spk_house_cmds

[MULTIDEF 09a]
DEFNAME=i_multi_cabin_log_2story
Name
=Two Story Log Cabin
TYPE
=T_MULTI
VALUE
=277845
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Two Story Log Cabin
MULTIREGION
=-3,-6,4,7
COMPONENT
=06e5148
COMPONENT
=06e51029
COMPONENT
=i_sign_brass_2479
COMPONENT
=08a43, -38   //temp wood ladder, rope not working
COMPONENT=08a23, -420  //temp wood ladder, rope not working
TSPEECH spk_house_cmds

[MULTIDEF 09c]
DEFNAME=i_multi_house_patio_sand
Name
=Sandstone Patio House
TYPE
=T_MULTI
VALUE
=275654
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Sandstone Patio House
MULTIREGION
=-5,-4,6,4
COMPONENT
=i_door_wood_2, -136
COMPONENT
=i_sign_brass_2241
TSPEECH spk_house_cmds

[MULTIDEF 09e]
DEFNAME=i_multi_villa_2story
Name
=Two Story Villa
TYPE
=T_MULTI
VALUE
=398755
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Two Story Villa
MULTIREGION
=-5,-5,5,6
COMPONENT
=i_door_wood, -3, -125
COMPONENT
=06b31025
COMPONENT
=i_door_wood315
COMPONENT
=06a7415
COMPONENT
=i_sign_brass_2162
TSPEECH spk_house_cmds

[MULTIDEF 0a0]
DEFNAME=i_multi_shop_stone_small
Name
=Small Stone Shop
TYPE
=T_MULTI
VALUE
=180354
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Stone Shop
MULTIREGION
=-3,-3,3,4
COMPONENT
=067b, -2027
COMPONENT
=i_sign_brass_2347
TSPEECH spk_house_cmds

[MULTIDEF 0a2]
DEFNAME=i_multi_shop_marble_small
Name
=Small Marble Shop
TYPE
=T_MULTI
VALUE
=183456
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Small Marble Shop
MULTIREGION
=-3,-3,3,4
COMPONENT
=067b, -2024
COMPONENT
=i_sign_brass_2345
TSPEECH spk_house_cmds

[MULTIDEF 03e8]
// Treasure multi's don't work
DEFNAME=i_multi_treasure
Name
=Treasure
TYPE
=T_MULTI
VALUE
=1000
CATEGORY
=Multis
SUBSECTION
=Useless
DESCRIPTION
=Treasure 1
MULTIREGION
=-4,-5,4,5
TSPEECH spk_house_cmds

[MULTIDEF 03e9]
// Treasure multi's don't work
DEFNAME=i_multi_treasure2
Name
=Treasure
TYPE
=T_MULTI
VALUE
=2000
CATEGORY
=Multis
SUBSECTION
=Useless
DESCRIPTION
=Treasure 2
MULTIREGION
=-4,-5,4,5

[MULTIDEF 03ea]
// Treasure multi's don't work
DEFNAME=i_multi_treasure3
Name
=Treasure
TYPE
=T_MULTI
VALUE
=3000
CATEGORY
=Multis
SUBSECTION
=Useless
DESCRIPTION
=Treasure 3
MULTIREGION
=-4,-5,4,5
TSPEECH spk_house_cmds

[MULTIDEF 03eb]
// Treasure multi's don't work
DEFNAME=i_multi_treasure4
Name
=Treasure
TYPE
=T_MULTI
VALUE
=4000
CATEGORY
=Multis
SUBSECTION
=Useless
DESCRIPTION
=Treasure 4
MULTIREGION
=-4,-5,4,5


[MULTIDEF 07d0]
DEFNAME=i_multi_lattice
Name
=Lattice
TYPE
=T_MULTI
VALUE
=3000
CATEGORY
=Multis
SUBSECTION
=Other
DESCRIPTION
=Lattice 1
MULTIREGION
=-4,-5,4,5

[MULTIDEF 07d7]
DEFNAME=i_multi_lattice7
Name
=Lattice
TYPE
=T_MULTI
VALUE
=3000
CATEGORY
=Multis
SUBSECTION
=Other
DESCRIPTION
=Lattice 7
MULTIREGION
=-4,-5,4,5

[MULTIDEF 0BB8]
DEFNAME=i_multi_house_wheat_cottage
Name
=Wheat House
TYPE
=T_MULTI
VALUE
=225352
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Wheat Cottage
MULTIREGION
=-4,-5,4,5

[ITEMDEF 09388]
DEFNAME=i_multi_evil_compound
Name
=Evil Compound
TYPE
=T_MULTI
VALUE
=22000000
CATEGORY
=Multis
SUBSECTION
=Houses
DESCRIPTION
=Evil Compound
MULTIREGION
=-24,-12,24,13 
06-16-2013 12:15 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)