Renewal
.:Renewal Item Database:.
Armor

Nab Hood [0]   [Garment]   Item ID# 2578 (Nab_Hood)
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
10
Defense
13
Required Lvl
100
Armor Lvl
1
Slot
0
Applicable Jobs
Guillotine Cross
Description
An ancient relic that belonged to an unknown Assassin.
Flee and Attack Power increases by 2 per refine level.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bFlee,.@r*2; bonus bBaseAtk,.@r*2; },{},{}
Dropped By No Result

Nab Ring [0]   [Accessory]   Item ID# 2887 (Nab_Ring)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
100
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Guillotine Cross
Description
A famous historical assassin's relic.
ATK + 10, MATK + 20.

More Information on Combo:
Item Script
{ bonus bBaseAtk,10; bonus bMatk,20; },{},{}
Dropped By

Nab Shoes [1]   [Footgear]   Item ID# 2478 (Nab_Shoes)
Type
Armor
Class
Footgear
Buy
20z
Sell
10z
Weight
40
Defense
18
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Guillotine Cross
Description
A famous historical assassin's relic.
FLEE +3, INT + 2.

More Information on Combo:
Item Script
{ bonus bFlee,3; bonus bInt,2; },{},{}
Dropped By No Result

Nab's Cloth [1]   [Body]   Item ID# 15039 (Nab_Cloth)
Type
Armor
Class
Armor
Buy
20z
Sell
10z
Weight
10
Defense
45
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Guillotine Cross
Description
An assassin's famous historical relic.
STR +2, INT +2.

[Nab's Set (Cloth, Ring, Hood, Shoes)]
ATK +10%, MATK +10%.
Has a chance of auto-casting Level 1 Soul Destroyer while physically attacking.
If higher level of this skill is learned then it will be cast.
If base STR is 120 or higher: ATK +30, CRIT -20.

More Information on Combo:
Item Script
{ bonus bStr,2; bonus bInt,2; },{},{}
Dropped By

Nameless Assassin's Muffler [1]   [Garment]   Item ID# 20952 (Anony_As_Muffler)
Mysterious Muffler
Type
Armor
Class
Garment
Buy
20z
Sell
10z
Weight
10
Defense
10
Required Lvl
100
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
A muffler allegedly worn by an assassin who was loyal to his mission.
Designed to move faster than anyone.

MaxHP +3%, MaxSP +3%, MDEF +5.
Decreases damage from Players by 5%.

Refine Level +7:
MaxHP +7%, MaxSP +7%, ASPD +1.
Gain 5 SP when defeating monsters with physical attacks.

Refine Level +8:
Increases Movement Speed.

Refine Level +9:
MaxHP +10%, MaxSP +10%, ASPD +1.
Gain additional 5 SP when defeating monsters with physical attacks.

Refine Level +10:
Enables the use of Level 3 Cloacking.
Item Script
expand to view script
{ .@r= getrefine(); bonus bMdef,5; bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus2 bSubRace,RC_Player_Human,5; if (.@r>=7) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bAspd,1; bonus bHPGainValue,5; bonus bLongHPGainValue,5; } if (.@r>=8) bonus bSpeedRate,40; if (.@r>=9) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspd,1; bonus bHPGainValue,5; bonus bLongHPGainValue,5; } if (.@r>=10) skill "AS_CLOAKING",3; },{},{}
Dropped By No Result

Naqsi [0]   [Accessory]   Item ID# 2904 (Naqsh)
Type
Armor
Class
Accessory
Buy
n/a
Sell
n/a
Weight
0
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
ABCDEFG!!
Item Script
expand to view script
{ skill "BS_MAXIMIZE",5; skill "BS_WEAPONPERFECT",5; skill "WL_RECOGNIZEDSPELL",5; skill "ECL_SNOWFLIP",1; skill "ECL_PEONYMAMY",1; skill "ECL_SADAGUI",1; skill "ECL_SEQUOIADUST",1; bonus2 bSkillCooldown,"WL_RECOGNIZEDSPELL",-180000; bonus bDelayrate,-100; },{},{}
Dropped By No Result

