nattapol Posted May 3, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 03/20/19 Last Seen: September 11, 2024 Share Posted May 3, 2019 Hello every one i want to combine skill lv from item For example if i use 2 Sidewinder Cards skill level of Double attack should to be Level 2. and another skills too Thank alot . ............. sorry my english is bad Quote Link to comment Share on other sites More sharing options...
1 Emistry Posted May 9, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 9, 2019 try 4117,Side_Winder_Card,Sidewinder Card,6,20,,10,,,,,,,,2,,,,,{ addtoskill "TF_DOUBLE",1,2; bonus bDoubleRate,5; },{},{} 1 Quote Link to comment Share on other sites More sharing options...
1 sader1992 Posted May 3, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 18 hours ago Share Posted May 3, 2019 (edited) try item script: {},{ char_variable++; },{ char_variable--; } and npc script: - script something -1,{ OnPCStatCalcEvent: if(isequipped(<itemid>)){ skill <"skill name">,char_variable; } end; } this might work without npc { skill <"skill name">,char_variable; },{ char_variable++; },{ char_variable--; } Edited May 3, 2019 by sader1992 1 Quote Link to comment Share on other sites More sharing options...
0 Gladius Posted May 3, 2019 Group: Members Topic Count: 12 Topics Per Day: 0.01 Content Count: 235 Reputation: 64 Joined: 04/29/19 Last Seen: April 16 Share Posted May 3, 2019 { if (isequipped(4117)) { skill "TF_DOUBLE",2; bonus bDoubleRate,5; } } that? 1 Quote Link to comment Share on other sites More sharing options...
0 Kakaroto Posted May 3, 2019 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: 14 hours ago Share Posted May 3, 2019 (edited) item_combo_db.txt: Item_ID1:Item_ID2,{ bonus2 bSkillAtk,"SKILL_NAME_ID",100; } Example: 4117:4117,{ bonus2 bSkillAtk,"AC_DOUBLE",100; } Edited May 3, 2019 by Kakaroto 1 Quote Link to comment Share on other sites More sharing options...
0 nattapol Posted May 4, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 1 Joined: 03/20/19 Last Seen: September 11, 2024 Author Share Posted May 4, 2019 On 5/4/2019 at 1:58 AM, Gladius said: { if (isequipped(4117)) { skill "TF_DOUBLE",2; bonus bDoubleRate,5; } } that? thk sir and itry this but not work On 5/4/2019 at 5:36 AM, sader1992 said: try item script: {},{ char_variable++; },{ char_variable--; } and npc script: - script something -1,{ OnPCStatCalcEvent: if(isequipped(<itemid>)){ skill <"skill name">,char_variable; } end; } this might work without npc { skill <"skill name">,char_variable; },{ char_variable++; },{ char_variable--; } wow that script work!!! Thx sir but when i use 3 SidewinderCards Double attack still Lv2 ???(shuould to Lv3?) Quote Link to comment Share on other sites More sharing options...
Question
nattapol
Hello every one
i want to combine skill lv from item
For example
if i use 2 Sidewinder Cards skill level of Double attack should to be Level 2.
and another skills too
Thank alot .
.............
sorry my english is bad
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.