Jump to content
  • 0

Can someone help! Please!


truefg

Question


  • Group:  Members
  • Topic Count:  27
  • Topics Per Day:  0.01
  • Content Count:  58
  • Reputation:   0
  • Joined:  11/27/12
  • Last Seen:  

I want to make this a 2 max deadly combo.. like if i put 3 of those cards on.. none would take effect.. Thanks!!

4359,B_Eremes_Card,Assassin Cross Card,6,20,,10,,,,,,,,2,,,,,{ bonus3 bAutoSpell,"ASC_EDP",2,30; },{},{}

4361,B_Harword_Card,Whitesmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,30;bonus3 bAutoSpell,"MC_MAMMONITE",5,60;bonus bBreakWeaponRate,10; },{},{}

4363,B_Magaleta_Card,High Priest Card,6,20,,10,,,,,,,,136,,,,,{ bonus5 bAutoSpellWhenHit,"MG_SAFETYWALL",5,20,BF_WEAPON|BF_MAGIC,0; },{},{}

4367,B_Shecil_Card,Sniper Card,6,20,,10,,,,,,,,2,,,,,{ bonus bHit,250; },{},{}

4365,B_Katrinn_Card,High Wizard Card,6,20,,10,,,,,,,,769,,,,,{ bonus bIntravision,0; },{},{ heal 0,-2000; }

4399,Thanatos_Card,Memory of Thanatos Card,6,20,,10,,,,,,,,2,,,,,{ bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; },{},{}

can u script in 2 max deadly combo !! please!!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  


4359,B_Eremes_Card,Assassin Cross Card,6,20,,10,,,,,,,,2,,,,,{ if( isequippedcnt(4359,4361,4363,4367,4365,4399)<3 ) bonus3 bAutoSpell,"ASC_EDP",2,30; },{},{}
4361,B_Harword_Card,Whitesmith Card,6,20,,10,,,,,,,,2,,,,,{ if( isequippedcnt(4359,4361,4363,4367,4365,4399)<3 ) { bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,30; bonus3 bAutoSpell,"MC_MAMMONITE",5,60; bonus bBreakWeaponRate,10; } },{},{}
4363,B_Magaleta_Card,High Priest Card,6,20,,10,,,,,,,,136,,,,,{ if( isequippedcnt(4359,4361,4363,4367,4365,4399)<3 ) { bonus5 bAutoSpellWhenHit,"MG_SAFETYWALL",5,20,BF_WEAPON|BF_MAGIC,0; } },{},{}
4367,B_Shecil_Card,Sniper Card,6,20,,10,,,,,,,,2,,,,,{ if( isequippedcnt(4359,4361,4363,4367,4365,4399)<3 ) bonus bHit,250; },{},{}
4365,B_Katrinn_Card,High Wizard Card,6,20,,10,,,,,,,,769,,,,,{ if( isequippedcnt(4359,4361,4363,4367,4365,4399)<3 ) bonus bIntravision,0; },{},{ heal 0,-2000; }
4399,Thanatos_Card,Memory of Thanatos Card,6,20,,10,,,,,,,,2,,,,,{ if( isequippedcnt(4359,4361,4363,4367,4365,4399)<3 ) { bonus bDefRatioAtkRace,RC_Boss; bonus bDefRatioAtkRace,RC_NonBoss; bonus bSPDrainValue,-1; bonus bDef,-30; bonus bFlee,-30; } },{},{}

*isequippedcnt(<card id>{,<card id>{,<card id>{,<card id>}}})

This function is similar to 'isequipped', but instead of 1 or 0, it will return
the number of cards in the list given that were found on the invoking character.

   if (isequippedcnt(4001,4005,4033,4196)=4) mes "Finally got all four poring cards?";

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...