Renewal
.:Renewal Item Database:.

Imperial Magic Boots [1]   [Footgear]   Item ID# 470019 (Imperial_Magic_Boots)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
25
Required Lvl
125
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Aristocratic shoes with the emblem of Rune Midgarts.

MATK +15, FLEE +15.

Refine Level +7: Reduces fixed cast time by 0.5 seconds.
Refine Level +9: Increases all elemental magic damage by 7%.
Item Script
{ .@r = getrefine(); bonus bMatk,15; bonus bFlee,15; if (.@r>=7) bonus bFixedCast,-500; if (.@r>=9) bonus2 bMagicAtkEle,Ele_All,7; },{},{}
Dropped By No Result

Intermediate Guild Member's Fist [1]   [One Hand]   Item ID# 560003 (Woe_Pist2_Z)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
30
Attack
80
Required Lvl
70
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Monk
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,25+.@r; bonus2 bAddRace,RC_Player_Doram,25+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,15; bonus2 bAddRace,RC_Player_Doram,15; } if (.@r>=10) { bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-30; autobonus3 "{ .@r = getrefine(); bonus bBaseAtk,30+(.@r-10); }",1000,20000,"MO_EXPLOSIONSPIRITS"; } },{},{}
Dropped By No Result

Juggernaut [0]   [Footgear]   Item ID# 470027 (Juggernaut)
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
Shoes said to be worn by Rebellions during military operations.

MDEF +10, MaxHP +3%, MaxSP +3%.

Enables the use of Level 1 Improve Concentration.

Decreases Rich's Coin skill cooldown by 3 seconds.

When Fallen Angel is mastered:
ASPD +20% (After attack delay -20%).
Decreases SP Consumption of Fire Dance by 20.

When Anti-Material Blast mastered:
Bypass 100% of hard defense of Normal, Boss and DemiHuman monsters when performing a physical attack.
Autocast Level 1 Rich's Coin when using Hammer of God skill.

For each level of Banishing Buster skill:
Decreases fixed cast time of Banishing Buster by 20%.
Increases damage of Banishing Buster by 60%.

For each level of Fire Rain skill:
Increases physical damage dealt to enemies of all sizes by 4%.
Increases damage of Fire Rain by 50%.

For each level of Howling Mine skill:
Decreases after skill cast delay of all skills by 8%.
Increases damage of Howling Mine by 40%.

Refine Level +5: MaxHP +7%, MaxSP +7%.

Refine Level +7: MaxHP +10%, MaxSP +10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMdef,10; bonus bMaxHPrate,3; bonus bMaxSPrate,3; skill "AC_CONCENTRATION",1; bonus2 bSkillCooldown,"RL_RICHS_COIN",-3000; bonus2 bFixedCastrate,"RL_BANISHING_BUSTER",-20*getskilllv("RL_BANISHING_BUSTER"); bonus2 bSkillAtk,"RL_BANISHING_BUSTER",60*getskilllv("RL_BANISHING_BUSTER"); bonus2 bAddClass,Class_All,4*getskilllv("RL_FIRE_RAIN"); bonus2 bSkillAtk,"RL_FIRE_RAIN",50*getskilllv("RL_FIRE_RAIN"); bonus bDelayrate,-8*getskilllv("RL_H_MINE"); bonus2 bSkillAtk,"RL_H_MINE",40*getskilllv("RL_H_MINE"); if (getskilllv("RL_FALLEN_ANGEL") == 1) { bonus bAspdRate,20; bonus2 bSkillUseSP,"RL_FIREDANCE",20; } if (getskilllv("RL_AM_BLAST") == 5) { bonus2 bIgnoreDefRaceRate,RC_All,100; bonus4 bAutoSpellOnSkill,"RL_HAMMER_OF_GOD","RL_RICHS_COIN",1,1000; } if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; } },{},{}
Dropped By No Result

Juggernaut [1]   [Footgear]   Item ID# 470028 (Juggernaut_)
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; skill "AC_CONCENTRATION",1; bonus2 bSkillCooldown,"RL_RICHS_COIN",-3000; bonus2 bFixedCastrate,"RL_BANISHING_BUSTER",-20*getskilllv("RL_BANISHING_BUSTER"); bonus2 bSkillAtk,"RL_BANISHING_BUSTER",60*getskilllv("RL_BANISHING_BUSTER"); bonus2 bAddClass,Class_All,4*getskilllv("RL_FIREDANCE"); bonus2 bSkillAtk,"RL_FIREDANCE",50*getskilllv("RL_FIREDANCE"); bonus bDelayrate,-8*getskilllv("RL_H_MINE"); bonus2 bSkillAtk,"RL_H_MINE",40*getskilllv("RL_H_MINE"); if (getskilllv("RL_FALLEN_ANGEL") == 1) { bonus bAspdRate,20; bonus2 bSkillUseSP,"RL_FIREDANCE",20; } if (getskilllv("RL_AM_BLAST") == 5) { bonus2 bIgnoreDefRaceRate,RC_All,100; bonus4 bAutoSpellOnSkill,"RL_HAMMER_OF_GOD","RL_RICHS_COIN",1,1000; } if (.@r>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; } if (.@r>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; } },{},{}
Dropped By No Result

Kladenets [1]   [One Hand]   Item ID# 13499 (Sword_Kladenets)
Type
Weapon
Class
One-handed Sword
Buy
1z
Sell
0z
Weight
150
Attack
180 / MATK 160
Required Lvl
130
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Mechanic
Guillotine Cross
Royal Guard
Shadow Chaser
Genetic
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); .@rate = 1+.@r; bonus3 bAutoSpellWhenHit,"SO_PSYCHIC_WAVE",3,.@rate; if (.@r>=10) { bonus bFixedCastrate,-70; } },{},{}
Dropped By No Result

