Renewal
.:Renewal Item Database:.
 

Weapon - One-handed Staff
a b c d e f g h i j k l m n o p q r s t u v w x y z
Show iRO Description?
Current Item Drop Rate is set to 1x Hide items that are not dropped by monster?
Abyss Foxtail [1]   [One Hand]   Item ID# 26150 (Variant_Foxtail)
Abyss Fox Tail
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 40
Attack 150 / MATK 180Required Lvl 165Weapon Lvl 4Slot 1
Applicable Jobs
Summoner
Description A weapon that has been mutated by receiving the magical power of a stranger.
Even if they look the same, their performance is different.

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

Refine Level +7:
ATK +5%, MATK +5%.
Decreases damage taken from Players by 5%.

Refine Level +9:
ATK +5%, MATK +5%.
Decreases damage taken from Players by additional 5%.

When compounded with Labyrinth Doppelganger Card:
ATK +10% Decreases after attack delay by 10%.

When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases physical and magical damage against monsters of all elements by 15%.

Indestructible in battle
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus bHealPower,[email protected]*2; if ([email protected]>=7) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } if ([email protected]>=9) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } },{},{}
Dropped ByNo Result

Abyss Wand [1]   [One Hand]   Item ID# 26149 (Variant_Wand)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 30
Attack 60 / MATK 180Required Lvl 165Weapon Lvl 4Slot 1
Applicable Jobs
Arch Bishop Warlock Expanded Supernovice Shura Sorcerer Soul Reaper
Description A weapon that has been mutated by receiving the magical power of a stranger.
Even if they look the same, their performance is different.

MATK +180.

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

Refine Level +7:
MATK +5%. Decreases damage taken from Players by 5%.

Refine Level +9:
MATK +5%. Decreases damage taken from Players by additional 5%.

When compounded with Labyrinth Doppelganger Card:
ATK +10%, ASPD +10% (Decreases after attack delay by 10%).

When equipped with Heavenly Order:
Decreases damage taken from Players by additional 3%.
Increases physical and magical damage against monsters of all elements by 15%.

Indestructible in battle
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus bHealPower,[email protected]*2; if ([email protected]>=7) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } if ([email protected]>=9) { bonus2 bMagicAddClass,Class_All,5; bonus2 bSubRace,RC_Player_Human,5; } },{},{}
Dropped ByNo Result

Academy Wand [1]   [One Hand]   Item ID# 1656 (Academy_Wand)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 60
Attack 60Required Lvl 30Weapon Lvl 1Slot 1
Applicable Jobs
Mage Wizard Sage Soul Linker
Description Not Available

[iRO Description]
Not Available
Item Script
{ bonus bUnbreakableWeapon; bonus bMatkRate,15; bonus bInt,5-(BaseLevel/10); bonus bMaxSP,200-(40*(BaseLevel/10)); },{},{}
Dropped ByNo Result

Addiction Wand [2]   [One Hand]   Item ID# 550009 (Ep172_1h_Foxtail)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 150
Attack 280 / MATK 330Required Lvl 150Weapon Lvl 4Slot 2
Applicable Jobs
Summoner
Description It was a common weed that grew in the mansion botanical garden,
but was terribly transformed by the magic interference device installed by the Illusionians.

MATK +330.
Magical attacks have a chance to recover 300SP per second for 5 seconds.
Decreases damage taken from Normal class monsters by 15%.

Indestructible in battle

For each 3 refine levels:
MATK +6. Decreases variable cast time by 3%.

Refine Level +7:
Increases damage of Silvervine Stem Spear and Catnip Meteor by 15%.

Refine Level +9:
Decreases Catnip Meteor skill cooldown by 1.5 seconds.

Refine Level +11:
Increases damage of Silvervine Stem Spear and Catnip Meteor by additional 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; autobonus "{ bonus2 bSubClass,Class_Normal,15; bonus2 bSPRegenRate,300,1000; }",1,5000,BF_MAGIC; bonus bVariableCastrate,-3*([email protected]/3); bonus bMatk,6*([email protected]/3); if ([email protected]>=7) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; bonus2 bSkillAtk,"SU_CN_METEOR",15; } if ([email protected]>=9) { bonus2 bSkillCooldown,"SU_CN_METEOR",-1500; } if ([email protected]>=11) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",20; bonus2 bSkillAtk,"SU_CN_METEOR",20; } },{},{}
Dropped ByNo Result

