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

Racing Cap (Wanderer) [1]   [Upper Head]   Item ID# 19201 (Racing_C_Wander)
Classic Battle Manual 10 Box
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Gender
Female Only
Applicable Jobs
Minstrel / Wanderer
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: ATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Dancing Lesson: ATK +5.

Refine Level +11:
Physical attacks have a chance to auto-cast Level 2Reverberation.
(If you learned a higher Level, it will be auto-cast the Level you learned).
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus bBaseAtk,5*getskilllv("DC_DANCINGLESSON"); if (.@r>=11) bonus3 bAutoSpell,"WM_REVERBERATION",max(2,getskilllv("WM_REVERBERATION")),50; /* Unknow rates*/ },{},{}
Dropped By No Result

Racing Cap (Warlock) [1]   [Upper Head]   Item ID# 19193 (Racing_C_Warlock)
Racing Cap(Warlock)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Warlock
Description
A very valuable commemorative hat made by the Monster Race Association for customers who use Monster Race.

For each 2 refine levels: MATK +10.
For each 3 refine levels: ASPD +2% (After attack delay -2%).

Refine Level +8:
For each Level of Meteor Storm and Lord of Vermillion:
Decreases 009900Tetra Vortex skill cooldown by 0.5 seconds.

Refine Level +11:
Decreases variable cast time of Mystical Amplification by 50%.
(However, it does not overlap with the Casting Time Reduction of Staff of Destruction.)
Item Script
{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=8) bonus2 bSkillCooldown,"WL_TETRAVORTEX",-500*(getskilllv("WZ_METEOR")+getskilllv("WZ_VERMILION")); if (.@r>=11) bonus2 bFixedCastrate,"HW_MAGICPOWER",-50; },{},{}
Dropped By No Result

Radio Antenna [0]   [Upper Head]   Item ID# 5333 (Radio_Antenna)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
150
Defense
2
Required Lvl
50
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A hat designed to transmit electric waves. Sometimes it receives electric waves from external worlds.
MDEF + 5, CRIT + 5, FLEE + 5
Enables use of Level 1 Lightning Bolt.
Adds a chance autocast Level 5 Thunder Storm when dealing physical attack (script is when receiving physical attack).
Item Script
{ bonus bMdef,5; bonus bCritical,5; bonus bFlee,5; skill "MG_LIGHTNINGBOLT",1; bonus4 bAutoSpell,"MG_THUNDERSTORM",5,30,1; },{},{}
Dropped By No Result

Radio Antenna [1]   [Upper Head]   Item ID# 19131 (Radio_Antenna_)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
150
Defense
2
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat designed to transmit electric waves. Sometimes it receives electric waves from external worlds.
CRIT +5, Flee +5, MDEF +5.
Enables use of Level 1 Lightning Bolt.
Adds a chance of autocasting Level 5 Thunder Storm when dealing physical attacks.
Item Script
{ bonus bMdef,5; bonus bCritical,5; bonus bFlee,5; skill "MG_LIGHTNINGBOLT",1; bonus4 bAutoSpellWhenHit,"MG_THUNDERSTORM",5,30,1; },{},{}
Dropped By No Result

Rainbow Eggshell [0]   [Upper Head]   Item ID# 5039 (Mottled_Egg_Shell)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
40
Defense
8
Required Lvl
19
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A mysteriously colorful egg shell.
It is impossible to upgrade this item.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromRaccoon Hat, Rainbow Eggshell, Spore Hat, Wonder Nutshell

Rainbow Feather Deco [1]   [Upper Head]   Item ID# 18821 (Rainbow_Feather_Deco)
RWC Commemorative Pin
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A feather decorated with elaborately bright colors to celebrate the 2012 RWC.

ATK +1%, MATK +1%.

If refined to +3 or higher, adds additional ATK +1% and MATK +1% for each refine level.

Set Bonus
If equipped with RWC 2012 Ring, ATK +1% for every 2 refine levels.
If equipped with RWC 2012 Pendant, MATK 1% for every 2 refine levels.
These set bonuses do not work with the card-slotted RWC accessories.

More Information on Combo:
Item Script
{ .@r = getrefine(); if (.@r<3) .@r = 1; else .@r = .@r+1; bonus2 bAddClass,Class_All,.@r; bonus bMatkRate,.@r3; },{},{}
Dropped By No Result

Rainbow Poring Hat [1]   [Upper Head]   Item ID# 18790 (Rainbow_Poring_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Colorful Poring hat, make all people love it.

ATK +5%, MATK +5%.
Decreases damage taken from DemiHuman monsters by 5%.
Item Script
{},{},{}
Dropped By No Result

Ramen Hat [0]   [Upper Head]   Item ID# 5293 (Ramen_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
3
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Noodles put on a head. When hungry, this is portable ration. Be careful not to spoil it.
DEX + 4
Chance of auto casting Level 1 Decrease AGI on the enemy when physically attacked.
Item Script
{ bonus bDex,4; bonus4 bAutoSpellWhenHit,"AL_DECAGI",1,30,1; },{},{}
Dropped By No Result

Rasta Wig [0]   [Upper Head]   Item ID# 5571 (Rasta_Wig)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Death Rock singer-style wig.
STR +1
[Event Bonus]
Add low chance of auto casting Level 5 Frost Joker on the user when receives physical attack.
Item Script
{ bonus bStr,1; bonus3 bAutoSpellWhenHit,"BA_FROSTJOKER",1,50; },{},{}
Dropped By No Result

Raven Cap [1]   [Upper Head]   Item ID# 5530 (Raven_Cap)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
6
Required Lvl
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A black Raven Cap that has black beak and feathers. It is so black.
Increase recovery amount from Meat by 50%.
Adds a low chance of inflicting Curse status on attacker when wearer receive melee physical attacks.
Item Script
{},{},{}
Dropped By No Result

RCC2013 1ST CROWN [1]   [Upper Head]   Item ID# 5892 (RCC2013_1ST_CROWN)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
250
Defense
7
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bAllStats,5; skill "AL_TELEPORT",1; },{ sc_start SC_SPEEDUP0,INFINITE_TICK,25; },{ sc_end SC_SPEEDUP0; }
Dropped By No Result

RCC2013 2ND CROWN [1]   [Upper Head]   Item ID# 5893 (RCC2013_2ND_CROWN)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
250
Defense
7
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bAllStats,4; skill "AL_TELEPORT",1; },{ sc_start SC_SPEEDUP0,INFINITE_TICK,25; },{ sc_end SC_SPEEDUP0; }
Dropped By No Result

« First < 7576777879808182838485 > Last »
back to top