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

Knuckle Dusters [3]   [One Hand]   Item ID# 1804 (Knuckle_Duster_)
Type
Weapon
Class
Knuckle
Buy
25000z
Sell
12500z
Weight
45
Attack
50
Required Lvl
12
Weapon Lvl
2
Slot
3
Applicable Jobs
Priest
Monk
Description
A protective covering that shields the back of the hand and forearm, and has raised studs for offensive purposes.
Item Script
{},{},{}
Dropped By No Result
Obtainable FromMonk Job Quest
Old Blue Box, Old Violet Box

Knuckle Shadow Armor [Shadow Body]   Item ID# 24482 (S_Knucklearrow_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shura
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage of Knuckle Arrow by 5%.
Every 2 refine levels, increases damage of Knuckle Arrow by additional 2%.
Item Script
{ bonus2 bSkillAtk,"SR_KNUCKLEARROW",5+2*(getrefine()/2); },{},{}
Dropped By No Result

Knuckle Shadow Shield [Shadow Shield]   Item ID# 24483 (S_Knucklearrow_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shura
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases ranged physical damage by 3%.

Refine Level +7:
Increases ranged physical damage by additional 3%.

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

When equipped with Knuckle Arrow Shadow Armor and Knuckle Arrow Shadow Shoes:
For each 2 Refine Levels of entire set:
Decreases after skill cast delay by 1%.

When equipped with Sura Shadow Weapon:
Ignores physical defense of all race, except Players, by 40%.

For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus bLongAtkRate,10; } else if (.@r>=7) { bonus bLongAtkRate,6; } else { bonus bLongAtkRate,3; } },{},{}
Dropped By No Result

Knuckle Shadow Shoes [Shadow Footgear]   Item ID# 24484 (S_Knucklearrow_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shura
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Increases physical damage against enemies of every size by 3%.

For each 3 Refine Levels:
Increases physical damage against enemies of every size by 2%.
Item Script
{ bonus2 bAddSize,Size_All,3+2*(getrefine()/3); },{},{}
Dropped By No Result

Kobold Archer Card [Weapon]   Item ID# 4292 (Kobold_Archer_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Deadly Plant's
Description
Inflict 10% more damage with Critical attacks.
Critical Rate + 7 on Plant monster.
Item Script
{ bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Plant,7; },{},{}
Dropped By
Obtainable FromOld Card Album

Kobold Card [Accessory]   Item ID# 4091 (Kobold_Card)
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
of Counter
Description
Critical Rate + 4%
STR + 1
Item Script
{ bonus bStr,1; bonus bCritical,4; },{},{}
Dropped By
Obtainable FromOld Card Album

Kobold Leader Card [Weapon]   Item ID# 4291 (Kobold_Leader_Card)
Type
Card
Class
Weapon Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Deadly Kobold's
Description
Increases physical damage inflicted on Kobold monsters by 30%.
Item Script
{ bonus2 bAddRace2,RC2_Kobold,30; },{},{}
Dropped By
Obtainable FromMystical Card Album

Koneko Hat [0]   [Upper Head]   Item ID# 5372 (Drooping_White_Kitty)
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
50
Defense
3
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
A magical kitty hat which shows various expressions in its face.
INT +1, MATK +3%, Max SP +3%, MDEF + 3.
Reduces after-cast skill delay by 3%.
Item Script
{ bonus bInt,1; bonus bDelayrate,-3; bonus bMatkRate,3; bonus bMaxSPrate,3; bonus bMdef,3; },{},{}
Dropped By No Result

Koneko Hat Box    Item ID# 13918 (Drooping_Kitty__Box)
Type
Cash Shop Item
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
A box containing 1 'Koneko Hat' in it.
A magical kitty hat which shows various expressions in its face.
INT + 1. MATK + 3%. Reduces after-cast skill delay by 3%. Maximum HP + 3%. MDEF + 3

Once this item is purchased, termination of contract is impossible. Also, this item is not refundable.
Item Script
{ getitem 5372,1; },{},{}
Dropped By No Result

Korean Judge Hat [1]   [Upper Head]   Item ID# 18572 (Korean_Judge_Hat)
Judges Hat
Type
Armor
Class
Upper Headgear
Buy
20z
Sell
10z
Weight
30
Defense
2
Armor Lvl
1
Slot
1
Applicable Jobs
Every Job
Description
Hat of famous judge.

ASPD +6%.
Reduce variable cast time by 6%.

Refine Level +7:
MDEF +2, reduce 2% damage from Demihuman monsters.

[Swordman, Merchant, Thief, Monk, Taekwon]
Every 2 refine levels: ATK +1%.

[Mage, Acolyte, Soul Linker, Ninja]
Every 2 refine levels: MATK +1%.

[Archer, Gunslinger]
Every 1 refine levels: Long range physical attack +1%.
Item Script
expand to view script
{ bonus bMdef,2; bonus bVariableCastrate,-6; bonus bAspdRate,6; .@r = getrefine(); if (.@r>6) { bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; } if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief || Class == Job_Taekwon || Class == Job_Star_Gladiator || Class == Job_Star_Gladiator2 || Class == Job_Monk || Class == Job_Champion || Class == Job_Sura || Class == Job_Sura_T) bonus2 bAddClass,Class_All,(.@r/2); if (BaseClass == Job_Mage || BaseClass == Job_Acolyte || Class == Job_Ninja || Class == Job_Soul_Linker) bonus bMatkRate,(.@r/2); if (BaseClass == Job_Archer || Class == Job_Gunslinger) bonus bBaseAtk,.@r; },{},{}
Dropped By No Result

Korean Rice Cake    Item ID# 663 (Korea_Rice_Cake)
Type
Healing Item
Class
n/a
Buy
1z
Sell
0z
Weight
1
Description
Traditional Korean rice cake.
Restores 10% of Maximum HP.
Item Script
{ percentheal 10,0; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Korean Style Apple Hair Box (Middle)    Item ID# 100083 (BackSignon_Box_TW)
Type
Usable Item
Class
n/a
Buy
n/a
Sell
n/a
Weight
1
Applicable Jobs
Every Job
Description
Not Available

[iRO Description]
Not Available
Item Script
{ getitem callfunc("F_Rand",31754,31755,31756,31757,31758,31759,31760,31761),1; },{},{}
Dropped By No Result

« First < 1213141516171819202122 >
back to top