Renewal
.:Renewal Item Database:.

YSF01 Manteau [1]   [Garment]   Item ID# 20856 (YSF01_Manteau)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
75
Defense
32
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The manteau used by Werner Institute's experiment, YSF01. There are powerful magic swirling inside seemed cut off from the world. If used abusely, its magic power will consume its wearer.

Refine Level +8:
ATK +20.

Refine Level +11:
Reduces after cast delay by 3%.

Refine Level +13:
Reduces after cast delay by 4%.

If base VIT at least 125:
Reduces after cast delay by 10%.

More Information on Combo:
Item Script
{ .@r = getrefine(); if (.@r >= 8) { bonus bBaseAtk,20; if (.@r >= 11) { .@val = -3; if (.@r >= 13) { .@val += -4; } } } if (readparam(bVit) >= 125) { .@val += -10; } if (.@val) { bonus bDelayrate,.@val; } },{},{}
Dropped By No Result

YSF01 Plate [1]   [Body]   Item ID# 15212 (YSF01_Plate)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
210
Defense
78
Required Lvl
170
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The plate used by Werner Institute's experiment, YSF01. There are powerful magic swirling inside seemed cut off from the world.
If used abusely, its magic power will consume its wearer.

Refine Level +8:
ATK +5%
Refine Level +11:
ATK +2%
Refine Level +13:
ATK +4%

If base STR at least 125:
Every refine level: ATK +1%.

When combined with YSF01 Manteau:
Every refine level of YSF01 Manteau:
Reduces after cast delay by 1%.

When combined with YSF01 Greaves:
Every refine level of YSF01 Greaves:
Reduces after attack delay by 1% (ASPD +1%).

If combined refine level of YSF01 Plate, YSF01 Manteau and YSF01 Greaves at least +39:
Randomly possesses wearer with YSF01 spirit for 5 seconds wearer when receiving physical attack.
During possession: Ignores physical defense of all races (except Player).

More Information on Combo:
Item Script
{ .@r = getrefine(); if (.@r >= 13) { .@val = 11; } else if (.@r >= 11) { .@val = 7; } else if (.@r >= 8) { .@val = 5; } if (readparam(bStr) >= 125) { .@val += .@r; } if (.@val) { bonus bAtkRate,.@val; } },{},{}
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

Zaha Doll J Hat [1]   [Upper Head]   Item ID# 18861 (Zaha_Doll_Hat_J)
Zaha Doll Hat
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
10
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Another version of a doll that resembles the angel Zaha.
Inscreases Healing skills effectiveness by 15% but will also increase SP consumption by 15%.
Indestructible.
Item Script
{ bonus bHealPower,15; bonus bUseSPrate,15; },{},{}
Dropped By No Result

Zealotus Doll [1]   [Upper Head]   Item ID# 5975 (Zherlthsh_Doll)
Type
Armor
Class
Upper Headgear
Buy
10z
Sell
5z
Weight
30
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A doll to celebrate the 61st generation of royal family.

Decreases damage taken from Boss class monsters by 10%.

Indestructible in battle

When you have Zherlthsh pet:
Decreases damage taken from Boss class monsters by additional 5%.

When intimacy is Loyal:
Decreases damage taken from Boss class monsters by additional 5%.
Item Script
{ bonus bMdef,5; .@def = 10; if (getpetinfo(PETINFO_EGGID) == 9026) { .@def += 5; if (getpetinfo(PETINFO_INTIMATE) >= PET_INTIMATE_CORDIAL) { .@def += 5; bonus bNoKnockback; } } bonus2 bSubClass,Class_Boss,.@def; },{},{}
Dropped By No Result

Zealotus Mask [0]   [Upper & Middle Head]   Item ID# 5121 (Zherlthsh_Mask)
Type
Armor
Class
Upper & Middle Headgear
Buy
20z
Sell
10z
Weight
40
Defense
3
Required Lvl
70
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
This mask, which is symbolic of Zherlthsh, mistress of the Glast Heim Underground Prison, makes its wearer feel like looking down on normal human peons.
Inflicts 5% more damage on DemiHuman monster.
Reduces 5% damage taken from DemiHuman monster.
Item Script
{ bonus2 bAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player_Human,5; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; },{},{}
Dropped By No Result
Obtainable FromZherlthsh (Zealotus) Mask
Wrapped Mask

Zealotus Mask [1]   [Upper & Middle Head]   Item ID# 19127 (Zherlthsh_Mask_)
Type
Armor
Class
Upper & Middle Headgear
Buy
20z
Sell
10z
Weight
40
Defense
3
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice
Description
This mask, which is symbolic of Zealotus, mistress of the Glast Heim Underground Prison.
Makes its wearer feel like looking down on normal human peons.

Increases physical damage inflicted on Demihuman monsters by 5%.
Reduces damage taken from Demihuman monsters by 5%.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,5; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bAddRace,RC_Player_Human,5; },{},{}
Dropped By No Result

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

Zealous Necklace [1]   [Accessory]   Item ID# 28500 (Fanatic_Necklace)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
20
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A necklace wore by pope's follower.
When equipped with Sitting Pope(Casual): Reduces after cast delay by 15%.
Item Script
{},{},{}
Dropped By No Result

Zebra Eel 1 Hour Box    Item ID# 16751 (Brindle_Eel_Box1)
Spotty Eel Box1
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
A box that contains Spotty Eel.

Rental Item
Spotty eel that appeared on Malangdo beach. It is always elastic and trying to straighten itself. That is why we can use it as an arrow.

AGI +3
Randomly increases ASPD by 2 for 5 seconds when dealing physical attack.
If Base Level at least 100: Increases long range physical attack by 20%

once opened the item becomes account bound
Item Script
{ /*getgroupitem(IG_Brindle_Eel_Box1);*/ rentitem 18108,3600; },{},{}
Dropped By No Result

Zebra Eel 7 Day Box    Item ID# 16752 (Brindle_Eel_Box2)
Spotty Eel Box2
Type
Usable Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Applicable Jobs
Every Job
Description
A box that contains Spotty Eel.

Rental Item
Spotty eel that appeared on Malangdo beach. It is always elastic and trying to straighten itself. That is why we can use it as an arrow.

AGI +3
Randomly increases ASPD by 2 for 5 seconds when dealing physical attack.
If Base Level at least 100: Increases long range physical attack by 20%

once opened the item becomes account bound
Item Script
{ /*getgroupitem(IG_Brindle_Eel_Box2);*/ rentitem 18108,604800; },{},{}
Dropped By No Result

Zeny Knife [0]   [One Hand]   Item ID# 1238 (Zeny_Knife)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
120
Attack
64
Required Lvl
70
Weapon Lvl
3
Slot
0
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dagger that steals Zeny from monsters upon their defeat.
Item Script
{ bonus2 bGetZenyNum,100,40; },{},{}
Dropped By No Result

« First < 750751752753754755756757758759760 > Last »
back to top