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

Farthezan [2]   [One Hand]   Item ID# 32350 (Farthezan)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
110
Attack
130 / MATK 180
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Royal Guard
Description
A sword bestowed to those who fulfill the divine will of God.

MATK +180. Increases damage of Pressure by 40%.
Every refine level, reduces variable cast time of all skills by 1%.

Refine Level +9:
Increases damage of Genesis Ray by 30%.

Refine Level +11:
Increases damage of Pressure and Genesis Ray by 20%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"PA_PRESSURE",40; bonus bVariableCastrate,-.@r; if (.@r>=9) bonus2 bSkillAtk,"LG_RAYOFGENESIS",30; if (.@r>=11) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",20; bonus2 bSkillAtk,"PA_PRESSURE",20; } },{},{}
Dropped By No Result

Fireblend [0]   [One Hand]   Item ID# 1133 (Fire_Brand)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
50
Attack
100
Required Lvl
40
Weapon Lvl
4
Slot
0
Property
Fire
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
An one-handed, formal dress sword imbued with the Fire Property.
Enables use of Level 3 Fire Bolt.
Add a chance of auto casting Level 3 Fire Bolt on the enemy when dealing physical attack.
Item Script
{ bonus bAtkEle,Ele_Fire; skill "MG_FIREBOLT",3; bonus3 bAutoSpell,"MG_FIREBOLT",3,100; },{},{}
Dropped By

Fireblend [3]   [One Hand]   Item ID# 13435 (Fire_Brand_)
Fire Brand
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
50
Attack
100 / MATK 108
Required Lvl
40
Weapon Lvl
4
Slot
3
Property
Fire
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
A one-handed, formal dress sword imbued with the Fire property.
MATK +108
Enables use of Level 3 Fire Bolt.
Has a chance to autocast Level 3 Fire Bolt when dealing physical attack.
Item Script
{ bonus bAtkEle,Ele_Fire; skill "MG_FIREBOLT",3; bonus3 bAutoSpell,"MG_FIREBOLT",3,100; },{},{}
Dropped By No Result

Flamberge [0]   [One Hand]   Item ID# 1129 (Flamberge)
Type
Weapon
Class
One-handed Sword
Buy
60000z
Sell
30000z
Weight
150
Attack
150
Required Lvl
27
Weapon Lvl
3
Slot
0
Applicable Jobs
Knight
Crusader
Description
A powerful one-handed sword with a decoratively wavy, flame-like blade.
It has great power.
Item Script
{},{},{}
Dropped By
Buyable AtClick here for a list of venders
EnchantmentSocket Enchantable
Obtainable FromOld Blue Box, Old Violet Box

Flamberge [0]   [One Hand]   Item ID# 13422 (Flamberge_C)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
185
Weapon Lvl
3
Slot
0
Refineable
No
Applicable Jobs
Knight
Crusader
Description
Rental Items
A powerful one-handed sword with a decoratively wavy, flame-like blade.
Increases damage against small, medium, large size monsters by 40%.
Item Script
{ bonus2 bAddSize,Size_All,40; },{},{}
Dropped By No Result

Flamberge [2]   [One Hand]   Item ID# 1149 (Flamberge_)
Type
Weapon
Class
One-handed Sword
Buy
60000z
Sell
30000z
Weight
150
Attack
150
Required Lvl
27
Weapon Lvl
3
Slot
2
Applicable Jobs
Knight
Crusader
Description
A beautiful, wavy bladed dagger that inflicts especially excruciating pain.
Item Script
{},{},{}
Dropped By No Result
EnchantmentGenerated by Socket Enchanting

Flush Safety Saber [2]   [One Hand]   Item ID# 500056 (F_Ein_1HSWORD)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
125
Attack
230
Required Lvl
250
Weapon Lvl
5
Slot
2
Applicable Jobs
Biolo
Description
A Safety Saber enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.

ATK +10%

Increases damage of Cart Cannon and Mayhemic Thorns by 20%.

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

Refine Level +9:
Increases damage of Cart Cannon by additional 15%.
Increases damage of Mayhemic Thorns by additional 10%.
Increases Physical Damage against enemies of every size by 15%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by 25.

