![]() |
Armor and Multi's showing as just worldgems. - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: Armor and Multi's showing as just worldgems. (/Thread-Armor-and-Multi-s-showing-as-just-worldgems) |
Armor and Multi's showing as just worldgems. - Ultima One - 01-08-2013 11:41 AM Since updating Sphere after 2 years to move to Linux, some armor and houses broke, complaining about: Code: Setting new id for base type i_deed_cabin_log_2story not allowed The armor was fixed by deleting the DEFNAME and putting the DEFNAME in place of the 04xxx ITEMDEF. Deeds however did not work like that, to get the deed to work I left the DEFNAME where it was, and changed the ITEMDEF to some random text. Next, is getting the Multis to show. I cant seem to get that to work! It is not showing anything at all... Just a worldgem. If i change the DEFNAME and ITEMDEF like other items, it still doesnt work. Code: [ITEMDEF 0406e] Is there something I can do so I dont have to go through all my armor and change it and randomly find all these invisible things?? Thanks RE: Armor and Multi's showing as just worldgems. - RanXerox - 01-08-2013 02:01 PM Code: [MULTIDEF 06e] Notice... its a MULTIDEF... and notice the 04000 is removed (subtracted?). RE: Armor and Multi's showing as just worldgems. - Ultima One - 01-08-2013 07:57 PM Thanks RanXerox, I will give that a go later ![]() So much has changed since I ran this server 2 years ago, going to take some time to port the scripts ![]() RE: Armor and Multi's showing as just worldgems. - RanXerox - 01-09-2013 02:26 AM It took me a few days to convert the basics... and many many weeks of stumbling upon the little things that didn't report errors in the logs o_O Once you understand the changes, you will come to the same conclusion that the changes are very beneficial. RE: Armor and Multi's showing as just worldgems. - Ultima One - 01-09-2013 06:41 AM Worked perfectly, also I got the deeds working by just removing the duplicate DEFNAME. Must have been editing local files before! (the most frustrating thing!) |