Here you go! I found it online somewhere originally as a WoW Night Elf, which I tweaked a bit. Remove the .txt extension when you grab it (forum wouldn't allow me to upload a file without an extension)Kenshin, do you have by any chance the preset for your Sorceress? I really liked it.
The Treant Camouflage? _10_UB_0002_e works for all classes.Guys, someone knows code for trent armor? Im watched multiplemodeldesc all, but can't find it
doesnt work. All changes, but not trent. What the problem, i cant understandThe Treant Camouflage? _10_UB_0002_e works for all classes.
Are you trying to do:doesnt work. All changes, but not trent. What the problem, i cant understand
<Conditional Code="U">
<Model Index="-">1_PC/2_PHW/Armor/9_Upperbody/phw_10_ub_0002_e.pac</Model>
<Model Index="U">1_PC/2_PHW/Armor/9_Upperbody/PHW_00_UB_0030.pac</Model>
</Conditional>
Treant Camouflage becomes Cavaro ArmorAre you trying to do:
Treant Camouflage becomes Cavaro Armor (PHW_00_UB_0030)
or
Cavaro Armor because Treant Camouflage?
Treant Camouflage: _10_UB_004 ???Treant Camouflage becomes Cavaro Armor
_10_ub_0002_e its not Treant Camouflage, its one of part from boss set
Treant is on event_costume, not armor. 10_treedummer_0004. I don't know if we can swap it or not, haven't tried that yet.Treant Camouflage: _10_UB_004 ???
Edit: Sorceress doesn't even have a 10_0004... It's only for Ranger.
No luck =/
It worked! Thanks a ton!Treant is on event_costume, not armor. 10_treedummer_0004. I don't know if we can swap it or not, haven't tried that yet.
This one?Does anyone by any chance know the code for the Black Garter belt underwear? Save me doing trial and error. If not i'll delve back in :)
Also as a side note currently only Ranger on NA/EU has the Cavaro underwear set, is it possible to use this model on other classes ? or will there be a model for other classes I can switch and it's just not in the cash shop yet?
If you want it to show under your clothes, just use "1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC" for the line <Model Index="-U"> as well.awesome thanks man
think perhaps i'm doing something wrong i deleted the following 2 sections from the multimodeldesc
Code:<Conditional Code="IU"> <Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> <Model Index="I-">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> <Model Index="-U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model> <Model Index="IU">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005.PAC</Model> </Conditional> <Conditional Code="IU"> <Model Index="--">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> <Model Index="I-">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> <Model Index="-U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model> <Model Index="IU">1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC</Model> </Conditional>
but that underwear is still not showing on my valk under clothes. It shows up on show underwear though.
Thank you for sharing your experience with us.Here is a few things I've learned recently that I thought would be worth sharing:
It is possible to swap upperbody armors with underwear... though if your actually underwear is still present, you will be seen wearing both.
View attachment 49695
I've finished looking over all the underwear for the Kunoichi class and found this one which I've never seen before. (Is there somewhere that people are putting the underwear IDs?)
View attachment 49696 View attachment 49697
1_pc/13_pnw/armor/38_underwear/pnw_00_uw_1015.pac
Using the idea of multiple conditions, I've been testing if it would be possible to essentially get more costumes while wearing the same gear by using the B condition. It seems to work pretty well, though the one potential issue is that the B option is always used during combat.
View attachment 49698 View attachment 49699 View attachment 49700 View attachment 49701 View attachment 49702 View attachment 49703 View attachment 49704
Also, in the above pictures, I swapped the feet for the sorceress' heels; that way they show up in black, instead of white. So it's possible to use resources from other classes.
I also think that I've found a way to change the clipping for a specific armor, though I need to actually test that I didn't break anything else. It should work, but it is also rather involved, unfortunately.
If you want it to show under your clothes, just use "1_PC/7_PVW/ARMOR/38_UNDERWEAR/PVW_00_UW_0005_DM.PAC" for the line <Model Index="-U"> as well.