Renewal
.:Renewal Item Database:.

Exorcist's Bible-LT [2]   [One Hand]   Item ID# 540035 (Demon_Hunting_Bible_LT)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
70
Attack
220
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Bishop
Description
An improved version of the Bible on exorcism that is said to have been used by high priests in ancient times.
Resonates with Hero's Boots-LT.

Indestructible in battle

MATK +190
MATK +5%

Base Level at least 210:
SPL +2, S.MATK +1.

For each 2 Refine Levels:
ATK +10, MATK +10

For each 3 Refine Levels:
Increases damage of Duple Light and Judex by 25%.

Refine Level +7:
ASPD +10% (Decreases after attack delay by 10%).
Increases magical damage with Neutral and Holy element by 15%.

Refine Level +9:
Increases damage of Duple Light and Judex by additional 45%.

Refine Level +11:
Physical attacks have a certain chance to autocast Level 5 Judex.
(If you learned a higher Level, it will auto cast that Level instead.)

When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.

[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage of Neutral and Holy element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bMatk,190; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bAspdRate,10; if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT",45; bonus2 bSkillAtk,"AB_JUDEX",45; if (.@r>=11) { bonus5 bAutoSpell,"AB_JUDEX",max(5,getskilllv("AB_JUDEX")),100,BF_SHORT|BF_WEAPON,1; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,10*(.@r/2); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"AB_DUPLELIGHT",25*(.@r/3); bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3); },{},{}
Dropped By No Result

Exoricist's Bible [2]   [One Hand]   Item ID# 28630 (Demon_Hunting_Bible_K)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
50
Attack
165 / MATK 160
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Description
The Bible on Demon Era, reportedly used by ancient high priests.
It resonates with Ancient Hero's Boots.

MATK +160.

Every 2 refine levels, MATK +10.
Every 3 refine levels, increases Duple Light damage by 25%.

Refine Level +9, reduces after attack delay by 10% (ASPD +10%).
Refine Level +11, increases Duple Light damage by additional 25%.

When equipped with Ancient Hero's Boots:
Has a chance to increase INT by 20 and MATK by 15% for 7 seconds when dealing magical damage.
Item Script
{ .@r = getrefine(); if (.@r>=2) { bonus bMatk,.@r/2*10; } if (.@r>=3) { bonus2 bSkillAtk,"AB_DUPLELIGHT",.@r/3*25; } if (.@r>=9) { bonus bAspdRate,10; } if (.@r>=11) { bonus2 bSkillAtk,"AB_DUPLELIGHT",30; } },{},{}
Dropped By No Result

Finger [1]   [One Hand]   Item ID# 1811 (Finger)
Type
Weapon
Class
Knuckle
Buy
58000z
Sell
29000z
Weight
50
Attack
97
Required Lvl
24
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Monk
Description
Claws shaped like human fingers with long, sharp nails.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Finger [2]   [One Hand]   Item ID# 1812 (Finger_)
Type
Weapon
Class
Knuckle
Buy
58000z
Sell
29000z
Weight
50
Attack
97
Required Lvl
24
Weapon Lvl
3
Slot
2
Applicable Jobs
Priest
Monk
Description
Claws shaped like human fingers with long, sharp nails.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Fire Pedigree Book [2]   [One Hand]   Item ID# 1594 (Fire_Pedigree_Book)
Genealogy of Flame God
Type
Weapon
Class
Book
Buy
10z
Sell
5z
Weight
40
Attack
90 / MATK 130
Required Lvl
27
Weapon Lvl
4
Slot
2
Property
Fire
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book that sealed a burning flame.

INT +3
MATK +130
Fire Bolt damage +5%.
Increases Fire Bolt damage by 1% for every 1 refine level.
Indestructible
Item Script
{ .@r = getrefine(); bonus bInt,3; bonus2 bSkillAtk,"MG_FIREBOLT",5+.@r; bonus bUnbreakableWeapon; bonus bAtkEle,Ele_Fire; },{},{}
Dropped By No Result

Fist [0]   [One Hand]   Item ID# 1807 (Fist)
Type
Weapon
Class
Knuckle
Buy
53000z
Sell
26500z
Weight
65
Attack
115
Required Lvl
24
Weapon Lvl
3
Slot
0
Applicable Jobs
Priest
Monk
Description
A weapon made in the form of a human fist which effectively inflicts damage on enemies.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Fist [0]   [One Hand]   Item ID# 1829 (Fist_C)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Priest
Monk
Description
Rental Items
A weapon made in the form of a human fist which effectively inflicts damage on enemies.
Increases physical damage against Small, Medium and Large size monsters by 40%.

When VIP status is active:
ATK +10, MATK +10.
Item Script
{ bonus2 bAddSize,Size_All,40; },{},{}
Dropped By No Result

Fist [1]   [One Hand]   Item ID# 1808 (Fist_)
Type
Weapon
Class
Knuckle
Buy
53000z
Sell
26500z
Weight
65
Attack
115
Required Lvl
24
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Monk
Description
A weapon made in the form of a human fist which effectively inflicts damage on enemies.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromOld Blue Box, Old Violet Box

Fist of Vicious Mind [0]   [One Hand]   Item ID# 1844 (Sinister_Fist_J)
Type
Weapon
Class
Knuckle
Buy
100000z
Sell
50000z
Weight
40
Attack
80
Required Lvl
100
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Monk
Description
A fist with evil spirit dwelling inside.

Every refine levels: ATK +1
Item Script
{ bonus bBaseAtk,getrefine(); },{},{}
Dropped By No Result

Fist of Vicious Mind [1]   [One Hand]   Item ID# 1800 (Sinister_Fist)
Vicious Mind Knuckle
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
150
Attack
150
Required Lvl
160
Weapon Lvl
4
Slot
1
Applicable Jobs
Priest
Monk
Description
Fist imbued with evil spirit.
Increase ATK by (Refine Level * Refine Level), up to +15.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); },{},{}
Dropped By

Flail [2]   [One Hand]   Item ID# 1510 (Flail)
Type
Weapon
Class
Mace
Buy
16000z
Sell
8000z
Weight
90
Attack
69
Required Lvl
14
Weapon Lvl
2
Slot
2
Applicable Jobs
Swordman
Acolyte
Merchant
Knight
Priest
Blacksmith
Crusader
Monk
Alchemist
Description
With a spiked metal ball that freely swings from a chain, a flail is a very intimidating weapon.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Flail [3]   [One Hand]   Item ID# 1511 (Flail_)
Type
Weapon
Class
Mace
Buy
16000z
Sell
8000z
Weight
90
Attack
69
Required Lvl
14
Weapon Lvl
2
Slot
3
Applicable Jobs
Swordman
Acolyte
Merchant
Knight
Priest
Blacksmith
Crusader
Monk
Alchemist
Description
With a spiked metal ball that freely swings from a chain, a flail is a very intimidating weapon.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

« First < 678910111213141516 > Last »
back to top