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

Holy Father Mail [1]   [Body]   Item ID# 15124 (Father_Mail)
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
50
Defense
30
Required Lvl
50
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Armor worn by the priest when he defeats a senior demon.

Increases damage against Demon monsters by 3%.

For each refine level equal or above +6:
Increases damage against Demon monsters by additional 1%.
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Demon,3; bonus2 bMagicAddRace,RC_Demon,3; if (.@r>5) { bonus2 bAddRace,RC_Demon,.@r-5; bonus2 bMagicAddRace,RC_Demon,.@r-5; } },{},{}
Dropped By No Result

Holy Frus Card [Weapon]   Item ID# 300011 (Holy_Frus_Card)
Type
Card
Class
Weapon Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
Saint Magical
Description
When equipped with One-Handed Staff or Two-Handed Staff class weapon:
Increases Holy elemental magic damage by 10%.

Refine Level +10:
Increases Holy elemental magic damage by additional 10%.

Refine Level +14:
Increases Holy elemental magic damage by additional 10%.
Item Script
expand to view script
{ .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_Holy,10; } if (.@r>=10) { bonus2 bMagicAtkEle,Ele_Holy,10; } if (.@r>=14) { bonus2 bMagicAtkEle,Ele_Holy,10; } },{},{}
Dropped By No Result

Holy Guard [0]   [Shield]   Item ID# 2110 (Holy_Guard)
Type
Armor
Class
Shield
Buy
85000z
Sell
42500z
Weight
140
Defense
110
Required Lvl
68
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Crusader
Description
A blessed guard with God's symbol engraved on it.
VIT + 2, MDEF + 2
Impossible to refine this item.
Item Script
{ bonus bVit,2; bonus bMdef,2; },{},{}
Dropped By

Holy Light Dagger [2]   [One Hand]   Item ID# 510092 (Holy_Light_Dagger)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
80
Attack
205
Required Lvl
215
Weapon Lvl
5
Slot
2
Applicable Jobs
Abyss Chaser
Description
A dagger imbued with holy power used for self-defense.

ATK +5%, POW +2
Increases damage of Abyss Dagger by 5%.

Refine Level +5:
Increases damage of Abyss Dagger by additional 10%.

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

Refine Level +9:
Increases damage of Abyss Dagger by additional 10%.

Refine Level +10:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +11:
Increases damage of Abyss Dagger by additional 5%.
Increases damage of Deft Stab by 15%.

[Bonus by Grade]
[Grade D]: melee physical damage +5%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",5; if (.@r>=5) { bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",10; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus2 bSkillAtk,"ABC_DEFT_STAB",15; bonus2 bSkillAtk,"ABC_ABYSS_DAGGER",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Holy Light Spear [2]   [One Hand]   Item ID# 530045 (Holy_Raise_Spear)
Type
Weapon
Class
One-handed Spear
Buy
n/a
Sell
n/a
Weight
200
Attack
210
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
3
Applicable Jobs
Imperial Guard
Description
A one-handed spear whose divine power has increased by defeating demons for a long time.

ATK +5%, POW +2
Increases damage of Overslash by 5%.

Refine Level +5:
Increases damage of Overslash by additional 10%.

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

Refine Level +9:
Increases damage of Overslash by additional 10%.

Refine Level +10:
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +11:
Increases damage of Overslash by additional 5%.
Increases melee physical damage by additional 15%.

[Bonus by Grade]
[Grade D]: melee physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"IG_OVERSLASH",5; if (.@r>=5) { bonus2 bSkillAtk,"IG_OVERSLASH",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"IG_OVERSLASH",10; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus bShortAtkRate,15; bonus2 bSkillAtk,"IG_OVERSLASH",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Holy Magic Beast    Item ID# 1001188 (Barmund_Water2)
Temple Magic Power
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
Magic Water containing the power of the Biosphere.

Go to: [Beta] at ba_in01 (369, 53).
Item Script
{},{},{}
Dropped By No Result

Holy Marble    Item ID# 14572 (Holy_Marble)
Type
Taming Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A rounded shaped red stone. Red Deleter finds it to be very tasty.
Item Script
{ pet 1385; },{},{}
Dropped By No Result

Holy Marcher Hat Box    Item ID# 14336 (Marcher_Hat_Box)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Required Lvl
10
Description
A box containing 1 "Holy Marcher Hat" inside.

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getgroupitem(IG_MARCHER_HAT_BOX); },{},{}
Dropped By No Result

Holy Marching Hat [1]   [Upper Head]   Item ID# 5654 (Holy_Marching_Hat_J)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
5
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A marching hat with holy angel wings affixed to the sides made famous by a righteous Rune Midgardian band.
INT +1, MATK +2%, MDEF +5.
When refined to +7 or higher, increases Heal effectieness by 5%.
When refined to +9 or higher, MATK +5 and additional Heal effectiveness increases by 5%.
Item Script
{ bonus bInt,1; bonus bMdef,5; bonus bMatkRate,2; .@r = getrefine(); if (.@r>=7) bonus bHealPower,5; if (.@r>=9) { bonus bMatk,5; bonus bHealPower,5; } },{},{}
Dropped By No Result

Holy Mom Blaze    Item ID# 6472 (Holy_Mom_Blaze)
HolyMom Blaze
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
A lustrous small jewel. It's a very important part to form the Blue Ribbon.
Item Script
{},{},{}
Dropped By No Result

Holy Mom Blaze Box    Item ID# 17052 (Holy_Mom_Blaze_Box)
Virgin Splendor Box
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 1 HolyMom Blaze.
This item is not refundable.
Item Script
{ getitem 6472,1; },{},{}
Dropped By No Result

Holy Oil of Purification    Item ID# 1000501 (Purificatory_Holy_O)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
Holy oil needed to purify false beliefs in weapons.
Item Script
{},{},{}
Dropped By No Result

« First < 5455565758596061626364 > Last »
back to top