Renewal
.:Renewal Item Database:.

Ring of Venus [1]   [Accessory]   Item ID# 490068 (RingofVenus)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
50
Defense
2
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@p = getitempos(); .@a = readparam(bAgi); .@d = readparam(bDex); if (.@p == EQP_ACC_L) { bonus2 bAddRace,RC_All,.@a / 10; bonus2 bMagicAddRace,RC_All,.@a/10; if (.@a>=125) { bonus bSpeedAddRate,25; bonus bDelayrate,-25; } } if (.@p == EQP_ACC_R) { bonus bLongAtkRate,.@d / 10; bonus2 bResEff,Eff_Stun,3*(.@d/10); if (.@d>=125) { bonus bFixedCastrate,-70; bonus2 bSubEle,Ele_Earth,5; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Wind,5; bonus2 bSubEle,Ele_Fire,5; } } },{},{}
Dropped By No Result

Riot Chip [1]   [Upper Head]   Item ID# 5965 (Riot_Chip_J)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A high performance IC chip. Has ability to activate special effects.

Reduces fixed cast time of all skills by 50%.
For each refine level, MATK +1%.

When equipped with Broken Chip(Green):
Decreases after skill delay of all skills by 15%.

When equipped with EarthBroken Chip(Red):
Decreases variable cast time of all skills by 20%.

When enchanted with Fire Property Reactor:
Increases physical damage against Fire elemental monsters by 10%.
When enchanted with Water Property Reactor:
Increases physical damage against Water elemental monsters by 10%.
When enchanted with Earth Property Reactor:
Increases physical damage against Earth elemental monsters by 10%.
When enchanted with Wind Property Reactor:
Increases physical damage against Wind elemental monsters by 10%.

When enchanted with Fire Resistance Reactor:
Decreases damage taken from Fire elemental attacks by 25%.
When enchanted with Water Resistance Reactor:
Decreases damage taken fromWater elemental attacks by 25%.
When enchanted with Earth Resistance Reactor:
Decreases damage taken fromEarth elemental attacks by 25%.
When enchanted with Wind Resistance Reactor:
Decreases damage taken fromWind elemental attacks by 25%.

When enchanted with Recovery Reactor 101: Every 5 seconds, restore 1500 HP.
When enchanted with Recovery Reactor 102: Every 5 seconds, restore 25 SP.
When enchanted with Recovery Reactor 201: Increases HP Recovery Rate by 350%.
When enchanted with Recovery Reactor 202: Increases SP Recovery Rate by 50%.

When enchanted with Supportive Reactor STR: ATK +3%.
When enchanted with Supportive Reactor INT: MATK +3%.
When enchanted with Supportive Reactor DEF: DEF +500.
When enchanted with Supportive Reactor Perfect: Perfect Dodge +2.
When enchanted with Supportive Reactor Attack: ATK +15.
When enchanted with Supportive Reactor Magic: MATK +15.
When enchanted with Supportive Reactor MaxHP: MaxHP +7500.
When enchanted with Supportive Reactor MaxSP: MaxSP +150.
When enchanted with Supportive Reactor ASPD: ASPD +1.
When enchanted with Supportive Reactor Frozen: MaxHP +1000.

When enchanted with A-Tolerance:
For each refine level:
Decreases damage taken from DemiHuman and Formless monsters by 1%.

When enchanted with A-Hit: Every 3 refine levels, HIT +5.
When enchanted with A-Flee: Every 3 refine levels, FLEE +5.
When enchanted with A-Mdef: MDEF +20.

When enchanted with either S-Atk, S-Matk, S-Avoid, S-MaxHP, S-Quick or S-Cri:
For each 2 refine levels, decreases after attack delay by 1% (ASPD +1%).

When enchanted with either Z-Knockback, Z-Immortal, Z-Killgain, Z-Reincarnation, Z-NoDispell, Z-Clairvoyance or Z-CastFixed:
For each 2 refine levels, MaxHP +1%.

When equipped with Accelerator Chip:
ATK +10%, MATK +10%.
Decreases after attack delay by 10% (ASPD +10%).
Ignores physical and magical defense of all monsters by 30%.
Item Script
{ bonus bFixedCastrate,-50; .@r = getrefine(); bonus2 bAddClass,Class_All,.@r; bonus2 bMagicAddClass,Class_All,.@r; },{},{}
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

Samambaia [1]   [Upper & Middle Head]   Item ID# 5511 (Samambaia)
Type
Armor
Class
Upper & Middle Headgear
Buy
20z
Sell
10z
Weight
20
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A circlet made of samambaia leaf.
[Effect from item script]
Heals effectiveness +2%.
ASPD +1%.
Fixed cast time reduces by 10%.
Item Script
{ bonus bHealPower,2; bonus bAspd,1; bonus bFixedCastrate,-10; },{},{}
Dropped By No Result

Silver Bunny Hairband [1]   [Upper Head]   Item ID# 18588 (Silvah_Bunny_Hairband)
Silvah Bunny Band
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
1
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A hairband that attracts men.
You can wear it when you want to look sexy.
Your sexiness increases to 100%
VIT +1, INT +3, STR +2.
If refined to +9, increase ATK and MATK by 2%.
If refined to +12, reduces fixed cast time by 10%.
Item Script
{ bonus bStr,2; bonus bInt,3; bonus bVit,1; bonus bDex,1; .@r = getrefine(); if (.@r>8) { bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; if (.@r>11) bonus bFixedCastrate,-10; } },{},{}
Dropped By No Result

Special Agi    Item ID# 4854 (S_Agi)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
AGI +1
When refined to +8 or higher, additional AGI +3
When refined to +9 or higher, ATK +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bAgi,1; if (.@r>=8) { bonus bAgi,3; if (.@r>=9) { bonus2 bAddClass,Class_All,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Dex    Item ID# 4857 (S_Dex)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
DEX +1
When refined to +8 or higher, additional DEX +3
When refined to +9 or higher, MAtk +1% to all monster sizes
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bDex,1; if (.@r>=8) { bonus bDex,3; if (.@r>=9) { bonus bMatkRate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Int    Item ID# 4856 (S_Int)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
INT +1
When refined to +8 or higher, additional INT +3
When refined to +9 or higher, MAtk +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bInt,1; if (.@r>=8) { bonus bInt,3; if (.@r>=9) { bonus bMatkRate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Luk    Item ID# 4858 (S_Luck)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
LUK +1
When refined to +8 or higher, additional LUK +3
When refined to +9 or higher, MaxHP +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bLuk,1; if (.@r>=8) { bonus bLuk,3; if (.@r>=9) { bonus bMaxHPrate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Str    Item ID# 4853 (S_Str)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
STR +1
When refined to +8 or higher, additional STR +3
When refined to +9 or higher, ATK +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bStr,1; if (.@r>=8) { bonus bStr,3; if (.@r>=9) { bonus2 bAddClass,Class_All,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

Special Vit    Item ID# 4855 (S_Vital)
Type
Card
Class
Enchant
Buy
20z
Sell
10z
Weight
0
Description
VIT +1
When refined to +8 or higher, additional VIT +3
When refined to +9 or higher, SP +1%
When refined to +12 or higher, ASPD +1, decreases fixed cast time by 7%.
Item Script
{ .@r = getrefine(); bonus bVit,1; if (.@r>=8) { bonus bVit,3; if (.@r>=9) { bonus bMaxSP,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } } },{},{}
Dropped By No Result

< 12345 >
back to top