Renewal
.:Renewal Item Database:.
Weapon - Book

Abyss Book [1]   [One Hand]   Item ID# 28627 (Variant_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
80
Attack
120 / MATK 140
Required Lvl
165
Weapon Lvl
4
Slot
1
Applicable Jobs
Arch Bishop
Sorcerer
Star Emperor
Description
A weapon that has been mutated by receiving the magical power of a stranger.
Even if they look the same, their performance is different.

MATK +140.
Every refine level: Increases Healing skills effectiveness by 2%.

Refine Level +7:
MATK +5%. Decreases damage taken from Players by 5%.

Refine Level +9:
MATK +5%. Decreases damage taken from Players by additional 5%.

When compounded with Labyrinth Doppelganger Card:
ATK +10%, ASPD +10% (After attack delay -10%).

When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases physical and magical damage against all elemental monsters by 15%.

Indestructible in battle
Item Script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bHealPower,.@r*2; if (.@r>=7) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } if (.@r>=9) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } },{},{}
Dropped By No Result

Adulter Fides Bible [2]   [One Hand]   Item ID# 540021 (Adulter_F_Bible)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
180
Attack
210 / MATK 210
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Arch Bishop
Description
A bible filled with false beliefs.

MATK +210

Increases damage of Duple Light by 15%.

For each 3 Refine Levels:
ATK +12
MATK +12

Refine Level +7:
Increases damage of Duple Light by additional 25%.

Refine Level +9:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +11:
Increases damage of Duple Light by additional 40%.

Refine Level +12:
Increases melee physical damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"AB_DUPLELIGHT",15; bonus bMatk,12*(.@r/3); bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"AB_DUPLELIGHT",25; if (.@r>=9) { bonus bAspdRate,10; if (.@r>=11) { bonus2 bSkillAtk,"AB_DUPLELIGHT",40; if (.@r>=12) { bonus bShortAtkRate,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Magic Book [2]   [One Hand]   Item ID# 540019 (Adulter_F_M_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
120
Attack
170 / MATK 200
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
A magic book filled with false beliefs.

MATK +220

Increases damage of Psychic Wave by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Psychic Wave by additional 20%.

Refine Level +9:
Decreases Psychic Wave skill cooldown by 1 second.

Refine Level +11:
Increases damage of Psychic Wave by additional 25%.

Refine Level +12:
Increases magical damage with Neutral element by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",20; if (.@r>=9) { bonus2 bSkillCooldown,"SO_PSYCHIC_WAVE",-1000; if (.@r>=11) { bonus2 bSkillAtk,"SO_PSYCHIC_WAVE",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Neutral,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Moon Book [2]   [One Hand]   Item ID# 540022 (Adulter_F_Moon_B)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
110
Attack
230
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Gladiator
Description
A moon book filled with false beliefs.

Increases damage of Full Moon Kick by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Full Moon Kick by additional 20%.

Refine Level +9:
Increases physical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Full Moon Kick by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_FULLMOONKICK",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FULLMOONKICK",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Poison Book [2]   [One Hand]   Item ID# 540020 (Adulter_F_P_Book)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
130
Attack
170 / MATK 200
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
A poison book filled with false beliefs.

MATK +220

Increases damage of Poison Buster by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Poison Buster by additional 20%.

Refine Level +9:
Decreases Poison Buster skill cooldown by 1 second.

Refine Level +11:
Increases damage of Poison Buster by additional 25%.

Refine Level +12:
Increases magical damage with Poison element by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SO_POISON_BUSTER",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SO_POISON_BUSTER",20; if (.@r>=9) { bonus2 bSkillCooldown,"SO_POISON_BUSTER",-1000; if (.@r>=11) { bonus2 bSkillAtk,"SO_POISON_BUSTER",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Poison,15; } } } } },{},{}
Dropped By No Result

Adulter Fides Stardust Book [2]   [One Hand]   Item ID# 540023 (Adulter_F_Star_B)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
100
Attack
240
Required Lvl
180
Weapon Lvl
4
Slot
2
Applicable Jobs
Star Gladiator
Description
A star book filled with false beliefs.

Increases damage of Falling Star by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Falling Star by additional 20%.

Refine Level +9:
Increases physical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Falling Star by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",20; if (.@r>=9) { bonus2 bAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } },{},{}
Dropped By No Result

