Renewal
.:Renewal Item Database:.
Weapon - Knuckle

TE Woe Fist [0]   [One Hand]   Item ID# 1834 (TE_Woe_Fist)
WoE TE Fist
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
40
Weapon Lvl
3
Slot
0
Applicable Jobs
Priest
Monk
Description
You cannot Trade this item.
Rental Items
** Extra option available in WoE TE area
Increases physical damage against enemy Players by 40%.
When dealing physical attacks, has a high chance of Freezing the target.
Item Script
{ bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bAddEff,Eff_Freeze,1000; },{},{}
Dropped By No Result

Thanos Knuckle [1]   [One Hand]   Item ID# 1836 (Thanos_Knuckle)
Thanatos Knuckle
Type
Weapon
Class
Knuckle
Buy
10z
Sell
5z
Weight
60
Attack
160 / MATK 100
Required Lvl
120
Weapon Lvl
4
Slot
1
Applicable Jobs
Shura
Description
This magic knuckle, made to counteract the Devil Sword Thanatos, is sculpted out of Gray Shard.
It offers incredible power and mana at a great cost.

MATK +100, INT +6, VIT +6, LUK -6.
When dealing physical attack, has a low chance of regaining 5% of your damage as HP and SP.

Drains 100 HP every 10 seconds.
Consumes 1,000 HP when unequipped.
Item Script
{ bonus bInt,6; bonus bVit,6; bonus bLuk,-6; bonus2 bHPDrainRate,50,5; bonus2 bSPDrainRate,10,5; bonus2 bHPLossRate,100,10000; },{},{ heal -1000,0; }
Dropped By No Result
Obtainable FromGhost Palace

Thanos Knuckle-AD [2]   [One Hand]   Item ID# 560017 (Thanos_Knuckle_AD)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
120
Attack
200
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Shura
Description
Thanos' knuckles remodeled with the addition of Tim Artnard's technology.

Physical attacks have a random chance to recover 2500 HP and 50 SP every second for 4 seconds.

For each 2 Refine Levels:
ATK +10

For each 3 Refine Levels:
Increases damage of Tiger Cannon by 5%.

Refine Level +7:
MaxHP +5%
Decreases Tiger Cannon skill cooldown by 1 second.

Refine Level +9:
Increases damage of Fallen Empire by 25%.
Increases damage of Tiger Cannon by 15%.

Refine Level +11:
Increases physical damage against enemies of every size by 15%.
Increases melee physical damage by 15%.

[Bonus by Grade]
[Grade D]: ATK +2%, Damage of Third Flame Bomb +10%.
[Grade C]: ATK +3%, P.ATK +1.
[Grade B]: Damage of Third Flame Bomb +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); autobonus "{ bonus2 bHPRegenRate,2500,1000; }",1,4000,BF_WEAPON; bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"SR_TIGERCANNON",5*(.@r/3); if (.@r>=7) { bonus bMaxHPrate,5; bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000; if (.@r>=9) { bonus2 bSkillAtk,"SR_FALLENEMPIRE",25+15; bonus2 bSkillAtk,"SR_TIGERCANNON",15; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bShortAtkRate,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,2; bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_B) { bonus2 bSkillAtk,"IQ_THIRD_FLAME_BOMB",10; } } } },{},{}
Dropped By No Result

Trial Sura's Knuckle [1]   [One Hand]   Item ID# 1845 (Probation_Knuckle)
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
0
Attack
140
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Shura
Description
A knuckle for sura whose mastered at using a knuckle.
When equipped with Enhanced Time Keeper Armor, will makes wearer's body more agile.

Increases damage of Tiger Cannon by 20%.
For each 10 Base Level: ATK +6 (up to Base Level 160).

Refine Level +7:
For each Level of Triple Attack, ATK +3.

When equipped with Enhanced Time Keeper Hat, Enhanced Time Keeper Robe, nhanced Time Keeper Manteau, Enhanced Time Keeper Boots:
ASPD +2, MaxHP and MaxSP +10%.

For every 10 Base VIT:
Decreases damage taken from Neutral elemental attacks by 3%. (up to Base VIT 100)

For every 10 Base AGI:
Decreases after attack delay by 2% (ASPD +2%). (up to Base AGI 100)

For every 10 Base DEX:
HIT +3. (up to Base DEX 100)

For every 10 Base LUK:
Critical +3. (up to Base LUK 100)
Item Script
{ bonus2 bSkillAtk,"SR_TIGERCANNON",20; bonus bBaseAtk,6*(min(BaseLevel,160)/10); if (getrefine()>=7) { bonus bBaseAtk,3*getskilllv("MO_TRIPLEATTACK"); } },{},{}
Dropped By No Result

