Renewal
.:Renewal Item Database:.
Weapon

Wild Beast Claw [1]   [Two Handed]   Item ID# 1268 (Wild_Beast_Claw)
Beast Claw
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
145
Attack
160
Required Lvl
55
Weapon Lvl
4
Slot
1
Applicable Jobs
Assassin Cross
Description
A katar crafted from the body of a huge beast and the wounds it inflicts are very difficult to heal.

Random chance to inflict Level 1 Critical Wound status to enemy when dealing physical damage.
Critical Wound reduces the effect of Heal, Sanctuary, Potion Pitcher and other recovery items by 20%.

Refine Level +9, decreases healing effects by 40% instead.
Item Script
{ bonus3 bAutoSpell,"NPC_CRITICALWOUND",(getrefine()>=9?2:1),100; },{},{}
Dropped By

Wind Gale [1]   [Two Handed]   Item ID# 18197 (Wind_Gale_J)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
90
Attack
160 / MATK 170
Required Lvl
100
Weapon Lvl
4
Slot
1
Range
5
Applicable Jobs
Minstrel / Wanderer
Description
Not Available

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

Wind Gale [2]   [Two Handed]   Item ID# 18188 (Wind_Gale)
Type
Weapon
Class
Bow
Buy
20z
Sell
10z
Weight
100
Attack
200
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Minstrel / Wanderer
Description
A bow which causes a strong wind like a storm.

Increases long ranged physical damage by 10%.

For each refine level:
Increases long ranged physical damage by additional 1%.

Refine Level +9:
Increases damage of Severe Rainstorm by 30%.

Refine Level +11:
Decreases Severe Rainstorm skill cooldown by 2 seconds.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,10+.@r; if (.@r>=9) bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; if (.@r>=11) bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; },{},{}
Dropped By No Result

Wind Magic Shuriken Radiance [2]   [Two Handed]   Item ID# 650034 (Humma_Brilliance)
Huuma Shuriken Brilliance
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
260
Attack
330
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Kagerou / Oboro
Description
A huuma shuriken that emits light imbued with holy power.

Indestructible in battle

ATK +5%, POW +2
Increases damage of Huuma Shuriken - Construct by 5%.

Refine Level +5:
Increases damage of Huuma Shuriken - Construct by additional 10%.

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

Refine Level +9:
Increases damage of Huuma Shuriken - Construct by additional 10%.

Refine Level +10:
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Huuma Shuriken - Construct by additional 5%.
Increases damage of Huuma Shuriken - Grasp by 15%.

[Bonus by Grade]
[Grade D]: Ranged physical damage +10%.
[Grade C]: Ranged Damage against enemies of every size +10%.
[Grade B]: Ranged Damage against enemies of every race +10%.
[Grade A]: Ranged 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,"SS_FUUMAKOUCHIKU",5; if (.@r>=5) { bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",10; if (.@r>=10) { bonus bDelayrate,-10; if (.@r>=11) { bonus2 bSkillAtk,"SS_FUUMASHOUAKU",15; bonus2 bSkillAtk,"SS_FUUMAKOUCHIKU",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Wind Spear Petal Booster Huuma Shuriken [0]   [Two Handed]   Item ID# 650017 (FCH_B_Huuma)
Type
Weapon
Class
Fuuma Shuriken
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Kagerou / Oboro
Description
A Huuma Shuriken designed to help adventurers grow.

Cannot be refined normally.

Indestructible in battle

MATK +220
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 Ninja Mastery:
Decreases variable cast time by 1%.

Refine Level +9:
Increases magical damage with Fire, Water and Wind element by 10%.
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 25%.

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

Refine Level +13:
Increases magical damage with Shadow element by 10%.
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatkRate,2; bonus bMatk,220+3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bVariableCastrate,-getskilllv("NJ_NINPOU"); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,10; bonus2 bMagicAtkEle,Ele_Water,10; bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bSkillAtk,"NJ_KOUENKA",25; bonus2 bSkillAtk,"NJ_HYOUSENSOU",25; bonus2 bSkillAtk,"NJ_HUUJIN",25; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus bVariableCastrate,-10; if (.@r>=13) { bonus2 bSkillAtk,"NJ_KOUENKA",15; bonus2 bSkillAtk,"NJ_HYOUSENSOU",15; bonus2 bSkillAtk,"NJ_HUUJIN",15; } } } } },{},{}
Dropped By No Result

