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

Soul Liberator [2]   [One Hand]   Item ID# 550094 (Soul_Liberator)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
110
Attack
70 / MATK 220
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Soul Reaper
Description
A one-handed staff with the ability to liberate the soul.

Indestructible in battle

MATK +220
MATK +5%, SPL +2
Increases damage of Talisman of Four Bearing God by 5%.

Refine Level +5:
Increases damage of Talisman of Four Bearing God by additional 10%.

Refine Level +7:
Increases Magical Damage with every element by 5%.

Refine Level +9:
Increases damage of Talisman of Four Bearing God by additional 10%.

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

Refine Level +11:
Increases damage of Talisman of Four Bearing God by additional 5%.
Increases damage of Talisman of Red Phoenix by 15%.

[Bonus by Grade]
[Grade D]: Magical Damage with every element +10%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Magical Damage against enemies of every race +10%.
[Grade A]: Magical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bSpl,2; bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",5; if (.@r>=5) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; if (.@r>=9) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15; bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus2 bMagicAtkEle,Ele_All,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bMagicAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bMagicAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bMagicAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Speedy Recovery Wand [0]   [One Hand]   Item ID# 1635 (BF_Staff4)
Valorous 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 has been optimized to heal more rapidly.
MATK + 125, INT + 3, DEX + 2
Reduces after cast delay by 15%.
Restores 5 SP every 10 sec.
Indestructible.
Item Script
{ bonus bInt,3; bonus bDex,2; bonus bDelayrate,-15; bonus2 bSPRegenRate,5,10000; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Spirit Pendulum [2]   [One Hand]   Item ID# 26154 (SoulWeight)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
110
Attack
70 / MATK 160
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Soul Reaper
Description
It was used by a Soul Reaper with considerable spiritual power.
It is said that the sounds of the spirits are heard in the hands.
It resonates with Ancient Hero's Boots.

MATK +160
Every 2 refine levels, MATK +10.
Every 3 refine levels, MaxSP +2%.

Refine Level +7, increases Espa damage by 15%.
Refine Level +9, reduces variable cast time by 10%.
Refine Level +11, increases Eswhoo damage by 20%.

When equipped with Ancient Hero's Boots:
Random chance to increase INT by 20 and MATK by 15% for 7 sec when dealing magical damage.
Item Script
{ .@r = getrefine(); bonus bMatk,.@r*10; if (.@r>=3) bonus bMaxHPrate,.@r/3*2; if (.@r>=7) bonus2 bSkillAtk,"SP_SPA",15; if (.@r>=9) bonus bVariableCastrate,-10; if (.@r>=11) bonus2 bSkillAtk,"SP_SWHOO",20; },{},{}
Dropped By No Result

Spirit Pendulum-LT [2]   [One Hand]   Item ID# 550068 (SoulWeight_LT)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
120
Attack
70
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Soul Linker
Description
An improved version of the pendulum infused with the power to guide spirits that was used by Soul Reapers with considerable spiritual power.
Resonates with Hero's Boots-LT.

MATK +190

Indestructible in battle

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

For each 2 Refine Levels:
MATK +15

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

Refine Level +7:
Increases damage of Espa by 25%.
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Espa by additional 15%.
Increases damage of Eswhoo by 45%.

Refine Level +11:
Increases magical damage against enemies of every size by 15%.
Magical attacks have a certain chance (10%) to recover 230 SP 19 times every 0.5 seconds for 10 seconds.

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

[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage of every element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatk,190; bonus bUnbreakableWeapon; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"SP_SPA",25; if (.@r>=9) { bonus2 bSkillAtk,"SP_SWHOO",45; bonus2 bSkillAtk,"SP_SPA",15; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bSPRegenRate,230,5000; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_All,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bMagicAtkEle,Ele_All,3*(.@r/3); },{},{}
Dropped By No Result

Staff [0]   [One Hand]   Item ID# 1609 (Staff__)
Type
Weapon
Class
One-handed Staff
Buy
9500z
Sell
4750z
Weight
40
Attack
40 / MATK 70
Required Lvl
12
Weapon Lvl
2
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A wooden staff adorned with an enchanted jewel.
INT + 2, MATK + 70
Item Script
{ bonus bInt,2; },{},{}
Dropped By No Result

Staff [2]   [One Hand]   Item ID# 1607 (Staff)
Type
Weapon
Class
One-handed Staff
Buy
9500z
Sell
4750z
Weight
40
Attack
40 / MATK 70
Required Lvl
12
Weapon Lvl
2
Slot
2
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A wooden staff adorned with an enchanted jewel.
INT + 2, MATK + 70
Item Script
{ bonus bInt,2; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Staff [3]   [One Hand]   Item ID# 1608 (Staff_)
Type
Weapon
Class
One-handed Staff
Buy
9500z
Sell
4750z
Weight
40
Attack
40 / MATK 70
Required Lvl
12
Weapon Lvl
2
Slot
3
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A wooden staff adorned with an enchanted jewel.
INT + 2, MATK + 70
Item Script
{ bonus bInt,2; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Staff Of Bordeaux [0]   [One Hand]   Item ID# 1648 (Staff_Of_Bordeaux)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 170
Required Lvl
50
Weapon Lvl
4
Slot
0
Applicable Jobs
High Mage
High Wizard
Professor
Description
A short conductor's baton encrusted with a stabilizing gemstone.
MATK +175, INT +2, DEX +1.

If the user has mastered the skill Dragonology:
INT +3. SP cost of all skills -15%.
Item Script
{ bonus bInt,2; bonus bDex,1; if (getskilllv("SA_DRAGONOLOGY") == 5) { bonus bUseSPrate,-15; bonus bInt,3; } },{},{}
Dropped By

Staff Of Bordeaux [2]   [One Hand]   Item ID# 1663 (Staff_Of_Bordeaux_)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 180
Required Lvl
50
Weapon Lvl
4
Slot
2
Applicable Jobs
High Wizard
Professor
Description
A short, simply designed staff; like a baton. A jewel, with the power of justice, is set on it.

MATK +170, INT +2, DEX +1

When Dragonology skill is mastered:
INT +3. SP cost of all skills -15%.
Item Script
{ bonus bInt,2; bonus bDex,1; if (getskilllv("SA_DRAGONOLOGY") == 5) { bonus bUseSPrate,-15; bonus bInt,3; } },{},{}
Dropped By No Result

Staff Of Darkness [0]   [One Hand]   Item ID# 1642 (Staff_Of_Darkness)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
100 / MATK 120
Weapon Lvl
2
Slot
0
Refineable
No
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
Rental Item
Staff Of Darkness.
Decreases variable cast time by 5%.
MATK + 15%. INT + 2.
Item Script
{ bonus bVariableCastrate,-5; bonus bMatkRate,15; bonus bInt,2; },{},{}
Dropped By No Result

Staff Of Healing [0]   [One Hand]   Item ID# 1638 (Healing_Staff_C)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
10 / MATK 125
Weapon Lvl
3
Slot
0
Applicable Jobs
Acolyte
Priest
Monk
Description
A staff made with a branch from the tree Yggdrasil, created with the sole purpose to heal. The staff has something inscribed in ancient language, saying "Mubeungjangsugiwon", or "Forever free of disease, and have a long life".
MATK +125
Increase your Healing skills effectiveness by 15% (previously this percentage is depended on the refine level of the weapon).
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bHealPower,15; },{},{}
Dropped By No Result

Staff of Healing [0]   [One Hand]   Item ID# 1653 (Staff_Of_Healing_C)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
0
Attack
10 / MATK 100
Weapon Lvl
3
Slot
0
Property
Holy
Refineable
No
Applicable Jobs
Acolyte
Priest
Monk
Description
You cannot Trade this item.
Rental Items
Staff for healing, created from the blessed branches of Yggdrasil. On a staff written in the ancient language 'Source longevity'.
MATK +100
Increases effectiveness of Heal skills by 18%.
[+When VIP status is Active]
Low chance of automatically trigger another Heal when casting Heal.
Increase effectiveness of Heal skills by 5%.
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bHealPower,18; },{},{}
Dropped By No Result

« First < 12131415161718192021 >
back to top