Valorous Battle Fist [0]   [One Hand]   Item ID# 1823 (BF_Knuckle1)
Valorous Fist
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
0
Attack
30
Required Lvl
80
Weapon Lvl
3
Slot
0
Applicable Jobs
Priest
Monk
Description
Battle Gloves used by combatants in the field of battle. Its wearer is never exhausted because it brings unlimited power once worn.
STR +2, AGI +1
Increases physical damage against Demihuman monsters by 95%.
Ignores physical defense of Demihuman monsters by 20%.
Each physical attack adds a chance of auto-casting Dangerous Soul Collect (Zen) skill.
Indestructible
Item Script
expand to view script
{ bonus bStr,2; bonus bAgi,1; bonus2 bAddRace,RC_DemiHuman,95; bonus2 bAddRace,RC_Player_Human,95; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus4 bAutoSpell,"CH_SOULCOLLECT",1,20,0; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Vellum Claw [0]   [One Hand]   Item ID# 1832 (Velum_Claw)
Bellum Claw
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
65
Attack
160
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Priest
Monk
Description
*Stats during WoE & PVP
Increases physical damage against enemy players by 100%
[When refined to +8 or higher]
Increases physical damage against enemy players by an additional 20%.
[When refined to +10 or higher]
Has a chance to autocast Dangerous Soul Collect (Zen) when casting Explosion Spirits (Fury).
Removes cast time of Asura Strike (Guillotine Fist).
Consumes 500 HP every 3 seconds.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,100; bonus2 bAddRace,RC_Player_Doram,100; .@r = getrefine(); if (.@r>7) { bonus2 bAddRace,RC_Player_Human,20; bonus2 bAddRace,RC_Player_Doram,20; } if (.@r>9) { bonus2 bVariableCastrate,"MO_EXTREMITYFIST",-100; bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-100; bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,1000; bonus2 bHPLossRate,500,3000; } },{},{}
Dropped By

Vivatus Fides Claw [2]   [One Hand]   Item ID# 560021 (Vivatus_F_Claw)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
90
Attack
210
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Inquisitor
Description
A pair of claws reborn with the power of true faith through a ritual of purification.

Increases damage of Rampage Blaster by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Rampage Blaster by additional 20%.

Refine Level +9:
Decreases Rampage Blaster skill cooldown by 1 second.

Refine Level +11:
Increases damage of Rampage Blaster by additional 25%.

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

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Rampage Blaster +15%.
[Grade B]: ATK +7%.
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20; if (.@r>=9) { bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; if (.@r>=11) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",25; if (.@r>=12) { bonus bLongAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Vivatus Fides Knuckle [2]   [One Hand]   Item ID# 560020 (Vivatus_F_Knuckle)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
100
Attack
210
Required Lvl
210
Weapon Lvl
5
Slot
2
Applicable Jobs
Inquisitor
Description
A pair of knuckles reborn with the power of true faith through a ritual of purification.

Increases damage of Tiger Cannon by 10%.

For each 3 Refine Levels:
ATK +12

Refine Level +7:
Increases damage of Tiger Cannon by additional 20%.

Refine Level +9:
Decreases Tiger Cannon skill cooldown by 0.5 seconds.

Refine Level +11:
Increases damage of Tiger Cannon by additional 25%.

Refine Level +12:
Increases melee physical damage by 15%.

[Bonus by Grade]
[Grade D]: Refine Level +11: Physical Damage against enemies of every element +15%.
[Grade C]: Damage of Tiger Cannon +15%.
[Grade B]: ATK +7%.
[Grade A]: POW +1, P.ATK +1 per 3 Refine Levels.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus2 bSkillAtk,"SR_TIGERCANNON",10; bonus bBaseAtk,12*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"SR_TIGERCANNON",20; if (.@r>=9) { bonus2 bSkillCooldown,"SR_TIGERCANNON",-500; if (.@r>=11) { bonus2 bSkillAtk,"SR_TIGERCANNON",25; if (.@r>=12) { bonus bShortAtkRate,15; } } } } if (.@g >= ENCHANTGRADE_D) { if (.@r>=11) { bonus2 bAddEle,Ele_All,15; } } if (.@g >= ENCHANTGRADE_C) { bonus2 bSkillAtk,"SR_TIGERCANNON",15; if (.@g >= ENCHANTGRADE_B) { bonus bAtkRate,7; if (.@g >= ENCHANTGRADE_A) { bonus bPAtk,(.@r/3); bonus bPow,(.@r/3); } } } },{},{}
Dropped By No Result

Waghnak [3]   [One Hand]   Item ID# 1801 (Waghnakh)
Type
Weapon
Class
Knuckle
Buy
8000z
Sell
4000z
Weight
40
Attack
30
Weapon Lvl
1
Slot
3
Applicable Jobs
Priest
Monk
Description
A common, yet effective claw that's also known as the "Tiger Fang".
Item Script
{},{},{}
Dropped By
Buyable AtClick here for a list of venders
EnchantmentSocket Enchantable
Obtainable FromMonk Job Quest
Old Blue Box

Waghnak [4]   [One Hand]   Item ID# 1802 (Waghnakh_)
Type
Weapon
Class
Knuckle
Buy
8000z
Sell
4000z
Weight
40
Attack
30
Weapon Lvl
1
Slot
4
Applicable Jobs
Priest
Monk
Description
A common, yet effective claw that's also known as the "Tiger Fang".
Item Script
{},{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting
Obtainable FromOld Blue Box, Old Violet Box

[Not For Sale] Iron Nail [2]   [One Hand]   Item ID# 1873 (Comp_Iron_Nail_K)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Shura
Description
Not Available

[iRO Description]
Not Available
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(.@r/2)*10; bonus bLongAtkRate,(.@r/3)*4; if (.@r >= 9) bonus2 bSkillAtk,"SR_RAMPAGEBLASTER",10; if (.@r >= 11) bonus2 bSkillCooldown,"SR_RAMPAGEBLASTER",-1000; },{},{}
Dropped By No Result

« First < 345678
back to top