Jump to content
  • 0

Can someone help! Please!


Question

Posted

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

1 answer to this question

Recommended Posts

Posted


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?";

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...