Jump to content
  • 0

Help me create this Headgear effect


Question

Posted

White Valkyrie Helm

10% Reduce Damage from Demi Humans

2% Atk and Matk

All Stats + 2

When equipped with Mjolnir

+20% tolerance against deep sleep

+10% damage to demi human

When Equipped with Mes

ASPD + 20%

When Equipped with Elven Bow

Range Attack + 10%

+10 Luk

anyone?

6 answers to this question

Recommended Posts

Posted (edited)

You using Renewal System, right ?

White Valkyrie Helm item Script in item_db.txt or item_db2.txt

{  bonus2 bSubRace,RC_DemiHuman,10; bonus2 bAddRace,RC_NonBoss,5; bonus2 bAddRace,RC_Boss,5; bonus2 bMagicAddRace,RC_NonBoss,5; bonus2 bMagicAddRace,RC_Boss,5;

In item_combo_db.txt:

//Valkyrie Helm + Mjolnir, current you cant resist Deep Sleep.

ID_YOUR_VALKYRIE_HELM:1530,{ bonus bAllStats,12; bonus2 bAddRace,RC_DemiHuman,20; }

// Valkyrie Helm + Mes

ID_YOUR_VALKYRIE_HELM:13027, {bonus bAspdRate,20;}

// Valkyrie Helm + Elven Bow

ID_YOUR_VALKYRIE_HELM:1773,{bonus bLuk,10; bonus bLongAtkRate,10; } 

Edited by Phantasm
Posted (edited)

ID#,White_Valkyrie_Helm,White Valkyrie Helm,,,,,,,,,,,,,,,,,{ bonus2 bSubRace,7,10; bonus bAtkRate,2; bonus bMatkRate,2; bonus bAllStats,2; if(isequipped( 1530 )) {bonus2 bResEff,Eff_Sleep,2000; bonus2 bAddRace,7,10;} if(isequipped(13027 )) {bonus bAspdRate,20;} if(isequipped( 1746 )) {bonus bLongAtkRate,10; bonus bLuk,10;}},{},{}

------------------------------------------------------------

10% Reduce Damage from Demi Humans

2% Atk and Matk

All Stats + 2

When equipped with Mjolnir

+20% tolerance against deep sleep

+10% damage to demi human

When Equipped with Mes

ASPD + 20%

When Equipped with Elven Bow

Range Attack + 10%

+10 Luk

didn't test yet..

Edited by Viole
Posted (edited)

im going to try this . . . xD btw how to add the item_combo_db.txt

its really easy when you use item_combo_db.txt

for example, cotton shirt(2301) + knife(1201) = 300% BONUS EXP

so it will be

2301:1201,{ sc_start SC_EXPBOOST,1800000,300; }

Edited by Jezu

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