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

Galapago Cap [0]   [Upper Head]   Item ID# 5111 (Galapago_Cap)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
4
Required Lvl
55
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A cute looking cap that makes its wearer look just like Galapago the penguin, and the rim, which looks like a beak, actually blocks UV rays.
Has a low chance of gaining the 'Anodyne' item each time a monster is killed.
Item Script
{ bonus2 bAddMonsterDropItem,605,100; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Galaxy Circlet [1]   [Upper Head]   Item ID# 18551 (Galaxy_Circlet)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
100
Defense
5
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A circlet which has the austere and beauty of the stars.

MDEF +5.

For every refine level, MaxHP +10 and MaxSP +10.

For every 2 refines, increases resistance to Earth, Fire and Water property attacks by 1%
Account Bound
Item Script
{ .@r = getrefine(); .@a = .@r*10; .@b = .@r/2; bonus bMdef,5; bonus bMaxHP,.@a; bonus bMaxSP,.@a; bonus2 bSubEle,Ele_Earth,.@b; bonus2 bSubEle,Ele_Fire,.@b; bonus2 bSubEle,Ele_Water,.@b; },{},{}
Dropped By No Result

Gale Hairband [0]   [Upper Head]   Item ID# 18801 (Gale_Hairband)
Gale Hair Ornament
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
25
Defense
6
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
An ornament imbued with the spirit of Wind.

INT +2.
Enables the use of Level 3 Lightning Jolt.
Decreases damage taken from Wind elemental attacks by 15%.

Refine Level +9:
Decreases damage taken from Wind elemental attacks by 5%.
Item Script
{ .@r = getrefine(); bonus bInt,2; skill "NJ_RAIGEKISAI",3; bonus2 bSubEle,Ele_Wind,15; if (.@r >= 8) bonus2 bSubEle,Ele_Wind,5; },{},{}
Dropped By No Result

Gambler Hat [0]   [Upper Head]   Item ID# 5144 (Gambler_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
4
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
It looks like a normal hat from the outside, but in reality it's modified especially for gamblers.
LUK + 5
Item Script
{ bonus bLuk,5; },{},{}
Dropped By No Result

Garden of Eden [1]   [Upper Head]   Item ID# 19272 (Garden_Of_Eden)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
40
Defense
5
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat created by imagining the garden of Eden.

INT +5, DEX +5.
Increases all elemental magic damage by 10%.
Bypass 20% of hard magic defense of all race monsters.

Refine Level +7:
Increases all elemental magic damage by additional 15%.
Bypass 30% of hard magic defense of all race monsters.

Refine Level +9:
Decreases variable cast time time by 15%
Bypass 50% of hard magic defense of all race monsters.

When compounded with High Wizard Card:
Decreases variable cast time by 100%.
Decreases Telekinesis Intense skill cooldown by 120 seconds.

When Garden Of Eden is unequipped Telekinesis Intense effect is disabled.
Item Script
expand to view script
{ .@r = getrefine(); bonus bInt,5; bonus bDex,5; bonus2 bIgnoreMdefRaceRate,RC_All,20; bonus2 bMagicAtkEle,Ele_All,10; if (.@r>=7) { bonus2 bIgnoreMdefRaceRate,RC_All,30; bonus2 bMagicAtkEle,Ele_All,15; } if (.@r>=9) { bonus2 bIgnoreMdefRaceRate,RC_All,50; bonus bVariableCastrate,-15; } },{},{ sc_end SC_TELEKINESIS_INTENSE; }
Dropped By No Result

Garuda Hat [1]   [Upper Head]   Item ID# 18508 (Garuda_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
4
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A hat which is very unique and rare, made from the sheet of the legendary birds feather, Garuda.
LUK +5, HIT +10, MDEF +3.
Reduces damage from all elements by 5%.
Reduces after cast skill delay by 5%.
When refined to +7 or higher, has a chance of getting Mastela Fruit when attacking monsters.
Chance to drop increases by 1% for each refine level over 7.
Item Script
{ bonus bLuk,5; bonus bMdef,3; bonus2 bSubEle,Ele_All,5; bonus bHit,10; bonus bDelayrate,-5; .@r = getrefine(); if (.@r>=7) bonus2 bAddMonsterDropItem,522,100*(.@r-6); },{},{}
Dropped By No Result

Gate of Netherworld [0]   [Upper Head]   Item ID# 400101 (GatesofNetherworld)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Climbing up the door of the world.
A hat filled with the power of the dark army.
That power destroys and drives the world crazy.

Agi + 5, Int + 5
Def + 3, MDEF + 10.
Increase physical and magical damage against all property monsters by 10%.
When refined to +7 or higher,
increase physical and magical damage against all property type monsters by additional 15%.
reduce fixed casting time by 50%.
When refined to +9 or higher,
ASPD +15%.
reduce fixed casting time by additional 70%.
When equipped with Fenrir Card,
Int + 30, Dex + 30
reduce fixed casting time of Tetra Vortex by 100%.

Type: HelmDefense: 12
Required Level: 100
Class: All
Item Script
expand to view script
{ .@r = getrefine(); bonus bAgi,5; bonus bInt,5; bonus bDef,3; bonus bMdef,10; bonus2 bAddRace,RC_All,10; bonus2 bMagicAddRace,RC_All,10; if (.@i>=7) { bonus2 bAddRace,RC_All,15; bonus2 bMagicAddRace,RC_All,15; bonus bFixedCastrate,-50; } if (.@i>=9) { bonus bAspdRate,15; bonus bFixedCastrate,-70; } },{},{}
Dropped By No Result

Gelato Hat [0]   [Upper Head]   Item ID# 18626 (Gelato_Hat)
Chewy Gelato
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
2
Required Lvl
40
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A delectable frozen treat served with a cherry on top.
MaxHP +300
Enables use of Level 1 Frost Driver.
iRO: If refined to +7 or higher, Enables use of level 5 Frost Driver.
Item Script
{},{},{}
Dropped By No Result

Gemini Crown [1]   [Upper Head]   Item ID# 5570 (Gemini_Crown)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
6
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A magnificent crown created to pay tribute to the 3rd sign of the zodiac, Gemini the Twins. Attached to the crown is an Alexandrite gemstone, the birthstone for those born under this sign.

[kRO]:
AGI +2, Flee +10. Increase resistance against Wind property by 5%.
When refined to 7 or higher, HIT +5, ATK +30.

[unofficial]: AGI +2, Flee +10. When refined to 7 or higher, HIT +5, ATK +30.

(Select to show Pre-RE or iRO description for different effect).
Item Script
{ bonus bAgi,2; bonus bFlee,10; if (getrefine()>6) { bonus bHit,5; bonus bBaseAtk,30; } },{},{}
Dropped By No Result

Gemini Diadem [1]   [Upper Head]   Item ID# 5569 (Gemini_Diadem)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A magnificent Diadem created to pay tribute to the 3rd sign of the zodiac, Gemini the Twins. Attached to the crown is an Alexandrite gemstone, the birthstone for those born under this sign.

[kRO]:
DEX +2. Increase resistance against Wind property by 5%.
Reduces after cast skill delay by 2%.
When refined to +7 or higher, DEX +1, MATK +30.

[unofficial]: DEX +2, MATK +2%. When refined to +7 or higher, DEX +1, MATK +30.

(Select to show Pre-RE or iRO description for different effect).
Item Script
{ bonus bDex,2; bonus bMatkRate,2; if (getrefine()>6) { bonus bDex,1; bonus bMatk,30; } },{},{}
Dropped By No Result

Gemma Hairband [1]   [Upper Head]   Item ID# 18590 (Gemma_Hairband)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
3
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband made with gold strings.
Reduces magical and physical damage taken from Demon monster by 5%.
MDEF + 3.
Item Script
{ bonus bMdef,3; },{},{}
Dropped By No Result

Gemmed Sallet [0]   [Upper Head]   Item ID# 2230 (Gemmed_Sallet)
Type
Armor
Class
Upper Headgear
Buy
50000z
Sell
25000z
Weight
50
Defense
8
Armor Lvl
1
Slot
0
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
A jeweled headdress that wards off harmful magic.
MDEF + 3
Item Script
{ bonus bMdef,3; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box, Old Violet Box

123456 >
back to top