![]() |
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 - richm - 03-22-2015 11:26 PM lazarus that would do it i think. i was abit overzealous with the trying to stop players exploiting on my server, so froze then in place also. the region exit => close dialog seems fine. RE: Housing - Mordaunt - 03-23-2015 02:58 AM Hmm yes closing the dialog on region exit would be a better way lol... I'll amend the script RE: Housing - Extreme - 03-24-2015 10:26 AM Ok, here is my quick fix. Code: [REGIONTYPE r_houses] I want to ask you about a bug that is happening here.. Some houses is losing their owners, the more1 of the house worldgem is changing to 020001 010001, I don't know whats that.. Then the houses changes the owner to an ITEM lol thats crazy I know Then I made another fix... On I_BRASS_SIGN definitions.. Code: ON=@DClick This checks if the MORE1 of the house worldgem is a player and check if the player that is opening the dialog is the house owner (checking his memories) I don't know if it was already fixed, because I'm using an old version of your script But I will update it, just need time because I changed all the dialog designs ![]() RE: Housing - Shamino - 04-23-2015 06:49 AM Mordaunt on the script line 3013 ON=Ban Person The function src.targetf, f_add_ban F_ADD_BAN dont exist on the script, is a error? ![]() RE: Housing - Shamino - 04-26-2015 10:51 PM Fixed, change to: src.targetf, f_add_list ban RE: Housing - Mordaunt - 08-30-2015 11:35 PM @Shamino - Not sure how that one slipped through fixed now @Extreme - I haven't encountered that problem, though I haven't played around with UO in forever RE: Housing - dafty - 09-11-2015 11:02 PM always getting this error ERROR:(housing24.scp,231)Undefined keyword 'ref2.sysmessage' (using 56b version) and when i use Convert into customizable house option i get this error ERROR:(housing24.scp,3896)Undefined symbol 'i_multi_foundation_14x14' (7x7 etc depend on house size i have) Ps: i have the foundation_deeds.scp in the same folder. where the i_multi_foundation are. RE: Housing - dafty - 09-22-2015 02:07 AM Any help? RE: Housing - Criminal - 11-02-2015 10:48 PM Little fix to prevent put items underground or sky Code: [FUNCTION f_raise] RE: Housing - Mordaunt - 11-03-2015 06:45 AM @Dafty - Sounds to me as though you are either missing the foundations or they have a different name to whats in the script. The foundation deeds are only used when redeeding. @Criminal - Have added that fix. Thanks |