Renewal
.:Renewal Item Database:.
Weapon - Grenade Launcher

Golden Lord Launcher [2]   [Two Handed]   Item ID# 28257 (Golden_L_Launcher)
Golden Rod Launcher
Type
Weapon
Class
Grenade Launcher
Buy
20z
Sell
10z
Weight
210
Attack
320
Required Lvl
100
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A golden grenade launcher 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.

For each 2 refine levels, increases long ranged physical damage by 3%.
For each 3 refine levels, ATK +15.

Refine Level +7, increases Dragon Tail damage by 15%.
Refine Level +9, reduces skill cooldown time of Dragon Tail by 1 second.
Refine Level +11, increases Dragon Tail damage by additional 15%.

When equipped with Ancient Hero's Boots:
Random chance to increase DEX by 20 and long ranged physical damage by 10% for 7 sec when dealing physical damage.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,3*(.@r/2); bonus bBaseAtk,15*(.@r/3); if (.@r >= 7) { .@val = 15; if (.@r >= 9) { bonus2 bSkillCooldown,"RL_D_TAIL",-1000; if (.@r >= 11) { .@val += 15; } } bonus2 bSkillAtk,"RL_D_TAIL",.@val; } },{},{}
Dropped By No Result

Golden Lord Launcher-LT [2]   [Two Handed]   Item ID# 840008 (Golden_L_Launcher_LT)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
240
Attack
350
Required Lvl
190
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
An improved version of the grenade launcher made of gold used by those who have reached the level of a gunmaster who can handle all guns skillfully.
Resonates with Hero's Boots-LT.

Indestructible in battle

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 Dragon Tail by 20%.
Decreases Dragon Tail skill cooldown by 1 second.

Refine Level +9:
Increases damage of Round Trip by additional 35%.
Increases ranged physical damage by additional 15%.

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

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 bUnbreakableWeapon; if (BaseLevel>=210) { bonus bPAtk,1; bonus bPow,2; } if (.@r>=7) { bonus2 bSkillCooldown,"RL_D_TAIL",-1000; bonus2 bSkillAtk,"RL_D_TAIL",20; if (.@r>=9) { bonus bLongAtkRate,15; bonus2 bSkillAtk,"RL_D_TAIL",35; if (.@r>=11) { bonus2 bAddSize,Size_All,15; bonus2 bAddEle,Ele_All,15; } } } 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

Heroria Launcher [0]   [Two Handed]   Item ID# 840011 (aegis_840011)
Herosria Launcher
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
300
Attack
200
Required Lvl
200
Weapon Lvl
5
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher of Gunslingers that can also be used in Herosria.

Increases ranged physical damage by 15%.
Increases damage taken from melee physical attacks by 7%.
ATK +7%
Increases variable cast time by 7%.
Item Script
{ bonus bLongAtkRate,15; bonus bNearAtkDef,-7; bonus bVariableCastrate,7; bonus bAtkRate,7; },{},{}
Dropped By No Result

Inferno [1]   [Two Handed]   Item ID# 13162 (Inferno)
Type
Weapon
Class
Grenade Launcher
Buy
230000z
Sell
115000z
Weight
125
Attack
280
Required Lvl
65
Weapon Lvl
2
Slot
1
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher that propels bullets with blazing hellfire.
Item Script
{},{},{}
Dropped By No Result

Justice Bomber [2]   [Two Handed]   Item ID# 840021 (Justice_Bomber)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
260
Attack
330
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A grenade launcher of justice that punishes evil.

ATK +5%, CON +2
Increases damage of Wild Fire by 5%.

Refine Level +5:
Increases damage of Wild Fire by additional 10%.

Refine Level +7:
Increases ranged physical damage by 5%.

Refine Level +9:
Increases damage of Wild Fire by additional 10%.

Refine Level +10:
Decreases after skill cast delay by 10%.

Refine Level +11:
Increases damage of Wild Fire by additional 5%.
Increases ranged physical damage by additional 15%.

[Bonus by Grade]
[Grade D]: ranged physical damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
Item Script
expand to view script
{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,5; bonus bCon,2; bonus2 bSkillAtk,"NW_WILD_FIRE",5; if (.@r>=5) { bonus2 bSkillAtk,"NW_WILD_FIRE",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"NW_WILD_FIRE",10; if (.@r>=10) { bonus bDelayrate,-10; if (.@r>=11) { bonus bLongAtkRate,15; bonus2 bSkillAtk,"NW_WILD_FIRE",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } } },{},{}
Dropped By No Result

Level 1 Grenade Launcher [4]   [Two Handed]   Item ID# 840023 (aegis_840023)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
10 / MATK 10
Weapon Lvl
1
Slot
4
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher that is shabby and nonfunctional.

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

Level 2 Grenade Launcher [4]   [Two Handed]   Item ID# 840024 (aegis_840024)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
10 / MATK 10
Weapon Lvl
2
Slot
4
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher that is shabby and nonfunctional.

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

Level 3 Grenade Launcher [4]   [Two Handed]   Item ID# 840025 (aegis_840025)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
10 / MATK 10
Weapon Lvl
3
Slot
4
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher that is shabby and nonfunctional.

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

Level 4 Grenade Launcher [4]   [Two Handed]   Item ID# 840026 (aegis_840026)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
10 / MATK 10
Weapon Lvl
4
Slot
4
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher that is shabby and nonfunctional.

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

Level 5 Grenade Launcher [4]   [Two Handed]   Item ID# 840027 (aegis_840027)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
10 / MATK 10
Weapon Lvl
5
Slot
4
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher that is shabby and nonfunctional.

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

Lust Boom [2]   [Two Handed]   Item ID# 840000 (Ep172_1h_Grenade)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
240
Attack
330
Required Lvl
150
Weapon Lvl
4
Slot
2
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A grenade launcher used by mercenaries who guarded the Barmund Mansion.
It was terribly transformed by the magic interference device installed by the Illusionians.

Increases damage of Howling Mine by 10%.

For each 3 refine levels:
ATK +6, ASPD +10% (After attack delay -10%).

Refine Level +7:
Increases damage of Howling Mine by additional 10%.
Increases damage of Dragon Tail by 10%.

Refine Level +9:
Decreases Howling Mine and Dragon Tail skill cooldown by 1 second.

Refine Level +11:
Increases damage of Howling Mine by additional 25%.
When Crimson Marker has been used, Increases Damage of Dragon Tail by additional 25% for 10 seconds.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bSkillAtk,"RL_H_MINE",10; bonus bAspdRate,3*(.@r/3); bonus bBaseAtk,6*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"RL_D_TAIL",10; bonus2 bSkillAtk,"RL_H_MINE",10; } if (.@r>=9) { bonus2 bSkillCooldown,"RL_D_TAIL",-1000; bonus2 bSkillCooldown,"RL_H_MINE",-1000; } if (.@r>=11) { autobonus3 "{ bonus2 bSkillAtk,\"RL_D_TAIL\",25; }",1000,10000,"RL_C_MARKER"; bonus2 bSkillAtk,"RL_H_MINE",25; } },{},{}
Dropped By

Melon Launcher [1]   [Two Handed]   Item ID# 840003 (Melon_Launcher)
Type
Weapon
Class
Grenade Launcher
Buy
20z
Sell
10z
Weight
140
Attack
210
Required Lvl
100
Weapon Lvl
4
Slot
1
Range
9
Applicable Jobs
Rebellion
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; bonus2 bSkillAtk,"RL_D_TAIL",7*(readparam(bLuk)/10); if (readparam(bLuk)>=110) bonus2 bSkillAtk,"RL_D_TAIL",30; 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

< 1234 >
back to top