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

Name Change Card Box    Item ID# 17440 (LI_Change_Name_Box)
Type
Cash Shop Item
Class
n/a
Buy
10z
Sell
5z
Weight
1
Description
This item is account bound.
A box contains Character name Change card inside.
Once you open, it cannot be refunded.
Item Script
{ getitem 12790,1; },{},{}
Dropped By No Result

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

Napeo Card [Garment]   Item ID# 300260 (Napeo_Card)
Type
Card
Class
Garment Card
Buy
n/a
Sell
n/a
Weight
1
Pre/Suffix
of High Intelligence
Description
For each 10 base INT: MATK +5

Base INT at least 125: MATK +60
Item Script
{ bonus bMatk,5*(readparam(bInt)/10); if (readparam(bInt)>=125) { bonus bMatk,60; } },{},{}
Dropped By

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

Narcissus Bow [2]   [Two Handed]   Item ID# 18170 (Narcis_Bow)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Ranger
Shadow Chaser
Minstrel / Wanderer
Description
A bow that contains the history of ancient war hero.
It resonates with Ancient Hero's Boots.

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases ranged physical attack by 4%.

Refine Level +9:
Increases damage of Severe Rainstorm by 10%.

Refine Level +11:
Reduces cooldown time of Severe Rainstorm by 2 sec.

When equipped with Ancient Hero's Boots:
Random chance to increase DEX by 20 and Bow class weapon damage by 20% for 7 sec when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus bLongAtkRate,.@r/3*4; if (.@r>=9) bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10; if (.@r>=11) bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; },{},{}
Dropped By No Result

Narcissus Bow Remodeling Cube    Item ID# 100329 (Narcis_Bow_Cube)
Narcis Bow Modification Cube
Type
Delayed-Consumable
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A cube that converts the Narcissus Bow into an Patent Narcissus Bow.
Uses an +9 Narcissus Bow as a material.
An +7 Patent Narcissus Bow can be obtained.

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

Narcissus Bow-LT [2]   [Two Handed]   Item ID# 700049 (Narcis_Bow_LT)
Type
Weapon
Class
Bow
Buy
n/a
Sell
n/a
Weight
100
Attack
210
Required Lvl
190
Weapon Lvl
5
Slot
2
Range
5
Applicable Jobs
Ranger
Shadow Chaser
Minstrel / Wanderer
Description
An improved version of the bow that contains the biography of a hero who was active in an ancient battle.
Resonates with Hero's Boots-LT.

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases ranged physical damage by 4%.

Refine Level +7:
Increases damage of Severe Rainstorm by 20%.
Decreases Severe Rainstorm skill cooldown by 2 seconds.

Refine Level +9:
Increases damage of Severe Rainstorm by additional 30%.
Decreases variable cast time by 10%.

Refine Level +11:
Decreases damage taken from enemies of every size by 20%.
Increases physical damage against enemies of every element by 15%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000; bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",25; if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",30; if (.@r>=11) { bonus2 bSubSize,Size_All,20; bonus2 bAddEle,Ele_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

Nasarin's Soul Stone    Item ID# 25615 (NasariansSoulstone)
Type
Miscellaneous
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Description
A white stone sculpture containing the spirit of the Nasarian.
It looks like an ordinary screw, but if you look closely...
Item Script
{},{},{}
Dropped By No Result

Nasi Goreng    Item ID# 11532 (Nasi_Goreng)
Type
Healing Item
Class
n/a
Buy
15z
Sell
7z
Weight
2
Description
It's the seasoned fried rice mixed with seafoods, meat, and vegitables.
Recovers small amount of HP.
Item Script
{ itemheal rand(17,23),0; },{},{}
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

Nauthiz Rune    Item ID# 12725 (Runstone_Nosiege)
Nosiege Runestone
Type
Usable Item
Class
n/a
Buy
100z
Sell
50z
Weight
1
Applicable Jobs
Every Job
Description
Casts 'Refresh', removing all abnormal stat and debuffs.
Prevents any abnormal state or debuff effects for 60 seconds.
Recovers 25% HP and can be used while Stunned, Frozen or Deep Sleep status.

Removeable Debuffs:
Stun, Sleep, Curse, Petrification, Poison, Blind, Silence, Bleeding, Confusion, Frozen, Deep Sleep, Burning, Freezing,Guillotine Cross Poisons, Marsh of Abyss and Mandragora Howling.

(This item has a cooldown of 2 minutes and a maximum carry capacity of 60.)
Item Script
{ if ((eaclass()&EAJ_THIRDMASK) == EAJ_RUNE_KNIGHT) unitskilluseid getcharid(3),"RK_REFRESH",1; },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top