Jump to content
  • 0

Lord of Death Helm [1]


Question

Posted

Anyone can make me this item effect?

18574#
The Helm of the Lord of Death
MDEF + 5.
Increase Damage to Boss Type Monsters by 10%
Take 5% more damage from normal Monsters and Players.
For every upgrade 5 and higher add 1% more damage to Boss Class monsters.
^99FF66Set Bonus^000000
^00FF00Lord of the Dead Helm^000000
^00FF00Abysmal Knight Card^000000
Increase Damage to Boss Type Monster by additional 5%.
If Lord of the Dead Helm +11 negates the damage from normal Monsters and Players.
^ff0000The Abysmal Knight Card effect is only effective once.^000000
Location: ^777777Upper Middle^000000
Defense: ^77777710^000000
Weight: ^777777100^000000
Required Level: ^77777770^000000
Jobs: ^777777All^000000
#

5 answers to this question

Recommended Posts

Posted (edited)

You can see lists of item bonuses here: https://rathena.svn..../item_bonus.txt

For the effect above, uses:

bonus bMdef,5;
bonus2 bAddRace,10,10;
bonus2 bAddRace,0,5;
bonus2 bAddRace,1,5;
bonus2 bAddRace,2,5;
bonus2 bAddRace,3,5;
bonus2 bAddRace,4,5;
bonus2 bAddRace,5,5;
bonus2 bAddRace,6,5;
bonus2 bAddRace,7,5;
bonus2 bAddRace,8,5;
bonus2 bAddRace,9,5;
bonus2 bAddRace,11,5;
bonus2 bAddRace,10,getrefine()/5;

if (isequipped(4140) {
bonus2 bAddRace,10,5;
if (getrefine() >= 11) {
bonus2 bSubRace,0,100;
bonus2 bSubRace,1,100;
bonus2 bSubRace,2,100;
bonus2 bSubRace,3,100;
bonus2 bSubRace,4,100;
bonus2 bSubRace,5,100;
bonus2 bSubRace,6,100;
bonus2 bSubRace,7,100;
bonus2 bSubRace,8,100;
bonus2 bSubRace,9,100;
bonus2 bSubRace,11,100;
}
}

Edited by darristan
Posted (edited)

18574,Lord_of_the_Death_Helm,Lord of the Death Helm,5,1000,,1000,,10,,1,0xFFFFFFFF,7,2,768,,0,1,742,{bonus2 bSubRace,RC_NonBoss,-5; bonus2 bAddRace,RC_Boss,10; bonus2 bAddRace,RC_Boss,getrefine()/5; if (isequipped(4140)) {bonus2 bAddRace,RC_Boss,5; if (getrefine() >= 11) { bonus2 bSubRace,RC_NonBoss,5;}}},{},{}

But i'm not sure to understand what the item do at +11

Edited by michieru

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