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

Lich's Bone Wand [2]   [One Hand]   Item ID# 1645 (Lich_Bone_Wand_M)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
80
Attack
60 / MATK 170
Required Lvl
70
Weapon Lvl
3
Slot
2
Property
Immortality / Undead
Applicable Jobs
High Mage
High Acolyte
High Priest
High Wizard
Champion
Professor
Description
A staff created with a skull of a powerful Lich. The curse eminating from this staff will threaten to all those who dare to threaten the wielder of this staff.

MATK +20%, INT +1, DEX +1
When receiving physical attack, small chance to inflict Curse status to every enemies on screen. This chance is increased as the refine level of this weapon increases.

[Refined to +9]
MATK +3%, MaxSP +300.
Item Script
{ bonus bInt,1; bonus bDex,1; bonus bAtkEle,Ele_Undead; bonus bMatkRate,20; .@r = getrefine(); bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",5,10+.@r; if (.@r>=9) { bonus bMatkRate,3; bonus bMaxSP,300; } },{},{}
Dropped By No Result

Light of Recovery [1]   [One Hand]   Item ID# 1659 (Recovery_Light)
Recovery Light
Type
Weapon
Class
One-handed Staff
Buy
56000z
Sell
28000z
Weight
40
Attack
30 / MATK 160
Required Lvl
110
Weapon Lvl
4
Slot
1
Property
Holy
Applicable Jobs
Arch Bishop
Description
A staff used for healing skill.
MATK +160
Increases Healing skills by (6*Refine Level)%.
Increases SP cost of Heal, Coluceo Heal and Highness Heal based on refine level.
Indestructible

More Information on Combo:
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bUnbreakableWeapon; .@r = getrefine(); bonus bHealPower,(.@r*6); bonus2 bSkillUseSP,"AL_HEAL",-(.@r*10); bonus2 bSkillUseSP,"AB_CHEAL",-(.@r*12); bonus2 bSkillUseSP,"AB_HIGHNESSHEAL",-(.@r*14); },{},{}
Dropped By

Lightforce Foxtail Wand [2]   [One Hand]   Item ID# 550116 (Lightforce_Foxtail_Wand)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
150
Attack
330
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Summoner
Description
A foxtail wand that radiates energy of light.

Indestructible in battle

ATK +5%, POW +2
Increases damage of Chulho Sonic Claw by 5%.

Refine Level +5:
Increases damage of Chulho Sonic Claw by additional 10%.

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases damage of Chulho Sonic Claw by additional 10%.

Refine Level +10:
Critical +10

Refine Level +11:
Increases damage of Chulho Sonic Claw by additional 5%.
Increases damage of Hogogong Strike by 15%.

[Bonus by Grade]
[Grade D]: ranged physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5; if (.@r>=5) { bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",10; if (.@r>=10) { bonus bCritical,10; if (.@r>=11) { bonus2 bSkillAtk,"SH_CHUL_HO_SONIC_CLAW",5; bonus2 bSkillAtk,"SH_HOGOGONG_STRIKE",15; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Long Foxtail Staff [1]   [One Hand]   Item ID# 1684 (Long_Foxtail)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
20
Attack
50
Required Lvl
12
Weapon Lvl
2
Slot
1
Range
2
Applicable Jobs
Summoner
Spirit Handler
Description
A very long foxtail wand with fancy appearance.

MaxHP +200
Increases long range physical attacks by 5%.
Item Script
{ bonus bLongAtkRate,5; bonus bMaxHP,200; bonus bUnbreakableWeapon; },{},{}
Dropped By

Lunatic Picky Booster Foxtail [0]   [One Hand]   Item ID# 550050 (SP_B_Fox)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
280
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Summoner
Spirit Handler
Description
A foxtail designed to help adventurers grow.

Cannot be refined normally.

Indestructible in battle

ATK +2%

For each Refine Level:
ATK +3

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

Refine Level +7:
For each Level of Picky Peck:
Increases ranged physical damage by 2%.

Refine Level +9:
Increases ranged physical damage by additional 10%.
Increases damage of Picky Peck and Lunatic Carrot Beat by 25%.

Refine Level +11:
Increases ranged physical damage by additional 10%.
Increases physical damage against enemies of every size by 15%.

Refine Level +13:
Increases damage of Picky Peck and Lunatic Carrot Beat by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,2; bonus bBaseAtk,3*.@r; bonus bBaseAtk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bLongAtkRate,2*getskilllv("SU_PICKYPECK"); if (.@r>=9) { bonus bLongAtkRate,10; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",25; bonus2 bSkillAtk,"SU_PICKYPECK",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bLongAtkRate,10; if (.@r>=13) { bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",15; bonus2 bSkillAtk,"SU_PICKYPECK",15; } } } } },{},{}
Dropped By No Result

< 12
back to top