Renewal
.:Renewal Item Database:.

2020RTC Naughty Ghost [1]   [Upper Head]   Item ID# 400082 (2020RTC_Imp_TW)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
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(); bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; bonus2 bSubRace,RC_Player_Doram,10; bonus2 bAddEffWhenHit,Eff_Freeze,100; if (.@r>=9) { bonus bFixedCast,-100*.@r; bonus bAtkRate,2*.@r; bonus bMatkRate,2*.@r; bonus bLongAtkRate,2*.@r; bonus bHealPower2,3*.@r; bonus bCritAtkRate,5*.@r; bonus bCritical,3*.@r; } },{},{}
Dropped By No Result

2021RTC Headset [0]   [Middle Head]   Item ID# 400164 (2021RTC_Headset_TW)
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bFixedCast,-100; bonus bShortAtkRate,1; bonus bLongAtkRate,1; bonus2 bMagicAddEle,Ele_All,1; },{},{}
Dropped By No Result

Adoration Ring [1]   [Accessory]   Item ID# 490118 (RingOfAdoramus)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Increase magical damage to small, medium, large monsters by 10%.
Increase damage of Adoramus and Judex by 1% per 3 BaseLv.
When Clearance Lv5 is learned, increase Holy, Wind, Neutral magical damage by 10%.
When Oratio Lv10 is learned, reduce fixed casting of Oratio by 100%, increase Healing + 30%, reduce SP consumption by 10%.
When Adoramus Lv5 is learned, increase ASPD by 15%, recovers 100 HP and 10 SP when monsters killed using magical attack.
When Offertorium Lv5 is learned, reduce variable casting by 30%.

SET BONUS
Ring of Adoramus
Release of Magic
Ignores magic defense of all races by 100%

Type : Accessory Defense : 0
Required level : 100
Class : All
Item Script
expand to view script
{ bonus bMdef,15; bonus bInt,7; bonus2 bMagicAddSize,Size_All,10; bonus2 bSkillAtk,"AB_ADORAMUS",(BaseLevel/3); bonus2 bSkillAtk,"AB_JUDEX",(BaseLevel/3); if (getskilllv("AB_CLEARANCE") == 5) { bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Holy,10; bonus2 bMagicAtkEle,Ele_Neutral,10; } if (getskilllv("AB_ORATIO") == 10) { bonus2 bFixedCastrate,"AB_ORATIO",-100; bonus bHealPower,30; bonus bUseSPrate,-10; } if (getskilllv("AB_ADORAMUS") == 10) { bonus bAspdRate,15; bonus bMagicHPGainValue,100; bonus bMagicSPGainValue,10; } if (getskilllv("AB_OFFERTORIUM") == 5) bonus bVariableCastrate,-30; },{},{}
Dropped By No Result

Advanced Paradise Shoes [0]   [Footgear]   Item ID# 470093 (2Para_Boots_B)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A pair of high-quality shoes given to members of the Paradise Group.

Increases magical damage with every element by 10%.
Decreases fixed cast time of skills by 0.3 seconds.

For each 10 Base Level:
MaxHP +40, MaxSP +30 (Up to Base Level 150)

Base Level at least 105:
Decreases variable cast time by 10%.

Base Level at least 110:
Increases magical damage against enemies of every element by 5%.

Base Level at least 120:
Increases magical damage against enemies of every element by additional 5%.

Base Level at least 130:
MATK +5%
Item Script
expand to view script
{ bonus2 bMagicAtkEle,Ele_All,10; bonus bFixedCast,-300; bonus bMaxHP,40*(min(BaseLevel,150)/10); bonus bMaxSP,30*(min(BaseLevel,150)/10); if (BaseLevel>=105) bonus bVariableCastrate,-10; if (BaseLevel>=110) bonus2 bMagicAddEle,Ele_All,5; if (BaseLevel>=120) bonus2 bMagicAddEle,Ele_All,5; if (BaseLevel>=130) bonus bMatkRate,5; },{},{}
Dropped By No Result

Amistr Beret [1]   [Upper Head]   Item ID# 19308 (Amistr_Beret)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
15
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A beret made from the ear of Amistr.

For each 2 refine levels: ATK +10, MATK +10.
Refine Level +7: Reduces variable cast time by 10%.
Refine Level +9: Increases Neutral and Holy elemental magic damage by 10%.
Refine Level +11: MATK +3%, ATK +5%.

For each refine level above +10:
Reduces fixed cast time by 0.1 second (up to +15).

When equipped with Holy Stick:
MATK +10.

For each 2 refine level of Holy Stick:
Increases Adoramus damage by 30%.

When equipped with Wondrous Foxtail Staff:
For each 2 refine level of Wondrous Foxtail Staff:
Increases Neutral elemental magic damage by 5%.

When equipped with Twin Edge of Naght Sieger [Blue]:
For each 2 refine level of Twin Edge of Naght Sieger [Blue]:
Increases Cart Cannon damage by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Holy,10; } if (.@r>=11) { bonus bMatkRate,3; bonus bAtkRate,5; } if (.@r>=10) { bonus bFixedCast,-100*(min((.@r-10),15)/1); } },{},{}
Dropped By No Result

Ancient Hero Boots [1]   [Footgear]   Item ID# 22171 (Ancient_Hero_Boots)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
60
Defense
15
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A pair of boots said to have been worn by ancient heroes.
It resonates with the Ancient Hero's Armor.

MaxHP +500, MaxSP +50.
Every 3 refine levels: MaxHP +2%, MaxSP +1%.

