Renewal
.:Renewal Item Database:.
Items Listed From A-Z

Blade Katar-LT [2]   [Two Handed]   Item ID# 610034 (Blade_Katar_LT)
Type
Weapon
Class
Katar
Buy
n/a
Sell
n/a
Weight
140
Attack
275
Required Lvl
190
Weapon Lvl
5
Slot
2
Applicable Jobs
Guillotine Cross
Description
An improved version of Katar with sharp blades.
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:
Decreases after skill cast delay by 2%.

Refine Level +7:
Increases damage of Rolling Cutter and Cross Ripper Slasher by 25%.
ASPD +10% (Decreases after attack delay by 10%).

Refine Level +9:
Increases damage of Rolling Cutter and Cross Ripper Slasher by additional 20%.
Decreases after skill cast delay by additional 5%.

Refine Level +11:
Increases Melee and ranged physical damage by 15%.
Increases damage of Counter Slash by 30%.

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) { bonus bAspdRate,10; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",25; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",25; if (.@r>=9) { bonus bDelayrate,-5; bonus2 bSkillAtk,"GC_CROSSRIPPERSLASHER",20; bonus2 bSkillAtk,"GC_ROLLINGCUTTER",20; if (.@r>=11) { bonus bLongAtkRate,15; bonus bShortAtkRate,15; bonus2 bSkillAtk,"GC_COUNTERSLASH",30; } } } 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 bDelayrate,-2*(.@r/3); },{},{}
Dropped By No Result

Blade Lost in Darkness    Item ID# 7023 (Blade_Lost_In_Darkness)
Type
Miscellaneous
Class
n/a
Buy
12000z
Sell
6000z
Weight
4
Description
A blade imbued with a suffocating aura that repels the light.
Item Script
{},{},{}
Dropped By

Blade Whip [0]   [One Hand]   Item ID# 1969 (Bladed_Whip)
Type
Weapon
Class
Whip
Buy
20z
Sell
10z
Weight
120
Attack
140
Required Lvl
30
Weapon Lvl
4
Slot
0
Range
2
Gender
Female Only
Applicable Jobs
Bard / Dancer
Description
A wire in which blade fragments are interwoven, making this whip as sharp as a sword.

Has a 3% chance of inflicting Bleeding effect on enemies when dealing physical attack.
Item Script
{ bonus2 bAddEff,Eff_Bleeding,300; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Blank Card    Item ID# 6187 (Blank_Card)
Type
Miscellaneous
Class
n/a
Buy
20z
Sell
10z
Weight
1
Description
This card appears to be defective because it's blank!
The manufacturer may have forgotten to put in it's stats or it may be someone's cruel joke.
Bring this to the Kafra Staff in the Kafra Headquarters in Aldebaran.
Item Script
{},{},{}
Dropped By No Result

Blank Eyes [0]   [Middle Head]   Item ID# 5102 (Round_Eyes)
Type
Armor
Class
Middle Headgear
Buy
20z
Sell
10z
Weight
10
Armor Lvl
1
Slot
0
Refineable
No
Applicable Jobs
Every Job
Description
A special item, bundled with the Ragnarok Battle Package, that makes its wearer look absent-minded.
Item Script
{},{},{}
Dropped By No Result

Blank Scroll    Item ID# 7433 (Scroll)
Type
Miscellaneous
Class
n/a
Buy
4000z
Sell
2000z
Weight
1
Description
A blank scroll on which magic spells can be written. These blanks were developed by the Schweicherbil Magic Academy.
Item Script
{},{},{}
Dropped By No Result
Buyable AtClick here for vender information
Required ForSage Platinum Skills Quests

Blasti-OS [2]   [Two Handed]   Item ID# 28136 (Blasti_OS)
Type
Weapon
Class
Two-handed Axe
Buy
20z
Sell
10z
Weight
450
Attack
400
Required Lvl
130
Weapon Lvl
4
Slot
2
Applicable Jobs
Mechanic
Description
Axe with a invisible blade.
Normally you don't see the blade, but when you swing, you can see it faintly reddish.

Reduces damage taken from Medium and Large sized monsters by 10%.
Indestructible in battle

Refine Level +7:
Reduces damage taken from Medium and Large sized monsters by additional 15%.

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

Refine Level +11:
Reduces after skill delay by 10%.
Item Script
{ .@r = getrefine(); .@red = 10; bonus bUnbreakableWeapon; if (.@r >= 7) { .@red += 15; if (.@r >= 9) { bonus bLongAtkRate,15; if (.@r >= 11) { bonus bDelayrate,-10; } } } bonus2 bSubSize,Size_Medium,.@red; bonus2 bSubSize,Size_Large,.@red; },{},{}
Dropped By No Result

Blasti-OSAD [2]   [Two Handed]   Item ID# 620018 (Blasti_AD)
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
450
Attack
400
Required Lvl
170
Weapon Lvl
5
Slot
2
Applicable Jobs
Mechanic
Description
An upgraded axe with a invisible blade.
Normally you don't see the blade, but when you swing, you can see it faintly reddish.

Indestructible in battle

Decreases damage taken from Medium and Large size by 15%.

Refine Level +7:
Decreases damage taken from Medium and Large size by additional 15%.

Refine Level +9:
Increases ranged physical damage by 15%.
Increases damage of Arm Cannon by 25%.

Refine Level +11:
Decreases after skill cast delay by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bUnbreakableWeapon; bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; if (.@r>=7) { bonus2 bSubSize,Size_Medium,15; bonus2 bSubSize,Size_Large,15; bonus bAtkRate,5; if (.@r>=9) { bonus bLongAtkRate,15; bonus2 bSkillAtk,"NC_ARMSCANNON",25; if (.@r>=11) { bonus bDelayrate,-15; } } } },{},{}
Dropped By No Result