Natural Clothes [1]   [Body]   Item ID# 15140 (Natural_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
Natural clothes for the natural adventurer.

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

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

Nature Dress [0]   [Body]   Item ID# 15352 (Nature_Dress)
Type
Armor
Class
Armor
Buy
10z
Sell
5z
Weight
40
Defense
120
Required Lvl
90
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
You can feel the great power of nature by wearing this.

Prevents knock-back effect.

Refine Level +5:
Increases physical and magical damage inflicted on Brute and Demihuman monsters by 10%.
Increases physical and magical damage inflicted on Doram by 10%.
Increases physical damage inflicted on Wind and Earth monsters by 10%.

Refine Level +7:
Increases physical and magical damage inflicted on Brute and Demihuman monsters by 15%.
Increases physical and magical damage inflicted on Doram by 15%.
Increases physical damage inflicted on Wind and Earth monsters by 15%.

Refine Level +9:
Increases physical and magical damage inflicted on Brute and Demihuman monsters by 15%.
Increases physical and magical damage inflicted on Doram by 15%.
Increases physical damage inflicted on Wind and Earth monsters by 15%.

Indestructible in battle
Item Script
expand to view script
{ .@r = getrefine(); bonus bNoKnockback; bonus bUnbreakableArmor; bonus bDefEle,Ele_Earth; if (.@r>8) .@a = 40; else if (.@r>6) .@a = 25; else if (.@r>=5) .@a = 10; bonus2 bAddEle,Ele_Earth,.@a; bonus2 bAddEle,Ele_Wind,.@a; bonus2 bMagicAddEle,Ele_Earth,.@a; bonus2 bMagicAddEle,Ele_Wind,.@a; bonus2 bAddRace,RC_DemiHuman,.@a; bonus2 bAddRace,RC_Brute,.@a; bonus2 bAddRace,RC_Player_Doram,.@a; bonus2 bMagicAddRace,RC_DemiHuman,.@a; bonus2 bMagicAddRace,RC_Brute,.@a; bonus2 bMagicAddRace,RC_Player_Doram,.@a; bonus2 bAddRace,RC_Player_Human,.@a; bonus2 bMagicAddRace,RC_Player_Human,.@a; },{},{}
Dropped By No Result

Naval Officer Hat [1]   [Upper Head]   Item ID# 18639 (Naval_Officer_Hat)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
20
Defense
2
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job except Novice & Supernovice
Description
A hat only for officers who passed hard training from the NAVY. White, Blue and Yellow color is the symbol of a sailor's providence.
LUK +3
Increases physical damage against Water property monsters by 10%.
Item Script
{ bonus bLuk,3; bonus2 bAddEle,Ele_Water,5; },{},{}
Dropped By No Result

Navel Ring [0]   [Accessory]   Item ID# 2736 (Navel_Ring)
Type
Armor
Class
Accessory
Buy
20z
Sell
10z
Weight
10
Required Lvl
75
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job except Novice & Supernovice
Description
A navel ring, one of popular body piercing jewelry among females.

Dex +3, Luk +3, MDEF +2

Item Script
{ bonus bDex,3; bonus bLuk,3; bonus bMdef,2; },{},{}
Dropped By No Result

Navy Beret [0]   [Upper Head]   Item ID# 5773 (Navy_Beret)
Navy Blue Beret
Type
Armor
Class
Upper Headgear
Buy
3000z
Sell
1500z
Weight
50
Defense
1
Required Lvl
95
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
This is a navy blue beret worn by the elite soldiers of the Navy of Alberta. It is very effective when battling pirates on the high seas.
Reduces damage taken from DemiHuman monsters by 10%.
Item Script
{ bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubRace,RC_Player_Human,10; },{},{}
Dropped By No Result

Navy Drooping Kitty [0]   [Upper Head]   Item ID# 18583 (Navy_Drooping_Kitty)
Type
Armor
Class
Upper Headgear
Buy
250000z
Sell
125000z
Weight
50
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job except Novice & Supernovice
Description
A lazy drooping blue kitty hat.
MDEF + 15
Adds 30% resistance to the Curse status.
Item Script
{ bonus bMdef,15; },{},{}
Dropped By No Result

12345678910 > Last »
back to top