Ancient Magic [2]   [One Hand]   Item ID# 1573 (Ancient_Magic)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
70
Attack
30 / MATK 140
Required Lvl
70
Weapon Lvl
3
Slot
2
Property
Neutral
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book with a Very impressive phrase,'There is no royal road to learning,' on its cover.
"Practice makes perfect. If you keep trying, you'll be an expert before you know it."

MATK +140

[+ Mage Coat]
MDEF +8, Max SP +10%, INT +4.

More Information on Combo:
Item Script
{},{},{}
Dropped By

Battlefield Textbook [1]   [One Hand]   Item ID# 1562 (Bible_Of_Battlefield)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
70
Attack
110
Required Lvl
80
Weapon Lvl
4
Slot
1
Refineable
No
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book containing the History of many wars and the dreams of the strategists that took part in them.

INT + 3.
Add a 1% chance of auto casting Level 3 Blessing on the user when attacking.
If a higher level of Blessing is learnt, cast the learnt level instead.

Impossible to refine this item.
Item Script
{ bonus bInt,3; bonus3 bAutoSpell,"AL_BLESSING",3+(getskilllv("AL_BLESSING")>3)*(getskilllv("AL_BLESSING")-3),20; },{},{}
Dropped By No Result

Beginner Archbishop's Bible [1]   [One Hand]   Item ID# 28616 (Rebeginer_AB_Bible)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 130
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Arch Bishop
Description
Bible specially made for beginner arch bishops.
It will show it's true ability when equipped together with Beginner Armor set.

MATK +130.
Decreases variable cast time by 10%.

Refine Level +7:
Increases damage of Adoramus by 15%.

When equipped with Beginner's Hat, Beginner's Suit, Beginner's Manteau, Beginner's Boots, Beginner's Ring:
Decreases variable cast time by 10%
Increases Holy elemental magic damage by 5%.
For each 10 Base Level: MATK +3 (up to Base Level 150).
Item Script
{ bonus bVariableCastrate,-10; if (getrefine()>=7) { bonus2 bSkillAtk,"AB_ADORAMUS",15; } },{},{}
Dropped By No Result

Bible [2]   [One Hand]   Item ID# 1551 (Bible)
Type
Weapon
Class
Book
Buy
60000z
Sell
30000z
Weight
100
Attack
115
Required Lvl
27
Weapon Lvl
3
Slot
2
Applicable Jobs
Priest
Sage
Star Gladiator
Description
A book containing a compilation of ancient and sacred writings.
INT + 2
Item Script
{ bonus bInt,2; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Blessed Bible [2]   [One Hand]   Item ID# 540060 (Blessed_Bible)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
80
Attack
60 / MATK 220
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Elemental Master
Description
A bible blessed by the priests.

Indestructible in battle

MATK +220
MATK +5%, SPL +2
Increases damage of Diamond Storm by 5%.

Refine Level +5:
Increases damage of Diamond Storm by additional 10%.

Refine Level +7:
Increases Magical Damage with Water and Earth element by 5%.

Refine Level +9:
Increases damage of Diamond Storm by additional 10%.

Refine Level +10:
Decreases variable cast time by 10%.

Refine Level +11:
Increases damage of Diamond Storm by additional 5%.
Increases damage of Terra Drive by 15%.

[Bonus by Grade]
[Grade D]: Magical Damage with Water and Earth element +10%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Magical Damage against enemies of every race +10%.
[Grade A]: Magical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bSpl,2; bonus2 bSkillAtk,"EM_DIAMOND_STORM",5; if (.@r>=5) { bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Earth,5; bonus2 bMagicAtkEle,Ele_Water,5; if (.@r>=9) { bonus2 bSkillAtk,"EM_DIAMOND_STORM",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"EM_TERRA_DRIVE",15; bonus2 bSkillAtk,"EM_DIAMOND_STORM",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Water,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Blue Book [1]   [One Hand]   Item ID# 28600 (Ru_Blue_Book)
Ru Blue Book
Type
Weapon
Class
Book
Buy
10z
Sell
5z
Weight
50
Attack
160
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Arch Bishop
Description
Blue Book which has destructive power.
VIT +5, INT +5.

When VIP Status is active:
MATK+20%
Reduce after cast skill delay by 10%.
Item Script
{ bonus bAgi,5; bonus bDex,5; },{},{}
Dropped By No Result

1234567891011 > Last »
back to top