Noel Gallagher Posted February 24, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 150 Reputation: 2 Joined: 11/19/11 Last Seen: October 29, 2016 Share Posted February 24, 2014 Hello, I'm using eA. How do you guys make 2 kiel + 2 expert ring combo? 2 kiel + 2 Exper Ring = -70% 2 kiel +1 Expert Ring = -35% (Only 1 kiel and 1 Experting will work) 2 kiel = - 30% (Only 1 kiel will work) 3 kiel +2 Expert Ring = 70% (Three kiels will not work instead only 2 will work) Anyone can help me? Quote Link to comment Share on other sites More sharing options...
sandbox Posted February 26, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted February 26, 2014 Hello, I'm using eA. How do you guys make 2 kiel + 2 expert ring combo? 2 kiel + 2 Exper Ring = -70% Isn't it like this alreadY? 2 kiel = 60%, 2 expert = 10% = 70% total? 2 kiel +1 Expert Ring = -35% (Only 1 kiel and 1 Experting will work) 2 kiel = - 30% (Only 1 kiel will work) 3 kiel +2 Expert Ring = 70% (Three kiels will not work instead only 2 will work) Same as this one, and I believe 3 kiels would not stack. Anyone can help me? You might wanna check item_combo.txt for this.. Create your own combo Quote Link to comment Share on other sites More sharing options...
Noel Gallagher Posted March 5, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 150 Reputation: 2 Joined: 11/19/11 Last Seen: October 29, 2016 Author Share Posted March 5, 2014 Hello sandbox! I already solve my problem but 3 kiels are working. Here's the item script 4403,Kiel_Card,Kiel-D-01 Card,6,20,,10,,,,,,,,769,,,,,{ if ( isequippedcnt(4403) >= 2 && isequippedcnt(2703) < 2 ) bonus bDelayRate, -30 / isequippedcnt(4403); else bonus bDelayRate, -30; },{},{} Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 5, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 5, 2014 Similar topic http://rathena.org/board/topic/87110-max-card-in-headgear/?p=221105 Quote Link to comment Share on other sites More sharing options...
Noel Gallagher Posted March 6, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 150 Reputation: 2 Joined: 11/19/11 Last Seen: October 29, 2016 Author Share Posted March 6, 2014 So this will be the script? { if ( isequippedcnt(4403) >= 2 && isequippedcnt(2703) < 2 ) bonus bDelayRate, -30 / isequippedcnt(4403); else bonus bDelayRate, -30; callfunc "Sample"; },{},{} Then error: Unknown syntax in file 'npc/custom/script/callfunc.txt', line '2'. Stopping... * w1=if( isequippedcnt (4403) > 2) { Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 6, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 6, 2014 Show me the script...? Quote Link to comment Share on other sites More sharing options...
Noel Gallagher Posted March 6, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 150 Reputation: 2 Joined: 11/19/11 Last Seen: October 29, 2016 Author Share Posted March 6, 2014 function script Sample { if( isequippedcnt( 4403 ) > 2 ){ message strcharinfo(0),"Cant Wear More than 2 Kiel Cards."; nude; } return; } Btw, Im using eA Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 6, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 6, 2014 Your header is wrong function%tab%script%tab%Sample%tab%{ Quote Link to comment Share on other sites More sharing options...
Noel Gallagher Posted March 6, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 150 Reputation: 2 Joined: 11/19/11 Last Seen: October 29, 2016 Author Share Posted March 6, 2014 But the message strcharinfo(0),"Cant Wear More than 2 Kiel Cards."; Didn't show and still can equip 3 kiels. Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 6, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: Friday at 12:25 PM Share Posted March 6, 2014 Means your svn is outdated. Try putting the callfunc on OnEquip script Quote Link to comment Share on other sites More sharing options...
Noel Gallagher Posted March 6, 2014 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 150 Reputation: 2 Joined: 11/19/11 Last Seen: October 29, 2016 Author Share Posted March 6, 2014 I'm using eAmod. Quote Link to comment Share on other sites More sharing options...
Question
Noel Gallagher
Hello, I'm using eA. How do you guys make 2 kiel + 2 expert ring combo?
2 kiel + 2 Exper Ring = -70%
2 kiel +1 Expert Ring = -35% (Only 1 kiel and 1 Experting will work)
2 kiel = - 30% (Only 1 kiel will work)
3 kiel +2 Expert Ring = 70% (Three kiels will not work instead only 2 will work)
Anyone can help me?
Link to comment
Share on other sites
10 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.