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

Muscle Cutter [2]   [Two Handed]   Item ID# 1176 (Muscle_Cutter)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
220
Attack
160
Required Lvl
55
Weapon Lvl
4
Slot
2
Property
Neutral
Applicable Jobs
High Swordman
Lord Knight
Paladin
Description
A weapon to incise wild beast's muscles with ease.
Add a 3% chance of auto casting Level 1 Decrease Agi on the enemy when attacking.
Add a 8% chance of auto casting Bleeding on the enemy when attacking.
Item Script
{ bonus2 bAddEff,Eff_Bleeding,800; bonus3 bAutoSpell,"AL_DECAGI",1,30; },{},{}
Dropped By

Neev Claymore [1]   [Two Handed]   Item ID# 21031 (Neev_Claymore)
Type
Weapon
Class
Two-handed Sword
Buy
100000z
Sell
50000z
Weight
340
Attack
150 / MATK 130
Required Lvl
170
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Description
A claymore with the strength to hold the power of Neev.

MATK +130.
Base Level is at least 175: ATK +5%, MATK +5%.

When equipped with Neev Barrette:
For each 10 base STR: ATK +1%.
For each 10 base AGI: ASPD +1%.
For each 10 base VIT: MaxHP +1%.
For each 10 base INT: MATK +20.
For each 10 base DEX: Variable cast time -1%.
For each 10 base LUK: Critical +1.

For each refine level of Neev Claymore: ATK +20, MATK +20.
Item Script
{ if (BaseLevel>=175) { bonus bAtkRate,5; bonus bMatkRate,5; } },{},{}
Dropped By No Result

Onimaru [2]   [Two Handed]   Item ID# 21019 (Onimaru)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
420
Attack
75
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
One of five famous swords in eastern country.
It sharpness and handling increase the force of its user.

Every 1 STR increase ATK +1 (applies up to 120 STR).

When base STR is 95 or higher, ATK +40.
When base STR is 108 or higher, ATK +80.
When base STR is 120 or higher, ATK +160.

Refined to +7 or more, has a chance to inflict Curse status on enemies around a 11x11 cells area when dealing physical attacks.

Refined to +9 or more, has a chance of autocasting Level 5 Maximum Power Thrust when using Berserk skill. When Maximum Power Thrust is activated, it will consume 5,000 zeny.
Item Script
expand to view script
{ .@bStr = readparam(bStr); .@r = getrefine(); bonus bBaseAtk,(min(120,.@bStr)); if (.@bStr > 119) bonus bBaseAtk,160; else if (.@bStr > 107) bonus bBaseAtk,80; else if (.@bStr > 94) bonus bBaseAtk,40; if (.@r > 6) bonus bUnbreakableWeapon; bonus4 bAutoSpell,"NPC_WIDECURSE",4,100,0; if (.@r > 8) bonus4 bAutoSpellOnSkill,"LK_BERSERK","BS_OVERTHRUST",5,100; },{},{}
Dropped By No Result

Oriental Sword [2]   [Two Handed]   Item ID# 21038 (Oriental_Sword)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
100
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
An ancient sword said has cut many evil souls in eastern.
It seems to resonate with the boots of ancient heroes.

Every 2 refine levels: ATK +10.
Every 3 refine levels: Increases Sonic Wave damage by 10%.

Refine Level +9:
Randomly autocasts Level 2 Sonic Wave when dealing melee physical attacks.

Refine Level +11:
Indestructible

When equipped with Ancient Hero Boots:
Randomly increases STR by 20 and ATK by 15% for 7 seconds when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RK_SONICWAVE",.@r/3*10; if (.@r >= 9) bonus5 bAutoSpell,"RK_SONICWAVE",max(2,getskilllv("RK_SONICWAVE")),100,BF_SHORT|BF_WEAPON,1; if (.@r >= 11) bonus bUnbreakableWeapon; },{},{}
Dropped By No Result

Oriental Sword-LT [2]   [Two Handed]   Item ID# 600023 (Oriental_Sword_LT)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
240
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Rune Knight
Description
An improved version of an ancient treasured sword that is said to cut even evil spirits from the East.
Resonates with Hero's Boots-LT.

Indestructible in battle

ATK +5%

Base Level at least 210:
POW +2, P.ATK +1.

