Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Vellum Bible [0]   [One Hand]   Item ID# 1586 (Velum_Bible)
Bellum Bible
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
60
Attack
110 / MATK 125
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Sage
Star Gladiator
Description
Effect applies only in WoE & PVP.

MATK +125.
Increases your Healing skills effectiveness based on your Base Level.

[Refine level +6 or higher]
Removes skill cooldown for Lauda Agnus, Lauda Ramus and Clearance.
Increase SP cost of the mentioned skills by 60.
Item Script
expand to view script
{ bonus bHealPower,(BaseLevel/5)-20; if (getrefine()>=6) { bonus2 bSkillCooldown,"AB_LAUDAAGNUS",-3000; bonus2 bSkillCooldown,"AB_LAUDARAMUS",-3000; bonus2 bSkillCooldown,"AB_CLEARANCE",-10000; bonus2 bSkillUseSP,"AB_LAUDAAGNUS",-60; bonus2 bSkillUseSP,"AB_LAUDARAMUS",-60; bonus2 bSkillUseSP,"AB_CLEARANCE",-60; } },{},{}
Dropped By

Vellum Buster [0]   [Two Handed]   Item ID# 1395 (Velum_Buster)
Bellum Buster
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
250
Attack
50
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
*Effects during WoE & PVP
Reduces the target's SP by 10% on each successful normal physical attack. (Skill attacks are not affected by this.)
Item Script
{ bonus bUnbreakableWeapon; bonus3 bSPVanishRaceRate,RC_Player_Human,1000,10; bonus3 bSPVanishRaceRate,RC_Player_Doram,1000,10; },{},{}
Dropped By No Result

Vellum Claw [0]   [One Hand]   Item ID# 1832 (Velum_Claw)
Bellum Claw
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
65
Attack
160
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Monk
Description
*Stats during WoE & PVP
Increases physical damage against enemy players by 100%
[When refined to +8 or higher]
Increases physical damage against enemy players by an additional 20%.
[When refined to +10 or higher]
Has a chance to autocast Dangerous Soul Collect (Zen) when casting Explosion Spirits (Fury).
Removes cast time of Asura Strike (Guillotine Fist).
Consumes 500 HP every 3 seconds.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,100; bonus2 bAddRace,RC_Player_Doram,100; .@r = getrefine(); if (.@r>7) { bonus2 bAddRace,RC_Player_Human,20; bonus2 bAddRace,RC_Player_Doram,20; } if (.@r>9) { bonus2 bVariableCastrate,"MO_EXTREMITYFIST",-100; bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-100; bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; bonus2 bHPLossRate,500,3000; } },{},{}
Dropped By

Vellum Claymore [0]   [Two Handed]   Item ID# 21001 (Velum_Claymore)
Bellum Claymore
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
350
Attack
260
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
*Effects in WoE & PVP area

Increases physical damage against enemy Players by 80%.
Bypasses physical defense of enemy Players by 30%.

Refine Level +6:
Increases physical damage against Players by additional 40%.

Refine Level +9:
Has a chance to reflect damage back to the enemy as well as casting Magic Mirror.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,300,BF_MAGIC,0; } },{},{}
Dropped By

Vellum CrossBow [0]   [Two Handed]   Item ID# 18114 (Velum_CrossBow)
Bellum Crossbow
Type
Weapon
Class
Bow
Buy
20z
Sell
10z
Weight
110
Attack
110
Required Lvl
95
Weapon Lvl
4
Slot
0
Range
5
Applicable Jobs
Archer
Thief
Hunter
Rogue
Bard / Dancer
Description
Effect applies only in WoE & PVP.
Increase damage on DemiHuman by 30%, each refine level adds an additional 1%.
Ignores physical defense of DemiHuman by 30%.

When equiped with Siege Craft Arrow A, long range physical attack damage +40%.

When equiped with Siege Craft Arrow S, long range physical attack damage +70%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,30+.@r; bonus2 bAddRace,RC_Player_Doram,30+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; },{},{}
Dropped By

Vellum Damascus [0]   [One Hand]   Item ID# 13072 (Velum_Damascus)
Bellum Damascus
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
100
Attack
180
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Novice
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Supernovice
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
*Effects in WoE & PVP area

Reduces the target's DEF and MDEF to 1 for 5 seconds on each physical attack. (Does not trigger with skill attack.)

For each Refine Level: ASPD +1
Item Script
{ bonus4 bSetDefRace,RC_Player_Human,10000,5000,1; bonus4 bSetMDefRace,RC_Player_Human,10000,5000,1; bonus bAspdRate,getrefine(); },{},{}
Dropped By No Result

