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

Dragonic Slayer Modification Cube    Item ID# 100275 (Dragonic_Slayer_Cube)
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Dragonic Slayer into an Patent Dragonic Slayer.
Uses an +9 Dragonic Slayer as a material.
An +7 Patent Dragonic Slayer can be obtained.

Warning! - When remodeling, the inserted cards and Random Options are removed.
Item Script
{ laphine_synthesis(); },{},{}
Dropped By No Result

Dragonic Slayer-LT [2]   [Two Handed]   Item ID# 600024 (Dragonic_Slayer_LT)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
200
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Rune Knight
Description
An improved version of the great sword said to have been used by a certain Dragon Slayer in the past.
Resonates with Hero's Boots-LT.

MaxHP +5%

Base Level at least 210:
MaxHP/MaxSP +5%.

For each 2 Refine Levels:
MaxHP/MaxSP +5%

For each 3 Refine Levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 7%.

Refine Level +7:
Decreases after skill cast delay by 10%.
Decreases variable cast time by 10%.

Refine Level +9:
Increases ranged physical damage by 15%.
Decreases damage taken from enemies of every size by 15%.

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

When equipped with Hero's Boots-LT:
MaxHP +10%, MaxSP +5%.

[Bonus by Grade]
[Grade D]: MaxHP/MaxSP +3%
[Grade C]: ranged physical damage +15%. RES +30, MRES +30
[Grade B]: Damage taken from enemies of every element -15%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMaxHPrate,5; if (BaseLevel>=210) { bonus bMaxHPrate,5; bonus bMaxSPrate,5; } if (.@r>=7) { bonus bDelayrate,-10; bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSubSize,Size_All,15; bonus bLongAtkRate,15; if (.@r>=11) { bonus bDelayrate,-7; bonus bMaxSPrate,5; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMaxHPrate,3; bonus bMaxSPrate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bMres,30; bonus bRes,30; if (.@g >= ENCHANTGRADE_B) { bonus2 bSubEle,Ele_All,15; } } } bonus bMaxHPrate,5*(.@r/2); bonus bMaxSPrate,5*(.@r/2); bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",7*(.@r/3); bonus2 bSkillAtk,"RK_DRAGONBREATH",7*(.@r/3); },{},{}
Dropped By No Result

Dragoon Shield (Shadow) [Shadow Shield]   Item ID# 24057 (S_Dragoon_Shield)
Dragoon Shadow 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.
Reduces damage taken from Dragon monster by 1%.
Refined to +7: reduces damage taken from Dragon monster by 1%.
Refined to +9: reduces damage taken from Dragon monster by 1%.
[+Dragoon Shadow Shoes]
Increase experience gained when killing Dragon monsters by 3%.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Dragon,1; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bSubRace,RC_Dragon,1; } if (.@r>=9) { bonus2 bSubRace,RC_Dragon,1; } },{},{}
Dropped By No Result

Dragoon Shoes (Shadow) [Shadow Footgear]   Item ID# 24071 (S_Dragoon_Shoes)
Dragoon Shadow 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.
Increase damage on Dragon monsters by 2%.
Refined to +7: increase damage on Dragon monsters by 1%.
Refined to +9: increase damage on Dragon monsters by 2%.
[+Dragoon Shadow Shield]
Increase experience gained when killing Dragon monsters by 3%.

More Information on Combo:
Item Script
expand to view script
{ bonus2 bAddRace,RC_Dragon,2; bonus2 bMagicAddRace,RC_Dragon,2; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bAddRace,RC_Dragon,1; bonus2 bMagicAddRace,RC_Dragon,1; } if (.@r>=9) { bonus2 bAddRace,RC_Dragon,2; bonus2 bMagicAddRace,RC_Dragon,2; } },{},{}
Dropped By No Result

Drainliar Card [Weapon]   Item ID# 4069 (Drainliar_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Saharic
Description
Increase damage on Water Property enemies by 20%.
Item Script
{ bonus2 bAddEle,Ele_Water,20; },{},{}
Dropped By
Obtainable FromOld Card Album

