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

Staff of Piercing [0]   [One Hand]   Item ID# 1644 (Piercing_Staff_M)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
80 / MATK 145
Required Lvl
70
Weapon Lvl
3
Slot
0
Applicable Jobs
High Mage
High Acolyte
High Priest
High Wizard
Champion
Professor
Description
A staff with a jewel in it that causes shockwave every once in a while. The shockwave sometimes nullifies enemy's magic defense.

INT +4, MATK +15%.
Ignores magical defense of target by 10%.
For each refine level, ignores magical defense of target by an additional 1%.
Item Script
{ bonus bInt,4; bonus bMatkRate,15; .@r = getrefine(); bonus2 bIgnoreMdefClassRate,Class_Normal,10+.@r; bonus2 bIgnoreMdefClassRate,Class_Boss,10+.@r; },{},{}
Dropped By No Result

Staff of Puffy [1]   [One Hand]   Item ID# 26152 (Staff_Of_Puffy_jp)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
30
Attack
70 / MATK 150
Required Lvl
100
Weapon Lvl
4
Slot
1
Range
5
Applicable Jobs
Arch Bishop
Sorcerer
Description
A cane that contains the power of cats that use hypnosis, which is rare in the world.

Attack Range: 5 cells
MATK +150.
Indestructible in battle

When Level 5 Spell Fist is learned:
For each refine level:
Increases damage of Fire Bolt, Cold Bolt, Lightning Bolt and Earth Spike by 3%.

Refine Level +10:
Enables the use of Level 3 Double Attack.

When equipped with Imp Card:
Increases fixed cast time of Fire Bolt by 10 seconds.

When equipped with Siroma Card:
Increases fixed cast time of Cold Bolt by 10 seconds.

When equipped with Elvira Card:
Increases fixed cast time of Lightning Bolt by 10 seconds.
Item Script
{ .@r = getrefine(); if (getskilllv("SO_SPELLFIST")>=5) { bonus2 bSkillAtk,"MG_FIREBOLT",.@r*3; bonus2 bSkillAtk,"MG_COLDBOLT",.@r*3; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@r*3; } if (.@r>=10) { skill "TF_DOUBLE",3; } },{},{}
Dropped By No Result

Staffy [0]   [One Hand]   Item ID# 1627 (Staffy)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
40 / MATK 120
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
The adventurers who are brave the item which is provided from the hazard adventurer guild.
INT + 4, MATK + 120
Impossible to refine this item.
Item Script
{ bonus bInt,4; },{},{}
Dropped By No Result

Strange God Foxtail Staff [2]   [One Hand]   Item ID# 1691 (Strange_Foxtail)
Wondrous Foxtail Staff
Type
Weapon
Class
One-handed Staff
Buy
50000z
Sell
25000z
Weight
50
Attack
100 / MATK 240
Required Lvl
100
Weapon Lvl
3
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
This dragonfly and the foxtail has completly become one.

MATK +240
MaxSP +100
For every 3 refine level: MATK +2%, MaxSP +1%.

Refine level +7: Increases base weapon's ATK and MATK by 40%.

For every refine level higher than +7: Increases base weapon's ATK and MATK by 20% (applies up to +10).
Item Script
{ bonus bMaxSP,100; .@r = getrefine(); bonus bMatkRate,2*(.@r/3); bonus bMaxSPrate,.@r/3; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(20*.@r)+40; bonus bMatk,(48*.@r)+96; } bonus bUnbreakableWeapon; },{},{}
Dropped By

Strong Recovery Wand [0]   [One Hand]   Item ID# 1634 (BF_Staff3)
Brave Recovery Wand
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
70 / MATK 125
Required Lvl
80
Weapon Lvl
3
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A Rod that is intended to heal people during battle.
It provides special treatment to serious wounds.
MATK +125
Increases your Healing skills effectiveness by 14%.
Restores 5 SP every 10 sec.
Indestructible
Item Script
{ bonus bHealPower,14; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Super Novice Booster Wand [0]   [One Hand]   Item ID# 550079 (SN_B_Wand)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
130
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Novice
Supernovice
Description
A wand designed to help adventurers grow.

Cannot be refined normally.

MATK +2%, MATK +200

For each Refine Level:
MATK +3

For each 15 Base Level:
ATK +3 (Applies up to Base Level 195)

Refine Level +7:
For each Level of Increase SP Recovery:
Decreases variable cast time by 1%.

Refine Level +9:
Increases Magical Damage with every element by 10%.
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by 15%.

Refine Level +11:
MATK +10%
Increases Magical Damage against enemies of every size by 15%.

Refine Level +13:
Increases damage of Fire Bolt, Cold Bolt and Lightning Bolt by additional 25%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; bonus bMatk,200+3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bVariableCastrate,-getskilllv("MG_SRECOVERY"); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",15; bonus2 bSkillAtk,"MG_FIREBOLT",15; bonus2 bSkillAtk,"MG_COLDBOLT",15; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus bMatkRate,10; if (.@r>=13) { bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",25; bonus2 bSkillAtk,"MG_FIREBOLT",25; bonus2 bSkillAtk,"MG_COLDBOLT",25; } } } } },{},{}
Dropped By No Result

Survivor's Rod [0]   [One Hand]   Item ID# 1617 (Survival_Rod)
Survivor's Rod (Dex)
Type
Weapon
Class
One-handed Staff
Buy
85000z
Sell
42500z
Weight
100
Attack
50 / MATK 120
Required Lvl
24
Weapon Lvl
3
Slot
0
Property
Neutral
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff created as an united effort of the Mage Guild and the Prontera Church, that is intended to support their trainees for undergoing hardship.
There are two types of this staff.
DEX + 2, MATK + 120, Maximum HP + 300

