Renewal
.:Renewal Item Database:.
Weapon - Two-handed Staff

Poenitentia Termes [2]   [Two Handed]   Item ID# 640014 (Poenitentia_Termes)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
170 / MATK 300
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Mage
Description
A staff containing the pain of bereavement.

Indestructible in battle

MATK +300
MATK +10%

Increases damage of Crimson Arrow and Frozen Slash by 10%.

For each 2 Refine Levels:
Increases damage of Crimson Rock and Frost Misty by 3%.

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

Refine Level +9:
Increases damage of Crimson Rock and Frost Misty by additional 25%.

Refine Level +11:
Increases magical damage with Fire and Water element by 10%.

[Bonus by Grade]
[Grade D]: Damage of Crimson Arrow and Frozen Slash +5%.
[Grade C]: Damage of Crimson Arrow and Frozen Slash +8%, S.MATK +1.
[Grade B]: Damage of Crimson Arrow and Frozen Slash +12%, SPL +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; bonus2 bSkillAtk,"WL_FROSTMISTY",3*(.@r/2); bonus2 bSkillAtk,"WL_CRIMSONROCK",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WL_FROSTMISTY",25; bonus2 bSkillAtk,"WL_CRIMSONROCK",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Water,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",5; bonus2 bSkillAtk,"AG_FROZEN_SLASH",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",8; bonus2 bSkillAtk,"AG_FROZEN_SLASH",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,2; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",12; bonus2 bSkillAtk,"AG_FROZEN_SLASH",12; } } } },{},{}
Dropped By No Result

Poenitentia Virga [2]   [Two Handed]   Item ID# 640015 (Poenitentia_Virga)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
170 / MATK 300
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Mage
Description
A staff containing the pain of bereavement.

Indestructible in battle

MATK +300
MATK +10%

Increases damage of Storm Cannon and Rock Down by 10%.

For each 2 Refine Levels:
Increases damage of Chain Lightning and Earth Strain by 3%.

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

Refine Level +9:
Increases damage of Chain Lightning and Earth Strain by additional 25%.

Refine Level +11:
Increases magical damage with Wind and Earth element by 10%.

[Bonus by Grade]
[Grade D]: Damage of Storm Cannon and Rock Down +5%.
[Grade C]: Damage of Storm Cannon and Rock Down +8%, S.MATK +1.
[Grade B]: Damage of Storm Cannon and Rock Down +12%, SPL +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,10; bonus2 bSkillAtk,"AG_STORM_CANNON",10; bonus2 bSkillAtk,"AG_ROCK_DOWN",10; bonus2 bSkillAtk,"WL_EARTHSTRAIN",3*(.@r/2); bonus2 bSkillAtk,"WL_CHAINLIGHTNING",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"WL_EARTHSTRAIN",25; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Earth,10; bonus2 bMagicAtkEle,Ele_Wind,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"AG_STORM_CANNON",5; bonus2 bSkillAtk,"AG_ROCK_DOWN",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"AG_STORM_CANNON",8; bonus2 bSkillAtk,"AG_ROCK_DOWN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,2; bonus2 bSkillAtk,"AG_STORM_CANNON",12; bonus2 bSkillAtk,"AG_ROCK_DOWN",12; } } } },{},{}
Dropped By No Result

Pride Stone [2]   [Two Handed]   Item ID# 640005 (Ep172_Bh_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
180 / MATK 320
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
Scientific instrument that was kept in the Barmund Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.

MATK +320.
Increases Neutral and Water elemental magic damage by 15%.
Indestructible in battle

For each 3 refine levels:
MATK +6. Decreases variable cast time by 3%.

Refine Level +7:
Increases damage of Comet and Jack Frost by 10%.

Refine Level +9:
Decreases Comet skill cooldown by 10 seconds.
Decreases Jack Frost skill cooldown by 1.5 seconds.

Refine Level +11:
Increases damage of Comet and Jack Frost by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus bVariableCastrate,-3*(.@r/3); bonus bMatk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"WL_JACKFROST",10; bonus2 bSkillAtk,"WL_COMET",10; } if (.@r>=9) { bonus2 bSkillCooldown,"WL_JACKFROST",-1500; bonus2 bSkillCooldown,"WL_COMET",-10000; } if (.@r>=11) { bonus2 bSkillAtk,"WL_JACKFROST",20; bonus2 bSkillAtk,"WL_COMET",20; } },{},{}
Dropped By

