Per request, the donation page is live!

Viewing Item

#27169: Payon Soldier Card

Item ID 27169 For Sale No
Identifier Payon_Soldier_Card Credit Price Not For Sale
Name Payon Soldier Card Type Card
NPC Buy 20 Weight 1
NPC Sell 10 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level 0
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper None
Equippable Jobs None
Equip Gender Unknown
Item Use Script

1 .@atk

2 =

3 5;

4 .@r

5 =

6 getrefine();

7 .@i

8 =

9 getiteminfo(getequipid(EQI_HAND_R),

10 ITEMINFO_VIEW);

11 if

12 ((.@i

13 ==

14 W_1HSPEAR

15 ||

16 .@i

17 ==

18 W_2HSPEAR)

19 &&

20 .@r

21 =

22 10)

23 {

24 .@atk

25 +=

26 20;

27 if

28 (.@r

29 =

30 14)

31 {

32 .@atk

33 +=

34 20;

35 }

36 }

37 bonus

38 bBaseAtk,.@atk;

39 bonus

40 bMatk,.@atk;

Equip Script None
Unequip Script None