Item ID | 700046 | For Sale | No | |
---|---|---|---|---|
Identifier | Scalet_Dragon_L_Bow_LT | Credit Price | Not For Sale | |
Name | Scarlet Leather Dragon Bow-LT | Type | Weapon - Bow | |
NPC Buy | 0 | Weight | 90 | |
NPC Sell | 0 | Weapon Level | 5 | |
Range | 5 | Defense | 0 | |
Slots | 2 | Refineable | Yes | |
Attack | 200 | Min Equip Level | 190 | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | Two-Handed | |||
Equip Upper | Third / Third Upper / Third Baby | |||
Equippable Jobs | Hunter | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | None | |||
Item Use Script |
1 .@g = getenchantgrade(); 2 .@r = getrefine(); 3 bonus bAtkRate,5; 4 if (BaseLevel>=210) { 5 bonus bPAtk,1; 6 bonus bPow,2; 7 } 8 if (.@r>=7) { 9 bonus bVariableCastrate,-10; 10 bonus2 bSkillAtk,"RA_AIMEDBOLT",20; 11 if (.@r>=9) { 12 bonus bDelayrate,-10; 13 bonus2 bSkillAtk,"RA_AIMEDBOLT",30; 14 if (.@r>=11) { 15 bonus bDelayrate,-8; 16 bonus2 bSkillCooldown,"RA_AIMEDBOLT",-1000; 17 } 18 } 19 } 20 if (.@g >= ENCHANTGRADE_D) { 21 bonus bAtkRate,3; 22 if (.@g >= ENCHANTGRADE_C) { 23 bonus bLongAtkRate,15; 24 bonus bPAtk,1; 25 if (.@g >= ENCHANTGRADE_B) { 26 bonus bPAtk,2; 27 bonus bPow,3; 28 } 29 } 30 } 31 bonus bBaseAtk,15*(.@r/2); 32 bonus bLongAtkRate,4*(.@r/3); |
|||
Equip Script | None | |||
Unequip Script | None |