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

Large Hisbiscus [1]   [Upper Head]   Item ID# 5311 (Large_Hibiscus)
Large Hibiscus
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairpin make by the biggest Chinese rose. Only can found at Ayothaya.
MDEF + 15
Item Script
{ bonus bMdef,15; },{},{}
Dropped By No Result

Laser of Eagle [1]   [Upper Head]   Item ID# 19111 (Laser_Of_Eagle)
Classic Dungeon Teleport 1 10 Box
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
40
Defense
5
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat with High-performance laser shooter.
Dex +2.
Long ranged physical attack +10%.
When dealing physical attacks, has a chance for 5 seconds transform wearer into Cecil Damon (Shecil). Higher refine level increases the chance of transformation.

During transformation you will gain:
Reduces after cast delay by 100%.
Adds certain chance when dealing physical attacks to auto cast True Sight Level 2 (or cast at the learnt level).
When attacking with long range physical attack, has a chance to autocast Level 1 Lex Aeterna.
Item Script
{ bonus bDex,2; bonus bLongAtkRate,10; bonus5 bAutoSpell,"PR_LEXAETERNA",1,50,BF_LONG,1; /*TODO: Chance to transform become Shechil while attacking.*/ },{},{}
Dropped By No Result

Laurel Wreath [1]   [Upper Head]   Item ID# 5185 (Laurel_Wreath)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A ring of closely knit branches covered with green leaves and beautiful flowers. Wearing this feels very refreshing.
LUK + 3
Increase resistance to Blind and Curse by 5%.
Item Script
{ bonus bLuk,3; bonus2 bResEff,Eff_Blind,500; bonus2 bResEff,Eff_Curse,500; },{},{}
Dropped By No Result
Obtainable FromOld Red Box

Lazy Smokie [0]   [Upper Head]   Item ID# 5084 (Lazy_Raccoon)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
2
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A headgear made to look like an annoyed Smokie exhausted by the summer heat.
Adds 20% resistance against Sleep.
Item Script
{ bonus2 bResEff,Eff_Sleep,2000; },{},{}
Dropped By No Result
Obtainable FromDrooping Cat, Smokie Leaf, Lazy Smokie & Blue Fish

Leaf Cat Hat [0]   [Upper Head]   Item ID# 5555 (Leaf_Cat_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
6
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A hat which resembles cute Leat Cat. A power to cure is dwelling inside.
AGI + 2
Add low chance of auto casting Level 3 Heal on the user when receives physical attack.
Item Script
{ bonus bAgi,2; bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; },{},{}
Dropped By No Result

Legionnaire Hat [1]   [Upper Head]   Item ID# 5418 (Soldier_Hat)
Soldier Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
40
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
It's feel like you're on the marching band just by wearing this hat.
STR +1
Increase 3% physical damage to all monsters.
Increases SP Consumption of skills by 10%.
Item Script
{ bonus bStr,1; bonus2 bAddClass,Class_All,3; bonus bUseSPrate,10; },{},{}
Dropped By No Result

Leo Crown [0]   [Upper Head]   Item ID# 5588 (Leo_Crown)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A magnificent crown created to pay tribute to the 5th sign of the zodiac, Leo the Lion.
Attached to the crown is a Peridot gemstone, the birthstone for those born under this sign.
STR + 2
Increases resistance to Fire Property by 5%.
[Refine level >= 7]
FLEE + 10, DEF + 1. Add low chance of auto casting Level 4 Warm Mild when dealing physical attacks.
Item Script
{ bonus bStr,2; bonus2 bSubEle,Ele_Fire,5; if (getrefine()>6) { bonus bDef,1; bonus bFlee,10; bonus3 bAutoSpell,"TK_SEVENWIND",4,50; } },{},{}
Dropped By No Result

Leo Crown [0]   [Upper Head]   Item ID# 19447 (Leo_Crown_J)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableHelm; bonus bMdef,15; bonus bStr,10; bonus bBaseAtk,50; bonus bHit,20; bonus2 bAddRace,RC_All,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) { bonus2 bVariableCastrate,"CH_SOULCOLLECT",-50; bonus bHPGainValue,500; bonus bSPGainValue,50; if (.@r>=8) { bonus bAllStats,10; bonus2 bHPRegenRate,500,5000; bonus2 bSPRegenRate,50,5000; } } },{},{}
Dropped By No Result

Leo Diadem [0]   [Upper Head]   Item ID# 5589 (Leo_Diadem)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A magnificent diadem created to pay tribute to the 5th sign of the zodiac, Leo the Lion.
Attached to the diadem is a Peridot gemstone, the birthstone for those born under this sign.
DEX + 2
Increases resistance to Fire Property by 5%.
[Refine level >= 7]
FLEE + 10, ASPD + 3%.
Has a low chance of adding splash damage on basic attacks for 10 seconds when dealing physical attacks.
Item Script
{ bonus bDex,2; bonus2 bSubEle,Ele_Fire,5; if (getrefine()>6) { bonus bFlee,10; bonus bAspdRate,3; autobonus "{ bonus bSplashRange,1; }",10,10000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; } },{},{}
Dropped By No Result

Level 1 Hat [1]   [Upper Head]   Item ID# 400359 (aegis_400359)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A shabby and nonfunctional hat.
Item Script
{},{},{}
Dropped By No Result

Level 2 Hat [1]   [Upper Head]   Item ID# 400360 (aegis_400360)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
A shabby and nonfunctional hat.
Item Script
{},{},{}
Dropped By No Result

Libra Crown [0]   [Upper Head]   Item ID# 5662 (Libra_Crown)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
30
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A magnificent crown created to pay tribute to the 7th sign of the zodiac, Libra the Balance.
Attached to the crown is an Opal gemstone, the birthstone for those born under this sign.
DEX + 3
Increases resistance to Wind status by 7%.
[Refine Rate +7 or higher]
MATK + 3%.
[Refine Rate +9 or higher]
MATK +5%.
Has a low chance of auto casting Level 5 Frost Nova when receiving physical attack.
Item Script
{ bonus bDex,3; bonus2 bSubEle,Ele_Wind,7; if (getrefine()>=7) { bonus bMatkRate,3; } if (getrefine()>=9) { bonus bMatkRate,5; bonus3 bAutoSpellWhenHit,"WZ_FROSTNOVA",5,20; } },{},{}
Dropped By No Result

1234 >
back to top