Renewal
.:Renewal Item Database:.

Crimson One-Handed Staff [2]   [One Hand]   Item ID# 1680 (Scarlet_Rod)
Crimson Rod
Type
Weapon
Class
One-handed Staff
Buy
10z
Sell
5z
Weight
60
Attack
60 / MATK 70
Required Lvl
70
Weapon Lvl
3
Slot
2
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
Rod with red light radiance.
INT +4, MATK +70.
MATK increased by (Refine*Refine), up to +15 refine.
For every 10 Base Level above 70: MATK +5.
Item Script
{ .@r = getrefine(); bonus bInt,4; bonus bMatk,(((BaseLevel-70)/10)*5)+(.@r<=15?pow(.@r,2):225); bonus bUnbreakableWeapon; },{},{}
Dropped By

Croce Staff [1]   [One Hand]   Item ID# 1647 (Croce_Staff)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 175
Required Lvl
50
Weapon Lvl
3
Slot
1
Property
Holy
Applicable Jobs
High Acolyte
High Priest
Champion
Description
A staff topped with the red symbol of the Prontera cathedral.
Used by high-ranking members of the clergy.
MATK +175, INT +4.
When using Heal skill, has a chance to autocasts Level 1 Blessing to self. (Blessing skill will be cast with the player's learnt skill Level.)

More Information on Combo:
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bInt,4; bonus4 bAutoSpellOnSkill,"AL_HEAL","AL_BLESSING",max(getskilllv("AL_BLESSING"),1),20; },{},{}
Dropped By

Daizenshu Dakatsu [2]   [One Hand]   Item ID# 1590 (Snake_Encyclopedia)
Snake Encyclopedia
Type
Weapon
Class
Book
Buy
60000z
Sell
30000z
Weight
150
Attack
10 / MATK 110
Required Lvl
105
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Sorcerer
Description
Covering all informations about snakes.

Matk +110
Every refine level: ATK +3, MATK +3.
Indestructible

When combined with Snake Card, ASPD +5%.
When combined with Sidewinder Card, ASPD +5%.

When both Snake Card and Sidewinder Card are equipped, ASPD +1.
Item Script
{ bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bMatk,.@r*3; },{},{}
Dropped By No Result

Daizenshu Dakatsu [3]   [One Hand]   Item ID# 1598 (Snake_Encyclopedia_)
Snake Encyclopedia
Type
Weapon
Class
Book
Buy
60000z
Sell
30000z
Weight
150
Attack
10 / MATK 110
Required Lvl
105
Weapon Lvl
4
Slot
3
Applicable Jobs
Arch Bishop
Sorcerer
Description
Covering all informations about snakes.

MATK +110
Every refine level: ATK +3, MATK +3.
Indestructible in battle

When equipped with Snake Card:
Decreases after attack delay by 5% (ASPD +5%).

When equipped with Sidewinder Card:
Decreases after attack delay by 5% (ASPD +5%).

When equipped with Snake Card and Sidewinder Card:
ASPD +1.
Item Script
{ bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bMatk,.@r*3; },{},{}
Dropped By No Result

Dea Staff [1]   [Two Handed]   Item ID# 2005 (Dea_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
100
Attack
30 / MATK 220
Required Lvl
50
Weapon Lvl
3
Slot
1
Property
Holy
Applicable Jobs
High Acolyte
High Priest
Champion
Description
Carved with the figure of Thea, Goddess of the Divine Light.

MATK +220, INT +6, VIT +2.
A chance to recover 200 SP after when casting Heal.
For every 2 refine levels, MATK +1%.
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bMatkRate,getrefine()/2; bonus bInt,6; bonus bVit,2; autobonus3 "{ }",20,1000,"AL_HEAL","{ specialeffect2 EF_MAGICALATTHIT; heal 0,200; }"; },{},{}
Dropped By

Dead Tree Cane [0]   [One Hand]   Item ID# 1643 (Dead_Tree_Cane)
Dead Tree Cane Staff
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
10
Attack
100 / MATK 155
Required Lvl
70
Weapon Lvl
4
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff made out of magical wood. It possesses huge magical power, but it will make you look like an elder.

INT +4
For each refine level above +5: INT +1.

Refine Level +6 or higher: MaxHP -200, MaxSP -100.
Item Script
{ bonus bInt,4; .@r = getrefine(); if (.@r>5) { bonus bInt,.@r-5; bonus bMaxHP,-200; bonus bMaxSP,-100; } },{},{}
Dropped By

