Renewal
.:Renewal Item Database:.
Weapon - Two-handed Sword

Trial Rune Knight's Two-Handed Sword [1]   [Two Handed]   Item ID# 21030 (Probation_TH_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Rune Knight
Description
A two-handed sword for Rune Knights who are more or less used to handling runes.
When equipped with Enhanced Time Keeper Armor, will makes wearer's body more agile.

Critical +10.
Increases critical damage by 10%.
For each 10 Base Level: ATK +6 (Up to Base Level 160).

Refine Level +7:
For each Level of TWo-Handed Quicken:
Increases Attack Speed (Decreases after attack delay by 1%.)

When equipped with Enhanced Time Keeper Hat, Enhanced Time Keeper Robe, nhanced Time Keeper Manteau, Enhanced Time Keeper Boots:
ASPD +2, MaxHP +10%, 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%. (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
{ bonus bCritAtkRate,10; bonus bCritical,10; bonus bBaseAtk,6*(min(BaseLevel,160)/10); if (getrefine()>=7) { bonus bAspdRate,getskilllv("KN_TWOHANDQUICKEN"); } },{},{}
Dropped By No Result

Two-Handed Sword [0]   [Two Handed]   Item ID# 1159 (Two_Hand_Sword__)
Type
Weapon
Class
Two-handed Sword
Buy
60000z
Sell
30000z
Weight
220
Attack
160
Required Lvl
33
Weapon Lvl
3
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
A mighty, yet awfully basic, two-handed sword.
Item Script
{},{},{}
Dropped By No Result

Two-Handed Sword [1]   [Two Handed]   Item ID# 1157 (Two_Hand_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
60000z
Sell
30000z
Weight
220
Attack
160
Required Lvl
33
Weapon Lvl
3
Slot
1
Applicable Jobs
Swordman
Knight
Crusader
Description
A mighty, yet awfully basic, two-handed sword.
Item Script
{},{},{}
Dropped By
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Two-Handed Sword [2]   [Two Handed]   Item ID# 1158 (Two_Hand_Sword_)
Type
Weapon
Class
Two-handed Sword
Buy
60000z
Sell
30000z
Weight
220
Attack
160
Required Lvl
33
Weapon Lvl
3
Slot
2
Applicable Jobs
Swordman
Knight
Crusader
Description
A mighty, yet awfully basic, two-handed sword.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Two-Handed Sword of Vicious Mind [1]   [Two Handed]   Item ID# 21016 (Sinister_Twohand_Sword)
Vicious Mind Two-Handed Sword
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
220
Attack
220
Required Lvl
160
Weapon Lvl
4
Slot
1
Applicable Jobs
Swordman
Knight
Crusader
Description
Two-handed Sword imbued with evil spirit.
Increase ATK by (Refine Level * Refine Level), up to +15.
Increase MATK by (Refine Level * Refine Level)/2, up to +15.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); bonus bMatk,pow(min(getrefine(),15),2)/2; },{},{}
Dropped By

Upg Two-Handed Sword [1]   [Two Handed]   Item ID# 21000 (Upg_Twohand_Sword)
Upgrade Two-Handed Sword
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
150
Attack
100
Weapon Lvl
3
Slot
1
Applicable Jobs
Swordman
Knight
Crusader
Description
TwoHanded Sword that is coated by Oridecon and Gold with perfect level.
Every refine level, ATK +12 and MATK +5.
If Base Level 70 or Higher: ATK +10 for every 10 Base Levels after 70.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,(.@r*12); bonus bMatk,(.@r*5); if (BaseLevel>70) bonus bBaseAtk,(((BaseLevel-70)/10)*10); },{},{}
Dropped By No Result

Valorous Assaulter's Katzbalger [0]   [Two Handed]   Item ID# 1184 (BF_Two_Handed_Sword2)
Valorous Katzbalger
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
0
Attack
200
Required Lvl
80
Weapon Lvl
3
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
A Two-Handed Sword made to rush at the enemy's position, especially designed for battles against Demihuman.
CRIT +20
Increases critical damage by 20%.
Increase physical damage against Demihuman monster by 55%.
Indestructible
Item Script
{ bonus bCritical,20; bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player_Human,55; bonus bCritAtkRate,20; bonus bUnbreakableWeapon; },{},{}
Dropped By No Result
Obtainable FromBattleground

