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

Palace Guard Cap [1]   [Upper Head]   Item ID# 18878 (Palace_Guard_Cap)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
100
Defense
15
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat worn by an elite group of guards who will fight fearlessly even in a hail of bullets.
Reduces physical damage taken from Neutral element attack by 5%.
Reduces long range physical damage taken by 5%.

Refine Level +6:
Every refine level reduces damage taken from long range physical attack and Neutral element attack by 1%.
Indestructible
Item Script
{ .@r = max(5,getrefine()); bonus2 bSubEle,Ele_Neutral,.@r; bonus bLongAtkDef,.@r; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

Pale Moon Hat [1]   [Upper Head]   Item ID# 19102 (Pale_Moon_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
2
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat named after the mysterious bird that sings at night.
Flee +20
Enables use of Level 1 Return to Thanatos Tower.
Increases damage agaist Thanatos monsters by 5%.
Reduces damage taken from Thanatos monsters by 5%.
When refined to +5:
Increases damage agaist Thanatos monsters by 10%.
Reduces damage taken from Thanatos monsters by 10%.
When refined to +7:
Increases damage agaist Thanatos monsters by 15%.
Reduces damage taken from Thanatos monsters by 15%.
When refined to +9:
Increases damage agaist Thanatos monsters by 20%.
Reduces damage taken from Thanatos monsters by 20%.
Item Script
expand to view script
{ bonus bFlee,20; bonus2 bAddRace2,RC2_THANATOS,5; bonus2 bSubRace2,RC2_THANATOS,5; bonus2 bMagicAddRace2,RC2_THANATOS,5; if (getrefine()>4) { bonus2 bAddRace2,RC2_THANATOS,10; bonus2 bSubRace2,RC2_THANATOS,10; bonus2 bMagicAddRace2,RC2_THANATOS,10; } if (getrefine()>6) { bonus2 bAddRace2,RC2_THANATOS,15; bonus2 bSubRace2,RC2_THANATOS,15; bonus2 bMagicAddRace2,RC2_THANATOS,15; } if (getrefine()>8) { bonus2 bAddRace2,RC2_THANATOS,20; bonus2 bSubRace2,RC2_THANATOS,20; bonus2 bMagicAddRace2,RC2_THANATOS,20; } /* skill 3044,1; */ },{},{}
Dropped By No Result

Panda Hat [0]   [Upper Head]   Item ID# 5030 (Panda_Cap)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
6
Required Lvl
40
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A cute and cuddly headgear made in the form of a Panda's head.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box
Required ForTeddybear Hat

Parade Hat [1]   [Upper Head]   Item ID# 5225 (Marcher_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
4
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A blessed hat, you will hear a holy sonance when you equip it.
Because of the celestial benison, an angel will appear whenever you are under attack.
MDEF +2
Increases tolerance to Stun by 10%.
When being physically attacked, has a chance of auto-casting Level 5 Angelus or Level 1 Assumptio on self.
If the user is an Acolyte or Acolyte upper classes, will auto-cast Level 1 Lex Aeterna when using Heal Skill on target.
Item Script
{ bonus bMdef,2; bonus4 bAutoSpellWhenHit,"AL_ANGELUS",5,30,0; bonus4 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,1,0; bonus2 bResEff,Eff_Stun,1000; if (BaseClass == Job_Acolyte) bonus4 bAutoSpellOnSkill,"AL_HEAL","PR_LEXAETERNA",1,1000; },{},{}
Dropped By No Result

Parade Hat [1]   [Upper Head]   Item ID# 5468 (Parade_Cap)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A cap which makes the wearer very happy to go on a parade.
Reduces after cast skill delay by 5%.
MDEF +2
[If refine level is 6 or higher]
Reduces variable cast time by 1% for each refine level above +5. (kRO: this should be after cast skill delay).
Item Script
{ bonus bDelayrate,-5; bonus bMdef,2; .@r = getrefine(); if (.@r>5) bonus bVariableCastrate,-(.@r-5); },{},{}
Dropped By No Result

Paradise Cap [0]   [Upper Head]   Item ID# 400137 (1Para_Cap_A)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
5
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A cap given to members of the Paradise Group.

ATK +5

For each 5 Base Level:
ATK +2 (Up to Base Level 100)

Base Level at least 30:
ATK +5

Base Level at least 45:
ATK +10

Base Level at least 85:
ATK +15
Item Script
{ .@val = 2*(min(BaseLevel,100)/5); if (BaseLevel>=30) .@val += 5; if (BaseLevel>=45) .@val += 10; if (BaseLevel>=85) .@val += 15; bonus bBaseAtk,5+.@val; },{},{}
Dropped By No Result

Paradise Hat [0]   [Upper Head]   Item ID# 400138 (1Para_Cap_B)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
3
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A hat given to members of the Paradise Group.

MATK +5

For each 5 Base Level:
MATK +2 (Up to Base Level 100)

Base Level at least 30:
MATK +5

Base Level at least 45:
MATK +10

Base Level at least 85:
MATK +15
Item Script
{ .@val = 2*(min(BaseLevel,100)/5); if (BaseLevel>=30) .@val += 5; if (BaseLevel>=45) .@val += 10; if (BaseLevel>=85) .@val += 15; bonus bMatk,5+.@val; },{},{}
Dropped By No Result

Parcel Hat [0]   [Upper Head]   Item ID# 5023 (Hat_Of_Bundle)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
100
Armor Lvl
1
Slot
0
Applicable Jobs
Merchant
Blacksmith
Alchemist
Description
A large piece of cloth, usually polka dotted, that is wrapped around goods which are then carried on the head.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromMine Helmet, Parcel Hat, Money Loser's Grief, Phantom of the Opera Mask

Parfaille Vigilante Hat [1]   [Upper Head]   Item ID# 19084 (Parfait_V_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
2
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
By wearing this hat you can be a part of Parfait ceremony.
LUK +1.
Adds a chance to auto cast Level 3 Blessing when dealing physical or magical attacks.
Item Script
{ bonus bLuk,1; bonus5 bAutoSpell,"AL_BLESSING",3,30,BF_WEAPON|BF_MAGIC,0; },{},{}
Dropped By No Result

Party Hat [0]   [Upper Head]   Item ID# 5060 (Party_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
4
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A festive hat for celebrations and any kind of party.
LUK + 1
Item Script
{ bonus bLuk,1; },{},{}
Dropped By No Result
Obtainable FromParty Hat, Straw Hat, Cowboy Hat, Sombrero & Fur Hat

Party Hat [0]   [Upper Head]   Item ID# 5201 (Party_Hat_B)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
4
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Ragnarok event hat cones.
All Stats + 3
Item Script
{ bonus bAllStats,3; },{},{}
Dropped By No Result

Party Recruiter Hat [0]   [Upper Head]   Item ID# 5337 (Party_Recruiter_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
4
Required Lvl
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A helm with a Party Member wanted ad on it. Let's level up together!!
Item Script
{},{},{}
Dropped By No Result

1234567 > Last »
back to top