Viewing Item

#27345: Ancient Dragon Zilant Card

Item ID 27345 For Sale No
Identifier Dragon_Zilant_Card Credit Price Not For Sale
Name Ancient Dragon Zilant 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 None
MATK 0 Max Equip Level None
Equip Locations Accessory Left/Right
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@p

2 =

3 getitempos();

4 bonus

5 bMaxHPrate,50;

6 if

7 (eaclass()&EAJL_THIRD

8 &&

9 BaseJob

10 ==

11 Job_knight)

12 {

13 if

14 (.@p

15 ==

16 EQP_ACC_L)

17 {

18 bonus2

19 bSkillAtk,"RK_DRAGONBREATH",50;

20 bonus4

21 bAddEff,Eff_Heat,50,ATF_WEAPON|ATF_MAGIC,3000;

22 }

23 if

24 (.@p

25 ==

26 EQP_ACC_R)

27 {

28 bonus2

29 bSkillAtk,"RK_DRAGONBREATH_WATER",50;

30 autobonus2

31 "{

32 sc_start

33 SC_CHILL,3000,1;

34 bonus2

35 bResEff,Eff_Heat,10000;

36 }",100,3000,BF_WEAPON|BF_MAGIC;

37 }

38 }

39 /*Unknow

40 Rate*/

Equip Script None
Unequip Script None