jharick Posted July 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 77 Reputation: 3 Joined: 03/25/12 Last Seen: May 8, 2015 Share Posted July 13, 2012 (edited) help me for this code 30000,White_Wings,White Wings,5,0,,1,,7,,1,0xFFFFFFFF,15,2,1,,1,1,1035,{ bonus bAllStats,5; bonus2 bAddRace,RC_DemiHuman,20; if(isequipped(32009)) bonus bMaxHPRate,10; },{ set eff911,1; while(eff911==1){specialeffect2 911; sleep2 300;}},{set eff911,0;} The effect is when you equip the wings there will be a Aura Effect as image below. The Problem when you in hide or cloacking the aura stay Visible as image below. Is there anyway that when you hide or cloack the Aura will remove. Edited July 13, 2012 by jharick Quote Link to comment Share on other sites More sharing options...
Myzter Posted July 13, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 107 Reputation: 91 Joined: 01/19/12 Last Seen: April 19, 2024 Share Posted July 13, 2012 Look this definition in script_commands.txt *checkoption(<option number>) Quote Link to comment Share on other sites More sharing options...
jharick Posted July 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 77 Reputation: 3 Joined: 03/25/12 Last Seen: May 8, 2015 Author Share Posted July 13, 2012 (edited) this one "checkoption(0x2)==1" for hiding. so how can i put this script. add: how about a script that if i use hide or cloack it will trigger this script "set eff564,0;" Edited July 13, 2012 by jharick Quote Link to comment Share on other sites More sharing options...
Myzter Posted July 13, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 107 Reputation: 91 Joined: 01/19/12 Last Seen: April 19, 2024 Share Posted July 13, 2012 30000,White_Wings,White Wings,5,0,,1,,7,,1,0xFFFFFFFF,15,2,1,,1,1,1035,{ bonus bAllStats,5; bonus2 bAddRace,RC_DemiHuman,20; if(isequipped(32009)) bonus bMaxHPRate,10; },{ set eff911,1; while(eff911==1){if (!checkoption(0x2) && !checkoption(0x4) && !checkoption(0x40)) specialeffect2 911; sleep2 500;}},{set eff911,0;} Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted July 13, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted July 13, 2012 { set @ruru_eq,1; while(@ruru_eq) { if (!checkoption(0x4046)) specialeffect2 911; sleep2 500; } },{ set @ruru_eq,0; } Quote Link to comment Share on other sites More sharing options...
jharick Posted July 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 77 Reputation: 3 Joined: 03/25/12 Last Seen: May 8, 2015 Author Share Posted July 13, 2012 thank you so much Myzter its working Quote Link to comment Share on other sites More sharing options...
Question
jharick
help me for this code
The effect is when you equip the wings there will be a Aura Effect as image below.
The Problem when you in hide or cloacking the aura stay Visible as image below.
Is there anyway that when you hide or cloack the Aura will remove.

Edited by jharickLink 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.