Renewal
.:Renewal Item Database:.
Weapon - Katar

Blood Tears [3]   [Two Handed]   Item ID# 1295 (Blood_Tears_)
Bloody Tears
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
170
Attack
120
Required Lvl
55
Weapon Lvl
4
Slot
3
Applicable Jobs
Assassin Cross
Description
A katar with blade shaped like shredder. Leaves deep wound on its target.
When performing physical attack, has a chance to cause Bleeding in an 5x5 cells area.
When refined to +9, the area of effect increases to 11x11 cells.
Item Script
{ bonus3 bAutoSpell,"NPC_WIDEBLEEDING",(getrefine()>=9?2:1),30; },{},{}
Dropped By

Bloody Fear [0]   [Two Handed]   Item ID# 1288 (Bloody_Fear_C)
Type
Weapon
Class
Katar
Buy
1z
Sell
0z
Weight
0
Attack
145
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Assassin
Description
Item cannot be traded with other characters.
Rental Item
Sensitive Dark DemiHuman having ability as of Katar.
Pierces physical defense of DemiHuman.
Has a low chance to inflict Bleeding status on enemy when dealing physical attack.
[+Gold PC Cafe]
Restore SP when killing enemy
ATK +10,MATK +10
Item Script
{ bonus bIgnoreDefRace,RC_DemiHuman; bonus bIgnoreDefRace,RC_Player_Human; bonus2 bAddEff,Eff_Bleeding,100; },{},{}
Dropped By No Result

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 physical defense of DemiHuman monster.
Reduces FLEE by (AGI + Base Level).
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 bNoRegen,1; bonus bNoRegen,2; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Blue Katar [1]   [Two Handed]   Item ID# 28005 (Ru_Blue_Katar)
Ru Blue Katar
Type
Weapon
Class
Katar
Buy
10z
Sell
5z
Weight
120
Attack
190
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Guillotine Cross
Description
Blue Katar which has destructive power.
AGI +5, STR +5.

Premium :
Atk +20%
ASPD +3
Item Script
{ bonus bAgi,5; bonus bStr,5; },{},{}
Dropped By No Result

Bolt Crusher [2]   [Two Handed]   Item ID# 28045 (Ein_BHKATAR)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
200
Attack
300
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Guillotine Cross
Description
This tool, which used to cut all kinds of metals in the Einbech mine
thanks to it's excellent cutting power, has been improved for combat.

ATK +10%.
Increases damage of Rolling Cutter by 10%.

Refine Level +7:
ATK +60, ASPD +10% (After attack delay -10%).

Refine Level +9:
Increases damage of Rolling Cutter by additional 15%.
Physical attacks have a chance to increase physical damage against all size enemies by 20% for 10 seconds.

Refine Level +11:
Decreases after skill cast delay of all skills by 20%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",10; if (.@r>=7) { bonus bAspdRate,10; bonus bBaseAtk,60; } if (.@r>=9) { bonus2 bSkillAtk,"GC_ROLLINGCUTTER",15; autobonus "{ bonus2 bAddSize,Size_All,20; }",1,10000,BF_WEAPON; } if (.@r>=11) { bonus bDelayrate,-20; } },{},{}
Dropped By No Result

Booster Katar [2]   [Two Handed]   Item ID# 610000 (Boost_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Guillotine Cross
Description
A special Katar prepared for your rapid growth.

ATK +2%.
Increases critical damage by 3%
For each refine level: ATK +3.
For each 15 Base Level: ATK +3. (Up to Base Level 180)

Refine Level +7:
For each Level of Katar Mastery: critical damage +1%.

Refine Level +9:
ATK +10%.

When equipped with Attack Booster Plate, Attack Booster Manteau, Attack Booster Greaves and Attack Booster Ring:
ASPD +2. Increases critical damage by additional 10%.

For each 15 Base Level:
Increases physical damage against all elemental enemies by 1%. (Up to Base Level 180)

When using Enchant Deadly Poison:
Increases physical damage against all elemental enemies by additional 10% for 60 seconds.

When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
ATK +10%. Decreases after skill cast delay by 15%.

For each 15 Base Level:
Increases damage of Rolling Cutter by 1%. (Up to Base Level 180)