More Information on Combo:
Item Script
{ bonus bDex,2; bonus bMaxHP,300; },{},{}
Dropped By No Result
Buyable AtClick here for vender information
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box

Survivor's Rod [0]   [One Hand]   Item ID# 1619 (Survival_Rod2)
Survivor's Rod (Int)
Type
Weapon
Class
One-handed Staff
Buy
85000z
Sell
42500z
Weight
100
Attack
50 / MATK 120
Required Lvl
24
Weapon Lvl
3
Slot
0
Property
Neutral
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff created as an united effort of the Mage Guild and the Prontera Church, that is intended to support their trainees for undergoing hardship.
There are two types of this staff.
INT + 2, MATK + 120, Maximum HP + 300

More Information on Combo:
Item Script
{ bonus bInt,2; bonus bMaxHP,300; },{},{}
Dropped By
Buyable AtClick here for vender information
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box

Survivor's Rod [1]   [One Hand]   Item ID# 1618 (Survival_Rod_)
Survivor's Rod (Dex)
Type
Weapon
Class
One-handed Staff
Buy
85000z
Sell
42500z
Weight
100
Attack
50 / MATK 120
Required Lvl
24
Weapon Lvl
3
Slot
1
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff developed through the united efforts of the Magician Guild and Prontera Church.
There are two different versions of this staff intended to help new trainees.

DEX +3, MATK +120, MaxHP +400.

When equipped with Manteau of Survival:
MaxHP +300, MATK -5%.

For each refine level of Staff of Survival[1]: MATK +1%.

For each refine level of Manteau of Survival:
Reduces damage taken from Neutral elemental attacks by 3%.

When equipped with Orbs of Survival:
For each refine level of Staff of Survival[1]:
MATK +10

When Staff of Survival[1] Refined to +10:
Base Level is below 100:
Reduces variable cast time of all skills by 3%.
Increases damage of Earth Strain and Chain Lightning by 15%.
Increases damage of Heaven's Drive and Jupitel Thunder by 70%.

Base Level at least 100:
Reduces variable cast time of all skills by 9%.
Increases damage of Earth Strain and Chain Lightning by 45%.
Increases damage of Heaven's Drive and Jupitel Thunder by 210%.

When equipped with Shoes of Survival [1]:
Reduces damage taken from DemiHuman monsters by 10%.
Ignores magical defense of target by 50%.

If Staff of Survival [1] refine level +10:
Reduces Earth Strain skill cooldown by 2.4 seconds.
Reduces Chain Lightning skill cooldown by 1 seconds.
Increases magical damage against DemiHuman monsters by 20%.
Increases Neutral elemental magic damage by 80%.
Random chance to increase damage inflicted with Chain Lightning by 100% for 5 seconds when dealing magical attack.

More Information on Combo:
Item Script
{ bonus bDex,3; bonus bMaxHP,400; },{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting
Obtainable FromOld Blue Box, Old Violet Box

Survivor's Rod [1]   [One Hand]   Item ID# 1620 (Survival_Rod2_)
Survivor's Rod (Int)
Type
Weapon
Class
One-handed Staff
Buy
85000z
Sell
42500z
Weight
100
Attack
50 / MATK 120
Required Lvl
24
Weapon Lvl
3
Slot
1
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff developed through the united efforts of the Magician Guild and Prontera Church.
There are two different versions of this staff intended to help new trainees.

INT +3, MATK +120, MaxHP +400.

When equipped with Manteau of Survival:
MaxHP +300, MATK -5%.

For each refine level of Staff of Survival[1]: MATK +1%.

For each refine level of Manteau of Survival:
Reduces damage taken from Neutral elemental attacks by 3%.

When equipped with Orbs of Survival:
For each refine level of Staff of Survival[1]:
MATK +10

When Staff of Survival[1] Refined to +10:
Base Level is below 100:
Reduces variable cast time of all skills by 3%.
Increases damage of Earth Strain and Chain Lightning by 15%.
Increases damage of Heaven's Drive and Jupitel Thunder by 70%.

Base Level at least 100:
Reduces variable cast time of all skills by 9%.
Increases damage of Earth Strain and Chain Lightning by 45%.
Increases damage of Heaven's Drive and Jupitel Thunder by 210%.

When equipped with Shoes of Survival[1]:
Reduces damage taken from DemiHuman monsters by 10%.
Ignores magical defense of target by 50%.

If Staff of Survival[1] refine level +10:
Reduces Earth Strain skill cooldown by 2.4 seconds.
Reduces Chain Lightning skill cooldown by 1 seconds.
Increases magical damage against DemiHuman monsters by 20%.
Increases Neutral elemental magic damage by 80%.
Random chance to increase damage inflicted with Chain Lightning by 100% for 5 seconds when dealing magical attack.

More Information on Combo:
Item Script
{ bonus bInt,3; bonus bMaxHP,400; },{},{}
Dropped By
EnchantmentGenerated by Socket Enchanting
Obtainable FromOld Blue Box, Old Violet Box

Sword Stick [2]   [One Hand]   Item ID# 1668 (Sword_Stick)
Type
Weapon
Class
One-handed Staff
Buy
10z
Sell
5z
Weight
50
Attack
120 / MATK 150
Required Lvl
80
Weapon Lvl
4
Slot
2
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
Staff used by men when go out on dating.
There is sharp dagger inside the stick that can be used as self defense
MATK +150, ASPD +10%.
[+Menswear]
Reduce aftar cast delay by 10%,
Every refine reduce 1% after cast delay up to +10 refine.

More Information on Combo:
Item Script
{ bonus bAspdRate,10; },{},{}
Dropped By

< 123
back to top