powkda Posted January 27, 2022 Posted January 27, 2022 I made this item to hide the headgear, but if the character relogged the items again, I wanted it to only appear if the character changed the equipment, how should I do it? 30130,Adesivo_Magico,Adesivo Magico,2,1,,500,,,,,0xFFFFFFFF,7,2,,,,,,{ changelook LOOK_HEAD_TOP, 0; changelook LOOK_HEAD_MID, 0; changelook LOOK_HEAD_BOTTOM, 0; },{},{} Thank you in advance for your attention, and you will definitely have my like Quote
0 LearningRO Posted March 11, 2022 Posted March 11, 2022 maybe you can do some trick make function and then triger with onpclogin: if ( noview == 1){ do script { in your equipment script just give script set noview 1 when use and noview 0 when put it off Quote
0 powkda Posted April 21, 2022 Author Posted April 21, 2022 On 3/11/2022 at 4:00 AM, LearningRO said: maybe you can do some trick make function and then triger with onpclogin: if ( noview == 1){ do script { in your equipment script just give script set noview 1 when use and noview 0 when put it off the problem is that it's a consumable item, not a piece of equipment Quote
0 LearningRO Posted April 25, 2022 Posted April 25, 2022 On 4/21/2022 at 7:22 PM, powkda said: the problem is that it's a consumable item, not a piece of equipment how the item work? if as consumable still can do with the trick and dont forget triger too on ONPCLOGINEVENT: OnPCLoginEvent: if (noview == 1){ changelook LOOK_HEAD_TOP, 0; changelook LOOK_HEAD_MID, 0; changelook LOOK_HEAD_BOTTOM, 0; } Quote
Question
powkda
I made this item to hide the headgear, but if the character relogged the items again, I wanted it to only appear if the character changed the equipment, how should I do it?
Thank you in advance for your attention, and you will definitely have my like
5 answers 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.