jharick Posted July 13, 2012 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
Myzter Posted July 13, 2012 Posted July 13, 2012 Look this definition in script_commands.txt *checkoption(<option number>) Quote
jharick Posted July 13, 2012 Author 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
Myzter Posted July 13, 2012 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
EvilPuncker Posted July 13, 2012 Posted July 13, 2012 { set @ruru_eq,1; while(@ruru_eq) { if (!checkoption(0x4046)) specialeffect2 911; sleep2 500; } },{ set @ruru_eq,0; } Quote
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 jharick5 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.