Renewal
.:Renewal Item Database:.
Weapon

Masamune [0]   [Two Handed]   Item ID# 1165 (Masamune)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
100
Attack
200
Required Lvl
48
Weapon Lvl
4
Slot
0
Applicable Jobs
Swordman
Knight
Crusader
Description
An oriental sword that is the masterpiece of an ancient Japanese smith.
Decreases all Defense applied on the user by two-third (67%).
ASPD +2
Flee +30
STR -5
Item Script
{ bonus bFlee,30; bonus bStr,-5; bonus bAspd,2; bonus bDefRate,-66; bonus bDef2Rate,-66; },{},{}
Dropped By

Master Soul Rifle [2]   [Two Handed]   Item ID# 28255 (Master_Soul_Rifle)
Type
Weapon
Class
Rifle
Buy
20z
Sell
10z
Weight
100
Attack
150 / MATK 210
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A rifle with the power of the soul used by those who have reached the level of Gunmaster, which can handle all firearms skillfully.
It resonates with Ancient Hero's Boots.

MATK +210.
Every 2 refine levels, MATK +10.
Every 3 refine levels, decrease after attack delay by 3%.

Refine Level +7:
ASPD +1, MATK +5%.

Refine Level +9:
Random chance to auto cast Soul Strike Lv.10 when dealing long range physical damage.

Refine Level +11:
Increases the chance to auto cast Soul Strike and also auto casts Soul Expansion Lv.3 when dealing long range physical damage.

When equipped with Ancient Hero's Boots:
Random chance to increase INT by 20 and Ghost elemental magic damage by 10% for 7 seconds when dealing magical damage.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bMatk,10*(.@r/3); bonus bAspdRate,3*(.@r/3); if (.@r >= 7) { bonus bAspd,1; bonus bMatkRate,5; if (.@r >= 9) { .@chance = 1; /* unknown rate*/ if (.@r >= 11) { .@chance += 1; bonus5 bAutoSpell,"WL_SOULEXPANSION",3,1,BF_LONG,1; } bonus5 bAutoSpell,"MG_SOULSTRIKE",10,.@chance,BF_LONG,1; } } },{},{}
Dropped By No Result

Master Soul Rifle-LT [2]   [Two Handed]   Item ID# 810009 (Master_Soul_Rifle_LT)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
100
Attack
200 / MATK 250
Required Lvl
190
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
An improved version of the rifle imbued with the power of the soul used by those who have reached the level of a Gunmaster who can handle all firearms skillfully.
Resonates with Hero's Boots-LT.

MATK +250

Base Level at least 210:
SPL +2, S.MATK +1.

For each 2 Refine Levels:
MATK +15

For each 3 Refine Levels:
Increases damage of Soul Strike and Napalm Vulcan by 20%.

Refine Level +7:
Increases damage of Soul Expansion by 40%.
Increases magical damage with Ghost element by 25%.

Refine Level +9:
Ranged physical attacks have a 15% chance to autocast Level 10 Soul Strike, Level 5 Napalm Vulcan or Level 5 Soul Expansion.

Refine Level +11:
Increases damage of Soul Expansion by additional 30%.
Increases magical damage against enemies of every size by 15%.

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

[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage with Ghost element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); if (BaseLevel>=210) { bonus bSmatk,1; bonus bSpl,2; } if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Ghost,25; bonus2 bSkillAtk,"WL_SOULEXPANSION",40; if (.@r>=9) { bonus5 bAutoSpell,"MG_SOULSTRIKE",5,150,BF_LONG|BF_WEAPON,1; bonus5 bAutoSpell,"WL_SOULEXPANSION",5,150,BF_LONG|BF_WEAPON,1; bonus5 bAutoSpell,"HW_NAPALMVULCAN",5,150,BF_LONG|BF_WEAPON,1; if (.@r>=11) { bonus2 bMagicAddSize,Size_All,15; bonus2 bSkillAtk,"WL_SOULEXPANSION",30; } } } if (.@g >= ENCHANTGRADE_D) { bonus bMatkRate,3; if (.@g >= ENCHANTGRADE_C) { bonus2 bMagicAtkEle,Ele_Ghost,15; bonus bSmatk,1; if (.@g >= ENCHANTGRADE_B) { bonus bSmatk,2; bonus bSpl,3; } } } bonus bMatk,15*(.@r/2); bonus2 bSkillAtk,"MG_SOULSTRIKE",20*(.@r/3); bonus2 bSkillAtk,"HW_NAPALMVULCAN",20*(.@r/3); },{},{}
Dropped By No Result