For each 2 Refine Levels:
ATK +15

For each 3 Refine Levels:
Increases critical damage by 5%.

Refine Level +7:
Increases damage of Sonic Wave and Storm Blast by 20%.
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Melee physical attacks have high chance to auto cast Level 2 Sonic Wave.
(If you learned a higher Level, it will auto cast that Level instead.)
Increases damage of Sonic Wave and Storm Blast by additional 20%.

Refine Level +11:
Critical +25
Increases melee and ranged physical damage by 15%.

When equipped with Hero's Boots-LT:
ATK +10%, P.ATK +2.

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: Melee and ranged physical damage +15%. P.ATK +1
[Grade B]: POW +3, P.ATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bAspdRate,10; bonus2 bSkillAtk,"RK_STORMBLAST",20; bonus2 bSkillAtk,"RK_SONICWAVE",20; if (.@r>=9) { bonus2 bSkillAtk,"RK_STORMBLAST",20; bonus2 bSkillAtk,"RK_SONICWAVE",20; if (.@r>=11) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bCritical,25; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bCritAtkRate,5*(.@r/3); },{},{}
Dropped By No Result

Paradise Knight Two-Handed Sword [0]   [Two Handed]   Item ID# 600020 (2Para_T_Sword_KN)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
180
Required Lvl
45
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Knight
Description
A two-handed sword made by the Paradise Group.

Critical +10

Base Level at least 60:
ASPD +10% (Decreases after attack delay by 10%).

Base Level at least 75:
Increases damage of Bowling Bash by 10%.

Base Level at least 90:
Increases damage of Bowling Bash by additional 15%.
Item Script
{ bonus bCritical,10; if (BaseLevel>=60) bonus bAspdRate,10; if (BaseLevel>=75) bonus2 bSkillAtk,"KN_BOWLINGBASH",10; if (BaseLevel>=90) bonus2 bSkillAtk,"KN_BOWLINGBASH",15; },{},{}
Dropped By No Result

Paradise Rune Knight Two-Handed Sword [0]   [Two Handed]   Item ID# 600021 (3Para_T_Sword_RK)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
200
Required Lvl
100
Weapon Lvl
4
Slot
0
Refineable
No
Applicable Jobs
Rune Knight
Description
A high-quality two-handed sword made by the Paradise Group.

Critical +15

For each Level of Two-Handed Quicken:
ASPD +1% (Decreases after attack delay by 1%).

Base Level at least 105:
Increases critical damage by 10%.
Increases damage of Ignition Break and Sonic Wave by 25%.

Base Level at least 110:
Critical +15
Increases physical damage against enemies of every size by 15%.

Base Level at least 115:
Increases damage of Ignition Break and Sonic Wave by additional 15%.
Item Script
expand to view script
{ .@a = getskilllv("KN_TWOHANDQUICKEN"); bonus bCritical,15; bonus bAspdRate,1*.@a; if (BaseLevel>=105) { bonus bCritAtkRate,10; bonus2 bSkillAtk,"RK_IGNITIONBREAK",25; bonus2 bSkillAtk,"RK_SONICWAVE",25; if (BaseLevel>=110) { bonus bCritical,15; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"RK_IGNITIONBREAK",15; bonus2 bSkillAtk,"RK_SONICWAVE",15; } } } },{},{}
Dropped By No Result

Patent Dragonic Slayer [2]   [Two Handed]   Item ID# 21058 (Up_Dragonic_Slayer)
Awakened Dragonic Slayer
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
200
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
A great sword said to have been used by a dragon slayer in the past.
He regained the glory of the past and began to show his abilities.
It seems to resonate with the Great Hero's Boots.

For each 2 refine levels: MaxHP +5%, MaxSP +5%.

For each 3 refine levels:
Increases damage of Dragon Breath and Dragon Breath - Water by 5%.

Refine Level +7:
Decreases after skill cast delay and variable cast time by 10%.

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

Refine Level +11:
MaxSP +5%. Decreases after skill cast delay of all skills by 7%.

When equipped with Great Hero's Boots:
VIT +10. Increases long ranged physical damage by 5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHPrate,.@r/2*5; bonus bMaxSPrate,.@r/2*5; bonus2 bSkillAtk,"RK_DRAGONBREATH",.@r/3*5; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",.@r/3*5; if (.@r>=7) { bonus bDelayrate,-10; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus bLongAtkRate,10; } if (.@r>=11) { bonus bDelayrate,-7; bonus bMaxSPrate,5; } },{},{}
Dropped By No Result