Vellum Claymore [0]   [Two Handed]   Item ID# 21001 (Velum_Claymore)
Bellum Claymore
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
350
Attack
260
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
*Effects in WoE & PVP area

Increases physical damage against enemy Players by 80%.
Bypasses physical defense of enemy Players by 30%.

Refine Level +6:
Increases physical damage against Players by additional 40%.

Refine Level +9:
Has a chance to reflect damage back to the enemy as well as casting Magic Mirror.
Item Script
expand to view script
{ bonus2 bAddRace,RC_Player_Human,80; bonus2 bAddRace,RC_Player_Doram,80; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; } if (.@r>=9) { bonus bShortWeaponDamageReturn,20; bonus bMagicDamageReturn,20; bonus5 bAutoSpellWhenHit,"NPC_MAGICMIRROR",8,300,BF_MAGIC,0; } },{},{}
Dropped By

Vellum Katzbalger [0]   [Two Handed]   Item ID# 21002 (Velum_Katzbalger)
Bellum Katzbalger
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
250
Attack
100
Required Lvl
95
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
*Stats during WoE & PVP
This weapon ignores it's attack power when dealing normal attacks.
Decreases target's HP by 8% per hit. (This effect does not work with skills).
Item Script
{ bonus3 bHPVanishRaceRate,RC_Player_Human,1000,8; bonus3 bHPVanishRaceRate,RC_Player_Doram,1000,8; },{},{}
Dropped By No Result

Vernan [2]   [Two Handed]   Item ID# 21052 (Vernan)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
650
Attack
300
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
A Two-Handed sword with wide blade.

ATK +5%.
Every refine level, increases ranged physical attack by 1%.

Refine Level +9:
Increases damage of Spiral Pierce and Sonic Wave by 30%.

Refine Level +11:
Reduces cooldown time of Sonic Wave by 1.5 sec.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,.@r; bonus bAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",30; bonus2 bSkillAtk,"RK_SONICWAVE",30; } if (.@r>=11) { bonus2 bSkillCooldown,"RK_SONICWAVE",-1500; } },{},{}
Dropped By No Result

Veteran Sword [1]   [Two Handed]   Item ID# 1188 (Veteran_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
10000z
Sell
5000z
Weight
200
Attack
180
Required Lvl
80
Weapon Lvl
4
Slot
1
Property
Neutral
Applicable Jobs
Swordman
Knight
Crusader
Description
A sword that can only be obtained from masterful sword training.
The sword is said to be stronger when wielded by a master swordsman.
If the player has mastered the Bash Skill, Bash Damage +50%.
If the player has mastered the Bowling Bash Skill, Bowling Bash Damage +50%.
STR + 1, DEX + 1
Item Script
{ if (getskilllv("SM_BASH") == 10) { bonus2 bSkillAtk,"SM_BASH",50; } if (getskilllv("KN_BOWLINGBASH") == 10) { bonus2 bSkillAtk,"KN_BOWLINGBASH",50; } bonus bStr,1; bonus bDex,1; },{},{}
Dropped By

Veteran Sword [3]   [Two Handed]   Item ID# 21024 (Veteran_Sword_)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
180
Required Lvl
80
Weapon Lvl
4
Slot
3
Applicable Jobs
Swordman
Knight
Crusader
Description
A sword that only allows for its swordmaster to use it.

STR +1, DEX +1.

When Bash is mastered:
Increases damage of Bash by 50%.

When Bowling Bash is mastered:
Increases damage of Bowling Bash by 50%.

When equipped with Heroic Shoes:
For each Level of Enchant Blade and Aura Blade:
Increases damage of Bash and Bowling Bash by 10%.
Item Script
{ if (getskilllv("SM_BASH") == 10) { bonus2 bSkillAtk,"SM_BASH",50; } if (getskilllv("KN_BOWLINGBASH") == 10) { bonus2 bSkillAtk,"KN_BOWLINGBASH",50; } bonus bStr,1; bonus bDex,1; },{},{}
Dropped By No Result

« First < 567891011 >
back to top