Jump to content
  • 0

Help me create this Headgear effect


Dvrstle

Question


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   1
  • Joined:  06/29/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  198
  • Reputation:   47
  • Joined:  08/01/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

// Structure of Database:
// ID:ID:ID:ID,{ Script }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  566
  • Reputation:   34
  • Joined:  11/17/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

the problem is. . . in my svn . . . its not implemented =) xD

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