Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Wise Earring (Shadow) [Shadow Pendant]   Item ID# 24050 (S_Wise_Earring)
Wise Shadow Earring
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Sacred earring protecting the owner. Enables user's potential ability.
MaxSP +50.
Refined to +7: Max SP +1%.
Refined to +9: Max SP +1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxSP,50; if (.@r>8) { bonus bMaxSPrate,2; } else if (.@r>6) { bonus bMaxSPrate,1; } },{},{}
Dropped By No Result

Wish Maiden Scroll    Item ID# 12797 (Wish_Maiden_Scroll)
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
The scroll can summon Wish Maiden.
The mercenary will disappear when the character is unable to fight.
Item Script
{ mercenary_create 2344,1800000; },{},{}
Dropped By No Result

Wispers of Wind [1]   [Upper Head]   Item ID# 5756 (Wind_Whisper)
Wind Whisper
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
10
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Sorcerer
Description
Tremendous strength of spirit is harnessed in this hat adorned with feathers.
INT + 1, DEX + 1, MDEF + 5.
If base INT is 120 or higher: MATK +10, FLEE +3.
Item Script
{ bonus bInt,1; bonus bDex,1; bonus bMdef,5; if (readparam(bInt)>=120) { bonus bMatk,10; bonus bFlee,3; } },{},{}
Dropped By No Result

Witch Hunt Shoes [1]   [Footgear]   Item ID# 470097 (HalfBloodPrincess_Shoes)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
100
Defense
40
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableShoes; bonus bMdef,15; bonus2 bAddRace,RC_All,10; bonus2 bSubClass,Class_Normal,5; bonus2 bSubClass,Class_Boss,5; bonus bMaxHPrate,4*.@r; if (.@r>=7) bonus2 bAddRace,RC_All,15; if (.@r>=9) { bonus2 bAddRace,RC_All,15; bonus bDefRatioAtkClass,Class_All; } },{},{}
Dropped By No Result

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 Cloak [1]   [Garment]   Item ID# 20852 (Jirant_Cloak)
Necromancer's Manteau
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
100
Defense
16
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A cloak worn by Zilant, who was called a rare witch.
Multiple woven techniques protect the surgeon from fire and wind.

For each refine level:
Decreases damage taken from Fire and Wind elemental attacks by 5%.

Refine Level +7:
MATK +5%. Decreases variable cast time of all skills by 5%.

Refine Level +9:
MATK +5%. Decreases variable cast time of all skills by additional 5%.

Refine Level +10:
Enables unlimited effect of Endure.

When equipped with Witch's Thunder Flame Wand:
MATK +5%.
Decreases damage taken from Fire and Wind elemental attacks by additional 20%.

When equipped with Necromancer's Dress:
For each refine level of Necromancer's Manteau:
MATK +2%. Decreases variable cast time of all skills by additional 2%.

When equipped with Necromancer's Hand Mirror:
MATK +5%. Decreases variable cast time of all skills by additional 5%.

If Refine Level of Necromancer's Hand Mirror is +8 or higher:
Perfect Dodge +20, MATK +5%.
Decreases variable cast time of all skills by additional 5%.
Item Script
{ .@r = getrefine(); bonus2 bSubEle,Ele_Fire,5*@r; bonus2 bSubEle,Ele_Wind,5*@r; if (.@r>=7) { bonus bMatkRate,5; bonus bVariableCastrate,-5; } if (.@r>=9) { bonus bMatkRate,5; bonus bVariableCastrate,-5; } if (.@r>=10) bonus bNoWalkDelay; },{},{}
Dropped By No Result

Witch's Cloak [1]   [Garment]   Item ID# 20908 (Jirant_Cloak_BR)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
100
Defense
16
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSubEle,Ele_Fire,5*(.@r/2); bonus2 bSubEle,Ele_Wind,5*(.@r/2); if (.@r>=5) { bonus bMatkRate,5; bonus bVariableCastrate,-5; } if (.@r>=7) { bonus bMatkRate,5; bonus bVariableCastrate,-5; } if (.@r>=15) bonus bNoWalkDelay; },{},{}
Dropped By No Result

Witch's Dress [1]   [Body]   Item ID# 15387 (Jirant_Dress)
Necromancer's Dress
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
80
Defense
35
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A dress worn by Gilant, who was called a rare witch.
The emblem embroidered with gold thread weaves multiple magic squares and brings out the hidden power of the operator.

MDEF +10. Ignore magic defense of Boss class monsters by 50%.

For each refine level:
MATK +15. Increases Wind elemental magic damage by 2%.

When equipped with Necromancer's Manteau:
For each refine level of Necromancer's Manteau:
MATK +2%. Decreases variable cast time of all skills by 2%.

