Renewal
.:Renewal Item Database:.
Armor

Safety Ring [0]   [Accessory]   Item ID# 2615 (Safety_Ring)
Type
Armor
Class
Accessory
Buy
75000z
Sell
37500z
Weight
10
Required Lvl
40
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A strange ring that curiously raises its wearer's defense.
DEF +5
MDEF +5
Item Script
{ bonus bMdef,5; },{},{}
Dropped By
Obtainable FromOld Violet Box, Jewelry Box

Safety Ring [0]   [Accessory]   Item ID# 2695 (Safety_Ring_C)
Rental Safety Ring
Type
Armor
Class
Accessory
Buy
1z
Sell
0z
Weight
0
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
Rental Item
A strange ring that curiously raises its wearer's defenses.
DEF +8
MDEF +8

When VIP status is active:
All Stats +1
Item Script
{ bonus bMdef,8; bonus bDef,8; /*Gold PC Room bonus bAllStats,1;*/ },{},{}
Dropped By No Result

Safety Ring [0]   [Accessory]   Item ID# 2837 (F_Safety_Ring_C)
Rental Safety Ring
Type
Armor
Class
Accessory
Buy
1z
Sell
0z
Weight
0
Defense
5
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
Rental Item
A strange ring that curiously raises its wearer's defenses.
DEF +5
MDEF +5
Item Script
{ bonus bMdef,5; },{},{}
Dropped By No Result

Safety Ring [0]   [Accessory]   Item ID# 2849 (E_Safety_Ring_C)
Type
Armor
Class
Accessory
Buy
1z
Sell
0z
Weight
0
Defense
5
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus bMdef,5; },{},{}
Dropped By No Result

Sagittarius Celestial Coronet [1]   [Upper Head]   Item ID# 400061 (Sagittarius_DiademK)
Sagittarius Diadem Type K
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
130
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
The crown representing Sagittarius, the ninth position of the zodiac. The birthstone, Zircon, is embedded.
It has been modified to suit the OS weapons.

For each 2 Refine Levels:
ATK +20

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

Refine Level +9:
Increases ranged physical damage by 15%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium sized enemies by 15%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Burning Knuckle-OS:
Decreases Rampage Blaster skill cooldown by 1 second.

For each 2 Refine Levels of Burning Knuckle-OS:
Increases ranged physical damage by additional 3%.

When equipped with Saphir Mace-OS:
Decreases variable cast time by additional 10%.

For each 2 Refine Levels of Saphir Mace-OS:
Increases damage of Acid Demonstration by 3%.

When equipped with HR-S55-OS:
Increases ranged physical damage by additional 5%.

For each 2 Refine Levels of HR-S55-OS:
Increases damage of Hammer of God by 3%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; } if (.@r>=9) { bonus bLongAtkRate,15; } if (.@r>=11) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,15; bonus2 bAddSize,Size_Medium,15; } },{},{}
Dropped By No Result

Sagittarius Celestial Coronet-LT [1]   [Upper Head]   Item ID# 400261 (Sagittarius_DiademK_LT)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
170
Armor Lvl
2
Slot
1
Applicable Jobs
Every Job
Description
The crown representing Sagittarius, the ninth position of the zodiac. The birthstone, Zircon, is embedded.
It has been modified to suit the upgraded OS weapons.

For each 2 Refine Levels:
ATK +20

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

Refine Level +9:
Increases ranged physical damage by 20%.

Refine Level +11:
Increases physical damage against enemies of Small and Medium sized enemies by 20%.
Decreases fixed cast time by 0.2 seconds.

When equipped with Burning Knuckle-OSAD:
Decreases Rampage Blaster skill cooldown by 1 second.

For each 2 Refine Levels of Burning Knuckle-OSAD:
Increases ranged physical damage by additional 4%.

When equipped with Saphir Mace-OSAD:
Decreases variable cast time by additional 10%.

For each 2 Refine Levels of Saphir Mace-OSAD:
Increases damage of Acid Demonstration by 5%.

When equipped with HR-S55-OSAD:
Increases ranged physical damage by additional 10%.