Blazer Card [Accessory]   Item ID# 4215 (Blazzer_Card)
Blazzer Card
Type
Card
Class
Accessory Card
Buy
20z
Sell
10z
Weight
1
Pre/Suffix
Rationing
Description
Add a chance of gaining a Food item each time a monster is killed.
Item Script
{ bonus2 bAddMonsterDropItemGroup,IG_Food,600; },{},{}
Dropped By
Obtainable FromOld Card Album

Blazing Bullet [Ammunition]   Item ID# 13216 (Blaze_Bullet)
Type
Ammunition
Class
Bullet
Buy
5z
Sell
2z
Weight
0.1
Attack
40
Required Lvl
100
Applicable Jobs
Gunslinger
Rebellion
Description
Ammunition custom that containing an aura of fire.
Fire Property.
Require Level : 100
Item Script
{ bonus bAtkEle,Ele_Fire; },{},{}
Dropped By No Result
Buyable AtClick here for vender information

Blazing Sun [0]   [Upper Head]   Item ID# 5776 (Blazing_Sun)
Type
Armor
Class
Upper Headgear
Buy
n/a
Sell
n/a
Weight
50
Armor Lvl
1
Slot
0
Applicable Jobs
Every Job
Description
Blazing small Sun. Much powerful than it looks. Eye protection recommended.

Reduces variable cast time and increases damage of Fire Bolt and Fire Ball by 5%.
Increases damage of Fire Wall and Meteor Storm by 3%.
Increases SP consumption of skills by 5%.
Item Script
{ bonus2 bVariableCastrate,"MG_FIREBOLT",-5; bonus2 bSkillAtk,"MG_FIREBOLT",5; bonus2 bVariableCastrate,"MG_FIREBALL",-5; bonus2 bSkillAtk,"MG_FIREBALL",5; bonus2 bSkillAtk,"MG_FIREWALL",3; bonus2 bSkillAtk,"WZ_METEOR",3; bonus bUseSPrate,5; },{},{}
Dropped By No Result

Bless Word Paper    Item ID# 6347 (Bless_Word_Paper1)
Bless Word Paper1
Type
Miscellaneous
Class
n/a
Buy
4020z
Sell
2010z
Weight
0
Description
A paper from Baphomet server marked with wishes.
2010 is a bright year! The year of Tiger! Young Businessman? Get lost!
There is small prints at the bottom of the paper.
'If you found this, please go to the Port Town!'
Item Script
{},{},{}
Dropped By No Result

« First < 3334353637383940414243 > Last »
back to top