Renewal
.:Renewal Item Database:.
Armor - Garment

Golden Scarf [0]   [Garment]   Item ID# 20821 (Golden_Scarf)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
50
Defense
12
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A scarf wore by ninja whose hired by gold mine owner.
Flee +20.
Refine Level +7:
Increases long range physical attack by 5%.

Refine Level +9:
Increases long range physical attack by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bFlee,20; if (.@r>=9) { bonus bLongAtkRate,10; } else if (.@r>=7) { bonus bLongAtkRate,5; } },{},{}
Dropped By No Result

Grace Attack Manteau [1]   [Garment]   Item ID# 480018 (Grace_Attack_Manteau)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
0
Defense
30
Required Lvl
150
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A noble cloak engraved with the emblem of Rune Midgarts.

ASPD +7% (After attack delay -7%).

Refine Level +7:
Decreases after skill cast delay of all skills by 5%.

Refine Level +9:
Increases physical damage against all size enemies by 10%.
Item Script
{ .@r = getrefine(); bonus bAspdRate,7; if (.@r>=7) bonus bDelayrate,-5; if (.@r>=9) bonus2 bAddSize,Size_All,10; },{},{}
Dropped By No Result

Grace Magic Manteau [1]   [Garment]   Item ID# 480019 (Grace_Magic_Manteau)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
0
Defense
30
Required Lvl
150
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A noble cloak engraved with the emblem of Rune Midgarts.

Decreases variable cast time by 10%.

Refine Level +7:
Decreases after skill cast delay of all skills by 5%.

Refine Level +9:
Increases all elemental magic damage by 10%.
Item Script
{ .@r = getrefine(); bonus bVariableCastrate,-10; if (.@r>=7) bonus bDelayrate,-5; if (.@r>=9) bonus2 bMagicAtkEle,Ele_All,10; },{},{}
Dropped By No Result

Gray Wolf Manteau [1]   [Garment]   Item ID# 480091 (Gray_W_Manteau)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
90
Defense
70
Required Lvl
190
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A manteau given to those who have been recognized by the Gray Wolf Clan.

MaxHP +2500

For each 2 Refine Levels:
MaxHP +150

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

When equipped with Gray Wolf Boots:
Increases critical damage by 15%.

When equipped with Gray Wolf Shoes:
Decreases variable cast time by 15%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,2500+150*(.@r/2); if (.@r>=7) { bonus bAspdRate,7; } },{},{}
Dropped By No Result

Gray Wolf Muffler [1]   [Garment]   Item ID# 480090 (Gray_W_Muffler)
Gray Wolf Scarf
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
90
Defense
70
Required Lvl
190
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A scarf given to those who have been recognized by the Gray Wolf Clan.

MaxHP +1500

For each 2 Refine Levels:
MaxHP +100

Refine Level +7:
Decreases variable cast time by 7%.

When equipped with Gray Wolf Boots:
Increases ranged physical damage by 7%.

When equipped with Gray Wolf Shoes:
Increases magical damage with every element by 15%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,1500+100*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-7; } },{},{}
Dropped By No Result

Greed Amistr Bag [1]   [Garment]   Item ID# 20804 (AmistrBag_Greed)
Type
Armor
Class
Garment
Buy
300000z
Sell
150000z
Weight
20
Defense
30
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A bag made based on Amistr Homunculus.
All Stats +1.
Enables use of Level 1 Greed.
Every 2 refine level, Exp gained +1%, Drop rate +1%.

Refine Level +9:
Restore SP by 3 when killing enemy with physical and magical attacks.
Refine Level +12:
Skill casting cannot be interrupted (Except during WoE).
Item Script
expand to view script
{ bonus bAllStats,1; .@r = getrefine(); skill "BS_GREED",1; bonus2 bExpAddRace,RC_All,.@r/2; bonus2 bDropAddRace,RC_All,.@r/2; if (.@r>8) { bonus bSPGainValue,3; bonus bLongSPGainValue,3; bonus bMagicSPGainValue,3; } if (.@r>11) { bonus bNoCastCancel; } },{},{}
Dropped By No Result

Guardian of Soul [0]   [Garment]   Item ID# 480045 (Guardian_Soul)
Guardian Soul
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
30
Defense
25
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A cload said to have been possessed by a sage who served a great king.
Absolute defense techniques have been woven within it.

MDEF +10.
Enables the use of Level 3 Heaven's Drive.

Decreases damage taken from DemiHuman players by 5%.

For each 18 combined sum of base STR and LUK:
ATK +15.
Decreases after skill cast delay of all skills by 1%.
Decreases damage taken from Shadow and Undead elemental attacks by 7%.

For each 18 combined sum of base AGI and VIT:
MaxHP +2%, ASPD +2% (After attack delay -2%).
Decreases damage taken from Fire and Water elemental attacks by 7%.

For each 18 combined sum of base INT and DEX:
MATK +15.
Decreases variable cast time of skills by 1%.
Decreases damage taken Earth from and Wind elemental attacks by 7%.

Increases damage taken from Holy elemental attacks by 7%.
Item Script
expand to view script
{ .@a = (readparam(bStr)+readparam(bLuk))/18; .@b = (readparam(bAgi)+readparam(bVit))/18; .@c = (readparam(bInt)+readparam(bDex))/18; bonus bMdef,10; skill "WZ_HEAVENDRIVE",3; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus2 bSubEle,Ele_Holy,7; bonus2 bSubEle,Ele_Ghost,7; bonus bBaseAtk,.@a*15; bonus bDelayrate,-.@a; bonus2 bSubEle,Ele_Dark,.@a*7; bonus2 bSubEle,Ele_Undead,.@a*7; bonus bAspdRate,.@b*2; bonus bMaxHPrate,.@b*2; bonus2 bSubEle,Ele_Water,.@b*7; bonus2 bSubEle,Ele_Fire,.@b*7; bonus bMatk,.@c*15; bonus bVariableCastrate,-.@c; bonus2 bSubEle,Ele_Earth,.@c*7; bonus2 bSubEle,Ele_Wind,.@c*7; },{},{}
Dropped By No Result

Guardian Soul [0]   [Garment]   Item ID# 480120 (Guardian_Soul_TH)
Type
Armor
Class
Garment
Buy
n/a
Sell
n/a
Weight
100
Defense
25
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableGarment; skill "WZ_HEAVENDRIVE",1; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; if (.@r>=7) { .@a = (readparam(bLuk)+readparam(bStr))/18; .@b = (readparam(bAgi)+readparam(bVit))/18; .@c = (readparam(bInt)+readparam(bDex))/18; .@bonus = (.@r>=12 ? 5 : 3); bonus bDelayrate,-.@a; bonus2 bSubEle,Ele_Holy,.@bonus*.@a; bonus2 bSubEle,Ele_Dark,.@bonus*.@a; bonus bAspdRate,.@b; bonus bMaxHPrate,(.@r>=12?2:1)*.@b; bonus2 bSubEle,Ele_Fire,.@bonus*.@b; bonus2 bSubEle,Ele_Water,.@bonus*.@b; bonus bVariableCastrate,-.@c; bonus2 bSubEle,Ele_Wind,.@bonus*.@c; bonus2 bSubEle,Ele_Earth,.@bonus*.@c; } },{},{}
Dropped By No Result

< 12
back to top