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

RAG203 [0]   [Two Handed]   Item ID# 13195 (RAG203)
R.A.G.203
Type
Weapon
Class
Rifle
Buy
1800000z
Sell
900000z
Weight
130
Attack
260
Required Lvl
140
Weapon Lvl
3
Slot
0
Range
9
Applicable Jobs
Rebellion
Description
Rifle modified. Give special treatment to each bullet, so that increases the damage to the target and increase the delay time for a new shot.
HIT +10, CRIT +15%.
Add a low chance of auto casting Level 1 Decrease Agility when attacking.
Item Script
{ bonus bCritical,15; bonus bHit,10; bonus4 bAutoSpell,"AL_DECAGI",1,30,1; },{},{}
Dropped By No Result
Buyable AtClick here for vender information

RAG203 [1]   [Two Handed]   Item ID# 13190 (RAG203_)
R.A.G.203
Type
Weapon
Class
Rifle
Buy
1800000z
Sell
900000z
Weight
130
Attack
260
Required Lvl
140
Weapon Lvl
3
Slot
1
Range
9
Applicable Jobs
Rebellion
Description
Rifle modified. Give special treatment to each bullet, so that increases the damage to the target and increase the delay time for a new shot.
HIT +10, Critical +15%.
Add a low chance of auto casting Level 1 Decrease Agility when attacking.
Item Script
{ bonus bCritical,15; bonus bHit,10; bonus4 bAutoSpell,"AL_DECAGI",1,30,1; },{},{}
Dropped By No Result

Revolver of Vicious Mind [1]   [Two Handed]   Item ID# 13128 (Sinister_Revolver)
Vicious Mind Revolver
Type
Weapon
Class
Revolver
Buy
20z
Sell
10z
Weight
150
Attack
150
Required Lvl
160
Weapon Lvl
4
Slot
1
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
Pistol imbued with evil spirit.
Increase ATK by (Refine Level * Refine Level), effect applies up to +15.
Item Script
{ bonus bBaseAtk,pow(min(getrefine(),15),2); },{},{}
Dropped By

RG-5649 [2]   [Two Handed]   Item ID# 830025 (RG_5649)
Type
Weapon
Class
Gatling Gun
Buy
n/a
Sell
n/a
Weight
290
Attack
295
Required Lvl
215
Weapon Lvl
5
Slot
2
Range
9
Applicable Jobs
Rebellion
Description
A gatling gun that has been strengthened by the power of destruction.

ATK +5%, CON +2
Increases damage of The Vigilante at Night by 5%.

Refine Level +5:
Increases damage of The Vigilante at Night by additional 10%.

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

Refine Level +9:
Increases damage of The Vigilante at Night by additional 10%.

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

Refine Level +11:
Increases damage of The Vigilante at Night 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_THE_VIGILANTE_AT_NIGHT",5; if (.@r>=5) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10; if (.@r>=10) { bonus bDelayrate,-10; if (.@r>=11) { bonus bLongAtkRate,15; bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",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

Rolling Stone [1]   [Two Handed]   Item ID# 13154 (Rolling_Stone)
Type
Weapon
Class
Shotgun
Buy
12000z
Sell
6000z
Weight
90
Attack
135
Required Lvl
14
Weapon Lvl
1
Slot
1
Range
9
Applicable Jobs
Gunslinger
Rebellion
Description
A heavy shotgun whose shots sound like flint striking against steel.
Inflicts splash damage.
Item Script
{ bonus bSplashRange,1; },{},{}
Dropped By No Result
Buyable AtClick here for a list of venders

Rolling Thunder [1]   [Two Handed]   Item ID# 13193 (R_THUNDER)
Type
Weapon
Class
Shotgun
Buy
1350000z
Sell
675000z
Weight
180
Attack
280
Required Lvl
120
Weapon Lvl
3
Slot
1
Range
9
Applicable Jobs
Rebellion
Description
Little sister of shotgun [Rolling Stone] which operates distance. It has a special device that allows you to add a surprise attack.
Add a low chance of auto casting Level 5 Thunder Storm on the enemy when attacking.
HIT -10, reduces after-cast skill delay by 10%.
Item Script
{ bonus bSplashRange,1; bonus bHit,-10; bonus bAspdRate,-10; bonus3 bAutoSpell,"MG_THUNDERSTORM",5,30; },{},{}
Dropped By No Result
Buyable AtClick here for vender information

Royal Revolver [2]   [Two Handed]   Item ID# 32304 (R_Revolver)
Type
Weapon
Class
Revolver
Buy
n/a
Sell
n/a
Weight
70
Attack
150
Required Lvl
170
Weapon Lvl
4
Slot
2
Range
7
Applicable Jobs
Gunslinger
Rebellion
Description
This gun was smuggled into the Glastheim Castle.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himmelmez.

Increases long range physical damage by 15%.
For each refine level: ATK +4.

Refine Level +9:
Increases damage of Fire Dance by 20%.

Refine Level +11:
Decreases Heat Barrel skill cooldown by 5 second.
Increases physical damage against Undead and Angel race monsters by 20%.

When equipped with King Schmidt's Suit and King Schmidt's Manteau:
ATK +30.
Physical attacks have a chance to increase long range physical damage by additional 10% for 10 seconds.

If total refine level of entire set at least +30:
Increases physical damage against Holy and Undead elemental enemies by 20%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,15; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillAtk,"RL_FIREDANCE",20; } if (.@r>=11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Angel,20; bonus2 bSkillCooldown,"RL_HEAT_BARREL",-5000; } },{},{}
Dropped By No Result

back to top