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

Poenitentia Gladius [2]   [One Hand]   Item ID# 500019 (Poenitentia_Gladius)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
180
Attack
195 / MATK 250
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Imperial Guard
Description
A sword containing the pain of bereavement.

MATK +250
MATK +10%

Increases damage of Cross Rain by 10%.

For each 2 Refine Levels:
Increases damage of Genesis Ray by 4%.

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

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

Refine Level +11:
Increases magical damage with Holy element by 10%.

[Bonus by Grade]
[Grade D]: Increases damage of Cross Rain by 5%.
[Grade C]: Increases damage of Cross Rain by 8%, S.MATK +1.
[Grade B]: Increases damage of Cross Rain by 12%, SPL +1.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bMatkRate,10; bonus2 bSkillAtk,"IG_CROSS_RAIN",10; bonus2 bSkillAtk,"LG_RAYOFGENESIS",4*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",25; if (.@r>=11) { bonus2 bMagicAtkEle,Ele_Holy,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"IG_CROSS_RAIN",5; if (.@g >= ENCHANTGRADE_C) { bonus bSmatk,1; bonus2 bSkillAtk,"IG_CROSS_RAIN",8; if (.@g >= ENCHANTGRADE_B) { bonus bSpl,1; bonus2 bSkillAtk,"IG_CROSS_RAIN",12; } } } },{},{}
Dropped By No Result

Poenitentia Ligula [2]   [One Hand]   Item ID# 500020 (Poenitentia_Ligula)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
180
Attack
185
Required Lvl
230
Weapon Lvl
5
Slot
2
Applicable Jobs
Biolo
Description
A sword containing the pain of bereavement.

ATK +10%

Increases damage of Acidified Zone (Fire/Water/Wind/Ground) by 10%.

For each 2 Refine Levels:
Increases damage of Cart Cannon by 3%.

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

Refine Level +9:
Increases damage of Cart Cannon by additional 25%.

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

[Bonus by Grade]
[Grade D]: Damage of Acidified Zone (Fire/Wind) +5%.
[Grade C]: Damage of Acidified Zone (Water/Ground) +8%, P.ATK +1.
[Grade B]: Damage of Acidified Zone (Fire/Water/Wind/Ground) +10%, POW +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; bonus2 bSkillAtk,"GN_CARTCANNON",3*(.@r/2); if (.@r>=7) { bonus bVariableCastrate,-10; if (.@r>=9) { bonus2 bSkillAtk,"GN_CARTCANNON",25; if (.@r>=11) { bonus bLongAtkRate,10; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",5; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",8; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",8; if (.@g >= ENCHANTGRADE_B) { bonus bPow,2; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WIND",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_FIRE",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_WATER",10; bonus2 bSkillAtk,"BO_ACIDIFIED_ZONE_GROUND",10; } } } },{},{}
Dropped By No Result

Poenitentia Orbis [2]   [One Hand]   Item ID# 500046 (Poenitentia_Orbis)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
160
Attack
260
Required Lvl
230
Weapon Lvl
5
Slot
2
Description
A one-handed sword filled with the pain of bereavement.

ATK +5%

Increases damage of Shield Chain Rush and Double Bowling Bash by 10%.

For each 2 Refine Levels:
Increases damage of Shield Boomerang and Backstab by 3%.

Refine Level +7:
ASPD +20% (Decreases after attack delay by 20%).

Refine Level +9:
Increases damage of Shield Boomerang and Backstab by additional 25%.

Refine Level +9:
Increases physical damage against enemies of every size by 15%.

[Bonus by Grade]
[Grade D]: Damage of Shield Chain Rush and Double Bowling Bash +5%
[Grade C]: Damage of Shield Chain Rush and Double Bowling Bash +3%. P.ATK +1
[Grade B]: Damage of Shield Chain Rush and Double Bowling Bash +5%. POW +1
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",10+3*(.@r/2); bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",10+3*(.@r/2); if (.@r>=7) { bonus bAspdRate,20; if (.@r>=9) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",25; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",25; if (.@r>=11) { bonus2 bAddSize,Size_All,15; } } } if (.@g >= ENCHANTGRADE_D) { bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5; if (.@g >= ENCHANTGRADE_C) { bonus bPAtk,1; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",3; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",3; if (.@g >= ENCHANTGRADE_B) { bonus bPow,1; bonus2 bSkillAtk,"HN_DOUBLEBOWLINGBASH",5; bonus2 bSkillAtk,"HN_SHIELD_CHAIN_RUSH",5; } } } },{},{}
Dropped By No Result

Pressure Genesis Booster Sword [0]   [One Hand]   Item ID# 500015 (PG_B_Sword)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
0
Attack
150
Required Lvl
100
Weapon Lvl
4
Slot
0
Applicable Jobs
Royal Guard
Description
A One-Handed Sword designed to help adventurers grow.

Cannot be refined normally.

MATK +180

MATK +2%

For each Refine Level:
MATK +3

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

Refine Level +7:
For each Level of Faith:
Increases magical damage with Holy element by 1%.

Refine Level +9:
Decreases variable cast time by 10%.
Increases damage of Pressure and Genesis Ray by 25%.

Refine Level +11:
Increases magical damage against enemies of every size by 15%.
Increases magical damage with Holy element by additional 15%.

Refine Level +13:
Increases damage of Pressure and Genesis Ray by additional 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatkRate,2; bonus bMatk,180; bonus bMatk,3*.@r; bonus bMatk,3*(min(BaseLevel,195)/15); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Holy,getskilllv("CR_TRUST"); } if (.@r>=9) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"LG_RAYOFGENESIS",25; bonus2 bSkillAtk,"PA_PRESSURE",25; } if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=13) { bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; bonus2 bSkillAtk,"PA_PRESSURE",15; } },{},{}
Dropped By No Result

