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

Nero Mask [0]   [Middle Head]   Item ID# 18799 (Nero_Mask)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
20
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Golden mask once used by God of Water.
Increase Water property magic damage by 4%.
Item Script
{ bonus2 bMagicAtkEle,Ele_Water,4; },{},{}
Dropped By No Result

New Wave Sunglasses [0]   [Middle Head]   Item ID# 18813 (New_Wave_Sunglasses)
Type
Armor
Class
Middle Headgear
Buy
10z
Sell
5z
Weight
10
Required Lvl
30
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A sunglasses that give futuristic feeling.
Reduces after cast delay by 10%.
Unrefineable
Item Script
{ bonus bDelayrate,-10; },{},{}
Dropped By No Result

New Wave Sunglasses [1]   [Middle Head]   Item ID# 19181 (New_Wave_Sunglasses_)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Required Lvl
30
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A sunglasses that gives futuristic feel.
Reduces after cast skill delay by 5%.
Item Script
{ bonus bDelayrate,-5; },{},{}
Dropped By No Result

Noble Mask [0]   [Middle Head]   Item ID# 5985 (Noble_Mask)
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
20
Required Lvl
30
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A silver mask worn by nobles.

MaxHP +1%, ASPD +1% (reduces after attack delay by 1%).
Increases damage of Sacrifice by (Base Level*2)%.
Reduces variable cast time of Devotion and Pressure by 2 seconds.

Base Level at least 100:
MaxHP +1%, ASPD +1% (reduces after attack delay by 1%).

Base Level at least 150:
MaxHP +1%, ASPD +1% (reduces after attack delay by 1%).
Item Script
expand to view script
{ bonus2 bSkillAtk,"PA_SACRIFICE",BaseLevel*2; bonus2 bSkillVariableCast,"PA_PRESSURE",-2000; bonus2 bSkillVariableCast,"CR_DEVOTION",-2000; if (BaseLevel > 149) { bonus bMaxHPrate,3; bonus bAspdRate,3; } else if (BaseLevel > 99) { bonus bMaxHPrate,2; bonus bAspdRate,2; } else { bonus bMaxHPrate,1; bonus bAspdRate,1; } },{},{}
Dropped By No Result

Observer [0]   [Middle Head]   Item ID# 5315 (Observer)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Required Lvl
35
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
An equipment can check energy. Look like where come from another world.
Enables use of Level 1 Sense.

When VIP status is active:
All Stats +1
Item Script
{ skill "WZ_ESTIMATION",1; /*Gold PC Room: bonus bAllStats,1;*/ },{},{}
Dropped By No Result

Opera Phantom Mask [0]   [Middle Head]   Item ID# 5043 (Opera_Ghost_Mask)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
20
Defense
2
Required Lvl
20
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A mask rumored to have been worn by a romantic hero with an unknown fate.

More Information on Combo:
Item Script
{},{},{}
Dropped By No Result
Obtainable FromMine Helmet, Parcel Hat, Money Loser's Grief, Phantom of the Opera Mask

Opera Phantom Mask [1]   [Middle Head]   Item ID# 19091 (Opera_Ghost_Mask_)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
20
Defense
2
Required Lvl
20
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A mask rumored to have been worn by a romantic hero with an unknown fate.
Item Script
{},{},{}
Dropped By No Result

Peco Ears [0]   [Middle Head]   Item ID# 5358 (Pecopeco_Wing_Ears)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Required Lvl
70
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
An ornament wing created by Morgan Stanley's.
AGI + 1, MDEF + 2

More Information on Combo:
Item Script
{ bonus bAgi,1; bonus bMdef,2; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

Pegasus Wing Ears [0]   [Middle Head]   Item ID# 18657 (Pegasus_Wing_Ears)
Pegasus Ear Wing
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
50
Defense
1
Required Lvl
80
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
An accessory made with Valkyrie's wing feathers. Makes your body a little bit lighter.
ASPD +1%.
If Base Level reaches 100, additional ASPD +1%.
If Base Level reaches 150, additional ASPD +1%.
Item Script
{ bonus bUnbreakableHelm; .@i = BaseLevel; bonus bAspdRate,(.@i>=150)?(3):((.@i>=100)?(2):((.@i>=50)?(1):(0))); },{},{}
Dropped By No Result

Phantom Ears [0]   [Middle Head]   Item ID# 410129 (aegis_410129)
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
2
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
There is a mysterious force that upsets the mind.

Magical damage to all size monsters + 10%
Increase resistance to players by 5%,
Grants immunity to sleep.

If Intensification is level 5 or higher, reduces fixed casting time of Jack Frost by 100%, reduces cooldown of Intensification by 80 seconds.
If Recognized Spell is level 5 or higher, reduces after cast delay by 15%.
When this item is unequipped, cancels the effects of Intensification.

Type : Helm Defense : 2
Required level : 100
Class : All
Item Script
expand to view script
{ bonus2 bMagicAddSize,Size_All,10; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bResEff,Eff_Sleep,10000; if (getskilllv("WL_TELEKINESIS_INTENSE")>=5) { bonus2 bFixedCastrate,"WL_JACKFROST",-100; bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-80000; } if (getskilllv("WL_RECOGNIZEDSPELL")>=5) bonus bDelayrate,-15; },{},{ sc_end SC_RECOGNIZEDSPELL; }
Dropped By No Result

Phantom Ears [0]   [Middle Head]   Item ID# 410130 (aegis_410130)
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
2
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ bonus2 bMagicAddSize,Size_All,10; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bResEff,Eff_Sleep,10000; if (getskilllv("WL_TELEKINESIS_INTENSE")>=5) { bonus2 bFixedCastrate,"WL_JACKFROST",-100; bonus2 bSkillCooldown,"WL_TELEKINESIS_INTENSE",-80000; } if (getskilllv("WL_RECOGNIZEDSPELL")>=5) bonus bDelayrate,-15; },{},{ sc_end SC_RECOGNIZEDSPELL; }
Dropped By No Result

Pirate Eye Bandage [0]   [Middle Head]   Item ID# 5804 (Pirate_Eyepatch)
Type
Armor
Class
Middle Headgear
Buy
1000z
Sell
500z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
An eye bandage worn by infamous pirates back in the old day. Makes its wearer feel out of perspective when worn.
Add a 15% EXP from every monster during the event period.
Item Script
{},{},{}
Dropped By No Result

« First < 1011121314151617181920 > Last »
back to top