powkda Posted January 27, 2022 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 90 Reputation: 1 Joined: 11/11/17 Last Seen: March 30 Share 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 Link to comment Share on other sites More sharing options...
0 powkda Posted March 9, 2022 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 90 Reputation: 1 Joined: 11/11/17 Last Seen: March 30 Author Share Posted March 9, 2022 bump Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted March 11, 2022 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
0 mrfizi Posted March 11, 2022 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: March 17 Share Posted March 11, 2022 Maybe you can check this: Quote Link to comment Share on other sites More sharing options...
0 powkda Posted April 21, 2022 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 90 Reputation: 1 Joined: 11/11/17 Last Seen: March 30 Author Share 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 Link to comment Share on other sites More sharing options...
0 LearningRO Posted April 25, 2022 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 14 hours ago Share 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 Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.