For each 2 Refine Levels of HR-S55-OSAD:
Increases damage of Hammer of God by 5%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-15; if (.@r>=9) { bonus bLongAtkRate,20; if (.@r>=10) { bonus bFixedCast,-200; bonus2 bAddSize,Size_Small,20; bonus2 bAddSize,Size_Medium,20; } } } },{},{}
Dropped By No Result

Sagittarius Crown [1]   [Upper Head]   Item ID# 5739 (Sagittarius_Crown)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A magnificent crown created to pay tribute to the 9th sign of the zodiac, Sagittarius the Archer. Attached to the crown is a Zircon gemstone, the birthstone for those born under this sign.
DEX + 2
Increases resistance to Fire Property by 7%.
If refined to 7, ASPD + 2%
If refined to 8, AGI + 2.
If refined to 9, increases long range physical attack by 5%.
If refined to 10, when physically attacking, has a low chance of increasing DEX and AGI by 10 for 10 seconds.
Item Script
expand to view script
{ bonus bDex,2; bonus2 bSubEle,Ele_Fire,7; .@r = getrefine(); if (.@r>6) { bonus bAspdRate,2; } if (.@r>7) { bonus bAgi,2; } if (.@r>8) { bonus bLongAtkRate,5; } if (.@r>9) { autobonus "{ bonus bAgi,10; bonus bDex,10; }",3,10000,BF_NORMAL,"{ specialeffect2 EF_ENHANCE; }"; } },{},{}
Dropped By No Result

Sagittarius Diadem [1]   [Upper Head]   Item ID# 5740 (Sagittarius_Diadem)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
3
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A magnificent diadem created to pay tribute to the 9th sign of the zodiac, Sagittarius the Archer. Attached to the crown is a Zircon gemstone, the birthstone for those born under this sign.
DEX + 2, MDEF + 3.
Increases resistance to Fire Property by 7%.
If refined to 7, reduces variable cast time by 3%.
If refined to 8, has a low chance of autocasting Level 1 Sightrasher when dealing magical attack.
If refined to 9, additional reduction to variable cast time by 2%.
If refined to 10, MATK + 4%.
Item Script
expand to view script
{ bonus bDex,2; bonus bMdef,3; bonus2 bSubEle,Ele_Fire,7; .@r = getrefine(); if (.@r>6) { bonus bVariableCastrate,-3; } if (.@r>7) { bonus5 bAutoSpell,"WZ_SIGHTRASHER",1,5,BF_MAGIC,0; } if (.@r>8) { bonus bVariableCastrate,-2; } if (.@r>9) { bonus bMatkRate,4; } },{},{}
Dropped By No Result

Sagittarius Mail [1]   [Body]   Item ID# 450140 (Sagittarius_Mail_J)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
100
Defense
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableArmor; bonus bMdef,5; bonus bBaseAtk,50; bonus bMaxHP,1000; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bBaseAtk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; if (.@r>=8) bonus bPerfectHitAddRate,20; } },{},{}
Dropped By No Result

Sagittarius Manteau [0]   [Garment]   Item ID# 480050 (Sagittarius_Manteau_J)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
30
Defense
25
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 bMdef,5; bonus bBaseAtk,20; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-5; bonus2 bSubEle,Ele_Neutral,20; if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bBaseAtk,30; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bLongAtkRate,30; if (.@r>=8) bonus bPerfectHitAddRate,20; } },{},{}
Dropped By No Result

Sagittarius Ring [0]   [Accessory]   Item ID# 490041 (Sagittarius_Ring_J)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ bonus bAspdRate,5; bonus bMaxSP,100; bonus bAtkRate,5; bonus bSPGainValue,10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; bonus bAtkRate,5; bonus2 bSkillAtk,"RA_ARROWSTORM",30; bonus bSPDrainValue,3; } },{},{}
Dropped By No Result

Sagittarius Shoes [0]   [Footgear]   Item ID# 470045 (Sagittarius_Shoes_J)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
25
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 bMdef,5; bonus bBaseAtk,50; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bBaseAtk,80; bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bDelayrate,-10; bonus2 bSubEle,Ele_Fire,15; bonus2 bSubEle,Ele_Water,15; bonus2 bSubEle,Ele_Wind,15; bonus2 bSubEle,Ele_Earth,15; if (.@r>=8) bonus bLongAtkRate,30; } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top