Is possible delete the effect of appearance? (classic)

fa1thDEV

Heir
Where can I delete the particles and only the skin remains, I have made a belt with the passive of the transformation, so that it can work as an "outfit" and can be traded with other players, besides that, the possibility of activating and deactivating through the menu the skins and get lag.

1713472961547.png
 
you have the option, thats _dark put _light and the visual is without that ( has an effect anyway)
I think he means the same as I do, that we can use these transformations but that they don't have the particles or effects, that it is just a "skin".

I've been looking around and I think you have to first edit the staticmesh of each transformation and remove the "emitter" that would be the particles, but I still have doubts.
 
look at it , every skin has

baseball_uniform_light

baseball_uniform_black

i know that u have use there might be _black or _red , put _light
 
look at it , every skin has

baseball_uniform_light

baseball_uniform_black

i know that u have use there might be _black or _red , put _light
the only problem is that it cannot be used with cloaks, we would have to see in transformations.dat if is possible check that
 
I use the pasive in one belt, work perfect, but I cant use cloaks
like this
skill id="714630" levels="1" name="BLACK PIRATE LIGHT">
<set name="icon" val="icon.etc_some_icon" />
<set name="magicLevel" val="40" />
<set name="target" val="TARGET_SELF" />
<set name="abnormal" val="BLACK_PIRATE_LIGHT" />
<set name="skillType" val="BUFF" />
<set name="operateType" val="OP_PASSIVE" />
<for>
<effect count="1" name="Buff" stackOrder="99" abnormal="black_pirate_light">
</effect>
</for>
</skill>
 
Back
Top