Maxi spanner [1]   [Two Handed]   Item ID# 28142 (Maxi_Spanner_J)
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
400
Attack
320 / MATK 200
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Mechanic
Description
Not Available

[iRO Description]
Not Available
Item Script
{ bonus2 bSkillAtk,"WS_CARTTERMINATION",30; },{},{}
Dropped By No Result

Maxi Spanner [2]   [Two Handed]   Item ID# 28138 (Maxi_Spanner)
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
450
Attack
340
Required Lvl
170
Weapon Lvl
4
Slot
2
Applicable Jobs
Mechanic
Description
A large, large spanner, which looks more like an axe with daunting size.

Decreases physical and magical damage taken from Small and Medium size enemies by 10%.
For each refine level: ATK +4.
Indestructible in battle

Refine Level +9:
Decreases Axe Tornado and Magma Eruption skill cooldown by 1 second.

Refine Level +11:
Increases damage of Axe Tornado by 15%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,4*.@r; bonus bUnbreakableWeapon; bonus2 bSubSize,Size_Small,10; bonus2 bSubSize,Size_Medium,10; if (.@r>=9) { bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; bonus2 bSkillCooldown,"NC_MAGMA_ERUPTION",-1000; } if (.@r>=11) bonus2 bSkillAtk,"NC_AXETORNADO",15; },{},{}
Dropped By No Result

Melon Axe [1]   [One Hand]   Item ID# 520015 (Melon_Axe)
Type
Weapon
Class
One-handed Axe
Buy
20z
Sell
10z
Weight
180
Attack
180 / MATK 110
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Mechanic
Guillotine Cross
Expanded Supernovice
Royal Guard
Genetic
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Melon Blade [1]   [One Hand]   Item ID# 500041 (Melon_Blade)
Type
Weapon
Class
One-handed Sword
Buy
20z
Sell
10z
Weight
120
Attack
150 / MATK 130
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Mechanic
Royal Guard
Genetic
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Melon Book [1]   [One Hand]   Item ID# 540038 (Melon_Book)
Type
Weapon
Class
Book
Buy
20z
Sell
10z
Weight
80
Attack
120 / MATK 140
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Arch Bishop
Sorcerer
Star Emperor
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; bonus bHealPower,6*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Melon Claw [1]   [One Hand]   Item ID# 560029 (Melon_Claw)
Type
Weapon
Class
Knuckle
Buy
20z
Sell
10z
Weight
40
Attack
140 / MATK 100
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Arch Bishop
Shura
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Melon Claymore [1]   [Two Handed]   Item ID# 600022 (Melon_Claymore)
Type
Weapon
Class
Two-handed Sword
Buy
20z
Sell
10z
Weight
340
Attack
280 / MATK 230
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Royal Guard
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",50,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",30,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Melon Dagger [1]   [One Hand]   Item ID# 510048 (Melon_Dagger)
Type
Weapon
Class
Dagger
Buy
20z
Sell
10z
Weight
60
Attack
120 / MATK 120
Required Lvl
100
Weapon Lvl
4
Slot
1
Applicable Jobs
Rune Knight
Warlock
Mechanic
Ranger
Guillotine Cross
Expanded Supernovice
Royal Guard
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Soul Reaper
Kagerou / Oboro
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

Melon Foxtail [1]   [One Hand]   Item ID# 550049 (Melon_Foxtail)
Type
Weapon
Class
One-handed Staff
Buy
20z
Sell
10z
Weight
40
Attack
150 / MATK 180
Required Lvl
100
Weapon Lvl
4
Slot
1
Range
9
Applicable Jobs
Summoner
Spirit Handler
Description
Not Available

[iRO Description]
Not Available
Item Script
expand to view script
{ .@r = getrefine(); autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",20,5000,BF_WEAPON; autobonus "{ bonus bUseSPrate,-100; bonus2 bSPRegenRate,100,1000; }",10,5000,BF_MAGIC; bonus bAtkRate,10*.@r; bonus bMatkRate,5*.@r; bonus bHealPower,6*.@r; if (.@r>=7) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } if (.@r>=9) { bonus2 bIgnoreDefRaceRate,RC_All,50; bonus2 bIgnoreMdefRaceRate,RC_All,50; } },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top