Renewal
.:Renewal Item Database:.
Weapon - All Guns

Garrison [1]   [Two Handed]   Item ID# 13104 (The_Garrison)
Type
Weapon
Class
Revolver
Buy
48000z
Sell
24000z
Weight
50
Attack
70
Required Lvl
55
Weapon Lvl
2
Slot
1
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
A rare revolver that is only produced when it is specially ordered.
The engraving of its creator's name can be used by experts to authenticate this gun.
HIT - 10
Item Script
{ bonus bHit,-10; },{},{}
Dropped By

Garrison [2]   [Two Handed]   Item ID# 13105 (The_Garrison_)
Type
Weapon
Class
Revolver
Buy
48000z
Sell
24000z
Weight
50
Attack
70
Required Lvl
55
Weapon Lvl
2
Slot
2
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
A rare revolver that is only produced when it is specially ordered.
The engraving of its creator's name can be used by experts to authenticate this gun.
HIT - 10
Item Script
{ bonus bHit,-10; },{},{}
Dropped By No Result

Gate Keeper [0]   [Two Handed]   Item ID# 13156 (Gate_Keeper)
Type
Weapon
Class
Shotgun
Buy
56000z
Sell
28000z
Weight
100
Attack
210
Required Lvl
55
Weapon Lvl
2
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
As the most powerful, readily available shotgun, this weapon has been nicknamed, "A Gunslinger's best friend".
Add a 5% chance of auto casting Level 6 Spread Attack on the enemy when attacking.
Inflicts splash damage.
Item Script
{ bonus bSplashRange,1; bonus3 bAutoSpell,"GS_SPREADATTACK",6,50; },{},{}
Dropped By

Gate Keeper-DD [0]   [Two Handed]   Item ID# 13167 (Gate_KeeperDD)
Type
Weapon
Class
Shotgun
Buy
72000z
Sell
36000z
Weight
130
Attack
200
Required Lvl
70
Weapon Lvl
4
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
The barrel of the original Gate Keeper is made out of pure Oridecon, making it very durable.
DEX + 1
Each refine level increases DEF by 1.
Inflicts splash damage.
Add a 3% chance of auto casting Level 6 Spread Attack on the enemy when attacking.
Item Script
{ bonus bSplashRange,1; bonus3 bAutoSpell,"GS_SPREADATTACK",6,50; bonus bDef,getrefine(); bonus bDex,1; },{},{}
Dropped By
Obtainable FromOld Blue Box, Old Violet Box

Glacier Gatling [0]   [Two Handed]   Item ID# 830013 (Glacier_Gatling)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
350
Attack
350 / MATK 200
Required Lvl
210
Weapon Lvl
5
Slot
0
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

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

Glacier Launcher [0]   [Two Handed]   Item ID# 840009 (Glacier_Launcher)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
300
Attack
300 / MATK 200
Required Lvl
210
Weapon Lvl
5
Slot
0
Range
9
Applicable Jobs
Rebellion
Description
A launcher crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

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

Glacier Revolver [0]   [Two Handed]   Item ID# 800014 (Glacier_Revolver)
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
220
Attack
230 / MATK 230
Required Lvl
210
Weapon Lvl
5
Slot
0
Range
7
Applicable Jobs
Rebellion
Description
A revolver crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

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

Glacier Rifle [0]   [Two Handed]   Item ID# 810010 (Glacier_Rifle)
Type
Weapon
Class
Rifle
Buy
n/a
Sell
n/a
Weight
260
Attack
280 / MATK 230
Required Lvl
210
Weapon Lvl
5
Slot
0
Range
9
Applicable Jobs
Rebellion
Description
A rifle crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

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

Glacier Shotgun [0]   [Two Handed]   Item ID# 820008 (Glacier_Shotgun)
Type
Weapon
Class
Shotgun
Buy
n/a
Sell
n/a
Weight
260
Attack
300 / MATK 200
Required Lvl
210
Weapon Lvl
5
Slot
0
Range
9
Applicable Jobs
Rebellion
Description
A shotgun crafted from ice harvested from the glaciers of Isgard.
You can enchant it with Ice Flower Magic Stones for special abilities.

