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

Candy Cane Rod [2]   [One Hand]   Item ID# 26110 (CandyCaneRod)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
10 / MATK 140
Required Lvl
99
Weapon Lvl
4
Slot
2
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
A rod made based of candy cane that used to decorate christmas tree. There is lick mark on top of it.
INT +2, MATK +140.
Every refine level: Flee +2.
If refine level is +10 or higher: Perfect dodge +10.
Item Script
{ bonus bInt,2; bonus bFlee,2*getrefine(); if (getrefine()>= 10) { bonus bFlee2,10; } },{},{}
Dropped By

Catnip Booster Foxtail Model [0]   [One Hand]   Item ID# 550051 (GB_B_Fox)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
0
Attack
120
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

MATK +2%
MATK +280

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 Silvervine Stem Spear:
MATK +2%

Refine Level +9:
Increases magical damage with every element by 10%.
Increases damage of Silvervine Stem Spear and Catnip Meteor by 25%.

Refine Level +11:
Decreases variable cast time by 10%.
Increases magical damage against enemies of every size by 15%.

Refine Level +13:
Increases damage of Silvervine Stem Spear and Catnip Meteor by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatkRate,2; bonus bMatk,280+3*.@r; bonus2 bSkillCooldown,"SU_CN_METEOR",-1500; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bMatkRate,2*getskilllv("SU_SV_STEMSPEAR"); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_All,10; bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25; bonus2 bSkillAtk,"SU_CN_METEOR",25; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus bVariableCastrate,-10; if (.@r>=13) { bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15; bonus2 bSkillAtk,"SU_CN_METEOR",15; } } } } },{},{}
Dropped By No Result

Chilling Cane [2]   [One Hand]   Item ID# 550007 (Freezing_Rod)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
50
Attack
40 / MATK 150
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Sorcerer
Description
A cane with a blue glow that an ancient hero used. It resonates with Ancient Hero's Boots.

MATK +150
Indestructible in battle

For each 2 refine levels, MATK +10.
For each 3 refine levels, increases Diamond Dust damage by 8%.

Refine Level +9, magical damage against Undead elemental monsters +10%.
Refine Level +11, Water elemental magic damage +7%.

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

Chilling Cane-LT [2]   [One Hand]   Item ID# 550046 (Freezing_Rod_LT)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
75
Attack
40
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Sorcerer
Description
An improved version of a staff with a blue light that is said to have been used by ancient heroes.
Resonates with Hero's Boots-LT.

MATK +195
MATK +5%

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

For each 2 Refine Levels:
MATK +15

For each 3 Refine Levels:
Increases damage of Diamond Dust by 12%.

Refine Level +7:
Increases magical damage against enemies of every element by 15%.
Increases damage of Varetyr Spear by 15%.

Refine Level +9:
Increases damage of Varetyr Spear by additional 30%.
Decreases variable cast time by 15%.

Refine Level +11:
Increases magical damage with Wind and Water element by 15%.
Decreases Varetyr Spear skill cooldown by 2 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 Wind and Water element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,5; bonus bMatk,195; if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAddEle,Ele_All,15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",15; if (.@r>=9) { bonus bVariableCastrate,-15; bonus2 bSkillAtk,"SO_VARETYR_SPEAR",30; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus2 bSkillCooldown,"SO_VARETYR_SPEAR",-2000; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Water,15; bonus2 bMagicAtkEle,Ele_Wind,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bSkillAtk,"SO_DIAMONDDUST",12*(.@r/3); },{},{}
Dropped By No Result

Crimson One-Handed Staff [2]   [One Hand]   Item ID# 1680 (Scarlet_Rod)
Crimson Rod
Type
Weapon
Class
One-handed Staff
Buy
10z
Sell
5z
Weight
60
Attack
60 / MATK 70
Required Lvl
70
Weapon Lvl
3
Slot
2
Applicable Jobs
Novice
Mage
Acolyte
Priest
Wizard
Supernovice
Monk
Sage
Soul Linker
Description
Rod with red light radiance.
INT +4, MATK +70.
MATK increased by (Refine*Refine), up to +15 refine.
For every 10 Base Level above 70: MATK +5.
Item Script
{ .@r = getrefine(); bonus bInt,4; bonus bMatk,(((BaseLevel-70)/10)*5)+(.@r<=15?pow(.@r,2):225); bonus bUnbreakableWeapon; },{},{}
Dropped By

Crimson Rose Stick [1]   [One Hand]   Item ID# 26168 (Crimson_Rose_Stick_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
Warlock
Description
Not Available

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

Crimson Rose Stick [2]   [One Hand]   Item ID# 26158 (Crimson_Rose_Stick)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
70
Attack
100 / MATK 180
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Warlock
Description
This staff is great for doing great magic damage.

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

Indestructible in battle

Refine Level +9:
Increases damage of Hell Inferno by 30%.

Refine Level +11:
Decreases Crimson Rock skill cooldown by 1 second.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,4*.@r; bonus bUnbreakableWeapon; bonus2 bMagicAtkEle,Ele_Fire,5; bonus2 bMagicAtkEle,Ele_Dark,5; if (.@r >= 9) { bonus2 bSkillAtk,"WL_HELLINFERNO",30; } if (.@r >= 11) { bonus2 bSkillCooldown,"WL_CRIMSONROCK",-1000; } },{},{}
Dropped By No Result

Croce Staff [1]   [One Hand]   Item ID# 1647 (Croce_Staff)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
30 / MATK 175
Required Lvl
50
Weapon Lvl
3
Slot
1
Property
Holy
Applicable Jobs
High Acolyte
High Priest
Champion
Description
A staff topped with the red symbol of the Prontera cathedral.
Used by high-ranking members of the clergy.
MATK +175, INT +4.
When using Heal skill, has a chance to autocasts Level 1 Blessing to self. (Blessing skill will be cast with the player's learnt skill Level.)

More Information on Combo:
Item Script
{ bonus bAtkEle,Ele_Holy; bonus bInt,4; bonus4 bAutoSpellOnSkill,"AL_HEAL","AL_BLESSING",max(getskilllv("AL_BLESSING"),1),20; },{},{}
Dropped By

back to top