![]() |
Housing - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Submissions (/Forum-Script-Submissions) +--- Thread: Housing (/Thread-Housing) |
RE: Housing - Mordaunt - 02-04-2013 12:58 AM Ok, try this then, alongside the script I already gave: Code: if (<act.region.tag0.sign>) It should not allow anyone to place an item within the house region if they are not themselves inside it. Then the other script will check for privs RE: Housing - Runcuks - 02-04-2013 10:17 PM Mordaunt not working it only fires when i am in house territory ... ![]() RE: Housing - Mordaunt - 02-05-2013 02:01 AM Sorry should have said... put that last peice of script into an event that is always on the player under @ItemDropOn_Ground RE: Housing - Runcuks - 02-05-2013 03:47 AM (02-05-2013 02:01 AM)Mordaunt Wrote: Sorry should have said... put that last peice of script into an event that is always on the player under @ItemDropOn_Ground i already did that, but didnt work ... RE: Housing - Mordaunt - 02-08-2013 04:59 AM properly working version Code: ON=@ItemDropOn_Ground RE: Housing - Runcuks - 02-09-2013 08:43 PM (02-08-2013 04:59 AM)Mordaunt Wrote: properly working versionJup tyvm this is working perfecly !! RE: Housing - Mordaunt - 02-26-2013 01:32 PM Patch: Reset button on sign coloriser was incorrectly assigned (reported by Soulless) RE: Housing - Soulless - 02-26-2013 03:04 PM im getting lots of these things during a player trying to place items in a custom house. my gm char can use it just fine though ![]() 00:03:WARNING:Invalid item 029d being added to building 040087e7c by 0934e6. 00:03:WARNING:Invalid item 029d being added to building 040087e7c by 0934e6. RE: Housing - Runcuks - 02-26-2013 10:46 PM (02-26-2013 03:04 PM)Soulless Wrote: im getting lots of these things during a player trying to place items in a custom house. my gm char can use it just fine though i had this problem to but i find out that i dont even have those items so i search for them, add to server and now all is working good ![]() RE: Housing - Mordaunt - 02-26-2013 11:39 PM I assume this is occurring during custom house building given that item in question is: Code: [ITEMDEF 029d] That being the case this could well be an issue either with the item being missing from your scripts (which would be odd) or something else going on within sphere as the house building is is 99% hardcoded. |