Renewal
.:Renewal Item Database:.

Bearer's Shadow Armor [Shadow Body]   Item ID# 24180 (S_Bearers_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
An armor worn on top of normal armor for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
MDEF +1.
Each 2 refines, MDEF +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@r>=45) { bonus bMaxHPrate,(.@r-60); bonus bNoWalkDelay; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMdef,1+(.@r/2); },{},{}
Dropped By No Result

Bearer's Shadow Earring [Shadow Pendant]   Item ID# 24184 (S_Bearers_Earring)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred earring which is believed to protect its wearer.
It also draws the wearer's potential abilities.
MATK +5.
Each 2 refines, MATK +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@r>=45) { bonus bMaxHPrate,(.@r-60); bonus bNoWalkDelay; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,5+(.@r/2); },{},{}
Dropped By No Result

Bearer's Shadow Pendant [Shadow Earring]   Item ID# 24185 (S_Bearers_Pendent)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer.
It also draws the wearer's potential abilities.
ATK +5.
Each 2 refines, ATK +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@r>=45) { bonus bMaxHPrate,(.@r-60); bonus bNoWalkDelay; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bBaseAtk,5+(.@r/2); },{},{}
Dropped By No Result

Bearer's Shadow Shield [Shadow Shield]   Item ID# 24182 (S_Bearers_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A small shield worn on the arm for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
DEF +5.
Each 2 refines, DEF +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@r>=45) { bonus bMaxHPrate,(.@r-60); bonus bNoWalkDelay; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDef,5+(.@r/2); },{},{}
Dropped By No Result

Bearer's Shadow Shoes [Shadow Footgear]   Item ID# 24181 (S_Bearers_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Shoes worn on top of normal shoes for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
MaxSP +50.
Each 2 refines, MaxSP +5.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@r>=45) { bonus bMaxHPrate,(.@r-60); bonus bNoWalkDelay; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxSP,50+(5*(.@r/2)); },{},{}
Dropped By No Result

Bearer's Shadow Weapon [Shadow Weapon]   Item ID# 24183 (S_Bearers_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A glove that can draw the wearer's potential ability.
MaxHP +100.
Each 2 refines, MaxHP +10.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bAllStats,1; if(.@r>=45) { bonus bMaxHPrate,(.@r-60); bonus bNoWalkDelay; } }
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxHP,100+(10*(.@r/2)); },{},{}
Dropped By No Result

back to top