Elven Bow
| Item ID | 1746 | Name | Elven Bow |
|
It's made after a bow of ancient forest watching tribe.
_______________________ DEX +2 _______________________ When equipped with Elven Arrow: Increases Ranged Physical Damage by 50%. _______________________ Type: Bow Attack: 160 Weight: 150 Weapon Level: 3 _______________________ Requirement: Base Level 100 Ranger, Minstrel and Wanderer |
|---|---|---|---|---|---|
| Weapon Level | 3 | Identifier | Elven_Bow | ||
| Attack | 160 | Type | Weapon - Bow | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Hunter, Bard / Dancer | ||
| Range | 5 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 150 | Min Equip Level | 100 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bDex,2; |
||||
| Set | Script | ||||||
|---|---|---|---|---|---|---|---|
|
bonus bLongAtkRate,50; |
||||||
|
.@eq = getequiprefinerycnt(EQI_SHOES);
.@weapon = getequiprefinerycnt(EQI_HAND_R);
if (.@eq >= 7) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",-2000;
}
if (.@eq >= 7 && .@weapon >= 8) {
bonus2 bAddClass,Class_Boss,20;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",8;
}
if (.@eq >= 7 && .@weapon >= 10) {
bonus2 bAddClass,Class_Boss,30;
bonus2 bSkillAtk,"WM_SEVERE_RAINSTORM_MELEE",12;
}
|
||||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
if (getskilllv("WM_GLOOMYDAY") == 5) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",2000;
}
}
|
||||||
|
.@r = getequiprefinerycnt(EQI_SHOES);
if (.@r >= 7) {
if (getskilllv("WM_GLOOMYDAY") == 5) {
bonus2 bSkillCooldown,"WM_SEVERE_RAINSTORM",2000;
}
}
|
Elven Bow Dropped By
| Monster ID | Monster Name | Chance | Can be Stolen | Monster Level | Monster Race | Monster Element | Specific Map |
|---|---|---|---|---|---|---|---|
| 2827 | Furious Gargoyle | 0.15% | Yes | 100 | Demon | Level 3 Wind | |
| 2826 | Gargoyle Ringleader | 0.15% | Yes | 100 | Demon | Level 3 Wind | |
| 1253 | Gargoyle | 0.03% | Yes | 100 | Demon | Level 3 Wind | |
| 3197 | Mutant Gargoyle | 0.03% | Yes | 150 | Demon | Level 3 Wind |