Jump to content
  • 0

Lord of Death Helm [1]


Tonetzkii

Question


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  323
  • Reputation:   9
  • Joined:  11/19/11
  • Last Seen:  

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
#

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  69
  • Reputation:   4
  • Joined:  07/02/12
  • Last Seen:  

lol is this the same hat from myro?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  323
  • Reputation:   9
  • Joined:  11/19/11
  • Last Seen:  

I dont know...I get this item from Ragnarok PH.

Bump!

Edited by Khaii
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   10
  • Joined:  11/21/11
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  782
  • Reputation:   82
  • Joined:  01/01/12
  • Last Seen:  

SubRace means Damage Substract from Race, that would make all race damage you 0 except for boss (Type 10)

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