Renewal
.:Renewal Item Database:.
Armor - Upper Headgear

Dog Officer [1]   [Upper Head]   Item ID# 19300 (Dog_Officer)
Ruff Officer
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
40
Defense
35
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A cap with a cozy puppy ear in a stylish officer hat.

For each 2 refine levels: Atk +15.
Refine Level +7: ATK +30.
Refine Level +9: ATK +5%, ASPD +1.
Refine Level +11: Increases ranged physical damage by 3% and critical damage by 3%.

For each refine level above +10:
Reduces fixed cast time by 0.1 second (up to +15).

When equipped with Thanos Katar:
For each 2 refine level of Thanos Katar: ATK +20.

When equipped with Dark Rose:
For each 2 refine level of Dark Rose:
Increases Fire Dance damage by 6%.

When equipped with Tornado Axe:
For each 2 refine level of Tornado Axe:
Increases Axe Tornado damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); if (.@r>=7) { bonus bBaseAtk,30; } if (.@r>=9) { bonus bAtkRate,5; bonus bAspd,1; } if (.@r>=11) { bonus bCritAtkRate,3; bonus bLongAtkRate,3; } if (.@r>=10) { bonus bFixedCast,-100*(min((.@r-10),15)/1); } },{},{}
Dropped By No Result

Dokebi Horn [1]   [Upper Head]   Item ID# 5573 (Bogy_Horn)
Dokkaebi Horn
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
6
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Baby Dokkaebi's strong firm horn. Some say this brings you wealth.
Has a chance of dropping 'Jewelry' every time when killing a monster.
When dealing physical attacks, has a chance of autocasting Level 5 Mammonite.(Consume zeny, will not trigger when not enough zeny.)
Item Script
{ bonus2 bAddMonsterDropItemGroup,IG_Jewel,100; bonus3 bAutoSpell,"MC_MAMMONITE",5,70; },{},{}
Dropped By No Result

Dolor Hat [1]   [Upper Head]   Item ID# 5563 (Dolor_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
1
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Doll-hat which resembles 'Dolor of Thanatos'. People say that this doll speaks.
Has a chance to autocast Lex Aeterna Level 1 when dealing physical attacks.
Item Script
{ bonus3 bAutoSpell,"PR_LEXAETERNA",1,15; },{},{}
Dropped By No Result

Dorothy Doll Hat [1]   [Upper Head]   Item ID# 5608 (Dorothy_Doll_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Required Lvl
60
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A doll resemble Dorothy, you can feel her strong will.
MaxSP +500
Reduce damage from demi-human by 5%.
Cannot be refined.
Slot: Upper
Item Script
{ bonus bMaxSP,80; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; },{},{}
Dropped By No Result

Dragon Claw Helm [1]   [Upper Head]   Item ID# 18893 (Dragon_Claw_Helm)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
5
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
I feel the power of a flame dragon flowing inside me!
Reduces damage taken from Dragon and Demihuman monsters by 8%.
Increases healing effect of Meat by 200%.

If refined to +12 or higher, MaxHP +7%, MaxSP +3%.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,8; bonus2 bSubRace,RC_Player_Human,8; bonus2 bSubRace,RC_Dragon,8; bonus2 bAddItemGroupHealRate,IG_Meat,200; if (getrefine()>11) { bonus bMaxHPrate,7; bonus bMaxSPrate,3; } },{},{}
Dropped By No Result

Dragon Skull [0]   [Upper Head]   Item ID# 5292 (Dragon_Skull)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
10
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Helmet made from Dragon's cranial bone. Has resistences against Dragons.
Reduce damage from Dragon monster by 5%.
Item Script
{ bonus2 bSubRace,RC_Dragon,5; },{},{}
Dropped By No Result

Drama Clockwork [1]   [Upper Head]   Item ID# 5946 (Drama_Clockwork)
Wind-Up Key for Theater
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Defense
5
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An old wind-key used in theater for many years.
MDEF +5
Restore SP by 5 when defeating Formless monster.
Restore HP by 100 when defeating monster.

Refine Level +5:
Reduces damage taken from Formless monsters by 5%.
Refine Level +7:
Reduces damage taken from Formless monsters by 5%.
Item Script
{ .@r = getrefine(); bonus bMdef,5; bonus2 bSPGainRace,RC_Formless,5; bonus bHPGainValue,100; if (.@r>=7) bonus2 bSubRace,RC_Formless,10; else if (.@r>=5) bonus2 bSubRace,RC_Formless,5; },{},{}
Dropped By No Result

Dress Hat [1]   [Upper Head]   Item ID# 5211 (Dress_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
3
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An adorable hat which is always worn on the side of head.
If the wearer carries an umbrella with this hat on, the wearer will look as if one is going for a picnic.

STR +1, INT +1
MDEF +7
ATK +2%, MATK +2%
Increases your Healing skills effectiveness by 5%.

[If refined to +7 or higher]
Additional ATK +1%, MATK +1%.
Increases your healing skills effectiveness by an additional 1%.
Item Script
{ bonus bMdef,7; bonus bStr,1; bonus bInt,1; bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; bonus bHealPower,5; if (getrefine()>=7) { bonus2 bAddClass,Class_All,1; bonus bMatkRate,1; bonus bHealPower,1; } },{},{}
Dropped By No Result
Obtainable FromMasquerade Ball Box 2

Driver Band [1]   [Upper Head]   Item ID# 5749 (Driver_Band)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Mechanic
Description
A special hairband which is designed to use the most frequently used tools.
STR + 1, DEX + 1, MDEF + 5.
If base STR is 120 or higher: ATK +10, CRI +3.
Item Script
{ bonus bStr,1; bonus bDex,1; bonus bMdef,5; if (readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bCritical,3; } },{},{}
Dropped By No Result

Driver Band [1]   [Upper Head]   Item ID# 5760 (Driver_Band_)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Mechanic
Description
A special hairband which is designed to use the most frequently used tools.
STR + 1, DEX + 1, MDEF + 5.
If base STR is 120 or higher: ATK +10, CRIT +3.
Item Script
{ bonus bStr,1; bonus bDex,1; bonus bMdef,5; if (readparam(bStr)>=120) { bonus bBaseAtk,10; bonus bCritical,3; } },{},{}
Dropped By No Result

Drooping Alicel [0]   [Upper Head]   Item ID# 18630 (Alicel_Drooping_Doll)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
6
Required Lvl
70
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A cute doll of a drooping Alicel from the Robot Factory.

Increases damage to DemiHuman monsters by 10%.

If refined to +7 or higher, has a low chance of doubling your ASPD for 7 seconds when attacking

Created by Allysia
Item Script
{ bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; if (getrefine() > 10) { autobonus "{ bonus bAspdRate,100; }",10,7000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; } },{},{}
Dropped By No Result

Drooping Boto [0]   [Upper Head]   Item ID# 5779 (Drooping_Boto)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A cute Boto headgear, 'BOTO' is a legend between brazil about a beautiful woman
INT +2
When dealing magical attacks, has a chance of increasing MATK by 3% for 10 seconds.
Item Script
{ bonus bInt,2; autobonus "{ bonus bMatkRate,3; }",10,10000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; },{},{}
Dropped By No Result

« First < 2122232425262728293031 > Last »
back to top