Vellum Flail [0]   [One Hand]   Item ID# 16021 (Velum_Flail)
Bellum Flail
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
150
Attack
170
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Novice
Swordman
Acolyte
Merchant
Knight
Priest
Blacksmith
Supernovice
Crusader
Monk
Alchemist
Description
Effect applies only in WoE & PVP.

When dealing normal physical attack, has a chance to disable all healing effects on the target for a duration. (This effect will not trigger on skill attacks).

Increases HIT and CRIT depending on refine rate.

Indestructible (except in upgrade attempts).
Item Script
{ bonus bUnbreakableWeapon; bonus3 bStateNoRecoverRace,RC_Player_Human,10000,10000; bonus3 bStateNoRecoverRace,RC_Player_Doram,10000,10000; .@r = getrefine(); bonus bHit,.@r/2; bonus bCritical,.@r; },{},{}
Dropped By No Result

Vellum Glaive [0]   [Two Handed]   Item ID# 1492 (Velum_Glaive)
Bellum Glaive
Type
Weapon
Class
Two-handed Spear
Buy
20z
Sell
10z
Weight
450
Attack
250
Required Lvl
95
Weapon Lvl
4
Slot
0
Range
3
Applicable Jobs
Swordman
Knight
Crusader
Description
Effect applies only in WoE & PVP.
Increase physical damage to DemiHuman by 80%.

[Refine Rate +6 or higher]
Increase Spiral Pierce damage by 100%,
Increase Overbrand damage by 50%.

[Refine Rate +9 or higher]
Chance of reflecting magical and physical damage.
Chance of casting Magic Mirror.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",100; bonus2 bSkillAtk,"LG_OVERBRAND",50; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",7,300,BF_MAGIC,0; } },{},{}
Dropped By

Vellum Great Encyclopedia [0]   [One Hand]   Item ID# 1587 (Velum_Encyclopedia)
Bellum Encyclopedia
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
100
Attack
130
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Sage
Star Gladiator
Description
Effect applies only in WoE & PVP.

Increase physical damage to DemiHuman by 80%.
Ignore physical defense of DemiHuman by 30%.
Increase physical damage to DemiHuman by 1% per refine level.

[Refine Rate +9 or higher]
Has a chance to gain ATK +200 for 3 seconds when dealing physical attack.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bAddRace,RC_Player_Human,80+.@r; bonus2 bAddRace,RC_Player_Doram,80+.@r; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; if (.@r>8) { autobonus "{ bonus bBaseAtk,200; }",30,3000,BF_WEAPON,"{ specialeffect2 EF_BASH3D; }"; } },{},{}
Dropped By

Vellum Guillotine [0]   [Two Handed]   Item ID# 1396 (Velum_Guillotine)
Bellum Guillotine
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
550
Attack
300
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
*Effects during WoE & PVP

Increases physical damage to enemy Players by 40%.
Ignores physical defense of enemy Players by 30%.

When refined to +6 or higher:
Increases Axe Boomerang and Power Swing damage by 80%

When refined to +9 or higher:
Increases physical damage to enemy Players by additional 60%.
Item Script
expand to view script
{ bonus bUnbreakableWeapon; bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",80; bonus2 bSkillAtk,"NC_POWERSWING",80; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,60; bonus2 bAddRace,RC_Player_Doram,60; } },{},{}
Dropped By

Vellum Jamadhar [0]   [Two Handed]   Item ID# 1293 (Velum_Jamadhar)
Bellum Jamadhar
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
120
Attack
170
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Assassin
Description
Effect applies only in WoE & PVP.
Upon a successful regular physical hit, reduces the target's DEF and MDEF to 1 for 5 seconds. Does not affect skills.
Refine of the item increases attack speed.
Item Script
{ bonus4 bSetDefRace,RC_Player_Human,10000,5000,1; bonus4 bSetMDefRace,RC_Player_Human,10000,5000,1; bonus4 bSetDefRace,RC_Player_Doram,10000,5000,1; bonus4 bSetMDefRace,RC_Player_Doram,10000,5000,1; bonus bAspdRate,getrefine(); },{},{}
Dropped By No Result

Vellum Katzbalger [0]   [Two Handed]   Item ID# 21002 (Velum_Katzbalger)
Bellum Katzbalger
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
250
Attack
100
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
*Stats during WoE & PVP
This weapon ignores it's attack power when dealing normal attacks.
Decreases target's HP by 8% per hit. (This effect does not work with skills).
Item Script
{ bonus3 bHPVanishRaceRate,RC_Player_Human,1000,8; bonus3 bHPVanishRaceRate,RC_Player_Doram,1000,8; },{},{}
Dropped By No Result

« First < 89101112131415161718 > Last »
back to top