When using Enchant Deadly Poison:
Increases damage of Rolling Cutter by additional 20% for 60 seconds.
Item Script
{ bonus2 bAddClass,Class_All,2; bonus bCritAtkRate,3; .@r = getrefine(); bonus bBaseAtk,.@r*3; bonus bBaseAtk,min(BaseLevel,180)/15*3; if (.@r>=7) { bonus bCritAtkRate,getskilllv("AS_KATAR"); } if (.@r>=9) { bonus2 bAddClass,Class_All,10; } },{},{}
Dropped By No Result

Brave Carnage Katar [0]   [Two Handed]   Item ID# 1279 (BF_Katar1)
Brave Blood Tears
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 Demihuman. 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 damage against Demihuman monsters by 70%.
Ignores physical defense from Demihuman 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%.

More Information on Combo:
Item Script
{ if (getskilllv("AS_KATAR") == 10) { bonus bHit,10; } bonus2 bSkillAtk,"ASC_METEORASSAULT",20; },{},{}
Dropped By

Counter Assault Booster Katar [0]   [Two Handed]   Item ID# 610028 (CA_B_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
0
Attack
240
Required Lvl
100
Weapon Lvl
4
Slot
0
Applicable Jobs
Guillotine Cross
Description
A katar designed to help adventurers grow.

Cannot be refined normally.

ATK +2%

For each Refine Level:
ATK +3

For each 15 Base Level:
ATK +3 (Applies up to Base Level 195)

Refine Level +7:
For each 2 Levels of Katar Mastery:
Decreases after skill cast delay by 1%.

Refine Level +9:
Increases melee physical damage by 10%.
Increases damage of Meteor Assault and Counter Slash by 25%.

Refine Level +11:
Decreases after skill cast delay by additional 10%.
Increases physical damage against enemies of every size by 15%.

Refine Level +13:
Increases damage of Meteor Assault and Counter Slash by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bAtkRate,2; bonus bBaseAtk,3*.@r; bonus bBaseAtk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus bDelayrate,-(getskilllv("AS_KATAR")/2); if (.@r>=9) { bonus bShortAtkRate,10; bonus2 bSkillAtk,"ASC_METEORASSAULT",25; bonus2 bSkillAtk,"GC_COUNTERSLASH",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus bDelayrate,-10; if (.@r>=13) { bonus2 bSkillAtk,"ASC_METEORASSAULT",15; bonus2 bSkillAtk,"GC_COUNTERSLASH",15; } } } } },{},{}
Dropped By No Result

Crimson Katar [2]   [Two Handed]   Item ID# 28007 (Scarlet_Katar)
Type
Weapon
Class
Katar
Buy
20z
Sell
10z
Weight
130
Attack
130
Required Lvl
70
Weapon Lvl
3
Slot
2
Applicable Jobs
Assassin
Description
Katar with red light radiance blade.
ATK increases by (Refine Level * Refine Level), up to +15.
Base Level 70 or higher: ATK +5 for every 10 Base Levels.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(((BaseLevel-70)/10)*5)+(.@r<=15?pow(.@r,2):225); },{},{}
Dropped By

Dim Glacier Katar [1]   [Two Handed]   Item ID# 610041 (D_Glacier_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
120
Attack
240 / MATK 220
Required Lvl
230
Weapon Lvl
5
Slot
1
Applicable Jobs
Guillotine Cross
Description
A katar that lost its light due to poisonous magic.
It seems to have to be handled in a different way from the existing Glacier weapons.

MATK +220
Item Script
{},{},{}
Dropped By No Result

Diva Katar [1]   [Two Handed]   Item ID# 28018 (Diva_Katar)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
280
Attack
150 / MATK 250
Required Lvl
150
Weapon Lvl
4
Slot
1
Applicable Jobs
Guillotine Cross
Description
A weapon of unknown origin with the magical power of the labyrinth.
It is unknown what kind of material is refined, and even similar weapons have different performance.

MATK +250.

Refine Level +7: ATK +30, HIT +5.
Refine Level +9: ATK +30, HIT +5.

When equipped with Labyrinth Baphomet Card:
ATK +10%.
Normal attacks inflicts splash damage.
Item Script
{ .@r = getrefine(); if (.@r>=7) { bonus bBaseAtk,30; bonus bHit,5; } if (.@r>=9) { bonus bBaseAtk,30; bonus bHit,5; } },{},{}
Dropped By No Result

< 12345678910 > Last »
back to top