Jump to content
  • 0

R> custom card


Question

Posted

Dear Emistry please help me..

im still new at rAthena and i dont know what bonus i need to use for this..

 

Golden Thief Bug Card = Reduce Magic 30% +  Same Effect ";
Ygnizem Card = HP&SP +20%";
Ifrit Card = Reduce Demihuman 3% + 1% Chance Auto Casting Earthquake";
Kiel-D-01 Card = Reduce AfterCast Delay 20%";
Maya Card Card = Reflect Single Magic 30%";

Orc Hero Card = Vit +1, Anti Stun, HP +3%";
Osiris Card = HP&SP +5%";
Doppelganger Card = ASPD +50%";
Drake Card = Increase Damage On Medium Size Monster 20% + Atk +5";
Angeling Card = Resistence to Freeze + Same Effect";
Evil Snake Lord Card = matk 3% , int + 1";
Dragon Egg Card = Increases damage when using skill Acid terror or Demontration by 20%";
Centipede Larva Card = int + 1 , Increases damage when using skill Soul Breaker by 15%";
High Priest Card = Same Effect , Increases damage when using skill Holy Light by 20%";
Whitesmith Card = Same Effect , Increases damage when using skill Cart Termination by 15%";
Sniper Shecil Card = Long range 20% , Increases damage when using skill Sharp Shooting by 15%";

 

Thanks before :)

2 answers to this question

Recommended Posts

Posted (edited)

GTB:

bonus bNoMagicDamage,30;

bonus bUseSPrate,100;

(you have to check for dispell immunity, maybe you need the custom effect http://rathena.org/board/topic/88769-dispell-immune-bonus/)

 

Ygniziem card:

bonus bMaxHPrate,20;

bonus bMaxSPrate,20;

 

Ifrit:

bonus2 bSubRace,RC_DemiHuman,3;

bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",1,10;

 

Kiel:

bonus bDelayRate,-20;

 

Maya:

bonus bMagicDamageReturn,30;

 

Orc Hero:

bonus bVit,1;

bonus2 bResEff,Eff_Stun,10000;

bonus bMaxHPrate,3;

 

Osiris:

bonus bMaxHPrate,5;

bonus bMaxSPrate,5;

 

Doppelganger:

bonus bAspdRate,100;

 

Drake:

bonus2 bAddSize,Size_small,20;

bonus bAddAtk,5;

 

Angeling:

bonus bDefEle,Ele_Holy;

bonus2 bResEff,Eff_Freeze,10000;

 

Evil Snake Lord:

bonus bInt,1;

bonus bMatkRate,3;

 

Dragon Egg:

bonus2 bSkillAtk,"AM_ACIDTERROR",20;

bonus2 bSkillAtk,"AM_DEMONSTRATION",20;

 

Centipede Larva:

bonus bInt,1;

bonus2 bSkillAtk,"ASC_BREAKER",15;

 

High Priest:

bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,50,BF_WEAPON|BF_MAGIC,0;

bonus2 bSkillAtk,"AL_HOLYLIGHT",20;

 

Whitesmith:

bonus bBreakWeaponRate,1000;

bonus bBreakArmorRate,700;

bonus2 bSkillAtk,"WS_CARTTERMINATION",15;

 

Sniper:

bonus bLongAtkRate,20;

bonus2 bSkillAtk,"SN_SHARPSHOOTING",15;

 

 

And here a little advice for the future:

You can look up other items / cards script and simply copy and modify it ;)

I guess just really few people know every bonus effect you can apply, so it's really easier to look it up.

 

Best regards

Shadowscreen

Edited by shadowscreen
Posted

GTB:

bonus bNoMagicDamage,30;

bonus bUseSPrate,100;

(you have to check for dispell immunity, maybe you need the custom effect http://rathena.org/board/topic/88769-dispell-immune-bonus/)

 

Ygniziem card:

bonus bMaxHPrate,20;

bonus bMaxSPrate,20;

 

Ifrit:

bonus2 bSubRace,RC_DemiHuman,3;

bonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",1,10;

 

Kiel:

bonus bDelayRate,-20;

 

Maya:

bonus bMagicDamageReturn,30;

 

Orc Hero:

bonus bVit,1;

bonus2 bResEff,Eff_Stun,10000;

bonus bMaxHPrate,3;

 

Osiris:

bonus bMaxHPrate,5;

bonus bMaxSPrate,5;

 

Doppelganger:

bonus bAspdRate,100;

 

Drake:

bonus2 bAddSize,Size_small,20;

bonus bAddAtk,5;

 

Angeling:

bonus bDefEle,Ele_Holy;

bonus2 bResEff,Eff_Freeze,10000;

 

Evil Snake Lord:

bonus bInt,1;

bonus bMatkRate,3;

 

Dragon Egg:

bonus2 bSkillAtk,"AM_ACIDTERROR",20;

bonus2 bSkillAtk,"AM_DEMONSTRATION",20;

 

Centipede Larva:

bonus bInt,1;

bonus2 bSkillAtk,"ASC_BREAKER",15;

 

High Priest:

bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,50,BF_WEAPON|BF_MAGIC,0;

bonus2 bSkillAtk,"AL_HOLYLIGHT",20;

 

Whitesmith:

bonus bBreakWeaponRate,1000;

bonus bBreakArmorRate,700;

bonus2 bSkillAtk,"WS_CARTTERMINATION",15;

 

Sniper:

bonus bLongAtkRate,20;

bonus2 bSkillAtk,"SN_SHARPSHOOTING",15;

 

 

And here a little advice for the future:

You can look up other items / cards script and simply copy and modify it ;)

I guess just really few people know every bonus effect you can apply, so it's really easier to look it up.

 

Best regards

Shadowscreen

thanks for helping me :)

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