Jump to content
  • 0

Kiel Combo with ER


Noel Gallagher

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

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; },{},{}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

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) {

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Show me the script...?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

function	script	Sample {
if( isequippedcnt( 4403 ) > 2 ){
message strcharinfo(0),"Cant Wear More than 2 Kiel Cards.";
nude;
}
return;
}

Btw, Im using eA

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Your header is wrong

function%tab%script%tab%Sample%tab%{
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

But the 

message strcharinfo(0),"Cant Wear More than 2 Kiel Cards.";

Didn't show and still can equip 3 kiels.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  949
  • Reputation:   174
  • Joined:  06/12/12
  • Last Seen:  

Means your svn is outdated. Try putting the callfunc on OnEquip script

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  150
  • Reputation:   2
  • Joined:  11/19/11
  • Last Seen:  

I'm using eAmod.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...