Demon Hunting Bible [2]   [One Hand]   Item ID# 28602 (Demon_Hunting_Bible)
Book of Exorcism
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
50
Attack
30 / MATK 170
Required Lvl
110
Weapon Lvl
3
Slot
2
Applicable Jobs
Arch Bishop
Description
A Bible that only skilled clergy are allowed to have.
The content about the demon extermination passed down from generation to generation is recorded.

MATK +170, INT +2, DEX +2.
Increases damage of Magnus Exorcismus by 30%.
Increases restoration gained from Healing skills and Restorative items by 10%.

For each base INT:
Increases damage of Magnus Exorcismus by 1%. (Applies up to 120 base INT)

Refine Level +1:
Adds a chance of ignoring 100% of the attacker's magical defense for 1 second when attacked physical attacks.
Every refine level, extends the activation time by 1 second.

When equipped with Spiritual Ring:
Decreases variable cast time of Magnus Exorcismus by 25%.

Indestructible in battle

More Information on Combo:
Item Script
expand to view script
{ bonus bInt,2; bonus bDex,2; .@b = readparam(bInt); bonus2 bSkillAtk,"PR_MAGNUS",30+min(.@b,120); bonus bHealPower,10; bonus bAddItemHealRate,10; .@r = (getrefine()*1000); autobonus2 "{ bonus bIgnoreMdefRace,RC_All; }",50,1000+.@r,BF_WEAPON,"{ specialeffect2 EF_FLOWERCAST; }"; bonus bUnbreakableWeapon; bonus bAtkEle,Ele_Holy; },{},{}
Dropped By No Result

Devil God's Staff [0]   [Two Handed]   Item ID# 2029 (TStaff_Of_E_Slayer_J)
God of Time Wand
Type
Weapon
Class
Two-handed Staff
Buy
56000z
Sell
28000z
Weight
80
Attack
30 / MATK 155
Required Lvl
70
Weapon Lvl
3
Slot
0
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
A wand that has won against the genie and its followers.

MATK +155.

Refine Level +5:
Increases physical and magical damage against Demon God Morocc monster by 40%.
Decreases damage taken from Demon God Morocc monster by 10%.

Refine Level +7:
Increases physical and magical damage against Demon God Morocc monster by additional 60%.
Decreases damage taken from Demon God Morocc monster by additional 20%.

Refine Level +9:
Increases physical and magical damage against Demon God Morocc monster by additional 80%.
Decreases damage taken from Demon God Morocc monster by additional 40%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddDamageClass,1916,40; bonus2 bAddMagicDamageClass,1916,40; bonus2 bAddDefMonster,1916,10; bonus2 bAddMDefMonster,1916,10; if (.@r>=7) { bonus2 bAddDamageClass,1916,60; bonus2 bAddMagicDamageClass,1916,60; bonus2 bAddDefMonster,1916,20; bonus2 bAddMDefMonster,1916,20; } if (.@r>=9) { bonus2 bAddDamageClass,1916,80; bonus2 bAddMagicDamageClass,1916,80; bonus2 bAddDefMonster,1916,40; bonus2 bAddMDefMonster,1916,40; } },{},{}
Dropped By No Result

Diary Of Great Basil [0]   [One Hand]   Item ID# 1566 (Diary_Of_Great_Basil)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
0
Attack
120 / MATK 125
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Priest
Sage
Star Gladiator
Description
To the brave adventurers, this item is provided by the hazard adventurer guild.

ATK +50%.
Item Script
{ bonus2 bAddClass,Class_All,50; },{},{}
Dropped By No Result

Diary Of Great Sage [2]   [One Hand]   Item ID# 1581 (F_Diary_Of_Great_Sage_C)
Type
Weapon
Class
Book
Buy
1z
Sell
0z
Weight
0
Attack
135
Weapon Lvl
3
Slot
2
Refineable
No
Applicable Jobs
Priest
Sage
Star Gladiator
Description
Rental Item
The diary of a great sage that was published without him ever knowing.

MATK +20%, ASPD +5%.
Item Script
{ bonus bMatkRate,20; bonus bAspdRate,5; },{},{}
Dropped By No Result

Diary Of Great Sage [2]   [One Hand]   Item ID# 1582 (E_Diary_Of_Great_Sage_C)
E Diary Of Great Sage C
Type
Weapon
Class
Book
Buy
1z
Sell
0z
Weight
0
Attack
135
Weapon Lvl
3
Slot
2
Refineable
No
Applicable Jobs
Priest
Sage
Star Gladiator
Description
Not Available

[iRO Description]
Not Available
Item Script
{},{},{}
Dropped By No Result

Dim Glacier Book [1]   [One Hand]   Item ID# 540056 (D_Glacier_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
120
Attack
210 / MATK 210
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

Indestructible in battle

MATK +210
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

« First < 23456789101112 > Last »
back to top