Refine Level +9: Reduces fixed cast time of all skills by 0.3 sec.

Refine Level +12: Reduces fixed cast time of all skills by 0.2 sec.

Refine Level +14: Reduces after skill delay by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,50; bonus bMaxHPrate,2*(.@r/3); bonus bMaxSPrate,.@r/3; if (.@r >= 9) { .@val = -300; if (.@r >= 12) { .@val -= 200; if (.@r >= 14) { bonus bDelayrate,-5; } } bonus bFixedCast,.@val; } },{},{}
Dropped By No Result

Angra Manyu [0]   [One Hand]   Item ID# 1599 (Angra_Manyu)
Type
Weapon
Class
Mace
Buy
1z
Sell
0z
Weight
1
Attack
5000 / MATK 10000
Weapon Lvl
1
Slot
0
Range
2
Applicable Jobs
Every Job
Description
"The Real Holy Cross"
Item Script
expand to view script
{ bonus bAllStats,50; bonus bBaseAtk,3300; bonus bMatkRate,200; bonus2 bHPDrainRate,1000,100; bonus2 bSPDrainRate,1000,20; bonus bHealPower,200; bonus2 bAddClass,Class_All,100; skill "WZ_STORMGUST",10; skill "WZ_METEOR",10; skill "WZ_VERMILION",10; skill "GM_SANDMAN",1; bonus bVariableCastrate,-100; bonus bFixedCastrate,-100; bonus bAspdRate,100; },{},{}
Dropped By No Result

Archbishop Stone (Bottom)    Item ID# 311358 (Archbishop_Bottom3)
Archbishop Stone(Lower)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each Level of Expiatio:
Decreases fixed cast time by 0.1 second.

When equipped with Archbishop Stone(Garment):
Increases magical damage against enemies of every race, except Players, by 15%.

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

Assault Suits [1]   [Body]   Item ID# 450251 (aegis_450251)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
100
Defense
100
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Suit worn by special forces during assault operations.
Tough, light, and functional.

MaxHP + 10% , MaxSP + 10%
When physically attacking, increase damage to all race monsters by 7% per 1 skill level of Arrow Storm.
When No Limits Lv. 5 is learned, increase attack speed by 10%
Dex + 10 , ATK + 50 per 1 skill level of Warg Ride.
When refined to +5 or higher, Perfect Hit + 25%
When refined to +7 or higher, additional Perfect Hit + 25%
Type : Armor Defense : 100
Required Level : 100
Class : All
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (getskilllv("RA_WUGRIDER") == 3) bonus bBaseAtk,BaseLevel; if (getskilllv("RA_CAMOUFLAGE") == 5) { bonus2 bSkillCooldown,"RA_ARROWSTORM",-300; bonus2 bFixedCastrate,"RA_AIMEDBOLT",-100; } bonus bAtkRate,7*getskilllv("RA_RANGERMAIN"); if (.@r>=5) bonus bDex,15; if (.@r>=7) bonus bDex,15; },{},{}
Dropped By No Result

Asteria's Boots [1]   [Footgear]   Item ID# 22167 (Astraea_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
25
Defense
25
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
{ .@str = readparam(bStr); .@agi = readparam(bAgi); .@vit = readparam(bVit); .@int = readparam(bInt); .@dex = readparam(bDex); .@luk = readparam(bLuk); bonus bAllStats,1; if(getrefine()>=10) { if (.@str>=100) { if (.@str>=120) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; } else { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } } if (.@agi>=100) { if (.@agi>=120) bonus bAspd,1; else bonus bAspdRate,8; } if (.@vit>=100) { if (.@vit>=120) bonus2 bAddSize,Size_Medium,15; else bonus2 bAddSize,Size_Medium,10; } if (.@int>=100) { if (.@int>=120) bonus bFixedCast,-500; else bonus bFixedCastrate,-30; } if (.@dex>=100) { if (.@dex>=120) bonus bDelayrate,-5; else bonus bDelayrate,-3; } if (.@luk>=100) { if (.@luk>=120) { bonus bCritical,7; bonus bFlee2,1; } else bonus bCritical,5; } } },{},{}
Dropped By No Result

Attacker Booster Greaves [1]   [Footgear]   Item ID# 470000 (Atker_Greave)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
0
Defense
20
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Special boots prepared for your rapid growth.
It is specialized for melee physical attacks.

Cannot be refined normally.

ATK +20, FLEE +20.

For each 3 refine levels: MaxHP +1%.

Refine Level +7: MaxHP +5%.
Refine Level +9: Reduces fixed cast time by 0.5 seconds.
Item Script
{ bonus bBaseAtk,20; bonus bFlee,20; .@r = getrefine(); if (.@r>=3) { bonus bMaxHPrate,.@r/3; } if (.@r>=7) { bonus bMaxHPrate,5; } if (.@r>=9) { bonus bFixedCast,-500; } },{},{}
Dropped By No Result

Automatic Modification Orb(Fixed Casting)    Item ID# 310111 (Automatic_Orb30)
Automatic Modification Orb (Fixed Cast Time)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 0.1 second.

Refine Level +9:
Decreases fixed cast time by additional 0.2 seconds.

Refine Level +11:
Decreases fixed cast time by additional 0.5 seconds.
Item Script
{ .@r = getrefine(); bonus bFixedCast,-100; if (.@r>=9) { bonus bFixedCast,-200; if (.@r>=11) { bonus bFixedCast,-500; } } },{},{}
Dropped By No Result

1234567891011 > Last »
back to top