Windhawk [0]   [One Hand]   Item ID# 1307 (Windhawk)
Type
Weapon
Class
One-handed Axe
Buy
18000z
Sell
9000z
Weight
150
Attack
115
Required Lvl
14
Weapon Lvl
2
Slot
0
Property
Wind
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
An axe that summons the power of the wind, giving it unprecedented speed.
Increases Attack Speed by 5%.
Item Script
{ bonus bAtkEle,Ele_Wind; bonus bAspdRate,5; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Wing Staff [0]   [One Hand]   Item ID# 1616 (Staff_Of_Wing)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
50
Attack
60 / MATK 115
Required Lvl
40
Weapon Lvl
4
Slot
0
Property
Wind
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
A staff containing a wind fairy that grants its user the essence of speed.
MATK + 115
Reduces variable cast time by 5%.
[Eagle Wing & Wing Staff Equip Set]

More Information on Combo:
Item Script
{ bonus bVariableCastrate,-5; bonus bAtkEle,Ele_Wind; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Wire of Vicious Mind [1]   [One Hand]   Item ID# 1996 (Sinister_Wire)
Vicious Mind Wire
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
130
Attack
130 / MATK 50
Required Lvl
160
Weapon Lvl
4
Slot
1
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
Wire imbued with evil spirit.
MATK +50.
Increase ATK by (Refine Level * Refine Level), up to +15.
Increase MATK by (Refine Level * Refine Level)/2, up to +15.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); bonus bMatk,pow(min(getrefine(),15),2)/2; },{},{}
Dropped By

Wire Whip [2]   [One Hand]   Item ID# 1954 (Wire)
Type
Weapon
Class
Whip
Buy
17500z
Sell
8750z
Weight
100
Attack
95
Required Lvl
16
Weapon Lvl
2
Slot
2
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A whip made of a flexible wire attached to an iron handle.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box

Wire Whip [3]   [One Hand]   Item ID# 1955 (Wire_)
Type
Weapon
Class
Whip
Buy
17500z
Sell
8750z
Weight
100
Attack
95
Required Lvl
16
Weapon Lvl
2
Slot
3
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A whip made of a flexible wire attached to an iron handle.
Item Script
{},{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting
Obtainable FromOld Blue Box, Old Violet Box

Witch's Broom [2]   [One Hand]   Item ID# 26140 (WitchsBroomStick)
Type
Weapon
Class
One-handed Staff
Buy
n/a
Sell
n/a
Weight
30
Attack
117 / MATK 200
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Mage
Wizard
Sage
Soul Linker
Description
The broom that the witch used looks like a regular broom, but you can feel the magic in a subtle way.
However, it seems that ordinary people cannot ride and fly it.

MATK +180
Indestructible in battle

Increases magical damage against monsters of Formless race by 10%.
Random chance to autocast Level 1 Quagmire when recieving damage.

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

Refine Level +9:
Increases magical damage against monsters of Formless race by additional 10%.

Refine Level +11:
Decreases after skill cast delay by 10%.

[Bonus by Grade]
[Grade D]: S.MATK +2
[Grade C]: SPL +3, S.MATK +1
[Grade B]: variable cast time of all skills -5%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bMagicAddRace,RC_Formless,10; bonus3 bAutoSpellWhenHit,"WZ_QUAGMIRE",1,10; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bMatk,35; if (.@r>=9) { bonus2 bMagicAddRace,RC_Formless,10; if (.@r>=11) { bonus bDelayrate,-10; } } } if (.@g >= ENCHANTGRADE_D) { bonus bSmatk,2; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus bSpl,3; if (.@g >= ENCHANTGRADE_B) { bonus bVariableCastrate,-5; } } } },{},{}
Dropped By No Result

Witch's Staff [1]   [Two Handed]   Item ID# 2047 (Jirant_Staff_BR)
Type
Weapon
Class
Two-handed Staff
Buy
n/a
Sell
n/a
Weight
270
Attack
20 / MATK 350
Required Lvl
130
Weapon Lvl
4
Slot
1
Applicable Jobs
Sorcerer
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bInt,5; bonus bDex,10; bonus bVariableCastrate,-30; bonus2 bMagicAtkEle,Ele_Fire,(getskilllv("SO_FIREWALK")*10)+(5*(.@r/2)); bonus2 bMagicAtkEle,Ele_Wind,(getskilllv("SO_ELECTRICWALK")*10)+(5*(.@r/2)); bonus2 bSkillAtk,"SO_FIREWALK",30*(.@r/2); bonus2 bSkillAtk,"SO_ELECTRICWALK",30*(.@r/2); bonus2 bIgnoreMdefClassRate,Class_All,5*(.@r/2); if (.@r>=9) { bonus3 bAddEffOnSkill,"SO_ELECTRICWALK",Eff_Silence,1000; bonus3 bAddEffOnSkill,"SO_FIREWALK",Eff_Curse,1000; } if (.@r>=11) { bonus2 bSkillAtk,"SO_FIREWALK",100; bonus2 bSkillAtk,"SO_ELECTRICWALK",100; } if (.@r>=12) bonus bFixedCastrate,-70; },{},{}
Dropped By No Result

< 12345 >
back to top