Renewal
.:Renewal Item Database:.
Armor

Iron Wrist [0]   [Accessory]   Item ID# 2719 (Iron_Wrist)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
70
Defense
1
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
It will make with the steel and the wrist protection unit which is healthy.
Increase damage with skill Bash and Mammonite by 6%.
Item Script
{ bonus2 bSkillAtk,"SM_BASH",6; bonus2 bSkillAtk,"MC_MAMMONITE",6; },{},{}
Dropped By
Obtainable FromJewelry Box

Isabella Blue Ear [1]   [Upper Head]   Item ID# 18910 (Isabella_Blue_Ear)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
30
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Piamette's blue ears cap. It's a favorite among children.

Reduces damage taken from Demihuman monsters by 5%.
Increases damage to Medium size monsters by 10%.

Refine Level +12: Reflects physical damage by 5%.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bAddSize,Size_Medium,10; if (getrefine()>=12) { bonus bShortWeaponDamageReturn,5; } },{},{}
Dropped By No Result

Isabella Brown Ear [1]   [Upper Head]   Item ID# 18909 (Isabella_Brown_Ear)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
30
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Piamette's brown ears cap that kids love the most.
MaxHP +10%.
Reduce damage from Demihuman monsters by 5%.
For every refine level, MATK +2.
Item Script
{ bonus bMaxHPrate,10; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus bMatk,getrefine()*2; },{},{}
Dropped By No Result

Isabella Carrot [0]   [Lower Head]   Item ID# 420000 (Isabella_Carrot)
Type
Armor
Class
Lower Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
70
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bVit,1; bonus bDex,1; bonus bInt,1; },{},{}
Dropped By No Result

Isabella Red Ear [1]   [Upper Head]   Item ID# 18908 (Isabella_Red_Ear)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
30
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Piamette's red ears cap. It's a favorite among children.
STR +5, MaxHP +5%.
Reduces damage taken from Fire element monsters by 10%.

When refine level +9, ASPD +1.
For every 2 refine levels above 9, ASPD +1.
Item Script
{ bonus bStr,5; bonus bMaxHPrate,5; bonus2 bSubDefEle,Ele_Fire,10; .@r = getrefine(); if (.@r>=9) bonus bAspd,1+(.@r-9)/2; },{},{}
Dropped By No Result

Issgard Magician Crown [1]   [Upper Head]   Item ID# 400106 (Glacier_Helm_2)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
20
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,10; bonus bMatkRate,3*(.@r/2); bonus2 bMagicAddSize,Size_All,4*(.@r/3); if (.@r>=7) { bonus bDelayrate,-8; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; bonus bSMatk,10; } } if (.@g>=ENCHANTGRADE_D) { bonus bSMatk,5; if (.@g>=ENCHANTGRADE_C) { bonus bMdef,30; bonus bDef,150; if (.@g>=ENCHANTGRADE_B) { bonus bSpl,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_A) { bonus bMRes,50; bonus bRes,50; } } } } },{},{}
Dropped By No Result

Issgard Ranger Crown [1]   [Upper Head]   Item ID# 400107 (Glacier_Helm_3)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
50
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bLongAtkRate,10; bonus bAtkRate,3*(.@r/2); bonus2 bAddSize,Size_All,4*(.@r/3); if (.@r>=7) { bonus bDelayrate,-8; if (.@r>=9) { bonus bLongAtkRate,10; bonus bPAtk,10; } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus bMdef,30; bonus bDef,150; if (.@g>=ENCHANTGRADE_B) { bonus bPow,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_A) { bonus bMRes,50; bonus bRes,50; } } } } },{},{}
Dropped By No Result

Issgard Warrior Crown [1]   [Upper Head]   Item ID# 400105 (Glacier_Helm_1)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Defense
80
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bShortAtkRate,10; bonus bAtkRate,3*(.@r/2); bonus2 bAddSize,Size_All,4*(.@r/3); if (.@r>=7) { bonus bDelayrate,-8; if (.@r>=9) { bonus bShortAtkRate,10; bonus bPAtk,10; } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,5; if (.@g>=ENCHANTGRADE_C) { bonus bMdef,30; bonus bDef,150; if (.@g>=ENCHANTGRADE_B) { bonus bPow,5; bonus bCon,5; if (.@g>=ENCHANTGRADE_A) { bonus bMRes,50; bonus bRes,50; } } } } },{},{}
Dropped By No Result

« First < 101112131415
back to top