When equipped with Witch's Thunder Flame Wand:
Enables the use of Level 1 Increase Agility.

For each refine level of Witch's Thunder Flame Wand:
Increases damage of Electric Walk and Fire Walk by 30%.
Restores 50 HP when defeating monsters with magical attacks.

If Refine Level of Witch's Thunder Flame Wand is +7 or higher:
Enables the use of Increase Agility, skill level is based on the refine level of Witch's Thunder Flame Wand.

When compounded with Professor Card:
Prevents Frozen status.
Decreases variable cast time of all skills by 100%.
Random chance to prevent the auto-cast of Land Protector around the user when recieving magical damage.

When equipped with Necromancer's Hand Mirror:
Increases magical damage against Boss class monsters by 5%.
Ignores magic defense of Boss class monsters by 25%.

If Refine Level of Necromancer's Hand Mirror is +8 or higher:
Increases magical damage against Boss class monsters by additional 5%.
Ignores magic defense of Boss class monsters by additional 25%.
Item Script
{ .@r = getrefine(); bonus bMdef,10; bonus2 bIgnoreDefClassRate,Class_Boss,50; bonus2 bMagicAtkEle,Ele_Wind,2*.@r; bonus bMatk,15*.@r; },{},{}
Dropped By No Result

Witch's Hand Mirror [1]   [Shield]   Item ID# 28956 (Jirant_Mirror)
Necromancer's Hand Mirror
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
50
Defense
80
Required Lvl
65
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A mirror book used by Gilant, a rare witch, when performing false rituals.
The content of the ritual is only the pure truth that is reflected in the mirror surface.

MDEF +5.
Decreases damage taken from Fire, Wind, Holy and Ghost elemental attacks by 20%.

For each Level of Faith:
Increases damage taken from Holy elemental attacks by 2%.

When equipped with Necromancer's Dress:
Increases magical damage against Boss class monsters by 5%.
Ignores magic defense of Boss class monsters by 25%.

If Refine Level of Necromancer's Hand Mirror is +8 or higher:
Increases magical damage against Boss class monsters by additional 5%.
Ignores magic defense of Boss class monsters by additional 25%.

When equipped with Necromancer's Manteau:
MATK +5%.
Decreases variable cast time of all skills by 5%.

If Refine Level of Necromancer's Hand Mirror is +8 or higher:
MATK +5%, Perfect Dodge +20.
Decreases variable cast time of all skills by additional 5%.
Item Script
{ bonus bMdef,5; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Wind,20; bonus2 bSubEle,Ele_Holy,20+(getskilllv("CR_TRUST")*2); bonus2 bSubEle,Ele_Ghost,20; },{},{}
Dropped By No Result

Witch's Medal    Item ID# 7313 (Seal_Of_Witch)
Type
Miscellaneous
Class
n/a
Buy
2z
Sell
1z
Weight
0
Description
A medal rewarded to honorable witches.
Item Script
{},{},{}
Dropped By No Result

Witch's Pumpkin Hat [0]   [Upper Head]   Item ID# 18656 (Wit_Pumpkin_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
10
Required Lvl
20
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A tattered witch hat adorned with a baby pumpkin.
STR +2, INT +2, MDEF +10.
Increase physical and magical damage inflicted against Undead and Demon monsters by 15%.

When equipped with Mr. Smile:
Adds a chance of gaining Pumpkin Pies when killing monsters.

When equipped with Hahoe Mask:
ASPD +1. Has a chance of getting buffed with ATK +50 for 10 seconds when attacking.

When equipped with Alarm Mask:
Increases the healing power of Pumpkin and Well-Baked Cookies and has a chance of receiving those items while attacking.

When equipped with Opera Mask:
Flee +10. Has a chance of Stun your enemy while attacking.

When equipped with Gozarian Mask:
ATK +30, MATK +30.
Has a chance of gaining Pumpkin Pie, Well-Baked Cookie, Candy or Candy Canes while attacking.

More Information on Combo:
Item Script
{ bonus bMdef,10; bonus bStr,2; bonus bInt,2; bonus2 bAddRace,RC_Undead,15; bonus2 bMagicAddRace,RC_Undead,15; bonus2 bAddRace,RC_Demon,15; bonus2 bMagicAddRace,RC_Demon,15; },{},{}
Dropped By No Result

Witch's Spell Scroll    Item ID# 7304 (Witch's_Spell_Book)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A worn out scroll with illegible text written in an ancient language.
The only word you can read is 'Kirkana.'
Item Script
{},{},{}
Dropped By No Result

« First < 3435363738394041424344 > Last »
back to top