.:Renewal Item Database:.
Items Listed From A-Z
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0 Attack
150 Required Lvl 100 Weapon Lvl 4 Slot 0 | |
Applicable Jobs | Arch Bishop |
---|---|
Description | A One-Handed Staff designed to help adventurers grow. Cannot be refined normally. Indestructible in battle MATK +160 MATK +2% For each Refine Level: MATK +3 For each 15 Base Level: MATK +3 (Applies up to Base Level 195) Refine Level +7: For each Level of Meditatio: Increases magical damage with Holy element by 1%. Refine Level +9: Decreases variable cast time by 10%. Increases damage of Magnus Exorcismus and Adoramus by 25%. Refine Level +11: Increases Magic Damage against enemies of every size by 15%. Increases magical damage with Holy element by additional 15%. Refine Level +13: Increases damage of Magnus Exorcismus and Adoramus by additional 15%. |
Item Script |
expand to view script{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; bonus bMatk,160+(3*.@r)+3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO"); } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"PR_MAGNUS",25; bonus2 bSkillAtk,"AB_ADORAMUS",25; } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=13) { bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_ADORAMUS",15; } },{},{} |
Dropped By | No Result |
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | Shadow Cube for Archbishops. All 3 types of Adora Shadow Equipments are included. [Obtainable Items] Adora Shadow Weapon Adora Shadow Earring Adora Shadow Pendant |
Item Script | { getgroupitem(IG_S_Adoramus_Cube); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Arch Bishop |
---|---|
Description | A sacred Earring which is believed to protect its wearer. It also draws the wearer's potential abilities. Reduces SP consumption of Adoramus by 2%. Every 2 refine levels, reduces SP consumption of Adoramus by additional 1%. |
Item Script | { bonus2 bSkillUseSPrate,"AB_ADORAMUS",2+(getrefine()/2); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Arch Bishop |
---|---|
Description | A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities. Increases damage of Adoramus by 5%. Every 2 refine levels, increases damage of Adoramus by additional 2%. |
Item Script | { bonus2 bSkillAtk,"AB_ADORAMUS",5+2*(getrefine()/2); },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0 Required Lvl 99 | |
Applicable Jobs | Arch Bishop |
---|---|
Description | A pair of gloves that can draw the wearer's potential ability. Increases Holy elemental magic damage by 3%. Refine Level +7, increases Holy elemental magic damage by additional 3%. Refine Level +9, increases Holy elemental magic damage by additional 4%. When equipped with Adora Shadow Pendant and Adora Shadow Earring: For each refine level of entire set: Increases damage of Adoramus by 1%. When equipped with Arc Bishop Shadow Shield: Ignores magical defense of all race monsters, except Players, by 40%. For each refine level of entire set: Ignores magical defense of all race monsters, except Players, by additional 1%. |
Item Script | { .@r = getrefine(); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Holy,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,6; } else { bonus2 bMagicAtkEle,Ele_Holy,3; } },{},{} |
Dropped By | No Result |
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
120 Attack
100 / MATK 240 Required Lvl 170 Weapon Lvl 4 Slot 2 | |
Applicable Jobs | Arch Bishop |
---|---|
Description | Staff used in prayer ritual. MATK +240. Increases damage of Holy elemental magic attack by 5%. For each refine level, MATK +4. Indestructible in battle Refine Level +9: Increases damage of Adoramus by 30%. Refine Level +11: Reduces physical and magical damage taken from all size monsters by 25%. |
Item Script | { .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Holy,5; if (.@r >= 9) { bonus2 bSkillAtk,"AB_ADORAMUS",30; } if (.@r >= 11) { bonus2 bSubSize,Size_All,25; } },{},{} |
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 |
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1 | |
Description | A box containing 10 Level 5 Adrenaline Rush Scrolls. Once this item is purchased, termination of contract is impossible. Also, this item is not refundable. |
---|---|
Item Script | { getitem 12220,10; },{},{} |
Dropped By | No Result |
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1 | |
Description | A box containing 10 Level 5 Adrenaline Rush Scrolls. Once this item is purchased, termination of contract is impossible. Also, this item is not refundable. |
---|---|
Item Script | { getitem 12220,10; },{},{} |
Dropped By | No Result |
Type
Cash Shop Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1 | |
Description | A box containing 10 Level 5 Adrenaline Rush Scrolls. Once this item is purchased, termination of contract is impossible. Also, this item is not refundable. |
---|---|
Item Script | { getitem 12220,10; },{},{} |
Dropped By | No Result |
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1 | |
Description | A box containing 30 Level 5 Adrenaline Rush Scrolls. Once this item is purchased, termination of contract is impossible. Also, this item is not refundable. |
---|---|
Item Script | { getitem 12220,30; },{},{} |
Dropped By | No Result |
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1 | |
Description | A box containing 30 Level 5 Adrenaline Rush Scrolls. Once this item is purchased, termination of contract is impossible. Also, this item is not refundable. |
---|---|
Item Script | { getitem 12220,30; },{},{} |
Dropped By | No Result |