Renewal
.:Renewal Item Database:.

Royal Guard Stone (Upper)    Item ID# 310887 (Royalguard_Top3)
Royal Guard Stone(Upper)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each Level of Inspiration:
Decreases fixed cast time by 0.1 seconds.

When equipped with Royal Guard Stone(Garment):
Increases damage of Cannon Spear by 15%.

When equipped with Royal Guard Stone II(Garment):
Increases damage of Genesis Ray by 15%.
Item Script
{ bonus bFixedCast,-100*getskilllv("LG_INSPIRATION"); },{},{}
Dropped By No Result

RTC First Place [1]   [Upper Head]   Item ID# 5603 (RTC_Winner_Only)
pRO Blue Angel Crown
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
25
Defense
8
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A legendary helmet,will be awarded to the First Best warrior.
All Stats +3, ASPD +10%.
Reduces fixed cast time by 0.5 sec. (not implemented yet)
Increases physical and magical damage inflicted on Demihuman monsters by 10%.
Indestructible
Item Script
{ bonus bAllStats,3; bonus bAspdRate,10; bonus bFixedCast,-500; bonus2 bAddRace,RC_DemiHuman,10; bonus2 bMagicAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; bonus2 bMagicAddRace,RC_Player_Human,10; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

RTC Second Place [1]   [Upper Head]   Item ID# 5604 (RTC_Second_Best)
pRO Pink Angel Crown
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
25
Defense
6
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A legendary helmet,will be awarded to Second Best warrior.
All Stats +2, ASPD +7%.
Reduces fixed cast time by 0.3 sec. (not implemented yet)
Increases physical and magical damage inflicted on Demihuman monsters by 5%.
Indestructible
Item Script
{ bonus bAllStats,2; bonus bAspdRate,7; bonus bFixedCast,-300; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bMagicAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player_Human,5; bonus2 bMagicAddRace,RC_Player_Human,5; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

RTC Third Place [1]   [Upper Head]   Item ID# 5605 (RTC_Third_Best)
pRO Violet Angel Crown
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
25
Defense
4
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A legendary helmet,will be awarded to third Best warrior.
All Stats +1, ASPD 5%.
Reduces fixed cast time by 0.1 sec. (not implemented yet)
Increases physical and magical damage inflicted on Demihuman monsters by 3%.
Indestructible
Item Script
{ bonus bAllStats,1; bonus bAspdRate,5; bonus bFixedCast,-100; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bMagicAddRace,RC_DemiHuman,3; bonus2 bAddRace,RC_Player_Human,3; bonus2 bMagicAddRace,RC_Player_Human,3; bonus bUnbreakableHelm; },{},{}
Dropped By No Result

Rune Boots of Death [1]   [Footgear]   Item ID# 470176 (Death_Rune_Boots)
Death Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Death Rune magic.
The imprint is amplified with the essence of death.

Refine Level +7:
MATK +5%, S.MATK +2

Refine Level +9:
Decreases variable cast time by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases Magical Damage with every element by 10%.
Decreases fixed cast time by additional 0.2 seconds.

[Bonus by Grade]
[Grade D] MATK +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] MATK +5%, S.MATK +5
[Grade A] fixed cast time -0.2 seconds, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bSMatk,2; bonus bMatkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bMagicAtkEle,Ele_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bSMatk,5; bonus bMatkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bSMatk,2; } } } } },{},{}
Dropped By No Result

Rune Boots of Flame [1]   [Footgear]   Item ID# 470173 (Flame_Rune_Boots)
Fire Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Flame Rune magic.
The imprint is amplified with the essence of flame.

Refine Level +7:
ATK +5%, P.ATK +2

Refine Level +9:
Decreases variable cast time by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases melee physical damage by 10%.
Decreases fixed cast time by additional 0.2 seconds.

[Bonus by Grade]
[Grade D] ATK +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] ATK +5%, P.ATK +5
[Grade A] fixed cast time -0.2 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus bShortAtkRate,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bPAtk,2; } } } } },{},{}
Dropped By No Result

Rune Boots of Ice [1]   [Footgear]   Item ID# 470175 (Ice_Rune_Boots)
Ice Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Ice Rune magic.
The imprint is amplified with the essence of ice.

Refine Level +7:
ATK +5%, P.ATK +2

Refine Level +9:
Increases critical damage by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases ranged physical damage by 5%.
Decreases fixed cast time by additional 0.4 seconds.

[Bonus by Grade]
[Grade D] ATK +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] ATK +5%, P.ATK +5
[Grade A] C.RATE +1, P.ATK +2
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bAtkRate,5; if (.@r>=9) { bonus bFixedCast,-300; bonus bCritAtkRate,10; if (.@r>=11) { bonus bFixedCast,-400; bonus bLongAtkRate,5; } } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bPAtk,5; bonus bAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bCRate,1; bonus bPAtk,2; } } } } },{},{}
Dropped By No Result

Rune Boots of Plain [1]   [Footgear]   Item ID# 470174 (Plain_Rune_Boots)
Glade Rune Boots
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
45
Required Lvl
230
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
Boots engraved with Varmundt's Glade Rune magic.
The imprint is amplified with the essence of glade.

Refine Level +7:
MaxHP +10%, P.ATK +2

Refine Level +9:
Decreases variable cast time by 10%.
Decreases fixed cast time by 0.3 seconds.

Refine Level +11:
Increases Physical Damage against enemies of every size by 10%.
Decreases fixed cast time by additional 0.2 seconds.

