Renewal
.:Renewal Item Database:.

Wander Mins Stone (Lower)    Item ID# 311007 (WanderMins_Bottom3)
Wanderer Minstrel Stone(Lower)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each Level of Frigg's Song:
Decreases fixed cast time by 0.1 second.

When equipped with Wanderer Minstrel Stone(Garment):
Increases damage of Severe Rainstorm by 15%.

When equipped with Wanderer Minstrel Stone II(Garment):
Increases damage of Reverberation by 15%.
Item Script
{ bonus bFixedCast,-100*getskilllv("WM_FRIGG_SONG"); },{},{}
Dropped By No Result

Warlock Stone (Middle)    Item ID# 310885 (Warlock_Middle3)
Warlock Stone(Mid)
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
For each Level of Comet:
Decreases fixed cast time by 0.1 seconds.

When equipped with Warlock Stone(Garment):
Increases damage of Crimson Rock by 15%.

When equipped with Warlock Stone II(Garment):
Increases damage of Jack Frost by 15%.
Item Script
{ bonus bFixedCast,-100*getskilllv("WL_COMET"); },{},{}
Dropped By No Result

Wickebine's Black Cat Ears-LT [1]   [Upper Head]   Item ID# 400153 (Whikebain_Ears_K_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Required Lvl
150
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
An improved version of the black cat ears used by Wickebine.

FLEE +20

Increases critical damage by 15%.
Increases magical damage with every element by 15%.

Base Level at least 210:
P.ATK +2
S.MATK +2

Physical attacks have a certain chance to increase Critical by 30 for 10 seconds.
Magical attacks have a certain chance to ignore magic defense of all race, except Players, by 100% for 10 seconds.

Refine Level +7:
Increases critical damage by additional 10%.
Increases magical damage with every element by additional 10%.

Refine Level +9:
ATK +5%, MATK +5%

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

[Bonus by Grade]
[Grade D]: Refine Level +11: After skill cast delay of all skills -5%.
[Grade C]: P.ATK +2, S.MATK +2
[Grade B]: Refine Level +12: fixed cast time of all skills -0.5 seconds.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bFlee,20; bonus2 bMagicAtkEle,Ele_All,15; bonus bCritAtkRate,15; if (BaseLevel>=210) { bonus bPAtk,2; bonus bSmatk,2; } if (.@r>=7) { bonus bCritAtkRate,10; bonus2 bMagicAtkEle,Ele_Earth,10; if (.@r>=9) { bonus bMatkRate,5; if (.@r>=11) { bonus bDelayrate,-5; } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus bDelayrate,-5; } } if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,2; bonus bSmatk,2; if (.@g >= ENCHANTGRADE_B) { if (.@r>=12) { bonus bFixedCast,-500; } } } autobonus "{ bonus bCritical,30; }",1,10000,BF_WEAPON; autobonus "{ bonus2 bIgnoreMdefRaceRate,RC_All,100; bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-100; bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-100; }",1,10000,BF_MAGIC; },{},{}
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

Wolf Orb (Fixed Casting) Level 1    Item ID# 310600 (Wolf_Orb_F_Cast_1)
Wolf Orb(Fixed Casting) Lv1
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 0.5 seconds.
Item Script
{ bonus bFixedCast,-500; },{},{}
Dropped By No Result

Wolf Orb (Fixed Casting) Level 2    Item ID# 310601 (Wolf_Orb_F_Cast_2)
Wolf Orb(Fixed Casting) Lv2
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 0.7 seconds.
Item Script
{ bonus bFixedCast,-700; },{},{}
Dropped By No Result

Wolf Orb (Fixed Casting) Level 3    Item ID# 310602 (Wolf_Orb_F_Cast_3)
Wolf Orb(Fixed Casting) Lv3
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time by 1 second.
Item Script
{ bonus bFixedCast,-1000; },{},{}
Dropped By No Result

Z-Cast Fixed    Item ID# 29444 (ReactorZ_CastFixed)
Z-CastFixed
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0
Description
Decreases fixed cast time of all skills by 50%.

When enchanted on Riot Chip:
For each 2 refine levels: MaxHP +1%.

When enchanted with [Extreme]: MaxHP +5%.
Item Script
{ bonus bFixedCastrate,-50; },{},{}
Dropped By No Result

Zaha Doll Hat [1]   [Upper Head]   Item ID# 5464 (Zaha_Doll_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
0
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A doll resemble to fairy 'Baek-so-jin'.
INT +3, MDEF +9.
Increase magical damage inflicted on Undead monsters by 10%.

Add a low chance to transform into Bacsojin for 3 seconds when receiving or dealing magic attacks.
While in transform state:
MATK increases by 30 * Refine Level.
Fixed cast time reduces by 0.08 seconds * Refine Level.
Drain 10 SP per second.
Item Script
expand to view script
{ bonus bInt,3; bonus bMdef,9; bonus2 bMagicAddEle,Ele_Undead,10; .@t = 2+(getrefine()/3)*1000; autobonus "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"This is my magic Power!\"; }"; autobonus2 "{ .@r = max(1,getrefine()); bonus bMatk,30*.@r; bonus bFixedCast,-80*.@r; bonus2 bSPLossRate,10,1000; }",15,.@t,BF_MAGIC,"{ active_transform 1518,3000; specialeffect2 EF_POTION_BERSERK; showscript \"How dare you! I punish you to endless sleep!\"; }"; },{},{}
Dropped By No Result

[Not For Sale] Ancient Hero Boots [1]   [Footgear]   Item ID# 470181 (aegis_470181)
Type
Armor
Class
Footgear
Buy
n/a
Sell
n/a
Weight
60
Defense
15
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,50; bonus bMaxHPrate,2*(.@r/3); bonus bMaxSPrate,.@r/3; if (.@r >= 9) { .@val = -300; if (.@r >= 12) { .@val -= 200; if (.@r >= 14) bonus bDelayrate,-5; } bonus bFixedCast,.@val; } },{},{}
Dropped By No Result

« First < 171819202122
back to top