Refine Level +11:
Decreases after skill cast delay by 15%.
Increases damage of Cart Cannon and Mayhemic Thorns by additional 10%.
Increases SP Consumption of Cart Cannon and Mayhemic Thorns by additional 25.

[Bonus by Grade]
[Grade D]: P.ATK +10
[Grade C]: Damage of Cart Cannon and Mayhemic Thorns +10%.
[Grade B]: Physical Damage against enemies of every element +10%.
[Grade A]: Damage of Cart Cannon and Mayhemic Thorns +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",20; bonus2 bSkillAtk,"GN_CARTCANNON",20; if (.@r>=7) { bonus bVariableCastrate,-10; bonus bBaseAtk,70; if (.@r>=9) { bonus2 bAddSize,Size_All,15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",15; bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25; bonus2 bSkillUseSP,"GN_CARTCANNON",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; bonus2 bSkillUseSP,"BO_MAYHEMIC_THORNS",-25; bonus2 bSkillUseSP,"GN_CARTCANNON",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"BO_MAYHEMIC_THORNS",10; bonus2 bSkillAtk,"GN_CARTCANNON",10; } } } } },{},{}
Dropped By No Result

Gaia Sword [0]   [One Hand]   Item ID# 1143 (Gaia_Sword)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
250
Attack
140
Required Lvl
74
Weapon Lvl
3
Slot
0
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
An enchanted sword that draws ore out from fallen monsters.
Item Script
{ bonus2 bAddMonsterDropItemGroup,IG_Ore,30; },{},{}
Dropped By No Result

Glacier Basic Sword [0]   [One Hand]   Item ID# 500050 (Glacier_B_Sword)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
140
Attack
220 / MATK 210
Required Lvl
210
Weapon Lvl
5
Slot
0
Applicable Jobs
Novice
Description
A sword crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

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

Glacier Sword [0]   [One Hand]   Item ID# 500049 (Glacier_Sword)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
160
Attack
220 / MATK 210
Required Lvl
210
Weapon Lvl
5
Slot
0
Applicable Jobs
Swordman
Merchant
Knight
Blacksmith
Crusader
Alchemist
Description
A sword crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

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

Gladius Daemonicus [2]   [One Hand]   Item ID# 13449 (Gladius_Daemonicus)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
120
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
2
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
An infernal sword from hell. Only true demons are able control it's full power. People say that a Prince from Hell used this weapon for his army.
Reduces after attack delay by 10% (ASPD +10%) .
When refined to +9, has a chance to get buffed with ASPD +3 for 5 seconds when dealing physical attack.
Item Script
{ bonus bAspdRate,10; .@r = getrefine(); if (.@r>=9) { autobonus "{ bonus bAspd,3; }",30,5000; } },{},{}
Dropped By No Result

Glorious Flamberge [0]   [One Hand]   Item ID# 13416 (Krieger_Onehand_Sword1)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
0
Attack
130
Required Lvl
80
Weapon Lvl
4
Slot
0
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
A weapon that only a champion of battlefield can wield.
Increases physical attack against DemiHuman monster by 75%.
Pierces physical defense of DemiHuman monster by 20%.

Indestructible (except in upgrade attempts).

[Refine Rate >= 6]
Pierces physical defense of DemiHuman monster by 5%.
[Slaughter] Lv 1 [(Refine-4) * (Refine-4) % physical damage bonus on DemiHuman targets, applies up to +14.]

[Refine Rate >= 7]
Attack Speed + 10%.

[Refine Rate >=9]
Add a chance of auto casting Level 2 Critical Wound when using skill Bash.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,75; bonus2 bAddRace,RC_Player_Human,75; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>6) bonus bAspdRate,5; if (.@r>8) { bonus bAspdRate,5; bonus4 bAutoSpellOnSkill,"SM_BASH","NPC_CRITICALWOUND",2,200; } },{},{}
Dropped By No Result
Obtainable FromBattleground

< 1234567891011 > Last »
back to top