Per request, the donation page is live!

Viewing Item

#490609: Document Archer

Item ID 490609 For Sale No
Identifier aegis_490609 Credit Price Not For Sale
Name Document Archer Type Armor
NPC Buy 0 Weight 10
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 1 Refineable No
Attack 0 Min Equip Level 100
MATK 0 Max Equip Level None
Equip Locations Accessory Right
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Hunter / Bard / Dancer
Equip Gender Unknown
Item Use Script

1 bonus

2 bBaseAtk,100;

3 bonus2

4 bAddClass,Class_All,10;

5 bonus

6 bDelayrate,-10;

7 bonus2

8 bAddSize,Size_All,10;

9 bonus2

10 bSkillAtk,"SN_SHARPSHOOTING",30;

11 bonus2

12 bSkillAtk,"WM_SEVERE_RAINSTORM",30;

13 if

14 (eaclass()&EAJL_THIRD

15 &&

16 BaseJob

17 ==

18 Job_Hunter)

19 {

20 bonus2

21 bSkillCooldown,"RA_UNLIMIT",-90000;

22 bonus2

23 bVariableCastrate,"SN_SHARPSHOOTING",-100;

24 }

25 if

26 ((eaclass()&EAJL_THIRD)

27 &&

28 (BaseJob

29 ==

30 Job_Bard

31 ||

32 BaseJob

33 ==

34 Job_Dancer))

35 bonus2

36 bSkillCooldown,"WM_SEVERE_RAINSTORM",-4000;

Equip Script None
Unequip Script

1 sc_end

2 SC_UNLIMIT;

Login