Drake Card [Weapon]   Item ID# 4137 (Drake_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Infinity
Description
Nullify reduction in damage inflicted on enemies resulting from enemy's size.
Item Script
{ bonus bNoSizeFix; },{},{}
Dropped By

Drake Coat [1]   [Body]   Item ID# 15209 (Drake_Coat)
Drakes Coat
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
120
Defense
60
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The coat that Drake wears. I can feel the appearance of my life.

ATK +3%, MDEF +10, MaxHP +500, MaxSP +50.

Refine Level +7:
ATK +3%, MaxHP +1000, MaxSP +100.

Refine Level +9:
ATK +4%, MaxHP +1500, MaxSP +150.
Nullifies weapon damage size penalty against all monsters.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,500; bonus bMaxSP,50; bonus bMdef,10; bonus2 bAddClass,Class_All,3; if (.@r>=7) { bonus bMaxHP,1000; bonus bMaxSP,100; bonus2 bAddClass,Class_All,3; } if (.@r>=9) { bonus bMaxHP,1500; bonus bMaxSP,150; bonus2 bAddClass,Class_All,4; bonus bNoSizeFix; } },{},{}
Dropped By No Result

Drama Clockwork [1]   [Upper Head]   Item ID# 5946 (Drama_Clockwork)
Wind-Up Key for Theater
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
30
Defense
5
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An old wind-key used in theater for many years.
MDEF +5
Restore SP by 5 when defeating Formless monster.
Restore HP by 100 when defeating monster.

Refine Level +5:
Reduces damage taken from Formless monsters by 5%.
Refine Level +7:
Reduces damage taken from Formless monsters by 5%.
Item Script
{ .@r = getrefine(); bonus bMdef,5; bonus2 bSPGainRace,RC_Formless,5; bonus bHPGainValue,100; if (.@r>=7) bonus2 bSubRace,RC_Formless,10; else if (.@r>=5) bonus2 bSubRace,RC_Formless,5; },{},{}
Dropped By No Result

Dream Scroll    Item ID# 6483 (Dream_Scroll)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
0
Description
Not available for trade.
A scroll with secret power. This allows access into the memory of Morroc.
Bring this item to the Old Timer in the Paradise Group Bar and he can show you the pathway.
Item Script
{},{},{}
Dropped By No Result

Dress Hat [1]   [Upper Head]   Item ID# 5211 (Dress_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
3
Required Lvl
20
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
An adorable hat which is always worn on the side of head.
If the wearer carries an umbrella with this hat on, the wearer will look as if one is going for a picnic.

STR +1, INT +1
MDEF +7
ATK +2%, MATK +2%
Increases your Healing skills effectiveness by 5%.

[If refined to +7 or higher]
Additional ATK +1%, MATK +1%.
Increases your healing skills effectiveness by an additional 1%.
Item Script
{ bonus bMdef,7; bonus bStr,1; bonus bInt,1; bonus2 bAddClass,Class_All,2; bonus bMatkRate,2; bonus bHealPower,5; if (getrefine()>=7) { bonus2 bAddClass,Class_All,1; bonus bMatkRate,1; bonus bHealPower,1; } },{},{}
Dropped By No Result
Obtainable FromMasquerade Ball Box 2

Dried Flower    Item ID# 6683 (Thirsty_Flower)
Thirsty Flower
Type
Miscellaneous
Class
n/a
Buy
10z
Sell
5z
Weight
1
Description
A flower that dried.
There is crisp sound when you touch it.
Item Script
{},{},{}
Dropped By

Dried Fruit Box    Item ID# 7887 (Dried_Fruit_Box)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
3
Description
A present given by Mr.Taeum. A tool used to dry and increase the sugar capacity of fruits.
Item Script
{},{},{}
Dropped By No Result

« First < 5152535455565758596061 > Last »
back to top