Renewal
.:Renewal Item Database:.
Weapon - Dagger

Poenitentia Jana [2]   [One Hand]   Item ID# 510057 (Poenitentia_Jana)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
110
Attack
180
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Kagerou / Oboro
Description
A dagger containing the pain of bereavement.

MATK +200
MATK +7%

Increases damage of Thundering Cannon and Golden Dragon Cannon by 7%.

For each 2 Refine Levels:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by 2%.

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

Refine Level +9:
Increases damage of Flaming Petals, Freezing Spear and Wind Blade by additional 20%.

Refine Level +11:
Increases magical damage against enemies of every race, except Players, by 10%.

[Bonus by Grade]
[Grade D]: Damage of Thundering Cannon and Golden Dragon Cannon +5%.
[Grade C]: Damage of Thundering Cannon and Golden Dragon Cannon +3%, S.MATK +1.
[Grade B]: Damage of Thundering Cannon and Golden Dragon Cannon +5%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,7; bonus bMatk,200; bonus2 bSkillAtk,"SS_RAIDENPOU",7; bonus2 bSkillAtk,"SS_KINRYUUHOU",7; bonus2 bSkillAtk,"NJ_KOUENKA",2*(.@r/2); bonus2 bSkillAtk,"NJ_HYOUSENSOU",2*(.@r/2); bonus2 bSkillAtk,"NJ_HUUJIN",2*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"NJ_KOUENKA",20; bonus2 bSkillAtk,"NJ_HYOUSENSOU",20; bonus2 bSkillAtk,"NJ_HUUJIN",20; if (.@r>=11) { bonus2 bMagicAddRace,RC_All,10; bonus2 bMagicAddRace,RC_Player_Human,-10; bonus2 bMagicAddRace,RC_Player_Doram,-10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_RAIDENPOU",5; bonus2 bSkillAtk,"SS_KINRYUUHOU",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"SS_RAIDENPOU",3; bonus2 bSkillAtk,"SS_KINRYUUHOU",3; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"SS_RAIDENPOU",5; bonus2 bSkillAtk,"SS_KINRYUUHOU",5; } } } },{},{}
Dropped By No Result

Poenitentia Mucro [2]   [One Hand]   Item ID# 510027 (Poenitentia_Mucro)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
90
Attack
190
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Shadow Cross
Description
A dagger containing the pain of bereavement.

ATK +10%

Increases damage of Shadow Stab by 10%.

For each 2 Refine Levels:
Increases damage of Cross Impact by 3%.

Refine Level +7:
Increases critical damage by 15%.

Refine Level +9:
Increases damage of Cross Impact by additional 30%.

Refine Level +11:
Increases Physical Damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of Shadow Stab +5%.
[Grade C]: Damage of Shadow Stab +8%, P.ATK +1.
[Grade B]: Damage of Shadow Stab +12%, POW +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"SHC_SHADOW_STAB",10; bonus2 bSkillAtk,"GC_CROSSIMPACT",3*(.@r/2); if (.@r>=7) { bonus bCritAtkRate,15; if (.@r>=9) { bonus2 bSkillAtk,"GC_CROSSIMPACT",30; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SHC_SHADOW_STAB",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SHC_SHADOW_STAB",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SHC_SHADOW_STAB",12; } } } },{},{}
Dropped By No Result

Poenitentia Sol [2]   [One Hand]   Item ID# 510056 (Poenitentia_Sol)
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
120
Attack
210
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Kagerou / Oboro
Description
A dagger containing the pain of bereavement.

ATK +7%

Increases damage of Kunai - Rotation and Kunai - Refraction by 7%.

For each 2 Refine Levels:
Increases damage of Cross Slash by 2%.

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

Refine Level +9:
Increases damage of Cross Slash by additional 20%.

Refine Level +11:
Increases physical damage against enemies of every size by 10%.
Decreases Cross Slash skill cooldown by 1 second.

[Bonus by Grade]
[Grade D]: Damage of Kunai - Rotation and Kunai - Refraction +5%.
[Grade C]: Damage of Kunai - Rotation and Kunai - Refraction +3%, P.ATK +1.
[Grade B]: Damage of Kunai - Rotation and Kunai - Refraction +5%, POW +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,7; bonus2 bSkillAtk,"SS_KUNAIKAITEN",7; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",7; bonus2 bSkillAtk,"KO_JYUMONJIKIRI",2*(.@r/2); if (.@r>=7) { bonus bLongAtkRate,7; if (.@r>=9) { bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20; if (.@r>=11) { bonus2 bAddSize,Size_All,10; bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-1000; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"SS_KUNAIKAITEN",5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"SS_KUNAIKAITEN",3; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"SS_KUNAIKAITEN",5; bonus2 bSkillAtk,"SS_KUNAIKUSSETSU",5; } } } },{},{}
Dropped By No Result

Poison Knife [0]   [One Hand]   Item ID# 1239 (Poison_Knife)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
80
Attack
64
Required Lvl
65
Weapon Lvl
3
Slot
0
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dreadful dagger whose blade has been soaked in toxin.
Enable a high chance of inflicting the Poison status with each physical attack.
Item Script
{ bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000; },{},{}
Dropped By
EnchantmentSocket Enchantable

Poison Knife [2]   [One Hand]   Item ID# 13016 (Poison_Knife_)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
80
Attack
64
Required Lvl
65
Weapon Lvl
3
Slot
2
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A dreadful dagger whose blade has been soaked in toxin.
Enable a high chance of inflicting the Poison status with each attack.
Item Script
{ bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,3000; },{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

Pompano [0]   [One Hand]   Item ID# 13068 (Saurel)
Saurel
Type
Weapon
Class
Dagger
Buy
n/a
Sell
n/a
Weight
0
Attack
160 / MATK 100
Required Lvl
50
Weapon Lvl
1
Slot
0
Range
3
Refineable
No
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
Rental Item
A Seahorse looking fish that can be used in different cuisines it is frozen solid.
MATK +100.
When melee attacking, has a chance to get buffed with ATK +30 for 7 seconds.
When magical attacking, has a chance to get buffed with MATK +20 for 7 seconds.
When base level is 100 or higher, ATK +10, MATK +10.
Item Script
expand to view script
{ bonus bAgi,3; bonus bUnbreakableWeapon; autobonus "{ bonus bBaseAtk,30; }",15,7000,BF_NORMAL,"{ specialeffect2 EF_ENHANCE; }"; autobonus "{ bonus bMatk,20; }",15,7000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }"; if (BaseLevel>99) { bonus bBaseAtk,10; bonus bMatk,10; } },{},{}
Dropped By No Result

Princess Knife [0]   [One Hand]   Item ID# 1240 (Princess_Knife)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
40
Attack
84
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
A beautiful dagger that is rumored to have been used by an ancient princess to protect herself.
All Stats + 1
Item Script
{ bonus bAllStats,1; },{},{}
Dropped By No Result

Prinsense Knife [0]   [One Hand]   Item ID# 13029 (Prinsence_Knife)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
0
Attack
120
Weapon Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
The adventurers who are brave the item which is provided from the hazard adventurer guild.
Increases damage by 50%.
Impossible to refine this item.
Item Script
{ bonus2 bAddClass,Class_All,50; },{},{}
Dropped By No Result

Procyon Dagger [1]   [One Hand]   Item ID# 28784 (Procyon_Dagger_J)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
50
Attack
ATK 0 / MATK 10
Weapon Lvl
4
Slot
1
Applicable Jobs
Novice
Swordman
Mage
Archer
Merchant
Thief
Knight
Wizard
Blacksmith
Hunter
Assassin
Supernovice
Crusader
Sage
Rogue
Alchemist
Bard / Dancer
Soul Linker
Ninja
Kagerou / Oboro
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus bMatk,50+BaseLevel; bonus bVariableCastrate,-10; if (eaclass()&EAJL_THIRD && BaseJob == Job_Taekwon) { bonus bAspdRate,10; bonus bMatkRate,25; bonus2 bSubClass,Class_Boss,10; bonus2 bMagicAtkEle,Ele_Dark,25; if (.@r>=7) { .@val = 50; if (.@r>=9) .@val += 50; bonus2 bIgnoreDefRaceRate,RC_All,.@val; } } },{},{}
Dropped By No Result

< 12
back to top