Renewal
.:Item Database:.
Weapon - Katar

Blood Tears [2]   [Two Handed]   Item ID# 1271 (Blood_Tears)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
170
Attack
120
Required Lvl
55
Weapon Lvl
4
Slot
2
Property
Neutral
Applicable Jobs
Assassin Cross
Description
A katar that enables long range attack with fearsome power.
Every time you attack, small chance to cause Bleeding status ailment to all enemies within 5 x 5 cells around you.
[Refine Rate +9 or higher]
The range increases to 11 x 11.
Item Script
{ if(getrefine()>=9){ bonus3 bAutoSpell,"NPC_WIDEBLEEDING",2,30; } else bonus3 bAutoSpell,"NPC_WIDEBLEEDING",1,30; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Bloody Roar [0]   [Two Handed]   Item ID# 1265 (Bloody_Roar)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
100
Attack
120
Required Lvl
75
Weapon Lvl
4
Slot
0
Applicable Jobs
Assassin
Description
This katar, known for being effective against humans, is rumored to give a bestial roar when drenched in blood, hence its name.
Pierces Defense of DemiHuman monster.
Flee Rate - 160, Perfect Dodge - 160
Reduces natural HP and SP recovery by 100%.
Item Script
{ bonus bIgnoreDefRace,RC_DemiHuman; bonus bIgnoreDefRace,RC_Player_Human; bonus bFlee,-(readparam(bAgi)+BaseLevel); bonus bHPrecovRate,-100; bonus bSPrecovRate,-100; },{},{}
Dropped By

Brave Carnage Katar [0]   [Two Handed]   Item ID# 1279 (BF_Katar1)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
0
Attack
130
Required Lvl
80
Weapon Lvl
3
Slot
0
Applicable Jobs
Assassin
Description
A particularly modified Katar created for battles against Demi-Humans. It makes for a battlefield full of blood and terrible crimes if equipped by a Master Assassin.
Str + 1, Dex + 1, Luk + 1
Increases Physical Attack Strength towards Demi-Human monsters by 70%.
Ignores Physical Defense from Demi-Human monsters by 20%.
Indestructible.
Item Script
{ bonus bStr,1; bonus bDex,1; bonus bLuk,1; bonus2 bAddRace,RC_DemiHuman,70; bonus2 bAddRace,RC_Player_Human,70; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Chakram [2]   [Two Handed]   Item ID# 1285 (Cakram)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
100
Attack
130
Required Lvl
50
Weapon Lvl
3
Slot
2
Applicable Jobs
Assassin Cross
Description
An unusually designed katar. Symbolizes the eternal cycle of Karma.
HIT + 10 when Katar Mastery is fully learned.
Increases damage when using skill Meteor Assault by 20%.
Item Script
{ if(getskilllv("AS_KATAR")==10) { bonus bHit,10; } bonus2 bSkillAtk,"ASC_METEORASSAULT",20; },{},{}
Dropped By

Drill Katar [1]   [Two Handed]   Item ID# 1270 (Drill_Katar)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
140
Attack
110
Required Lvl
55
Weapon Lvl
4
Slot
1
Property
Neutral
Applicable Jobs
Assassin Cross
Description
Katar with a rotating drill instead of blade. It seems as it would break any armor in its way.
Small chance to force de-equip everything the target has.
HIT + 30
Item Script
{ bonus bHit,30; bonus3 bAutoSpell,"ST_FULLSTRIP",1,150; },{},{}
Dropped By

Glorious Bloody Roar [0]   [Two Handed]   Item ID# 1281 (Krieger_Katar1)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
0
Attack
140
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Assassin
Description
Increases physical attack against DemiHuman monster by 70%.
Adds 20% defense bypassing on Demi-human monster.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
When dealing physical damage there's a chance that the weapon will awaken and grant max attack speed for 3 seconds.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bAddRace,RC_Player_Human,70; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if(getrefine()>8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Jamadhar [0]   [Two Handed]   Item ID# 1282 (Krieger_Katar2)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
0
Attack
140
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Assassin
Description
Increases physical attack against DemiHuman monster by 70%.
Increases critical attack against DemiHuman monster by 20%.
Indestructible (except in upgrade attempts).
[Refine Rate +6 or higher]
Adds a 5% chance critical damage to DemiHuman monster.
[Slaughter] Lv 1
[Refine Rate +9 or higher]
When dealing physical damage there's a chance that the weapon will awaken and grant max attack speed for 3 seconds.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bAddRace,RC_Player_Human,70; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; if(getrefine()>5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bAddRace,RC_Player_Human,(getrefine()-4)*(getrefine()-4); bonus2 bCriticalAddRace,RC_DemiHuman,5; bonus2 bCriticalAddRace,RC_Player_Human,5; } if(getrefine()>8) autobonus "{ bonus bAspdRate,100; }",70,3000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result
Obtainable FromBattleground

Infiltrator [0]   [Two Handed]   Item ID# 1261 (Infiltrator)
Type
Weapon
Class
Katar
Buy
57000z
Sell
28500z
Weight
150
Attack
140
Required Lvl
75
Weapon Lvl
4
Slot
0
Property
Neutral
Applicable Jobs
Assassin
Description
A lethal katar that has been perfectly designed to carry out quick assassinations.
Increases damage inflicted on DemiHuman monster by 50%.
DEF + 3
Flee Rate + 5
Perfect Dodge + 2
Item Script
{ bonus2 bAddRace,RC_DemiHuman,50; bonus2 bAddRace,RC_Player_Human,50; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2; },{},{}
Dropped By
EnchantmentSocket Enchantable

Infiltrator [0]   [Two Handed]   Item ID# 1267 (Infiltrator_C)
Type
Weapon
Class
Katar
Buy
1z
Sell
0z
Weight
0
Attack
189
Required Lvl
None
Weapon Lvl
4
Slot
0
Property
Neutral
Refineable
No
Applicable Jobs
Assassin
Description
Rental Items
A lethal katar that has been perfectly designed to carry out quick assassinations.
Increases damage inflicted on DemiHuman monster by 70%.
DEF + 3
Flee Rate + 5
Perfect Dodge + 2
ASPD +5%
Impossible to refine this item.
Item Script
{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bAddRace,RC_Player_Human,70; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2; bonus bAspdRate,5; },{},{}
Dropped By No Result

Infiltrator [1]   [Two Handed]   Item ID# 1266 (Infiltrator_)
Type
Weapon
Class
Katar
Buy
57000z
Sell
28500z
Weight
150
Attack
140
Required Lvl
75
Weapon Lvl
4
Slot
1
Property
Neutral
Applicable Jobs
Assassin
Description
A lethal katar that has been perfectly designed to carry out quick assassinations.
Increases damage inflicted on DemiHuman monster by 50%.
DEF + 3
Flee Rate + 5
Perfect Dodge + 2
Item Script
{ bonus2 bAddRace,RC_DemiHuman,50; bonus2 bAddRace,RC_Player_Human,50; bonus bDef,3; bonus bFlee,5; bonus bFlee2,2; },{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

Inverse Scale [0]   [Two Handed]   Item ID# 1269 (Inverse_Scale)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
150
Attack
140
Required Lvl
55
Weapon Lvl
4
Slot
0
Property
Holy
Applicable Jobs
Assassin Cross
Description
Katar made of dragon's scale that is very effective in battle.
Every attack you do has a chance of causing all enemies within 5 x 5 cell around you to receive a random abnormal status.
Item Script
{ bonus bAtkEle,Ele_Holy; bonus3 bAutoSpell,"NPC_DRAGONFEAR",1,30; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Jamadhar [0]   [Two Handed]   Item ID# 1254 (Jamadhar)
Type
Weapon
Class
Katar
Buy
37200z
Sell
18600z
Weight
150
Attack
165
Required Lvl
33
Weapon Lvl
3
Slot
0
Applicable Jobs
Assassin
Description
A specially made katar with two blades that move like scissors to reveal a third blade from within.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

1234 >
back to top