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

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

B Feather Beret [1]   [Upper Head]   Item ID# 18561 (B_Feather_Beret)
Black Feather Beret
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
5
Required Lvl
40
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A noble High quality hat made of luxury black cloth. Wihite feather make it more gorgeous.

Reduce damage from Demihuman monster 10%.
VIT + 2, MDEF + 3.
Item Script
{ bonus bVit,2; bonus bMdef,3; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; },{},{}
Dropped By No Result

Baby Desert Wolf Hat [1]   [Upper Head]   Item ID# 18629 (B_Desert_Wolf_Hat)
B Desert Wolf Hat
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A celebration hat for Desert Wolves, makes you feel like a member of the pack.

MDEF +5.
Reduces damage taken from long range physical attacks by 5%.

Official effect:
Increases damage on Small size monsters by 5%.
If the wearer has a Baby Desert Wolf pet, additional 5% damage to Small size monsters.
If Baby Desert Wolf pet intimacy is higher than a certain point, additional 5% damage to Small size monsters.
Item Script
{ bonus bMdef,5; bonus bLongAtkDef,5; },{},{}
Dropped By No Result

Baby Dragon Hat [0]   [Upper Head]   Item ID# 19010 (Baby_Dragon_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A baby dragon who has been trained to help its master.

Increases experience gained from defeating Dragon monsters by 5%.
Increases physical and magical damage inflicted on Dragon monsters by 10%.
Item Script
{ bonus2 bSubRace,RC_Dragon,-10; bonus2 bExpAddRace,RC_Dragon,5; },{},{}
Dropped By No Result

Baby Dragon Hat [1]   [Upper Head]   Item ID# 5531 (B_Dragon_Hat)
Type
Armor
Class
Upper Headgear
Buy
45000z
Sell
22500z
Weight
10
Defense
1
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A baby dragon who has been trained to help its master.
DEX +2
Enables Level 5 Double Attack (When you learn a higher level, activate the corresponding level).
Item Script
{ bonus bDex,2; skill "TF_DOUBLE",5; },{},{}
Dropped By No Result

Bacsojin Hat-LT [1]   [Upper Head]   Item ID# 400246 (Baksojin_Hat_LT)
Bacsojin Doll Hat-LT
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
40
Defense
6
Required Lvl
150
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
The Bacsojin Doll Hat which Team Richiet has modified for better performance.

INT +2, DEX +2
SPL +2, CON +2

Decreases variable cast time by 10%.

Increases magical damage against enemies of Undead race by 10%.

Magical attacks have a chance to activate Divine Willpower effect for 7 seconds.

Refine Level +7:
Increases magical damage with every element by 15%.

Refine Level +9:
MATK +10%

Refine Level +11:
Increases magical damage with every element by additional 10%.

[Divine Willpower]

For each Refine Level: MATK +35
Refine Level +10: S.MATK +20

[Bonus by Grade]
[Grade D]: MATK +5%, SPL +3
[Grade C]: WIS +2, fixed cast time -0.5 seconds
[Grade B]: S.MATK +3, MRES +20
[Grade A]: S.MATK +7
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bInt,2; bonus bDex,2; bonus bSpl,2; bonus bCon,2; bonus bVariableCastrate,-10; bonus2 bMagicAddRace,RC_Undead,10; autobonus "{ .@r = getrefine(); bonus bMatk,35*.@r; if (.@r>=10) { bonus bSmatk,20; } }",1,7000,BF_MAGIC; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,15; if (.@r>=9) { bonus bMatkRate,10; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_All,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,5; bonus bSpl,3; if (.@g >= ENCHANTGRADE_C) { bonus bFixedCast,-500; bonus bWis,2; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,3; bonus bMres,20; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,7; } } } } },{},{}
Dropped By No Result

Banana Hat [0]   [Upper Head]   Item ID# 5116 (Banana_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A hat made in the image of a banana peel, the key ingredient for the most basic practical joke since immemorial times.
Just looking at it causes a primal reaction of pure rage.
Add a 3% chance of auto casting Level 3 Provoke on the enemy when attacking.
Item Script
{ bonus3 bAutoSpell,"SM_PROVOKE",3,30; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Bandana [0]   [Upper Head]   Item ID# 2211 (Bandana)
Type
Armor
Class
Upper Headgear
Buy
400z
Sell
200z
Weight
10
Defense
2
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A common, ivory colored bandana.
Item Script
{},{},{}
Dropped By
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box, Old Violet Box
Required ForHot-Blooded Headband
Cross Hat, Bulb Hairband, Striped Hairband & Blue Hairband

Bandana 8th Anniversary [0]   [Upper Head]   Item ID# 18809 (8th_Anni_Hat_B)
8th Anniversary Hat
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Defense
4
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A bandana specially made in Brasilis to commemorate the 8th anniversary of the Brazilian servers of Ragnarok Online.

MDEF +4

The effects below will remain until 09/25/2012:
All Stats +8
Defeating monsters has a chance to drop a Yellow Potion.
Decreases variable cast time y 10%.
Increases attack speed by 10%.
When reviving, the character will recover 100% of their HP and SP.
There is a chance to cast Level 5 Heal on the user when receiving physical damage.
Item Script
{ bonus bMdef,4; /* Event bonus bonus bAllStats,8; bonus2 bAddMonsterDropItem,503,10; bonus bVariableCastrate,-10; bonus bAspdRate,10; bonus bRestartFullRecover; bonus3 bAutoSpellWhenHit,"AL_HEAL",5,10; */ },{},{}
Dropped By No Result

Bandana Merah Putih [0]   [Upper Head]   Item ID# 5321 (Indonesian_Bandana)
Indonesian Bandana
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
4
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A special bandana that shows the courage of Indonesian patriots.
Add a low chance of gaining Honey when a monster gets killed.
[Event Bonus, will NOT work outside of Event]
Increase Attack Speed. Enable full HP and SP restoration when resurrected.
Add a 5% of auto casting Level 3 Heal on the user when the user receives Physical Damage.
DEF + 4, MDEF + 4, All Stats + 5
Item Script
{ bonus2 bAddMonsterDropItem,518,300; },{},{}
Dropped By No Result

Bandit Hat [0]   [Upper Head]   Item ID# 5491 (Hat_Of_Outlaw)
Outlaw's Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
80
Defense
6
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not many people can stand a hot and steamy sand storm that is from far north Brazil. But these natives are well known for standing against heat and humidity with less water and food.
STR + 2.
Increases resistance to Fire Property by 10%.
Item Script
{ bonus bStr,2; bonus2 bSubEle,Ele_Fire,10; },{},{}
Dropped By No Result

« First < 23456789101112 > Last »
back to top