Viewing Item

#700109: Divine Bow Gandiva

Item ID 700109 For Sale No
Identifier Gandiva_Bow_US Credit Price Not For Sale
Name Divine Bow Gandiva Type Weapon - Bow
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 5
Range 5 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Two-Handed
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Hunter / Bard / Dancer
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus2 bSubClass,Class_Boss,50;

5 bonus2 bSubRace,RC_Player_Doram,40;

6 bonus2 bSubRace,RC_Player_Human,40;

7 bonus bLongAtkRate,40;

8 if (BaseLevel>=150)

9 bonus bLongAtkRate,10*.@r;

10 if (.@r>=11) {

11 bonus bSpeedRate,25;

12 bonus bAspd,5;

13 if (.@r>=12) {

14 bonus bAllStats,15;

15 bonus bBaseAtk,50;

16 bonus bMatk,50;

17 }

18 }

19 if (.@g>=ENCHANTGRADE_D) {

20 bonus bCritAtkRate,10;

21 if (.@g>=ENCHANTGRADE_C) {

22 bonus bPow,5;

23 bonus bCon,5;

24 if (.@g>=ENCHANTGRADE_B) {

25 bonus bPAtk,20;

26 if (.@g>=ENCHANTGRADE_A) {

27 bonus bLongAtkRate,20;

28 }

29 }

30 }

31 }

Equip Script None
Unequip Script None