Renewal
.:Renewal Item Database:.
Armor - All Headgears

Astro Circle [0]   [Upper Head]   Item ID# 18938 (Astro_Circle)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Defense
1
Required Lvl
70
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A universe that spread overhead.

INT +1
Reduces damage taken from Meteor Storm and Crimson Rock by 20%.
Reduces damage taken from Comet by 5%.

For each refine level above +6:
Reduces damage taken from Meteor Storm and Crimson Rock by 2%.

For each 3 refine levels:
Increases damage of Meteor Storm and Crimson Rock by 5%.
Item Script
expand to view script
{ bonus bInt,1; .@r = getrefine(); if (.@r>6) { .@t = ((.@r-6)*2); } bonus2 bSubSkill,"WZ_METEOR",20+.@t; bonus2 bSubSkill,"WL_CRIMSONROCK",20+.@t; bonus2 bSubSkill,"WL_COMET",5; bonus2 bSkillAtk,"WZ_METEOR",(.@r/3)*5; bonus2 bSkillAtk,"WL_CRIMSONROCK",(.@r/3)*5; },{},{}
Dropped By No Result

Ati Atihan Hat3 [0]   [Upper, Middle & Lower Head]   Item ID# 5814 (Ati_Atihan_Hat3)
2011 Pagdayaw
Type
Armor
Class
U, M & L Headgear
Buy
20z
Sell
10z
Weight
0
Defense
2
Required Lvl
20
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Rental Item
A headgear which is made of many kinds of property rings. It looks very luxurious and charming.

Reduces damage taken from DemiHuman monsters by 10%.
Reduces damage taken from Ghost elemental monsters by 10%.
Reduces damage taken from Water, Fire and Wind elemental attacks by 5%.

Increases physical damage against Ghost element and DemiHuman monsters by 50%.
Item Script
{},{},{}
Dropped By No Result

Australian Flag Hat [0]   [Upper Head]   Item ID# 5264 (Aussie_Flag_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
8
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A hat which is soul of good weeks.
All Stats + 2
Item Script
{ bonus bAllStats,2; },{ specialeffect2 EF_GHOST; specialeffect2 EF_BAT; specialeffect2 EF_BAT2; },{}
Dropped By No Result

Autumn Leaves [0]   [Upper Head]   Item ID# 5189 (Fallen_Leaves)
Hat of Falling Leaf
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Looks like leaves falling in autumn. You feel something like a brisk autumn breeze when you use it.
Maximum HP and SP + 40
Item Script
{ bonus bMaxHP,40; bonus bMaxSP,40; },{},{}
Dropped By No Result

Autumn Leaves [1]   [Upper Head]   Item ID# 5270 (Fallen_Leaves_)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
2
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Looks like leaves falling in autumn. You feel something like a brisk autumn breeze when you use it.
Perfect Dodge + 5
Item Script
{ bonus bFlee2,5; },{},{}
Dropped By No Result
Obtainable FromOld Gift Box

Aviator Hat [0]   [Upper Head]   Item ID# 18855 (Aviator_Hat)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
10
Defense
10
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A hat of Santos Dumont, a Brazilian aviation pioneer.
AGI + 3, INT + 3.
When attacking physically, has a chance to enchant your weapon with Wind property for 3 minutes.
Item Script
{ bonus bAgi,3; bonus bInt,3; autobonus "{ bonus bAtkEle,Ele_Wind; }",500,180,BF_NORMAL; },{},{}
Dropped By No Result

Awakened Eden Group Hat I [1]   [Upper Head]   Item ID# 19164 (Para_Team_Hat100)
Awakening Paradise Group Hat I
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat given to loyal member of paradise group. It's show the design and technology of Paradise group.

Adds a high chance for 5 seconds ATK +15 when dealing physical attacks.
Adds a high chance for 5 seconds MATK +15 when dealing magic attacks.

Refine Level +7: ATK +10, MATK +10.
Refine Level +9: All Stats +1.
Refine Level +12: Restore SP by 1% every 10 seconds.
Item Script
expand to view script
{ autobonus "{ bonus bBaseAtk,15; }",70,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; autobonus "{ bonus bMatk,15; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; .@r = getrefine(); if (.@r >= 7) { bonus bBaseAtk,10; bonus bMatk,10; if (.@r >= 9) { bonus bAllStats,1; if (.@r >= 12) { bonus2 bRegenPercentSP,1,10000; } } } },{},{}
Dropped By No Result

Awakened Eden Group Hat II [1]   [Upper Head]   Item ID# 19165 (Para_Team_Hat160)
Awakening Paradise Group Hat II
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Defense
10
Required Lvl
160
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hat given to full-fledged member of paradise group. It's show the design and technology of Paradise group.

Adds a high chance for 5 seconds ATK +30 when dealing physical attacks.
Adds a high chance for 5 seconds MATK +30 when dealing magic attacks.

Refine Level +7: ATK +15, MATK +15.
Refine Level +9: All Stats +2.
Refine Level +12: Restore HP by 2% and SP by 1% every 10 seconds.
Item Script
expand to view script
{ autobonus "{ bonus bBaseAtk,30; }",70,5000,BF_WEAPON,"{ specialeffect2 EF_ENHANCE; }"; autobonus "{ bonus bMatk,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; .@r = getrefine(); if (.@r >= 7) { bonus bBaseAtk,15; bonus bMatk,15; if (.@r >= 9) { bonus bAllStats,2; if (.@r >= 12) { bonus2 bRegenPercentHP,2,10000; bonus2 bRegenPercentSP,1,10000; } } } },{},{}
Dropped By No Result

Ayam [0]   [Upper Head]   Item ID# 5386 (Ayam_)
New Year's Hat
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
7
Defense
7
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
"Happy New Year". Like a New Year's greeting seems to bring blessed.
FLEE + 7, MDEF + 7.
Reflects 7% melee physical damage.
Has a chance to drop Lucky Rice Cake every time a monster is killed.
Impossible to refine this item.
Item Script
{ bonus bMdef,7; bonus bFlee,7; bonus2 bAddMonsterDropItem,12198,200; },{},{}
Dropped By No Result

Ayam [1]   [Upper Head]   Item ID# 5174 (Ayam)
Type
Armor
Class
Upper Headgear
Buy
30000z
Sell
15000z
Weight
40
Defense
6
Required Lvl
60
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A traditional Korean a-yam, usually worn by women, crafted of red silk. The way the decoration hangs down is beautiful.
[Taekwon Classes]
INT + 1, SP Recovery + 3%
Item Script
{ if (BaseClass == Job_Taekwon) { bonus bInt,1; bonus bSPrecovRate,3; } },{},{}
Dropped By No Result
Obtainable FromMagistrate Hat & A-Yam

Ayothaya King's Hat [1]   [Upper Head]   Item ID# 5312 (Ayothaya_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An ancient helm of Ayothaya's fighter. The braver actually can wear.
STR + 1, increase damage on DemiHuman monster by 5%.
Item Script
{ bonus bStr,1; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player_Human,5; },{},{}
Dropped By No Result

Azure Diadem [0]   [Middle Head]   Item ID# 18897 (Azure_Diadem)
Sky Crown
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
5
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
"Humans are like teabags. We don't know our true strength until we are in hot water! - Eleanor Roosevelt"
Increases resistance against Water property attack by 8%.
Item Script
{ bonus2 bSubEle,Ele_Water,8; },{},{}
Dropped By No Result

« First < 345678
back to top