Renewal
.:Renewal Item Database:.
Weapon

Vivatus Fides Soul Stick [2]   [One Hand]   Item ID# 550064 (Vivatus_F_S_Stick)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
190
Attack
160 / MATK 205
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Soul Reaper
Description
A wand reborn with the power of true faith through a ritual of purification.

MATK +205

Indestructible in battle

Increases damage of Eswhoo by 10%.

For each 3 Refine Levels:
MATK +12

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

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

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

Refine Level +12:
Increases magical damage with Water, Wind, Earth, Fire, Ghost, Shadow and Holy element by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: magical damage against enemies of every element +15%.
[Grade C]: Damage of Eswhoo +15%.
[Grade B]: MATK +7%.
[Grade A]: SPL +1, S.MATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SP_SWHOO",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SP_SWHOO",20; if (.@r>=9) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SP_SWHOO",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Dark,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SP_SWHOO",15; if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,(.@r/3); bonus bSpl,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Stardust Book [2]   [One Hand]   Item ID# 540045 (Vivatus_F_Star_B)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
100
Attack
240
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Star Emperor
Description
A book reborn with the power of true faith through a ritual of purification.

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%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Damage against enemies of every element +15%.
[Grade C]: Damage of Falling Star +15%.
[Grade B]: ATK +7%
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@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; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Two-handed Staff [2]   [Two Handed]   Item ID# 640021 (Vivatus_F_T_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
200 / MATK 340
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Mage
Description
A two-handed staff reborn with the power of true faith through a ritual of purification.

Indestructible in battle

MATK +340

Increases damage of Comet by 10%.

For each 3 Refine Levels:
MATK +18

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

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

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

Refine Level +12:
Increases magical damage with Neutral element by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Magical Damage against enemies of every element +15%.
[Grade C]: Damage of Comet +15%.
[Grade B]: MATK +7%.
[Grade A]: SPL +1, S.MATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"WL_COMET",10; bonus bMatk,18*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WL_COMET",20; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"WL_COMET",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Neutral,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"WL_COMET",15; if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,(.@r/3); bonus bSpl,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Two-handed Sword [2]   [Two Handed]   Item ID# 600018 (Vivatus_F_T_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
400
Attack
300
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Dragon Knight
Description
A two-handed sword reborn with the power of true faith through a ritual of purification.

Increases damage of Wind Cutter by 10%.

For each 3 Refine Levels:
ATK +18

Refine Level +7:
Increases damage of Wind Cutter by additional 20%.

Refine Level +9:
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Wind Cutter by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Wind Cutter +15%.
[Grade B]: ATK +7%.
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"RK_WINDCUTTER",10; bonus bBaseAtk,18*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RK_WINDCUTTER",20; if (.@r>=9) { bonus bDelayrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"RK_WINDCUTTER",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"RK_WINDCUTTER",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Violin [2]   [One Hand]   Item ID# 570019 (Vivatus_F_Violin)
Type
Weapon
Class
Musical Instrument
Buy
n/a
Sell
n/a
Weight
120
Attack
170
Required Lvl
210
Weapon Lvl
5
Slot
2
Gender
Male Only
Applicable Jobs
Troubadour / Trouvere
Description
A violin reborn with the power of true faith through a ritual of purification.

Increases damage of Severe Rainstorm by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Severe Rainstorm by additional 20%.

Refine Level +9:
Decreases Severe Rainstorm skill cooldown by 2.5 seconds.

Refine Level +11:
Increases damage of Severe Rainstorm by additional 25%.

Refine Level +12:
Increases ranged physical damage by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Severe Rainstorm +15%.
[Grade B]: ATK +7%.
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20; if (.@r>=9) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2500; if (.@r>=11) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; if (.@r>=12) { bonus bLongAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Wand [2]   [One Hand]   Item ID# 550029 (Vivatus_F_Wand)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
150
Attack
160 / MATK 210
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Cardinal
Description
A wand reborn with the power of true faith through a ritual of purification.

MATK +210

Indestructible in battle

Increases damage of Adoramus by 10%.

For each 3 Refine Levels:
MATK +12

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

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

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

Refine Level +12:
Increases magical damage with Holy element by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: magical damage against enemies of every element +15%.
[Grade C]: Damage of Adoramus +15%.
[Grade B]: MATK +7%.
[Grade A]: SPL +1, S.MATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"AB_ADORAMUS",10; bonus bMatk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"AB_ADORAMUS",20; if (.@r>=9) { bonus2 bMagicAddSize,Size_All,15; if (.@r>=11) { bonus2 bSkillAtk,"AB_ADORAMUS",25; if (.@r>=12) { bonus2 bMagicAtkEle,Ele_Holy,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bMagicAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"AB_ADORAMUS",15; if (.@g >= ENCHANTGRADE_B) { bonus bMatkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bSmatk,(.@r/3); bonus bSpl,(.@r/3); } } } },{},{}
Dropped By No Result

Volar [2]   [Two Handed]   Item ID# 21051 (Volar)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
280
Attack
280
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
A Two-Handed sword made of Black Light.

Increases damage of Bowling Bash by 30%.
Every refine level, ATK +4.

Refine Level +9:
Reduces cooldown time of Bowling Bash and Ignition Break by 1 sec.

Refine Level +11:
Increases damage of Bowling Bash by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"KN_BOWLINGBASH",30; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillCooldown,"KN_BOWLINGBASH",-1000; bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000; } if (.@r>=11) { bonus bUnbreakableWeapon; bonus2 bSkillAtk,"KN_BOWLINGBASH",20; } },{},{}
Dropped By No Result

Volare [1]   [Two Handed]   Item ID# 21056 (Volar_J)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
340
Attack
280 / MATK 230
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bSkillAtk,"KN_BOWLINGBASH",30; },{},{}
Dropped By No Result

Volcano Knife [0]   [One Hand]   Item ID# 13085 (Volcano_Knife)
Type
Weapon
Class
Dagger
Buy
10z
Sell
5z
Weight
20
Attack
80
Required Lvl
60
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dagger created using a flaming rune. Has the power to mitigate fire-based attacks.

AGI +2, MaxHP -2%.
Decreases damage taken from Fire elemental attacks by 2%.
Increases damage taken from Water elemental attacks by 5%.

Refine Level +7:
Decreases damage taken from Fire elemental attacks by 3%.

For each refine level above +7, MaxHP +1%.
Item Script
{ bonus bAtkEle,Ele_Fire; bonus bAgi,2; bonus bMaxHPrate,-2; bonus2 bSubEle,Ele_Fire,2; bonus2 bSubEle,Ele_Water,-5; .@r = getrefine(); if (.@r>=7) { bonus bMaxHPrate,.@r-6; bonus2 bSubEle,Ele_Fire,3; } },{},{}
Dropped By No Result

Voltidin [1]   [One Hand]   Item ID# 28637 (Boltigin_J)
Type
Weapon
Class
Book
Buy
n/a
Sell
n/a
Weight
80
Attack
120 / MATK 140
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Sorcerer
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bSkillAtk,"WZ_HEAVENDRIVE",30; },{},{}
Dropped By No Result

« First < 345678
back to top