0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #13131 Weapon

[Rental] Hunting Gun

Buy Price: N/A Sell Price: N/A
A replica made based on a shooting gun.
Perhaps because it is an incomplete replica, the shape of the weapon collapses after a certain period of time.
_______________________
Grants bullets the Fire element for 180 minutes.
_______________________
Refine Level +7:
Increases Physical Damage against enemies of Insect and Demi-Human race, except Players, by 10%.
Increases Physical Damage against enemies of Water and Earth elemental by 10%.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of Insect and Demi-Human race, except Players, by additional 15%.
Increases Physical Damage against enemies of Water and Earth elemental by additional 15%.
_______________________
Can only be sold to NPCs.
_______________________
Type: Revolver
Attack: 60
Weight: 0
Element: Fire
Weapon Level: 3
_______________________
Requirement:
Base Level 50
Gunslinger

Basic Information

Weapon
7

Job Requirements

Yes

Requirements

3
50

Scripts

.@r = getrefine(); bonus bAtkEle,Ele_Fire; if (.@r>=7) { .@val = 10; if (.@r>=9) .@val += 15; bonus2 bAddRace,RC_DemiHuman,.@val; bonus2 bAddRace,RC_Insect,.@val; bonus2 bAddEle,Ele_Earth,.@val; bonus2 bAddEle,Ele_Water,.@val; } /*Todo: When Equipped Adds fire attribute to bullets for 180 minutes*/
.@r = getrefine();
bonus bAtkEle,Ele_Fire;
if (.@r>=7) {
   .@val = 10;
   if (.@r>=9)
      .@val += 15;
   bonus2 bAddRace,RC_DemiHuman,.@val;
   bonus2 bAddRace,RC_Insect,.@val;
   bonus2 bAddEle,Ele_Earth,.@val;
   bonus2 bAddEle,Ele_Water,.@val;
}
/*Todo: When Equipped Adds fire attribute to bullets for 180 minutes*/
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.