mrmtsuruya Posted February 16, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/05/12 Last Seen: February 17, 2012 Share Posted February 16, 2012 can anyone help me with this script: { bonus bUnbreakableArmor,0; bonus bAllStats,2; bonus2 bResEff,Eff_Freeze,10000; bonus bMaxHPrate,1+(getrefine()); if(isequipped(2374,2433,5808) == 0) else ( bonus2 bSubEle,Ele_Neutral,20; bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Earth,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Poison,20; bonus2 bSubEle,Ele_Holy,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Ghost,20; bonus2 bSubEle,Ele_Undead,20; bonus bAllStats,5; skill "TK_SEVENWIND",7; },{},{ sc_end TK_SEVENWIND; } if any of the "item id" is unequipped the skill "TK_SEVENDWIND" will disappear. any help would be appreciated thanks! Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 16, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 11 hours ago Share Posted February 16, 2012 tried this ? skill "TK_SEVENWIND",-7; place at the OnUnEquip part Quote Link to comment Share on other sites More sharing options...
5511 Posted February 16, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 11/30/11 Last Seen: September 20, 2023 Share Posted February 16, 2012 (edited) sc_end SC_SEVENWIND; Edited February 16, 2012 by 5511 Quote Link to comment Share on other sites More sharing options...
mrmtsuruya Posted February 16, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/05/12 Last Seen: February 17, 2012 Author Share Posted February 16, 2012 (edited) tried this ? skill "TK_SEVENWIND",-7; place at the OnUnEquip part still not working it seems like when i equipped the id(2375) which is my diabolus armor the warm wind lvl7 show's even though i didn't equipped the other parts. by the way im trying to make a combo equip set. here's the description: 2375# All Stats + 2, Adds 100% Resistance from Freeze Status ^0000FFIncrease maximum HP by 1% per refine rate.^000000 [ ^000088+ Diabolus Robe, Diabolus Boots, Dark Bacilium^000000 ] Gives 20% Resistance to Neutral Properties Attack. Enable to use Level 4 Warm Wind, All Stats + 5 sc_end SC_SEVENWIND; 5511 not working. any other solution? please provide the full script code. so that i can figure out what's wrong. thanks! Edited February 16, 2012 by mrmtsuruya Quote Link to comment Share on other sites More sharing options...
Kenpachi Posted February 16, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 764 Reputation: 220 Joined: 11/14/11 Last Seen: November 19, 2020 Share Posted February 16, 2012 This is impossible without a source modification. Quote Link to comment Share on other sites More sharing options...
mrmtsuruya Posted February 16, 2012 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 02/05/12 Last Seen: February 17, 2012 Author Share Posted February 16, 2012 (edited) This is impossible without a source modification. well i think i found a solution i made it working here is my code: { bonus bUnbreakableArmor,0; bonus bAllStats,2; bonus2 bResEff,Eff_Freeze,10000; bonus bMaxHPrate,1+(getrefine()); if(isequipped(2374,2433,5808)) { bonus2 bSubEle,Ele_Neutral,20; bonus bAllStats,5; skill "TK_SEVENWIND",7; } },{},{skill "TK_SEVENWIND",-7;} Edited February 16, 2012 by mrmtsuruya Quote Link to comment Share on other sites More sharing options...
Kenpachi Posted February 16, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 764 Reputation: 220 Joined: 11/14/11 Last Seen: November 19, 2020 Share Posted February 16, 2012 This actually should not remove the skill but set its level to 0. (That's not what you asked for.) And unless you add skill "TK_SEVENWIND",-7; to the other combo items OnUnequipScript, too you'll be able to use the skill even if one of them is unequipped. Quote Link to comment Share on other sites More sharing options...
pojiejapan Posted February 18, 2012 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 126 Reputation: 6 Joined: 11/18/11 Last Seen: February 19, 2015 Share Posted February 18, 2012 that is correct. but i think you dont need to add the warm wind -7 at the un equip bracket. Quote Link to comment Share on other sites More sharing options...
Question
mrmtsuruya
can anyone help me with this script:
if any of the "item id" is unequipped the skill "TK_SEVENDWIND" will disappear.
any help would be appreciated
thanks!
Link to comment
Share on other sites
7 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.