Requiem Wizardry Staff [0]   [Two Handed]   Item ID# 2032 (Thanos_Rod_J)
Requiem Wizard Staff
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
100 / MATK 230
Required Lvl
100
Weapon Lvl
4
Slot
0
Applicable Jobs
Warlock
Description
Two-handed staff received from the king.
It seems to have the effect of calming the souls of the dead.

MATK +230.
Increases magical damage dealt to Bio Lab and Tomb of the Fallen monsters by 40%.
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by 5%.

Refine Level +5:
Increases magical damage dealt to Bio Lab and Tomb of the Fallen monsters by additional 20%.
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by additional 5%.

For each refine level equal or above +6:
Increases magical damage dealt to Bio Lab and Tomb of the Fallen monsters by additional 15%.
Decreases damage taken from Bio Lab and Tomb of the Fallen monsters by additional 1%
Item Script
{ .@r = getrefine(); .@b = 40; .@c = 5; if (.@r>=5) { .@b += (.@r-5)*15+20; .@c += .@r-5; } bonus2 bMagicAddRace2,RC2_BioLab,.@b; bonus2 bSubRace2,RC2_BioLab,.@c; bonus2 bIgnoreMdefRace2Rate,RC2_BioLab,(.@r-5)*10; },{},{}
Dropped By No Result

Royal Magician Staff [2]   [Two Handed]   Item ID# 2060 (R_Magician_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
150
Attack
100 / MATK 270
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A ceremonial staff used by the Glastheim Mages.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

MATK +270, MATK +5%.
For each refine level, MATK +5.

Indestructible in battle

Refine Level +9:
Increases damage of Chain Lightning and Earth Strain by 20%.

Refine Level +11:
Increases magical damage against Undead and Angel monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
MATK +30.
Magical attacks have a chance to increase Wind and Earth elemental magic damage by 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases magical damage against Holy and Undead elemental enemies by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bMatk,5*.@r; if (.@r >= 9) { bonus2 bSkillAtk,"WL_CHAINLIGHTNING",20; bonus2 bSkillAtk,"WL_EARTHSTRAIN",20; } if (.@r >= 11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; } },{},{}
Dropped By No Result

Sealed Aeon Staff [2]   [Two Handed]   Item ID# 2054 (Evt_Iron_Staff)
Sealed Iron Staff
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 200
Required Lvl
99
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
Stainless steel metal staff.
It is said that a wizard of the past created it.

MATK +200.
For each 2 refine levels, MATK +10.
For each 3 refine levels, increases damage of Earth Strain by 12%.

Indestructible in battle

Refine Level +7:
Reduces variable cast time of all skills by 10%.

Refine Level +9:
Reduces cooldown time of Earth Strain by 1 sec.
Item Script
{ bonus bUnbreakableWeapon; .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus2 bSkillAtk,"WL_EARTHSTRAIN",12*(.@r/3); if (.@r>=7) { bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillCooldown,"WL_EARTHSTRAIN",-1000; } },{},{}
Dropped By No Result

Solid Staff [2]   [Two Handed]   Item ID# 640031 (Solid_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
220
Attack
150 / MATK 290
Required Lvl
220
Weapon Lvl
5
Slot
2
Applicable Jobs
Arch Mage
Description
A staff made of refined clock tower parts and quenched with etheric power.
It supplemented the shortcomings of the existing Fortified Staff.

Indestructible in battle

MATK +290

For each 2 Refine Levels:
Increases damage of Frozen Slash and Crimson Arrow by 6%.

For each 3 Refine Levels:
Increases damage of Crystal Impact by 5%.

For each 4 Refine Levels:
Increases magical damage with every element by 3%.

