Renewal
.:Renewal Item Database:.
Weapon

Rapid Fire [2]   [Two Handed]   Item ID# 18184 (Rapid_Fire_C_Bow)
Type
Weapon
Class
Bow
Buy
20z
Sell
10z
Weight
150
Attack
185
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
5
Applicable Jobs
Shadow Chaser
Description
Crossbow designed to shoot arrows quickly and hard.

Increased ranged physical damage by 10%.
For each refine level: ATK +4.

Refine Level +9:
Increases damage of Triangle Shot by 20%.

Refine Level +11:
Increases damage of Triangle Shot by additional 15%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,10; bonus bBaseAtk,4*.@r; if (.@r>=11) .@val = 35; else if (.@r>=9) .@val = 20; bonus2 bSkillAtk,"SC_TRIANGLESHOT",.@val; },{},{}
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

Rapture Rose [0]   [One Hand]   Item ID# 1963 (Rapture_Rose)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
30
Attack
115
Required Lvl
44
Weapon Lvl
4
Slot
0
Range
2
Property
Poison
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
Constructed purely of thorny stems from rosebushes.
Has a 50% chance of inflicting the Poison status on its target when dealing physical attack.
Item Script
{ bonus bAtkEle,Ele_Poison; bonus2 bAddEff,Eff_Poison,5000; },{},{}
Dropped By

Ray Knuckle [2]   [One Hand]   Item ID# 560002 (Ray_Knuckle)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
70
Attack
185
Required Lvl
100
Weapon Lvl
4
Slot
2
Applicable Jobs
Shura
Description
A knuckle with a shining ore blade found in a meteorite.
It resonates with Ancient Hero's Boots.

For each 2 refine levels, ATK +10.
For each 3 refine levels, increases Tiger Cannon damage by 4%.

Refine Level +9:
Increases Tiger Cannon damage by additional 15%.

Refine Level +11:
Reduces skill cooldown time of Tiger Cannon by 1 second.

When equipped with Ancient Hero's Boots:
Random chance to increase STR by 20 and ATK by 15% for 7 seconds when dealing physical damage.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus2 bSkillAtk,"SR_TIGERCANNON",.@r/3*4; if (.@r>=9) { bonus2 bSkillAtk,"SR_TIGERCANNON",15; } if (.@r>=11) { bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000; } },{},{}
Dropped By No Result

Ray Knuckle-LT [2]   [One Hand]   Item ID# 560027 (Ray_Knuckle_LT)
Type
Weapon
Class
Knuckle
Buy
n/a
Sell
n/a
Weight
80
Attack
205
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Shura
Description
An improved version of a knuckle with a blade made of shiny ore found in a meteorite.
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 damage of Tiger Cannon by 4%.

Refine Level +7:
Increases damage of Tiger Cannon by additional 25%.
Increases damage of Gate of Hell by 30%.

Refine Level +9:
Decreases Tiger Cannon skill cooldown by 1 second.
Increases melee and ranged physical damage by 10%.

Refine Level +11:
MaxHP +10%
Increases damage of Gate of Hell by additional 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 bAtkRate,5; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus2 bSkillAtk,"SR_GATEOFHELL",30; bonus2 bSkillAtk,"SR_TIGERCANNON",25; if (.@r>=9) { bonus bLongAtkRate,10; bonus bShortAtkRate,10; bonus2 bSkillCooldown,"SR_TIGERCANNON",-1000; if (.@r>=11) { bonus bMaxHPrate,10; bonus2 bSkillAtk,"SR_GATEOFHELL",15; } } } 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); bonus2 bSkillAtk,"SR_TIGERCANNON",4*(.@r/3); },{},{}
Dropped By No Result

Red Ether Bag [1]   [One Hand]   Item ID# 16010 (Red_Ether_Bag)
Type
Weapon
Class
Mace
Buy
20z
Sell
10z
Weight
100
Attack
15 / MATK 100
Required Lvl
102
Weapon Lvl
3
Slot
1
Applicable Jobs
Genetic
Description
A new bag created by the Alchemist Society that "A weapon girls love!"

MATK + 100.
Increases damage of Crazy Weed and Demonic Fire by 20%.

Each refine above +6 increases Crazy Weed and Demonic Fire skill damage by an additional 2%.
Item Script
{ .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"GN_CRAZYWEED",20+((.@r-5)*2); bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20+((.@r-5)*2); } else { bonus2 bSkillAtk,"GN_CRAZYWEED",20; bonus2 bSkillAtk,"GN_DEMONIC_FIRE",20; } },{},{}
Dropped By

Red Flame Whip [0]   [One Hand]   Item ID# 1965 (Whip_Of_Red_Flame)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
70
Attack
110
Required Lvl
30
Weapon Lvl
3
Slot
0
Range
2
Property
Fire
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A whip made from the tough leather of a Fire Property monster.
Item Script
{ bonus bAtkEle,Ele_Fire; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

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

< 1234567891011 > Last »
back to top