MATK +200

Deals Splash Damage.
Item Script
{ bonus bSplashRange,1; },{},{}
Dropped By No Result

Glorious Gatling Gun [0]   [Two Handed]   Item ID# 13177 (Krieger_Gatling1)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
0
Attack
90
Required Lvl
80
Weapon Lvl
4
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A weapon that only a champion of battlefield can wield.

Increases physical attack against DemiHuman monster by 35%.
Ignores physical defense of Demihuman monster by 20%.
Triple Action damage +30%.
Indestructible (except in upgrade attempts).

[Refine Rate >= 6]
Ignores physical defense of Demihuman monster by 5%.
[Slaughter] Lv 1 [(Refine-4) * (Refine-4) % physical damage bonus on DemiHuman targets, applies up to +14.]

[Refine Rate >= 9]
Increases physical damage by 1% for each refine level of the weapon.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,35; bonus2 bAddRace,RC_Player_Human,35; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(.@r,14)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(.@r,14)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>8) { bonus2 bAddClass,Class_All,.@r; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Grenade Launcher [0]   [Two Handed]   Item ID# 13179 (Krieger_Launcher1)
Type
Weapon
Class
Grenade Launcher
Buy
n/a
Sell
n/a
Weight
0
Attack
330
Required Lvl
80
Weapon Lvl
4
Slot
0
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A weapon that only a champion of battlefield can wield.

Increases physical attack against Demihuman monster by 35%.
Ignores physical defense of Demihuman monster by 20%.
Triple Action damage +30%.
Indestructible (except in upgrade attempts).

[Refine Rate >= 6]
Ignores physical defense of Demihuman monster by 5%.
[Slaughter] Lv 1 [(Refine-4) * (Refine-4) % physical damage bonus on DemiHuman targets, applies up to +14.]

[Refine Rate >= 9]
Increases the damage of Ground Drift by 2% for each refine level of the weapon.
When dealing physical atack, has a chance the weapon will awaken and increase attack speed by 20% for 20 seconds.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,35; bonus2 bAddRace,RC_Player_Human,35; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus2 bSkillAtk,"GS_TRIPLEACTION",30; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(.@r,14)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(.@r,14)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>8) { bonus2 bSkillAtk,"GS_GROUNDDRIFT",.@r * 2; bonus3 bAddEffOnSkill,"GS_SPREADATTACK",Eff_Stun,2000; autobonus "{ bonus bAspdRate,20; }",200,20000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }"; } },{},{}
Dropped By No Result
Obtainable FromBattleground

Glorious Pistol [0]   [Two Handed]   Item ID# 13110 (Krieger_Pistol1)
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
0
Attack
80
Required Lvl
80
Weapon Lvl
4
Slot
0
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
A weapon that only a champion of battlefield can wield.

Increases physical attack against DemiHuman monster by 55%.
Ignores physical defense of Demihuman monster by 20%.
Indestructible (except in upgrade attempts).


[Refine Rate >=6]
Adds 5% defense bypassing on Demi-human monster.
[Slaughter] Lv 1 [(Refine-4) * (Refine-4) % physical damage bonus on DemiHuman targets, applies up to +14.]


[Refine Rate >= 9]
Add a chance of auto casting Level 1 Flip the Coin when using skill Rapid Shower.
Increases damage of Rapid Shower by 2% per refine level.
Item Script
expand to view script
{ bonus2 bAddRace,RC_DemiHuman,55; bonus2 bAddRace,RC_Player_Human,55; bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20; bonus2 bIgnoreDefRaceRate,RC_Player_Human,20; bonus bUnbreakableWeapon; .@r = getrefine(); if (.@r>5) { bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2); bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2); bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5; bonus2 bIgnoreDefRaceRate,RC_Player_Human,5; } if (.@r>8) { bonus4 bAutoSpellOnSkill,"GS_RAPIDSHOWER","GS_GLITTERING",1,1000; bonus2 bSkillAtk,"GS_RAPIDSHOWER",.@r*2; } },{},{}
Dropped By No Result
Obtainable FromBattleground

12 >
back to top