Laphine Staff [0]   [One Hand]   Item ID# 1649 (Rafini_Staff)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 180
Required Lvl
100
Weapon Lvl
3
Slot
0
Property
Neutral
Applicable Jobs
Arch Bishop
Warlock
Shura
Sorcerer
Description
A staff crafted using a magic stone from the Lapine tribe.
Each refine decreases fixed cast time by 1% (does not stack with other fixed cast time effects).
MATK + 180.

More Information on Combo:
Item Script
{ bonus bFixedCastRate,-getrefine(); },{},{}
Dropped By

Laphine Staff [2]   [One Hand]   Item ID# 1679 (Rafini_Staff_S)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 180
Required Lvl
100
Weapon Lvl
3
Slot
2
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
A staff which is crafted by a stone that is often used when Laphines put magic power into it.

MATK +180

Reduces fixed cast time by 1% for every refine level. (This effect does not stack with other fixed cast time effects.)
Item Script
{ bonus bFixedCastRate,-getrefine(); },{},{}
Dropped By No Result

Lesser Guild Member's Fist [0]   [One Hand]   Item ID# 1859 (Woe_Pist1_Z)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
30
Attack
40
Required Lvl
70
Weapon Lvl
3
Slot
0
Applicable Jobs
Priest
Monk
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,25+.@r; bonus2 bAddRace,RC_Player_Doram,25+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,5; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,15; bonus2 bAddRace,RC_Player_Doram,15; } if (.@r>=10) { bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-30; autobonus3 "{ .@r = getrefine(); bonus bBaseAtk,30+(.@r-10); }",1000,20000,"MO_EXPLOSIONSPIRITS"; } },{},{}
Dropped By No Result

Libra Diadem [0]   [Upper Head]   Item ID# 19468 (Libra_Diadem_J)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableHelm; bonus bMdef,15; bonus bStr,10; bonus bBaseAtk,50; bonus bDelayrate,-20; if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) { bonus2 bSubClass,Class_Boss,20; bonus bHPGainValue,500; bonus bSPGainValue,50; bonus2 bSkillAtk,"RK_STORMBLAST",(.@r>=8?70:(.@r>=6?50:30)); bonus2 bFixedCastrate,"RK_REFRESH",-100; autobonus3 "{ bonus bAtkRate,-50; bonus bMatkRate,-50; bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,10; }",1000,60000,"RK_MILLENNIUMSHIELD"; autobonus3 "{ percentheal 100,100; sc_end UNLUCKY; sc_end IGNORANCE; sc_end WEAKNESS; sc_end ENERVATION; sc_end LAZINESS; }",1000,1000,"RK_REFRESH"; autobonus3 "{ bonus bNoKnockback; }",1000,30000,"RK_CRUSHSTRIKE"; autobonus3 "{ bonus bStr,30; bonus bInt,-30; }",1000,300000,"RK_GIANTGROWTH"; autobonus3 "{ bonus2 bSPRegenRate,40,10000; }",1000,300000,"RK_ABUNDANCE"; autobonus3 "{ bonus bShortWeaponDamageReturn,10; heal -1000,0; }",1000,300000,"RK_STONEHARDSKIN"; autobonus3 "{ bonus2 bHPRegenRate,500,10000; }",1000,300000,"RK_VITALITYACTIVATION"; autobonus3 "{ bonus bBaseAtk,10; bonus bAspdRate,10; }",1000,300000,"RK_FIGHTINGSPIRIT"; if (.@r>=6) autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,20; }",1000,60000,"RK_MILLENNIUMSHIELD"; if (.@r>=8) { bonus bAllStats,10; bonus2 bHPRegenRate,500,5000; bonus2 bSPRegenRate,50,5000; autobonus3 "{ bonus3 bAutoSpellWhenHit,\"RK_MILLENNIUMSHIELD\",1,30; }",1000,60000,"RK_MILLENNIUMSHIELD"; } } },{},{}
Dropped By No Result

Libra Shoes [0]   [Footgear]   Item ID# 22227 (Libra_Shoes_J)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
25
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,50; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) { bonus bBaseAtk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus2 bSubClass,Class_Boss,5; bonus2 bSkillVariableCast,"RK_DRAGONBREATH",-2000; bonus2 bSkillVariableCast,"RK_DRAGONBREATH_WATER",-2000; if (.@r>=8) bonus bFixedCastrate,-50; } },{},{}
Dropped By No Result

Lyrica Hat [1]   [Upper Head]   Item ID# 5905 (Lyrica_Hat_)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Gender
Female Only
Applicable Jobs
Minstrel / Wanderer
Description
A finely crafted hat designed just for Maestros.
You can't see from the outside, but on the inside is written every song a Maestro needs to make it big!

Increase Severe Rainstorm damage by 15%.

Refine Level +7:
Reduces fixed casting time of all skills by 4% for each level of Voice Lessons learned.

Refine Level +9:
Reduces the SP cost of Severe Rainstorm by 10.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; if (.@r>=7) { bonus bFixedCastrate,4*(getskilllv("WM_LESSON")); } if (.@r>=9) { bonus2 bSkillUseSP,"WM_SEVERE_RAINSTORM",10; } },{},{}
Dropped By No Result

Magic Essence Lv. 1    Item ID# 29071 (MagicEessence1)
Type
Card
Class
Enchant
Buy
10z
Sell
5z
Weight
0
Description
MATK +4%
Decreases fixed cast time of all skills by 0.1 second.
Item Script
{ bonus bFixedCast,-100; bonus bMatkRate,4; },{},{}
Dropped By No Result

« First < 7891011121314151617 > Last »
back to top