Patent Oriental Sword [2]   [Two Handed]   Item ID# 600009 (Up_Oriental_Sword)
Awakened Onimaru
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
200
Attack
240
Required Lvl
150
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Description
An ancient sword said has cut many evil souls in eastern.
He recovered his former glory and began to display his natural abilities.
It resonates with Great Hero's Boots.

For each 2 refine levels: ATK +15.

For each 3 refine levels:
Increases damage of Sonic Wave by 10%.

Refine Level +7:
ASPD +10% (After attack delay -10%).
Indestructible in battle

Refine Level +9:
Random chance to autocast Level 2 Sonic Wave when dealing melee physical attacks.

Refine Level +11:
Critical +15. Increases critical damage by 15%.

When equipped with Great Hero's Boots:
STR +10, ATK +7%.
Item Script
expand to view script
{ .@r = getrefine(); .@i = max(2,getskilllv("RK_SONICWAVE")); bonus bBaseAtk,.@r/2*15; bonus2 bSkillAtk,"RK_SONICWAVE",.@r/3*10; if (.@r>=7) { bonus bUnbreakableWeapon; bonus bAspdRate,10; } if (.@r>=9) { bonus5 bAutoSpell,"RK_SONICWAVE",.@i,20,BF_SHORT,1; } if (.@r>=11) { bonus bCritical,15; bonus bCritAtkRate,15; } },{},{}
Dropped By No Result

Poenitentia Ensis [2]   [Two Handed]   Item ID# 600014 (Poenitentia_Ensis)
Type
Weapon
Class
Two-handed Sword
Buy
n/a
Sell
n/a
Weight
220
Attack
315
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Dragon Knight
Description
A sword containing the pain of bereavement.

ATK +10%

Increases damage of Storm Slash by 10%.

For each 2 Refine Levels:
Increases damage of Ignition Break by 3%.

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

Refine Level +9:
Increases damage of Ignition Break by additional 25%.

Refine Level +11:
Decreases Ignition Break skill cooldown by 0.7 seconds.

[Bonus by Grade]
[Grade D]: Damage of Storm Slash +5%.
[Grade C]: Damage of Storm Slash +8%, P.ATK +1.
[Grade B]: Damage of Storm Slash +12%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"DK_STORMSLASH",10; bonus2 bSkillAtk,"RK_IGNITIONBREAK",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"RK_IGNITIONBREAK",25; if (.@r>=11) { bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-700; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"DK_STORMSLASH",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"DK_STORMSLASH",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"DK_STORMSLASH",12; } } } },{},{}
Dropped By No Result

Royal Knight's Broadsword [2]   [Two Handed]   Item ID# 21039 (T_Sword_Of_Kingdom)
Two handed Sword of Kingdom
Type
Weapon
Class
Two-handed Sword
Buy
50000z
Sell
25000z
Weight
400
Attack
280
Required Lvl
175
Weapon Lvl
4
Slot
2
Applicable Jobs
Rune Knight
Royal Guard
Description
Heavy Greatsword used by the honorable Knights.

Every 2 refine levels, ATK +20.

Refine Level +7: Increases critical damage by 10%.
Refine Level +9: Indestructible in battle.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,20*(.@r/2); if (.@r>=7) bonus bCritAtkRate,10; if (.@r>=9) bonus bUnbreakableWeapon; },{},{}
Dropped By

Schweizersabel [0]   [Two Handed]   Item ID# 1167 (Schweizersabel)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
160
Attack
160
Required Lvl
48
Weapon Lvl
4
Slot
0
Property
Wind
Applicable Jobs
Swordman
Knight
Crusader
Description
A two-handed, formal dress sword imbued with the Wind Property.
Add a 1% chance of auto casting Level 3 Lightning Bolt on the enemy when attacking.
DEF + 1
Item Script
{ bonus bAtkEle,Ele_Wind; bonus bDef,1; bonus3 bAutoSpell,"MG_LIGHTNINGBOLT",3,100; },{},{}
Dropped By
EnchantmentSocket Enchantable

« First < 34567891011 >
back to top