Renewal
.:Renewal Item Database:.
Weapon - Book

Earth Pedigree Book [2]   [One Hand]   Item ID# 1596 (Earth_Pedigree_Book)
Type
Weapon
Class
Book
Buy
10z
Sell
5z
Weight
40
Attack
90 / MATK 130
Required Lvl
27
Weapon Lvl
4
Slot
2
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book that is sealed with the power of Earth.
MATK +130.
INT +3.
Increases Earth Spike and Heaven's Drive damages by 5%.
Each refine level increases Earth Spike and Heaven's Drive damages by an extra 1%.
Item Script
{ .@r = getrefine(); bonus bInt,3; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",5+.@r; bonus2 bSkillAtk,"WZ_EARTHSPIKE",5+.@r; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Eden Book I [0]   [One Hand]   Item ID# 1583 (P_Dic1)
Eden Group Dictionary I
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
135 / MATK 110
Required Lvl
60
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book that is made by the Paradise Group. It is suitable for those who have more advanced experience handling magic books.
MATK +110
Cannot be upgraded.
Item Script
{},{},{}
Dropped By No Result

Elemental Origin [2]   [One Hand]   Item ID# 28608 (Origin_Of_Elemental)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
80
Attack
120 / MATK 150
Required Lvl
100
Weapon Lvl
3
Slot
2
Applicable Jobs
Sorcerer
Description
A book in which the origin of elemental magics are written.
INT +4, MATK +150.
Increases Bolt magic damage by 10%.
Refine Level +7: Increases Bolt magic damage by an additional 10%.
Refine Level +9: Increases Bolt magic damage by an additional 10%.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bInt,4; .@bonus = 10; if (.@r>=7) { .@bonus += 10; } if (.@r>=9) { .@bonus += 10; } bonus2 bSkillAtk,"MG_FIREBOLT",.@bonus; bonus2 bSkillAtk,"MG_COLDBOLT",.@bonus; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@bonus; bonus2 bSkillAtk,"WZ_EARTHSPIKE",.@bonus; },{},{}
Dropped By

Elemental Origin [3]   [One Hand]   Item ID# 28615 (Origin_Of_Elemental_J)
Book of Origin
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
80
Attack
180 / MATK 150
Required Lvl
130
Weapon Lvl
4
Slot
3
Applicable Jobs
Arch Bishop
Sorcerer
Star Emperor
Description
A book that records the origin of all elements.

MATK +150.
Decreases variable cast time of Psychic Wave by 3 seconds.
Increases Fire, Water, Wind, Earth and Neutral elemental magic damage by 10%.

Refine Level +7:
Increases Fire, Water, Wind, Earth and Neutral elemental magic damage by additional 15%.

Refine Level +9:
Increases Fire, Water, Wind, Earth and Neutral elemental magic damage by additional 20%.

When equipped with Frontier Boots:
Decreases after skill cast delay of all skills by 20%.

If Refine Level of Frontier Boots is +7 or higher:
For each refine level of Book of Origin:
Increases magical damage against Fire, Water, Wind and Earth elemental monsters by 3%.

Indestructible in battle
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bSkillVariableCast,"SO_PSYCHIC_WAVE",-3000; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Neutral,15; } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,20; bonus2 bMagicAtkEle,Ele_Earth,20; bonus2 bMagicAtkEle,Ele_Water,20; bonus2 bMagicAtkEle,Ele_Wind,20; bonus2 bMagicAtkEle,Ele_Neutral,20; } },{},{}
Dropped By No Result

Encyclopedia [2]   [One Hand]   Item ID# 1564 (Encyclopedia)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
200
Attack
110 / MATK 100
Required Lvl
70
Weapon Lvl
3
Slot
2
Property
Neutral
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A gigantic encyclopedia produced by X company in Prontera, known mostly for its sharp and hard edges. It is so hard to the point that people who got hit by the edges of this book often ask "Did you guys install 3 carat Diamond on this?".

MATK +100, INT +3, DEX +2, CRIT +20.
CRIT +1 for every 5 base LUK.

More Information on Combo:
Item Script
{ bonus bInt,3; bonus bDex,2; bonus bCritical,20+((readparam(bLuk)*2)/10); },{},{}
Dropped By

Enhanced Metal Book [1]   [One Hand]   Item ID# 28607 (Toughen_Metal_Book)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
0
Attack
70 / MATK 40
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Priest
Sage
Taekwon
Description
A metallic book made of Oridecon created for experienced adventurers.
Can be enchanted by [Jumping Enchant Specialist] at Prontera (151, 187).
MATK +40.
Healing skills effectiveness +10%.
Psychic Wave damage +10%.
Every 1 refine level: ATK +7, MATK +5.
Every 10 base level: ATK +7, MATK +3 (applies up to base level 150).

Equipped by Sorcerer: MATK +10.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; bonus2 bSkillAtk,"AL_HEAL",0; bonus bMatk,5*.@r+3*(min(BaseLevel,150)/10); bonus bBaseAtk,7*(.@r+(min(BaseLevel,150)/10)); if (BaseJob == Job_Wizard) { bonus bMatk,10; } },{},{}
Dropped By No Result

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

back to top