Adonus Booster Wand [One Hand]   Item ID# 550011 (AN_B_Wand)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 0
Attack 150Required Lvl 100Weapon Lvl 4
Applicable Jobs
Arch Bishop
Description A One-Handed Staff designed to help adventurers grow.

Cannot be refined normally.

Indestructible in battle

MATK +160

MATK +2%

For each Refine Level:
MATK +3

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

Refine Level +7:
For each Level of Meditatio:
Increases magical damage with Holy element by 1%.

Refine Level +9:
Decreases variable cast time by 10%.
Increases damage of Magnus Exorcismus and Adoramus by 25%.

Refine Level +11:
Increases Magic Damage against enemies of every size by 15%.
Increases magical damage with Holy element by additional 15%.

Refine Level +13:
Increases damage of Magnus Exorcismus and Adoramus by additional 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; bonus bMatk,160+(3*[email protected])+3*(min(BaseLevel,195)/15); if ([email protected]>=7) { bonus2 bMagicAtkEle,Ele_Holy,getskilllv("HP_MEDITATIO"); } if ([email protected]>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"PR_MAGNUS",25; bonus2 bSkillAtk,"AB_ADORAMUS",25; } if ([email protected]>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Holy,15; } if ([email protected]>=13) { bonus2 bSkillAtk,"PR_MAGNUS",15; bonus2 bSkillAtk,"AB_ADORAMUS",15; } },{},{}
Dropped ByNo Result

Adulter Fides Dark Wand [2]   [One Hand]   Item ID# 550026 (Adulter_F_D_Wand)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 160
Attack 160 / MATK 220Required Lvl 180Weapon Lvl 4Slot 2
Applicable Jobs
Soul Linker
Description A dark wand filled with false beliefs.

MATK +220

Indestructible in battle

Increases damage of Curse Explosion by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Curse Explosion by additional 20%.

Refine Level +9:
Increases magical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Curse Explosion by additional 25%.

Refine Level +12:
Increases magical damage with Shadow element by 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SP_CURSEEXPLOSION",10; bonus bMatk,12*([email protected]/3); if ([email protected]>=7) { bonus2 bSkillAtk,"SP_CURSEEXPLOSION",20; if ([email protected]>=9) { bonus2 bMagicAddSize,Size_All,15; if ([email protected]>=11) { bonus2 bSkillAtk,"SP_CURSEEXPLOSION",25; if ([email protected]>=12) { bonus2 bMagicAtkEle,Ele_Dark,15; } } } } },{},{}
Dropped ByNo Result

Adulter Fides Foxtail Model [2]   [One Hand]   Item ID# 550028 (Adulter_F_F_model)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 180
Attack 320Required Lvl 180Weapon Lvl 4Slot 2
Applicable Jobs
Summoner
Description A foxtail model filled with false beliefs.

Indestructible in battle

Increases damage of Picky Peck by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Picky Peck by additional 20%.

Refine Level +9:
Increases physical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Picky Peck by additional 25%.

Refine Level +12:
Increases ranged physical damage by 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SU_PICKYPECK",10; bonus bBaseAtk,12*([email protected]/3); if ([email protected]>=7) { bonus2 bSkillAtk,"SU_PICKYPECK",20; if ([email protected]>=9) { bonus2 bAddSize,Size_All,15; if ([email protected]>=11) { bonus2 bSkillAtk,"SU_PICKYPECK",25; if ([email protected]>=12) { bonus bLongAtkRate,15; } } } } },{},{}
Dropped ByNo Result

Adulter Fides Foxtail Wand [2]   [One Hand]   Item ID# 550027 (Adulter_F_F_Wand)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 150
Attack 200 / MATK 350Required Lvl 180Weapon Lvl 4Slot 2
Applicable Jobs
Summoner
Description A foxtail wand filled with false beliefs.

MATK +350

Indestructible in battle

Increases damage of Catnip Meteor by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Catnip Meteor by additional 20%.

Refine Level +9:
Decreases Catnip Meteor skill cooldown by 2 seconds.

