LearningRO Posted April 22, 2019 Posted April 22, 2019 hi, all client 2018 have control transparent item for garment transparentItemlist = { { 1, 255, 255, 25500 }, what i want how to disable front side transparent in garment i don't know what the function number in above configuration see this picture if i put on garment have front side transparent https://gyazo.com/9ac02d5429f0b1850e58a48a030fdca9 and if i put on middle/lower/upper location didn't have transparent https://gyazo.com/d37c069825097d3cdad489250302b9f8 1 Quote
0 OscarScorp Posted September 29, 2019 Posted September 29, 2019 This actually helped me solve my issue of an invisible garment, thanks! What you have to do is edit this file: data/luafiles514/lua files/transparentItem/transparentItem.lub And add at the very end, your item view id. Mine has 2005 so I added this line almost at the end, before de 0's: { 48, 255, 255, 25500 }, { 49, 255, 255, 25500 }, { 50, 255, 255, 25500 }, { 2005, 255, 255, 25500 }, --This line { 0, 0, 0, 0 } } The view ID is in your item_db.txt: 52005,DoubleBlades,Double Blades,4,0,,0,,0,,0,0xFFFFFFFF,63,2,8192,,1,0,2005,{},{},{} Hope it solves your issue as it solved mine!! Quote
Question
LearningRO
hi, all client 2018 have control transparent item for garment
transparentItemlist = { { 1, 255, 255, 25500 },
what i want how to disable front side transparent in garment
i don't know what the function number in above configuration
see this picture if i put on garment have front side transparent
https://gyazo.com/9ac02d5429f0b1850e58a48a030fdca9
and if i put on middle/lower/upper location didn't have transparent
https://gyazo.com/d37c069825097d3cdad489250302b9f8
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.