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

Beginner Warlock's Staff [1]   [Two Handed]   Item ID# 2046 (Rebeginer_WL_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
70 / MATK 170
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Warlock
Description
Staff specially made for beginner warlocks.
It will show it's true ability when equipped together with Beginner Armor set.

MATK +170, MATK +5%.

Indestructible in battle

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

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

Blue Crystal Staff [2]   [Two Handed]   Item ID# 640004 (Blue_Crystal_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
80
Attack
100 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A staff with the power of cold ice used by some arch wizards in the past.
It resonates with Ancient Hero's Boots.

MATK +200
Indestructible in battle

For each 2 refine levels, MATK +10.
For each 3 refine levels, increases Jack Frost damage by 12%.

Refine Level +9:
Increases Water elemental magic damage by 7%.

Refine Level +11:
Reduces skill cooldown time of Jack Frost by 1 second.
Increases magical damage against Fire elemental monsters by 7%.

When equipped with Ancient Hero's Boots:
Random chance to increase INT by 20 and MATK by 15% for 7 seconds when dealing magical damage.
Item Script
expand to view script
{ bonus bUnbreakableWeapon; .@r = getrefine(); bonus bMatk,.@r/2*10; bonus2 bSkillAtk,"WL_JACKFROST",.@r/3*12; if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Water,7; } if (.@r>=11) { bonus2 bSkillCooldown,"WL_JACKFROST",-1000; bonus2 bMagicAddEle,Ele_Fire,7; } },{},{}
Dropped By No Result

Blue Crystal Staff-LT [2]   [Two Handed]   Item ID# 640028 (Blue_Crystal_Staff_LT)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
100
Attack
100
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Warlock
Description
An improved version of the staff with the power of cold ice used by an archmage in the past.
Resonates with Hero's Boots-LT.

Indestructible in battle

MATK +235
MATK +5%

Base Level at least 210:
SPL +2, S.MATK +1.

For each 2 Refine Levels:
MATK +15

For each 3 Refine Levels:
Increases damage of Jack Frost by 12%.

Refine Level +7:
Decreases variable cast time by 15%.
Increases magical damage with Wind, Wind and Ghost element by 15%.

Refine Level +9:
Decreases Jack Frost skill cooldown by 1 second.
Decreases after skill cast delay by 5%.
Increases damage of Soul Expansion by 30%.

Refine Level +11:
Increases magical damage against enemies of every size by 15%.
Increases damage of Chain Lightning by 30%.

When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.

[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage with Wind, Wind and Ghost 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,235; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus bVariableCastrate,-10; if (.@r>=9) { bonus bDelayrate,-5; bonus2 bSkillCooldown,"WL_JACKFROST",-1000; bonus2 bSkillAtk,"WL_SOULEXPANSION",30; bonus2 bSkillAtk,"WL_JACKFROST",30; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillAtk,"WL_CHAINLIGHTNING",30; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bSkillAtk,"WL_JACKFROST",12*(.@r/3); },{},{}
Dropped By No Result

Blue Flame Cane [2]   [Two Handed]   Item ID# 2049 (Staff_Of_Blue_Flame)
Staff of Blue Flame
Type
Weapon
Class
Two-handed Staff
Buy
50000z
Sell
25000z
Weight
80
Attack
110 / MATK 300
Required Lvl
175
Weapon Lvl
4
Slot
2
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
Two-Handed staff with crystal that contains 2 elements, Fire and Water.

INT +7, MATK +300.
For each 2 refine levels, MATK +1%.

Indestructible in battle

Refine Level +7:
Increases damage of Fire, Earth, Water and Wind elementals magic attack by 5%.

Refine Level +9:
Increases damage of Fire, Earth, Water and Wind elementals magic attack by 10%.

Refine Level +11:
Reduces damage taken from all size monsters by 20%.

Refine Level +13:
Reduces after skill delay by 15%.
Item Script
expand to view script
{ .@r = getrefine; bonus bInt,7; bonus bMatkRate,.@r/2; bonus bUnbreakableWeapon; if (.@r>=9) .@val = 15; else if (.@r>=7) .@val = 5; if (.@r>=11) bonus2 bSubSize,Size_All,20; if (.@r>=13) bonus bDelayrate,-15; bonus2 bMagicAtkEle,Ele_Fire,.@val; bonus2 bMagicAtkEle,Ele_Earth,.@val; bonus2 bMagicAtkEle,Ele_Water,.@val; bonus2 bMagicAtkEle,Ele_Holy,.@val; },{},{}
Dropped By

Booster Staff [2]   [Two Handed]   Item ID# 640000 (Boost_Staff)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
100 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
A special staff prepared for your rapid growth.

MATK +200, MATK +2%.
Increases Fire elemental magic damage by 3%.
Indestructible in battle

For each refine level: MATK +3.
For each 15 Base Level: MATK +3 (Up to Base Level 180).

Refine Level +7:
For each Level of Mystical Amplification:
Increases Fire elemental magic damage by additional 1%.

Refine Level +9:
Increases Ghost, Wind, Water elemental magic damage by 10%.

When equipped with Elemental Booster Robe, Elemental Booster Muffler, Elemental Booster Shoes and Elemental Booster Earring:
MATK +20. Increases magical damage against enemies of all sizes by 10%.

For each 15 Base Level:
Increases damage of Crimson Rock by 1%. (Up to Base Level 180)

When using Mystical Amplification:
Increases damage of Crimson Rock by additional 20% for 60 seconds.

When equipped with Default Booster Robe, Default Booster Muffler, Default Booster Shoes and Default Booster Earring:
MATK +20. Decreases after skill cast delay by 10%.

For each 15 Base Level:
Increases damage of Soul Expansion by 1%. (Up to Base Level 180)

When using Mystical Amplification:
Increases damage of Soul Expansion by additional 20% for 60 seconds.
Item Script
expand to view script
{ bonus bUnbreakableWeapon; bonus bMatkRate,2; bonus2 bMagicAtkEle,Ele_Fire,3; .@r = getrefine(); bonus bMatk,.@r*3; bonus bMatk,min(BaseLevel,180)/15*3; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,getskilllv("HW_MAGICPOWER"); } if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Ghost,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Water,10; } },{},{}
Dropped By No Result

back to top