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

Darkness Foxtail Model [2]   [One Hand]   Item ID# 550115 (Darkness_Foxtail_Model)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
140
Attack
150 / MATK 330
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Summoner
Description
A foxtail model that grew up in a place where the power of darkness is settled.

Indestructible in battle

MATK +330
MATK +5%, SPL +2
Increases damage of Hyunrok Cannon by 5%.

Refine Level +5:
Increases damage of Hyunrok Cannon by additional 10%.

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

Refine Level +9:
Increases damage of Hyunrok Cannon by additional 10%.

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

Refine Level +11:
Increases damage of Hyunrok Cannon by additional 5%.
Increases damage of Hyunrok Breeze 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,"SH_HYUN_ROK_CANNON",5; if (.@r>=5) { bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,5; if (.@r>=9) { bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",10; if (.@r>=10) { bonus bVariableCastrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SH_HYUN_ROKS_BREEZE",15; bonus2 bSkillAtk,"SH_HYUN_ROK_CANNON",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

Dead Tree Cane [0]   [One Hand]   Item ID# 1643 (Dead_Tree_Cane)
Dead Tree Cane Staff
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
10
Attack
100 / MATK 155
Required Lvl
70
Weapon Lvl
4
Slot
0
Applicable Jobs
Mage
Acolyte
Priest
Wizard
Monk
Sage
Soul Linker
Description
A staff made out of magical wood. It possesses huge magical power, but it will make you look like an elder.

INT +4
For each refine level above +5: INT +1.

Refine Level +6 or higher: MaxHP -200, MaxSP -100.
Item Script
{ bonus bInt,4; .@r = getrefine(); if (.@r>5) { bonus bInt,.@r-5; bonus bMaxHP,-200; bonus bMaxSP,-100; } },{},{}
Dropped By

Delicate Foxtail Model [2]   [One Hand]   Item ID# 1695 (Detail_Model_Foxtail)
Fine Foxtail Replica
Type
Weapon
Class
One-handed Staff
Buy
50000z
Sell
25000z
Weight
30
Attack
195
Required Lvl
100
Weapon Lvl
3
Slot
2
Applicable Jobs
Summoner
Spirit Handler
Description
A crafted detailed model of foxtail.

Increases long range physical attack by 8%, MaxHP +200.
For every 3 refine level: DEX +3, MaxSP +15.

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 bLongAtkRate,8; bonus bMaxHP,200; .@r = getrefine(); bonus bDex,(.@r/3)*3; bonus bMaxSP,(.@r/3)*15; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(39*.@r)+78; } },{},{}
Dropped By

Dim Glacier Foxtail [1]   [One Hand]   Item ID# 550090 (D_Glacier_Foxtail)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
200
Attack
400 / MATK 400
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Summoner
Description
A foxtail that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

Indestructible in battle

MATK +400
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Dim Glacier Wand [1]   [One Hand]   Item ID# 550089 (D_Glacier_Wand)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
130
Attack
150 / MATK 230
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
A one-handed staff that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

Indestructible in battle

MATK +230
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Diva Foxtail [1]   [One Hand]   Item ID# 26143 (Diva_Foxtail)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
40
Attack
150 / MATK 180
Required Lvl
150
Weapon Lvl
4
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
A weapon of unknown origin with the magical power of the labyrinth.
It is unknown what kind of material is refined, and even similar weapons have different performance.

MATK +180.
For each refine level: Increases your Healing skills effectiveness by 2%.

Refine Level +7: ATK +30, HIT +5, MATK +4%.
Refine Level +9: ATK +30, HIT +5, MATK +4%.

When compounded with Labyrinth Baphomet Card:
Increases physical damage by 10%.
Normal attacks inflicts splash damage.
Item Script
{ .@r = getrefine(); bonus bHealPower,2*.@r; if (.@r>=7) { bonus bBaseAtk,30; bonus bHit,5; bonus bMatkRate,4; } if (.@r>=9) { bonus bBaseAtk,30; bonus bHit,5; bonus bMatkRate,4; } },{},{}
Dropped By No Result

Diva Wand [1]   [One Hand]   Item ID# 26105 (Diva_Wand)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
30
Attack
60 / MATK 180
Required Lvl
150
Weapon Lvl
4
Slot
1
Applicable Jobs
Arch Bishop
Warlock
Expanded Supernovice
Shura
Sorcerer
Soul Reaper
Description
A weapon of unknown origin with the magical power of the labyrinth.
It is unknown what kind of material is refined, and even similar weapons have different performance.

MATK +180
Every refine level, your Healing skills effectiveness +2%.

Refine Level +7: MATK +4%.
Refine Level +9: MATK +4%.

When compounded with Labyrinth Baphomet Card:
ATK +10%.
Normal attacks inflicts splash damage.
Item Script
{ .@r = getrefine(); bonus bHealPower,2*.@r; if (.@r>=7) bonus bMatkRate,4; if (.@r>=9) bonus bMatkRate,4; },{},{}
Dropped By No Result

Dragonfly Sitting Foxtail Staff [1]   [One Hand]   Item ID# 1685 (DragonFry_Foxtail)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
30
Attack
70 / MATK 100
Required Lvl
20
Weapon Lvl
2
Slot
1
Applicable Jobs
Summoner
Spirit Handler
Description
A rare foxtail wand with Dragontail sitting on it.

MATK +100, INT +1,
MaxHP +100, MaxSP +150

Item Script
{ bonus bInt,1; bonus bMaxHP,100; bonus bMaxSP,150; bonus bUnbreakableWeapon; },{},{}
Dropped By

Dust Glaive [1]   [One Hand]   Item ID# 26170 (Dust_Grave_J)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
30
Attack
60 / MATK 180
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Sorcerer
Description
Not Available

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

Dust Grave [2]   [One Hand]   Item ID# 26160 (Dust_Grave)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
80
Attack
120 / MATK 180
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
Wand that allows you to handle the supernatural magical powers more proficiently.

MATK +180.
Increases Water and Earth elemental magic damage by 5%.
For each refine level: MATK +4.

Indestructible in battle

Refine Level +9:
Increases damage of Diamond Dust and Earth Grave by 30%.

Refine Level +11:
Increases damage of Diamond Dust and Earth Grave by additional 20%.
Item Script
expand to view script
{ .@r = getrefine(); if (.@r >= 11) .@val = 50; else if (.@r >= 9) .@val = 30; bonus2 bSkillAtk,"SO_DIAMONDDUST",.@val; bonus2 bSkillAtk,"SO_EARTHGRAVE",.@val; bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Water,5; bonus2 bMagicAtkEle,Ele_Earth,5; },{},{}
Dropped By No Result

back to top