[PLUS] Clothing/Inventory Error.

ordan

New Member
Jul 1, 2013
1
0
Hello!

Something Seems to be wrong! I Was adding Furni to the retro i followed a guide step by step, Everything seemed fine. The Furni Appeared just like i hoped it would, the only issue seems to be when you purchase the furni & then place it in the room it says the usual 'use & bind clothing' i've clicked that yet nothing seems to be showing in the avatar editor? I've re-done the whole thing more than once and i can't seem to figure out what the problem could be. Any ideas?
 

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
Hello!

Something Seems to be wrong! I Was adding Furni to the retro i followed a guide step by step, Everything seemed fine. The Furni Appeared just like i hoped it would, the only issue seems to be when you purchase the furni & then place it in the room it says the usual 'use & bind clothing' i've clicked that yet nothing seems to be showing in the avatar editor? I've re-done the whole thing more than once and i can't seem to figure out what the problem could be. Any ideas?
Can you post a few things? Go into your swfs get the figuremap and figuredata for us so i can check for any errors there. Also the figuredata thats in the emu. Gatta see all 3 of those. Also post the furni sql, cat item sql, ans the cat_clothung sql. Also, what emu are you using? I know this is quiet alot to post but its everything involved with it. Can you also post a screen shot of the item in the catalog?
 

Jordan_97

New Member
Aug 21, 2018
3
2
Elo! (Logged into my other account for some odd reason)

Here you go! after messing around for a little while longer, it seems to be giving me the items But not the correct one. For example
Kitty BagPack is displaying as a necklace and seawreath crown is displaying as a bow.

Original SQL'S

INSERT INTO `catalog_items` VALUES (10113, 'PageID', '10113', 'clothing_r18_seawreath name', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');

INSERT INTO `furniture` VALUES ('10113', 'clothing_r18_seawreath', 'clothing_r18_seawreath name', 's', '1', '1', '1', '1', '0', '0', '10113', '1', '1', '1', '1', '1', 'default_type', '4', '0', '0', '0', '0', '0', '0', '0');

INSERT INTO `catalog_clothing` (`clothing_name`, `clothing_parts`) VALUES ('FURNITURENAME', 'CLOTHINGPARTS');



SQL'S That i entered

INSERT INTO `catalog_items` VALUES (10113, '20', '10113', 'clothing_r18_seawreath name', '5', '0', '0', '1', '0', '0', '1', '0', '0', '-1');

INSERT INTO `furniture` VALUES ('10113', 'clothing_r18_seawreath', 'clothing_r18_seawreath name', 's', '1', '1', '1', '1', '0', '0', '10113', '1', '1', '1', '1', '1', 'purchasable_clothing', '4', '0', '0', '0', '0', '0', '0', '0', '0');

INSERT INTO `catalog_clothing` (`clothing_name`, `clothing_parts`) VALUES ('clothing_r18_seawreath', '3681');




They are .xml i just had to convert to txt to upload :) I'm using PlusEmu 3.4.3.0
 

Attachments

  • figuredata.txt
    323 KB · Views: 1
  • figuredataEMU.txt
    311.4 KB · Views: 3
  • figuremap.txt
    102 KB · Views: 3
  • c.PNG
    c.PNG
    98.4 KB · Views: 11

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
ok, im sending this from my phone so im not in front of my computer but if you look at the furniture sql, after purchasable clothing is the numver 4, now that number change it to the id of the catalog clothing. i think thats where your issue is. Cause your item name is correct which is why you see the furni you see BUT when you click it your getting another clothing item cause the id number(4) is for the bow that your seeing. Make sence? Give that a try purge, clear cache reload and let me know what happens. i also have to look at the txts but as far as i can see try this first
 

Jordan_97

New Member
Aug 21, 2018
3
2
Hey!

Did what you said, The furni appears to be showing up that i'm wearing it in the avatar editor. But doesn't seem to appear on the avatar its self, However it appears on the /me page:p I've attached 2 images below so you can see for yourself what i mean :p
 

Attachments

  • d.PNG
    d.PNG
    18.3 KB · Views: 8
  • e.PNG
    e.PNG
    5.4 KB · Views: 7

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
Ok now to fix this its quiet simple. When you edited your figure data, it has to be placed in a specific spot. Let me explain, below is a set (these are in your figure data) When you added the new clothing item, you should have added the text in here
Below you see where it says type="cp", when adding a clothing into the figure data, it has to be placed accordingly to its type. So say for example in the figure data search
<settype type="cp", i would then place this under that category. Once you do this, in the emu do the command :update mutant also do :update items :update catalog clear cache and purge. That should fix this issue, if note its cause your missing an swf. Clothing contains two swfs. You have the hof_furni swf which is what you see in the catalog (like all items) and than the swf thats inside your hof_furni folder (the furni) now the one you have so far is the one in your hof_furni folder im guessing by the name, clothing_r18_seawreath Now the swf is easy to get for the gordon folder they typically have a name like this --> acc_chest_U_catbackpack, majority of the time retro ripper has it. (As you see below) I cant really get in depth how to add this but this is kinda a guide. (in a nut shell one swf is for the furni, one is for the clothing where you change your character) the acc_head goes into gordon, the clothing goes into swfs. Also the part ids below you need in your sql for the cat_clothing

I hope this helps a little, just kinda plug and play

INSERT INTO `catalog_clothing` (`clothing_name`, `clothing_parts`) VALUES ('clothing_r18_seawreath', '3681', '3163', '3164');

<lib id="acc_head_U_seawreath" revision="64001">
<part id="3162" type="he"/>
<part id="3163" type="he"/>
<part id="3164" type="he"/>
</lib>


<set id="3317" gender="U" club="2" colorable="1" selectable="1" preselectable="0"><part id="2532" type="cp" colorable="1" index="0" colorindex="1"/><part id="2533" type="cp" colorable="1" index="1" colorindex="2"/></set><set id="3402" gender="U" club="0" colorable="1" selectable="1" preselectable="0" sellable="1"><part id="2706" type="cp" colorable="0" index="0" colorindex="0"/><part id="2707" type="cp" colorable="1" index="1" colorindex="1"/></set>
 

Jordan_97

New Member
Aug 21, 2018
3
2
Hey!

Just tried that, tried a few different way's also. Nothing's happened other than it's made me bald! haha.
On the main page its displaying as Bald w Wreath, But in game. Still Nothing
 

Rystbo

-Hotel Owner, -Customs Developer, -Arcturus
Apr 16, 2018
390
200
Ok, im going to upload you an example one, has everything you need. Just look it and compare it to what you have.




 
Hey!

Just tried that, tried a few different way's also. Nothing's happened other than it's made me bald! haha.
On the main page its displaying as Bald w Wreath, But in game. Still Nothing
I went ahead and wrote up a tutorial for you

 

Users who are viewing this thread

Top