![]() |
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 - Soulless - 02-27-2013 07:01 AM well it happens for every item when my chars not gm. as a gm i can place the walls without an issue. though i might not have all the new walls in my itemdefs. RE: Housing - Mordaunt - 02-27-2013 07:13 AM That will be what it is RE: Housing - Soulless - 02-27-2013 08:29 PM well i did udpated to all the new items, etc. totall updated and such, however i still get the same errors when in player mode. can anyone confirm that it works when your not gm 1? let me know so i can work on getting it up and going Code: 05:27:WARNING:Invalid item 0fa being added to building 040088c0b by 08a4f9. RE: Housing - Mordaunt - 02-28-2013 12:25 AM I can indeed confirm that I can place these items on a non GM character without any errors on the console. I realize this comes across a little biased since this is my script I still believe that you are missing the items in your scripts or there is some other issue at play here given that my script itself does not contain any of these items, nor does it need to. RE: Housing - Soulless - 03-03-2013 12:39 AM so i spent about 2 hours with a fresh server, using this housing system. it worked jsut fine, so i wondered what in the world could be different with mine. so i copy my item files over the fresh servers item files. boot that bitch up then i can still make a house just fine, so it wasnt the files. then im thinking, well lets just copy all the scripts folder over, so i do that. still works just fine. *scratch head*, so then im thinking its maby like the maps folder, or the accounts, or maybe even the save file im using. so i just copy all that shit over. still works *light cigarette, scream* the only thing i hadnt copied over was the mul files, then im thinking yeah thats probably it. so i comment out my /mul location in my live servers ini. all the sudden it works on my server now!! *light another cigarette, don't scream this time* but i decide i want to have all the muls in my mul folder isntead of just using my uo dir. so i copy all the muls over, but it doesnt work then. so this must rely on some different file inside the uo directory that i didnt see. anyways. if anyone has this same issue, its because you dont have sphere using all the right files for custom houses. RE: Housing - Mordaunt - 03-03-2013 01:01 AM (and it's also the hardcoded custom house function of the server and not my script) hahaha sorry RE: Housing - Soulless - 03-03-2013 04:54 PM that's true, i dont want anyone to think the script doesnt rock, cause it does. a little too much almost. RE: Housing - Mordaunt - 03-18-2013 06:40 AM Patched v2.0.1: Fixed: Issue with door recoding not working after players secure a chest due to uncleared ctag. reported by backtobasics RE: Housing - Mordaunt - 04-03-2013 06:07 AM There appears to be an issue with large buildings (keep, castles & possibly towers) demolishing their close by neighbor when they are redeeded/demolished. This is an issue similar as to what was reported before and I thought that the proximity check I added had fixed this problem, but it seems that is not the case for these larger buildings. This was reported once before but I was unable to replicate the issue until today I am working on a fix for this bug and will push out an update as soon as I have something that is properly working. RE: Housing - Shaklaban - 04-03-2013 10:56 AM (03-03-2013 12:39 AM)Soulless Wrote: so i spent about 2 hours with a fresh server, using this housing system. it worked jsut fine, so i wondered what in the world could be different with mine. so i copy my item files over the fresh servers item files. boot that bitch up then i can still make a house just fine, so it wasnt the files. then im thinking, well lets just copy all the scripts folder over, so i do that. still works just fine. *scratch head*, so then im thinking its maby like the maps folder, or the accounts, or maybe even the save file im using. so i just copy all that shit over. still works *light cigarette, scream* the only thing i hadnt copied over was the mul files, then im thinking yeah thats probably it. so i comment out my /mul location in my live servers ini. all the sudden it works on my server now!! *light another cigarette, don't scream this time* but i decide i want to have all the muls in my mul folder isntead of just using my uo dir. so i copy all the muls over, but it doesnt work then. so this must rely on some different file inside the uo directory that i didnt see. anyways. if anyone has this same issue, its because you dont have sphere using all the right files for custom houses. you need to put floors.txt, doors.txt etc. to the mul folder of the sphere. |