[Bonus by Grade]
[Grade D] MaxHP +5%
[Grade C] fixed cast time -0.3 seconds.
[Grade B] MaxHP +7%, variable cast time -5%.
[Grade A] fixed cast time -0.2 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (.@r>=7) { bonus bPAtk,2; bonus bMaxHPrate,10; if (.@r>=9) { bonus bFixedCast,-300; bonus bVariableCastrate,-10; if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_All,10; } } } if (.@g>=ENCHANTGRADE_D) { bonus bMaxHPrate,5; if (.@g>=ENCHANTGRADE_C) { bonus bFixedCast,-300; if (.@g>=ENCHANTGRADE_B) { bonus bVariableCastrate,-5; bonus bMaxHPrate,7; if (.@g>=ENCHANTGRADE_A) { bonus bFixedCast,-200; bonus bPAtk,2; } } } } },{},{}
Dropped By No Result

Rune Greaves [0]   [Footgear]   Item ID# 470084 (Rune_Greave_JP)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
40
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Greaves created by concentrating the power of rune stones.

MaxHP + 3% , MaxSP + 3%
Increase movement speed

For every 2 levels of Dragon's Breath and Dragon's Water Breath,
all stats +3

When Dragon Training lv5,
reduce cooldown of Hundred Spears by 1 sec

Increase damage of Clashing Spiral, Hundred Spears by 40% per 1 skill level of Dragon Howling.

When Phantom Thrust lv5, reduce fixed casting time by 50%

When refined to +5 or higher, additional MaxHP + 7% , MaxSP + 7%
reduce after cast delay by 10%

When refined to +7 or higher, additional MaxHP + 10% , MaxSP + 10%
reduce after cast delay by an additional 10%
Type: Shoes Defense: 12
Required level: 100
Class: All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bSpeedAddRate,25; bonus bAllStats,3*(getskilllv("RK_DRAGONBREATH")+getskilllv("RK_DRAGONBREATH_WATER")/2); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",getskilllv("RK_DRAGONHOWLING")*40; bonus2 bSkillAtk,"LK_SPIRALPIERCE",getskilllv("RK_DRAGONHOWLING")*40; if (getskilllv("RK_DRAGONTRAINING") == 5) bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000; if (getskilllv("RK_PHANTOMTHRUST") == 5) bonus bFixedCastrate,-50; if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bDelayrate,-10; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; } },{},{}
Dropped By No Result

Rune Greaves [1]   [Footgear]   Item ID# 470085 (Rune_Greave_JP_)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
40
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bSpeedAddRate,25; bonus bAllStats,3*(getskilllv("RK_DRAGONBREATH")+getskilllv("RK_DRAGONBREATH_WATER")/2); bonus2 bSkillAtk,"RK_HUNDREDSPEAR",getskilllv("RK_DRAGONHOWLING")*40; bonus2 bSkillAtk,"LK_SPIRALPIERCE",getskilllv("RK_DRAGONHOWLING")*40; if (getskilllv("RK_DRAGONTRAINING") == 5) bonus2 bSkillCooldown,"RK_HUNDREDSPEAR",-1000; if (getskilllv("RK_PHANTOMTHRUST") == 5) bonus bFixedCastrate,-50; if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bDelayrate,-10; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; } },{},{}
Dropped By No Result

Sagittarius Celestial Coronet [1]   [Upper Head]   Item ID# 400061 (Sagittarius_DiademK)
Sagittarius Diadem Type K
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The crown representing Sagittarius, the ninth position of the zodiac. The birthstone, Zircon, is embedded.
It has been modified to suit the OS weapons.

For each 2 Refine Levels:
ATK +20

Refine Level +7:
Decreases variable cast time by 15%.

Refine Level +9:
Increases ranged physical damage by 15%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium sized enemies by 15%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Burning Knuckle-OS:
Decreases Rampage Blaster skill cooldown by 1 second.

For each 2 Refine Levels of Burning Knuckle-OS:
Increases ranged physical damage by additional 3%.

When equipped with Saphir Mace-OS:
Decreases variable cast time by additional 10%.

For each 2 Refine Levels of Saphir Mace-OS:
Increases damage of Acid Demonstration by 3%.

When equipped with HR-S55-OS:
Increases ranged physical damage by additional 5%.

For each 2 Refine Levels of HR-S55-OS:
Increases damage of Hammer of God by 3%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus bLongAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; } },{},{}
Dropped By No Result

Sagittarius Celestial Coronet-LT [1]   [Upper Head]   Item ID# 400261 (Sagittarius_DiademK_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
170
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
The crown representing Sagittarius, the ninth position of the zodiac. The birthstone, Zircon, is embedded.
It has been modified to suit the upgraded OS weapons.

For each 2 Refine Levels:
ATK +20

Refine Level +7:
Decreases variable cast time by 15%.

Refine Level +9:
Increases ranged physical damage by 20%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium sized enemies by 20%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Burning Knuckle-OSAD:
Decreases Rampage Blaster skill cooldown by 1 second.

For each 2 Refine Levels of Burning Knuckle-OSAD:
Increases ranged physical damage by additional 4%.

When equipped with Saphir Mace-OSAD:
Decreases variable cast time by additional 10%.

For each 2 Refine Levels of Saphir Mace-OSAD:
Increases damage of Acid Demonstration by 5%.

When equipped with HR-S55-OSAD:
Increases ranged physical damage by additional 10%.

For each 2 Refine Levels of HR-S55-OSAD:
Increases damage of Hammer of God by 5%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus bLongAtkRate,20; if (.@r>=10) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

« First < 1213141516171819202122 >
back to top