ThyroDree 3 Posted November 12, 2013 Please help me how to add skill on custom items like [+ Yinyang Wing] Use Lvl 4 Warm Wind and teach me how to Increase Damage of skills [^333399 If Refine +10 ^000000] ^00FF00 Increase 5% Acid Demontration Damage.^000000 [^333399 If Refine +10 ^000000] ^00FF00 Increase 5% Double Strafe and Sharp Shooting Damage.^000000 Please Help me! Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted November 13, 2013 (edited) This 1. itemid,item name,....{ if (isequipped(<yin_yang_id_number>)) { skill "TK_SEVENWIND",4; } },{},{ sc_end "TK_SEVENWIND"; }2. itemid,item name,....{ if ( getrefine() == 10 ) { bonus2 bSkillAtk,490,5; } },{},{}3. itemid,item name,....{ if ( getrefine() == 10 ) { bonus2 bSkillAtk,"AC_DOUBLE",5 bonus2 bSkillAtk,"SN_SHARPSHOOTING",5; } },{},{} Edit : add a sc_end Edited November 13, 2013 by Patskie 1 ThyroDree reacted to this Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted November 13, 2013 how to know the skill ID? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted November 13, 2013 check your re/skill_db.txt 1 ThyroDree reacted to this Quote Share this post Link to post Share on other sites
0 ThyroDree 3 Posted November 13, 2013 check your re/skill_db.txt Thanks! Last please. what script ?---- [ Thief Class ]Increase Soul Destroyer damage by 30% How to make the effect activate if only wear with tHief class{ if(Class==Job_Thief) bonus bla bla }----Help me how can i make this script on item_db2[^000088 + Red Valkyrie Helm ^000000]Enables use of ^008800Level 4 Warm Wind^000000. Red Valkyrie Helm ID - 25000Please Quote Share this post Link to post Share on other sites
0 Patskie 88 Posted November 13, 2013 itemid,item name,....{ if ( BaseClass == Job_Thief ) { bonus2 bSkillAtk,379,30; } }itemid,item name,....{ if ( isequipped( 25000 ) ) { skill "TK_SEVENWIND",4; } },{},{ sc_end "TK_SEVENWIND"; } Quote Share this post Link to post Share on other sites
Please help me how to add skill on custom items like
and teach me how to Increase Damage of skills
Please Help me!
Share this post
Link to post
Share on other sites