[Bonus by Grade]
[Grade D]: SPL +2
[Grade C]: Damage of Frozen Slash and Crimson Arrow +10%.
[Grade B]: S.MATK +2
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",6*(.@r/2); bonus2 bSkillAtk,"AG_FROZEN_SLASH",6*(.@r/2); bonus2 bSkillAtk,"AG_CRYSTAL_IMPACT_ATK",5*(.@r/3); bonus2 bMagicAtkEle,Ele_All,3*(.@r/4); if (.@g >= ENCHANTGRADE_D) { bonus bSpl,2; if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"AG_CRIMSON_ARROW_ATK",10; bonus2 bSkillAtk,"AG_FROZEN_SLASH",10; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; } } } },{},{}
Dropped By No Result

Soul Staff [0]   [Two Handed]   Item ID# 1472 (Staff_Of_Soul)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
140
Attack
25 / MATK 200
Required Lvl
73
Weapon Lvl
3
Slot
0
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A high quality, two-handed staff that amplifies psychic power.
INT + 5, AGI + 2, MATK + 200.
[Soul Staff & Spiritual Ring Equip Set]

More Information on Combo:
Item Script
{ bonus bInt,5; bonus bAgi,2; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Staff of Destruction [1]   [Two Handed]   Item ID# 2000 (Destruction_Rod)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
250
Attack
130 / MATK 280
Required Lvl
80
Weapon Lvl
4
Slot
1
Property
Neutral
Applicable Jobs
High Wizard
Description
Two handed staff that seems to be possesing a tremendous power. The owner of the staff has to have a strong spiritual strength to use this staff properly.


MATK +280, INT +3, AGI +10.
Reduces fixed cast time of Mystical Amplification by 50%.
Small chance to autocast Level 5 Jupitel Thunder when receiving physical attack. This chance depends on the refinement level of this weapon.

For every 2 refine levels:
Increases MATK by 1%.
Increases SP cost of all skills by 1%.
Item Script
{ .@r = getrefine; bonus bMatkRate,.@r/2; bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(.@r*2); bonus3 bAutoSpellWhenHit,"WZ_JUPITEL",5,(.@r*20); bonus2 bFixedCastrate,"HW_MAGICPOWER",-50; },{},{}
Dropped By

Staff of Destruction [1]   [Two Handed]   Item ID# 2003 (Destruction_Rod_M)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
250
Attack
130 / MATK 280
Required Lvl
80
Weapon Lvl
4
Slot
1
Property
Neutral
Applicable Jobs
High Wizard
Description
Two handed staff that seems to be possesing a tremendous power. The owner of the staff has to have a strong spiritual strength to use this staff properly


MATK +280, INT +3, AGI +10.
Reduces variable casting time of Mystical Amplification (Amplify Magic Power) by 50%.

Every 2 refine levels, MATK +1% and SP cost of all skills +1%.

Small chance to cast Level 5 Jupitel Thunder when receiving physical attacks. This chance increases as the refinement level of this weapon increases.
Item Script
{ .@r = getrefine(); bonus bMatkRate,25+(.@r/2); bonus bInt,3; bonus bAgi,10; bonus bUseSPrate,(.@r*2); bonus3 bAutoSpellWhenHit,"WZ_JUPITEL",5,(.@r*20); bonus2 bVariableCastrate,"HW_MAGICPOWER",-50; },{},{}
Dropped By No Result

Staff of Geffen [1]   [Two Handed]   Item ID# 2022 (Staff_Of_Geffen)
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
100
Attack
100 / MATK 300
Required Lvl
150
Weapon Lvl
1
Slot
1
Applicable Jobs
High Wizard
Description
It seems to be old because of how dusty it is. An ancient language is carved into the wood of the handle.
INT +20, MATK +300.
Item Script
{ bonus bInt,20; },{},{}
Dropped By No Result

Staff Of Light [0]   [Two Handed]   Item ID# 2006 (G_Staff_Of_Light)
Sunshine Staff
Type
Weapon
Class
Two-handed Staff
Buy
20z
Sell
10z
Weight
190
Attack
80
Required Lvl
60
Weapon Lvl
4
Slot
0
Applicable Jobs
Wizard
Soul Linker
Description
A staff that possesses holy force and holds bright sunshine in it.

INT +6, MaxSP +150, MATK +18%.
Item Script
{ bonus bInt,6; bonus bMaxSP,150; bonus bMatkRate,18; bonus bAtkEle,Ele_Holy; },{},{}
Dropped By No Result

« First < 23456789 >
back to top