Refine Level +11:
Increases damage of Catnip Meteor by additional 25%.

Refine Level +12:
Increases magical damage with Neutral element by 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SU_CN_METEOR",10; bonus bMatk,12*([email protected]/3); if ([email protected]>=7) { bonus2 bSkillAtk,"SU_CN_METEOR",20; if ([email protected]>=9) { bonus2 bSkillCooldown,"SU_CN_METEOR",-2000; if ([email protected]>=11) { bonus2 bSkillAtk,"SU_CN_METEOR",25; if ([email protected]>=12) { bonus2 bMagicAtkEle,Ele_Neutral,15; } } } } },{},{}
Dropped ByNo Result

Adulter Fides Soul Stick [2]   [One Hand]   Item ID# 550025 (Adulter_F_S_Stick)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 190
Attack 160 / MATK 205Required Lvl 180Weapon Lvl 4Slot 2
Applicable Jobs
Soul Linker
Description A soul stick filled with false beliefs.

MATK +205

Indestructible in battle

Increases damage of Eswhoo by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Eswhoo by additional 20%.

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

Refine Level +11:
Increases damage of Eswhoo by additional 25%.

Refine Level +12:
Increases magical damage with Water, Wind, Earth, Fire, Ghost, Shadow and Holy element by 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"SP_SWHOO",10; bonus bMatk,12*([email protected]/3); if ([email protected]>=7) { bonus2 bSkillAtk,"SP_SWHOO",20; if ([email protected]>=9) { bonus bVariableCastrate,-10; if ([email protected]>=11) { bonus2 bSkillAtk,"SP_SWHOO",25; if ([email protected]>=12) { bonus2 bMagicAtkEle,Ele_Holy,15; bonus2 bMagicAtkEle,Ele_Fire,15; bonus2 bMagicAtkEle,Ele_Earth,15; bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bMagicAtkEle,Ele_Ghost,15; bonus2 bMagicAtkEle,Ele_Dark,15; } } } } },{},{}
Dropped ByNo Result

Adulter Fides Wand [2]   [One Hand]   Item ID# 550024 (Adulter_F_Wand)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 150
Attack 160 / MATK 210Required Lvl 180Weapon Lvl 4Slot 2
Applicable Jobs
Arch Bishop
Description A wand filled with false beliefs.

MATK +210

Indestructible in battle

Increases damage of Adoramus by 10%.

For each 3 Refine Levels:
MATK +12

Refine Level +7:
Increases damage of Adoramus by additional 20%.

Refine Level +9:
Increases magical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Adoramus by additional 25%.

Refine Level +12:
Increases magical damage with Holy element by 15%.
Item Script
{ [email protected] = getrefine(); bonus bUnbreakableWeapon; bonus2 bSkillAtk,"AB_ADORAMUS",10; bonus bMatk,12*([email protected]/3); if ([email protected]>=7) { bonus2 bSkillAtk,"AB_ADORAMUS",20; if ([email protected]>=9) { bonus2 bMagicAddSize,Size_All,15; if ([email protected]>=11) { bonus2 bSkillAtk,"AB_ADORAMUS",25; if ([email protected]>=12) { bonus2 bMagicAtkEle,Ele_Holy,15; } } } } },{},{}
Dropped ByNo Result

Adventure Staff [One Hand]   Item ID# 1655 (Adventure_Staff)
Type Weapon Class One-handed Staff Buy n/a Sell n/a Weight 0
Attack 60Required Lvl NoneWeapon Lvl 1
Refineable No
Applicable Jobs
Mage Wizard Sage Soul Linker
Description Not Available

[iRO Description]
Not Available
Item Script
{ bonus bUnbreakableWeapon; },{},{}
Dropped ByNo Result

Arc Wand [One Hand]   Item ID# 1612 (Arc_Wand__)
Type Weapon Class One-handed Staff Buy 45000z Sell 22500z Weight 40
Attack 60 / MATK 95Required Lvl 24Weapon Lvl 3
Applicable Jobs
Mage Acolyte Priest Wizard Monk Sage
Soul Linker
Description An ornate, elegantly crafted wand that grants powerful magical energy.
INT + 3, MATK + 95
Item Script
{ bonus bInt,3; },{},{}
Dropped ByNo Result