Renewal
.:Renewal Item Database:.
Armor

Donut In Mouth [0]   [Lower Head]   Item ID# 5594 (Donut_In_Mouth)
Type
Armor
Class
Lower Headgear
Buy
20z
Sell
10z
Weight
5
Defense
1
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Chewing on this deliciously glazed ring-shaped fried cake will make you happy.
MaxHP +100.
Recover 1 HP every 10 seconds.
Item Script
{ bonus2 bHPRegenRate,1,10000; bonus bMaxHP,100; },{},{}
Dropped By No Result

Doram Shield [0]   [Shield]   Item ID# 28948 (Doram_Shield)
Type
Armor
Class
Shield
Buy
20z
Sell
10z
Weight
10
Defense
120
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A shield dedicated for Doram race.

MDEF +5.
Reduces damage taken from Small, Medium and Large size monsters by 15%.

Refine Level +8:
Reduces damage taken from Small, Medium and Large size monsters by 10%.

Can only be sold to NPC's and placed in storage.
Item Script
{ bonus bMdef,5; bonus2 bSubSize,Size_All,(getrefine() >= 8 ? 25 : 15); },{},{}
Dropped By No Result

Dorothy Doll Hat [1]   [Upper Head]   Item ID# 5608 (Dorothy_Doll_Hat)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Required Lvl
60
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
A doll resemble Dorothy, you can feel her strong will.
MaxSP +500
Reduce damage from demi-human by 5%.
Cannot be refined.
Slot: Upper
Item Script
{ bonus bMaxSP,80; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; },{},{}
Dropped By No Result

Double Head Dragon Ring [1]   [Accessory]   Item ID# 490219 (Twin_Dragonic_Ring)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
1
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bDelayrate,-5; bonus bLongAtkRate,5; bonus bMaxHPrate,3*getskilllv("RK_DRAGONHOWLING"); },{},{}
Dropped By No Result

Dragon Arhat Mask [0]   [Middle & Lower Head]   Item ID# 5565 (Dragon_Arhat_Mask)
Type
Armor
Class
Middle & Lower Headgear
Buy
n/a
Sell
n/a
Weight
0
Defense
5
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A mask wore by a dragon follower.
Increase damage on DemiHuman monster by 10%.
Item Script
{ bonus2 bAddRace,RC_DemiHuman,10; bonus2 bAddRace,RC_Player_Human,10; },{},{}
Dropped By No Result

Dragon Breath [1]   [Garment]   Item ID# 2527 (Dragon_Breath)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
60
Defense
16
Required Lvl
48
Armor Lvl
1
Slot
1
Applicable Jobs
Every Rebirth Job except High Novice & Supernovice
Description
Item Script
{ bonus2 bSubRace,RC_Dragon,15; },{},{}
Dropped By

Dragon Claw Helm [1]   [Upper Head]   Item ID# 18893 (Dragon_Claw_Helm)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
100
Defense
5
Required Lvl
10
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
I feel the power of a flame dragon flowing inside me!
Reduces damage taken from Dragon and Demihuman monsters by 8%.
Increases healing effect of Meat by 200%.

If refined to +12 or higher, MaxHP +7%, MaxSP +3%.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,8; bonus2 bSubRace,RC_Player_Human,8; bonus2 bSubRace,RC_Dragon,8; bonus2 bAddItemGroupHealRate,IG_Meat,200; if (getrefine()>11) { bonus bMaxHPrate,7; bonus bMaxSPrate,3; } },{},{}
Dropped By No Result

Dragon Clothes [1]   [Body]   Item ID# 15135 (Dragon_Cloth)
Dragon Cloth
Type
Armor
Class
Armor
Buy
n/a
Sell
n/a
Weight
120
Defense
30
Required Lvl
70
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Apparel with power to defeat Dragon creature. It seems to have been used for some ceremony.

MDEF +5.
Reduces damage taken from Dragon monsters by 5%.

For each refine level:
MDEF +1.
Reduces damage taken from Dragon monsters by 1%.
Item Script
{ .@r = getrefine(); bonus bMdef,5+.@r; bonus2 bSubRace,RC_Dragon,5+.@r; },{},{}
Dropped By No Result

Dragon Emperor's Wing [0]   [Middle Head]   Item ID# 19104 (YDragon_SkyWing)
Yellow Dragon Skywing
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
10
Defense
7
Required Lvl
50
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A decorative item created from wings of ancient imperial dragon.

When equipped by Swordman classes:
Decreases damage taken from Medium size monsters by 3% and Large size monsters by 5%.

When equipped by Magician classes:
Decreases damage taken from all elemental attacks by 5%.

When equipped by Archer classes:
Decreases ranged physical damage by 10%.
When equipped with Yellow Scarf:
Increases ranged physical damage by 10%.

When equipped by Acolyte classes:
Increases Healing skills effectiveness by 10%.

When equipped by Thief classes:
FLEE +10, Perfect Dodge +3.

When equipped by Merchant classes:
Decreases damage taken from Normal monsters by 3% and Boss class by 5%.

When equipped by Novice, Taekwon, Ninja and Gunslinger classes:
MaxHP +1000, MaxSP +100.
Item Script
expand to view script
{ if (BaseClass == Job_Swordman) { bonus2 bSubSize,Size_Medium,3; bonus2 bSubSize,Size_Large,5; } else if (BaseClass == Job_Mage) bonus2 bSubEle,Ele_All,5; else if (BaseClass == Job_Archer) bonus bLongAtkDef,10; else if (BaseClass == Job_Acolyte) bonus bHealPower,10; else if (BaseClass == Job_Thief) { bonus bFlee,10; bonus bFlee2,3; } else if (BaseClass == Job_Merchant) { bonus2 bSubClass,Class_Normal,3; bonus2 bSubClass,Class_Boss,5; } else if (BaseClass == Job_Novice || BaseClass == Job_Taekwon || Class == Job_Ninja || Class == Job_Gunslinger) { bonus bMaxHP,1000; bonus bMaxSP,100; } },{},{}
Dropped By No Result

Dragon Knight Eye Patch [0]   [Middle Head]   Item ID# 5924 (DragonKnight_Eyepatch)
Type
Armor
Class
Middle Headgear
Buy
n/a
Sell
n/a
Weight
20
Defense
1
Required Lvl
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A mysterious eyepatch that worn by Dragon Knight.

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

Dragon Mail [1]   [Body]   Item ID# 15130 (Dragon_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 warriors to protect themselves from gigantic dragons.
Increases physical and magical damage inflicted on Dragon monsters by 3%.

Every refine level above +5:
Increases physical and magical damage inflicted on Dragon monsters by 1%.
Item Script
{ .@r = getrefine(); bonus2 bAddRace,RC_Dragon,3; bonus2 bMagicAddRace,RC_Dragon,3; if (.@r>5) { bonus2 bAddRace,RC_Dragon,.@r-5; bonus2 bMagicAddRace,RC_Dragon,.@r-5; } },{},{}
Dropped By No Result

Dragon Manteau [1]   [Garment]   Item ID# 2553 (Dragon_Manteau)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
100
Defense
14
Armor Lvl
1
Slot
1
Applicable Jobs
Every Rebirth Job except High Novice & Supernovice
Description
A manteau crafted from the mane of a dragon.
AGI + 1, MDEF + 5

More Information on Combo:
Item Script
{ bonus bAgi,1; bonus bMdef,5; },{},{}
Dropped By No Result

« First < 269270271272273274275276277278279 > Last »
back to top