Priest Sword [3]   [One Hand]   Item ID# 13428 (Priest_Sword)
Frist Sword
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
120
Attack
170
Required Lvl
50
Weapon Lvl
4
Slot
3
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
A sword that named after Valkyrie 'Frist'.

When equipped with Red Wing Hat:
HIT +10. Increases physical damage against Demihuman by 10%.

When equipped with Odin's Blessing:
MaxSP +50. Increases damage of Bowling Bash by 5%.
Item Script
{},{},{}
Dropped By No Result

Rapier [0]   [One Hand]   Item ID# 1112 (Lapier__)
Type
Weapon
Class
One-handed Sword
Buy
10000z
Sell
5000z
Weight
50
Attack
70
Required Lvl
14
Weapon Lvl
2
Slot
0
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
An one-handed sword with an elegant blade and crossguard.
Item Script
{},{},{}
Dropped By No Result

Rapier [2]   [One Hand]   Item ID# 1110 (Lapier)
Type
Weapon
Class
One-handed Sword
Buy
10000z
Sell
5000z
Weight
50
Attack
70
Required Lvl
14
Weapon Lvl
2
Slot
2
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
An one-handed sword with an elegant blade and crossguard.
Item Script
{},{},{}
Dropped By
Buyable AtClick here for a list of venders
Obtainable FromOld Blue Box

Rapier [3]   [One Hand]   Item ID# 1111 (Lapier_)
Type
Weapon
Class
One-handed Sword
Buy
10000z
Sell
5000z
Weight
50
Attack
70
Required Lvl
14
Weapon Lvl
2
Slot
3
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
An one-handed sword with an elegant blade and crossguard.
Item Script
{},{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Rapier [3]   [One Hand]   Item ID# 13477 (Lapier_Z)
Type
Weapon
Class
One-handed Sword
Buy
10z
Sell
5z
Weight
50
Attack
70
Required Lvl
14
Weapon Lvl
2
Slot
3
Applicable Jobs
Novice
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Supernovice
Crusader
Rogue
Alchemist
Description
Not Available

[iRO Description]
Not Available
Item Script
{},{},{}
Dropped By No Result

Red Lotus Sword [2]   [One Hand]   Item ID# 13485 (Sword_Of_Bluefire)
Type
Weapon
Class
One-handed Sword
Buy
1z
Sell
0z
Weight
80
Attack
180
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Genetic
Description
A sword with blue colored flame when unsheathed.
It resonates with Ancient Hero's Boots.

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases ranged physical attack by 4%.

Refine Level +9:
Reduces SP cost of Cart Cannon by 10%.

Refine Level +11:
Increases damage of Cart Cannon by 15%.

When equipped with Ancient Hero's Boots:
Has a 3% chance to get buffed with DEX +20 and ranged physical attack damage +10% for 7 seconds when dealing physical attack.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=9) { bonus2 bSkillUseSPrate,"GN_CARTCANNON",10; } if (.@r>=11) { bonus2 bSkillAtk,"GN_CARTCANNON",15; } },{},{}
Dropped By No Result

Red Lotus Sword-LT [2]   [One Hand]   Item ID# 500039 (Sword_Of_Bluefire_LT)
Type
Weapon
Class
One-handed Sword
Buy
n/a
Sell
n/a
Weight
100
Attack
200
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Genetic
Description
An improved version of a sword that emits blue flames when pulled from its sheath.
Resonates with Hero's Boots-LT.

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 ranged physical damage by 4%.

Refine Level +7:
Increases damage of Cart Cannon by 10%.
Decreases variable cast time by 10%.

Refine Level +9:
Increases damage of Cart Cannon by additional 20%.
Increases physical damage against enemies of every size by 15%.

Refine Level +11:
Increases damage of Cart Cannon by additional 10%.
Increases damage of Acid Demonstration by 25%.
Decreases variable cast time by additional 8%.

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

[Bonus by Grade]
[Grade D]: ATK +3%
[Grade C]: 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 bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"GN_CARTCANNON",10; if (.@r>=9) { bonus2 bAddSize,Size_All,15; bonus2 bSkillAtk,"GN_CARTCANNON",20; if (.@r>=11) { bonus bVariableCastrate,-8; bonus2 bSkillAtk,"CR_ACIDDEMONSTRATION",25; bonus2 bSkillAtk,"GN_CARTCANNON",10; } } } if (.@g >= ENCHANTGRADE_D) { bonus bAtkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus bLongAtkRate,15; bonus bPAtk,1; if (.@g >= ENCHANTGRADE_B) { bonus bPAtk,2; bonus bPow,3; } } } bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); },{},{}
Dropped By No Result

Refined Fireblend [0]   [One Hand]   Item ID# 13408 (Fire_Brand_C)
Type
Weapon
Class
One-handed Sword
Buy
1z
Sell
0z
Weight
0
Attack
120
Weapon Lvl
4
Slot
0
Property
Fire
Refineable
No
Applicable Jobs
Swordman
Merchant
Thief
Knight
Blacksmith
Assassin
Crusader
Rogue
Alchemist
Description
Rental Items
An one-handed, formal dress sword imbued with the Fire Property.
INT + 2.
Enables use of Level 5 Fire Bolt.
Has a 10% chance of auto casting Level 5 Fire Bolt on the enemy when dealing physical attack.
Impossible to refine this item.
Item Script
{ bonus bAtkEle,Ele_Fire; bonus bInt,2; skill "MG_FIREBOLT",5; bonus3 bAutoSpell,"MG_FIREBOLT",5,100; },{},{}
Dropped By No Result

« First < 678910111213141516 > Last »
back to top