From 288cac612199a266adcbbad945c9773efe585627 Mon Sep 17 00:00:00 2001 From: Atemo Date: Tue, 5 Jan 2021 19:57:16 +0100 Subject: [PATCH] PILLAR effect to cards (#5647) * Added CLIENT drop effect to cards with location on renewal * SQL synchro Thanks to @Lemongrass3110, @idk-whoami, @Balferian --- db/import-tmpl/item_db.yml | 2 +- db/item_db.yml | 2 +- db/pre-re/item_db.yml | 2 +- db/pre-re/item_db_equip.yml | 2 +- db/pre-re/item_db_etc.yml | 2 +- db/pre-re/item_db_usable.yml | 2 +- db/re/item_db.yml | 2 +- db/re/item_db_equip.yml | 2 +- db/re/item_db_etc.yml | 1274 +++++++++++++++++++++ db/re/item_db_usable.yml | 2 +- doc/item_db.txt | 2 +- doc/yaml/db/item_db.yml | 2 +- sql-files/item_db_re_etc.sql | 2016 +++++++++++++++++----------------- 13 files changed, 2293 insertions(+), 1019 deletions(-) diff --git a/db/import-tmpl/item_db.yml b/db/import-tmpl/item_db.yml index 1d080acb04..4fac8a26f0 100644 --- a/db/import-tmpl/item_db.yml +++ b/db/import-tmpl/item_db.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/item_db.yml b/db/item_db.yml index bf3cd464b1..655bcfa78d 100644 --- a/db/item_db.yml +++ b/db/item_db.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/pre-re/item_db.yml b/db/pre-re/item_db.yml index 498ee11ae6..eae0a0a807 100644 --- a/db/pre-re/item_db.yml +++ b/db/pre-re/item_db.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/pre-re/item_db_equip.yml b/db/pre-re/item_db_equip.yml index debc9f794b..b1474d4414 100644 --- a/db/pre-re/item_db_equip.yml +++ b/db/pre-re/item_db_equip.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/pre-re/item_db_etc.yml b/db/pre-re/item_db_etc.yml index 914c1728a8..bd98afe4fd 100644 --- a/db/pre-re/item_db_etc.yml +++ b/db/pre-re/item_db_etc.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/pre-re/item_db_usable.yml b/db/pre-re/item_db_usable.yml index 7cca1832d1..e943bb0774 100644 --- a/db/pre-re/item_db_usable.yml +++ b/db/pre-re/item_db_usable.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/re/item_db.yml b/db/re/item_db.yml index 9c821404af..efbb499899 100644 --- a/db/re/item_db.yml +++ b/db/re/item_db.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index 09c3879ae8..332a34751f 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/db/re/item_db_etc.yml b/db/re/item_db_etc.yml index 57958b9fbd..1fe6bd2219 100644 --- a/db/re/item_db_etc.yml +++ b/db/re/item_db_etc.yml @@ -2606,6 +2606,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; bonus bFlee2,1; @@ -2619,6 +2620,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bMaxHP,100; @@ -2632,6 +2634,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,700; - Id: 4004 @@ -2644,6 +2647,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,1; bonus bHit,3; @@ -2657,6 +2661,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Dark,20; - Id: 4006 @@ -2669,6 +2674,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,1; bonus bCritical,1; @@ -2683,6 +2689,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Formless,20; - Id: 4008 @@ -2695,6 +2702,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; bonus bBaseAtk,10; @@ -2708,6 +2716,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus bFlee,2; @@ -2723,6 +2732,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxSP,80; - Id: 4011 @@ -2735,6 +2745,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bMaxHP,100; @@ -2748,6 +2759,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,400; - Id: 4013 @@ -2760,6 +2772,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,5; - Id: 4014 @@ -2772,6 +2785,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,400; bonus bMaxSP,50; @@ -2785,6 +2799,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; - Id: 4016 @@ -2797,6 +2812,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; - Id: 4017 @@ -2809,6 +2825,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Stun,500; - Id: 4018 @@ -2821,6 +2838,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus bMaxSP,10; @@ -2834,6 +2852,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; bonus bBaseAtk,3; @@ -2847,6 +2866,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Blind,500; bonus bBaseAtk,5; @@ -2860,6 +2880,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,1; bonus bBaseAtk,5; @@ -2873,6 +2894,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,2; - Id: 4023 @@ -2885,6 +2907,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; - Id: 4024 @@ -2897,6 +2920,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Sleep,500; bonus bBaseAtk,5; @@ -2910,6 +2934,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; bonus2 bAddEff,Eff_Stun,200; @@ -2923,6 +2948,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus bFlee,1; @@ -2936,6 +2962,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; - Id: 4028 @@ -2948,6 +2975,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; - Id: 4029 @@ -2960,6 +2988,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,15; bonus bCritical,1; @@ -2973,6 +3002,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Wind,20; - Id: 4031 @@ -2985,6 +3015,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; - Id: 4032 @@ -2997,6 +3028,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,2; - Id: 4033 @@ -3009,6 +3041,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "TF_DETOXIFY",1; - Id: 4034 @@ -3021,6 +3054,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,2; - Id: 4035 @@ -3033,6 +3067,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_DemiHuman,20; bonus2 bAddRace,RC_Player_Human,20; @@ -3046,6 +3081,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPrecovRate,10; - Id: 4037 @@ -3058,6 +3094,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Poison,500; bonus bBaseAtk,5; @@ -3071,6 +3108,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPrecovRate,20; - Id: 4039 @@ -3085,6 +3123,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Silence,2000; bonus bDef,1; @@ -3098,6 +3137,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "AL_TELEPORT",1; - Id: 4041 @@ -3112,6 +3152,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Sleep,2000; bonus bDef,1; @@ -3125,6 +3166,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Wind,10; bonus bDef,2; @@ -3138,6 +3180,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,20; - Id: 4044 @@ -3150,6 +3193,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "TF_HIDING",1; UnEquipScript: | @@ -3164,6 +3208,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkDef,35; - Id: 4046 @@ -3178,6 +3223,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Blind,2000; bonus bDef,1; @@ -3191,6 +3237,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Ghost; bonus bHPrecovRate,-25; @@ -3204,6 +3251,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "TF_POISON",3; - Id: 4049 @@ -3216,6 +3264,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Fire,20; - Id: 4050 @@ -3228,6 +3277,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; - Id: 4051 @@ -3240,6 +3290,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee2,5; bonus bAgi,1; @@ -3255,6 +3306,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; - Id: 4053 @@ -3267,6 +3319,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "AL_HEAL",1; bonus bUseSPrate,25; @@ -3280,6 +3333,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Holy; - Id: 4055 @@ -3292,6 +3346,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Freeze,500; bonus bBaseAtk,5; @@ -3305,6 +3360,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Wind,30; bonus bFlee,5; @@ -3318,6 +3374,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Silence,500; bonus bBaseAtk,5; @@ -3331,6 +3388,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_DemiHuman,30; bonus2 bSubRace,RC_Player_Human,30; @@ -3344,6 +3402,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Plant,30; - Id: 4060 @@ -3356,6 +3415,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,20; bonus2 bAddRace,RC_Player_Doram,20; @@ -3369,6 +3429,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUnbreakableArmor; bonus bDef,1; @@ -3382,6 +3443,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Poison,20; - Id: 4063 @@ -3394,6 +3456,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Insect,20; - Id: 4064 @@ -3406,6 +3469,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,3; - Id: 4065 @@ -3418,6 +3482,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Earth,20; - Id: 4066 @@ -3430,6 +3495,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Brute,30; bonus2 bSubRace,RC_Player_Doram,30; @@ -3443,6 +3509,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Freeze,2000; bonus bDef,1; @@ -3456,6 +3523,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Plant,20; - Id: 4069 @@ -3468,6 +3536,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Water,20; - Id: 4070 @@ -3480,6 +3549,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bSPrecovRate,15; - Id: 4071 @@ -3492,6 +3562,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Undead,30; bonus bFlee,5; @@ -3505,6 +3576,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUnbreakableWeapon; bonus bBaseAtk,5; @@ -3518,6 +3590,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "MC_DISCOUNT",5; - Id: 4074 @@ -3530,6 +3603,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Insect,30; - Id: 4075 @@ -3542,6 +3616,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Stone,2000; bonus bDef,1; @@ -3555,6 +3630,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Curse,500; bonus bBaseAtk,5; @@ -3568,6 +3644,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bNoCastCancel; bonus bVariableCastrate,25; @@ -3581,6 +3658,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,3; - Id: 4079 @@ -3593,6 +3671,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,3; - Id: 4080 @@ -3605,6 +3684,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Fish,20; - Id: 4081 @@ -3617,6 +3697,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Earth,30; bonus bFlee,5; @@ -3630,6 +3711,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Small,15; bonus bBaseAtk,5; @@ -3643,6 +3725,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Fish,30; - Id: 4084 @@ -3655,6 +3738,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "SM_MAGNUM",3; - Id: 4085 @@ -3667,6 +3751,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Holy,20; - Id: 4086 @@ -3679,6 +3764,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritical,9; - Id: 4087 @@ -3693,6 +3779,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Confusion,10000; bonus2 bSubEle,Ele_Earth,15; @@ -3706,6 +3793,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "AS_CLOAKING",1; UnEquipScript: | @@ -3720,6 +3808,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Water; bonus bDef,1; @@ -3733,6 +3822,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Stone,1500; bonus2 bSubEle,Ele_Earth,5; @@ -3747,6 +3837,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; bonus bCritical,4; @@ -3760,6 +3851,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Medium,15; bonus bBaseAtk,5; @@ -3773,6 +3865,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "AL_CURE",1; - Id: 4094 @@ -3785,6 +3878,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkRate,10; - Id: 4095 @@ -3797,6 +3891,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Water,30; bonus bFlee,5; @@ -3810,6 +3905,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Poison,400; bonus bBaseAtk,10; @@ -3823,6 +3919,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; bonus bAgi,1; @@ -3836,6 +3933,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Wind; bonus bDef,1; @@ -3849,6 +3947,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Fire; bonus bDef,1; @@ -3862,6 +3961,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxSPrate,15; bonus bSPrecovRate,3; @@ -3875,6 +3975,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Earth; bonus bDef,1; @@ -3888,6 +3989,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,20; bonus2 bSubEle,Ele_Ghost,-50; @@ -3901,6 +4003,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "MG_SIGHT",1; UnEquipScript: | @@ -3915,6 +4018,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEff,Eff_Confusion,500; - Id: 4105 @@ -3927,6 +4031,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Water,5; bonus2 bResEff,Eff_Freeze,10000; @@ -3940,6 +4045,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,20; - Id: 4107 @@ -3952,6 +4058,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,8; bonus bMaxSPrate,8; @@ -3965,6 +4072,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Poison,30; bonus bFlee,5; @@ -3978,6 +4086,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Fire,30; bonus bFlee,5; @@ -3993,6 +4102,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Poison,2000; bonus bDef,1; @@ -4006,6 +4116,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Demon,20; - Id: 4112 @@ -4020,6 +4131,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Silence,10000; - Id: 4113 @@ -4032,6 +4144,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Ghost,30; bonus bFlee,5; @@ -4045,6 +4158,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Poison; bonus bDef,1; @@ -4058,6 +4172,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bHPDrainRate,30,15; - Id: 4116 @@ -4070,6 +4185,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Dark,30; bonus bFlee,5; @@ -4083,6 +4199,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "TF_DOUBLE",1; bonus bDoubleRate,5; @@ -4096,6 +4213,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Dragon,20; - Id: 4119 @@ -4108,6 +4226,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Dark; - Id: 4120 @@ -4120,6 +4239,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Dragon,30; - Id: 4121 @@ -4132,6 +4252,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,100; - Id: 4122 @@ -4146,6 +4267,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; bonus2 bResEff,Eff_Blind,10000; @@ -4159,6 +4281,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,-25; bonus bNoWalkDelay; @@ -4172,6 +4295,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Demon,15; bonus2 bResEff,Eff_Stone,10000; @@ -4185,6 +4309,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_DemiHuman,7; bonus2 bAddRace,RC_Player_Human,7; @@ -4202,6 +4327,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Large,15; bonus bBaseAtk,5; @@ -4217,6 +4343,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Sleep,10000; bonus bAgi,1; @@ -4230,6 +4357,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bNoMagicDamage,100; bonus bUseSPrate,100; @@ -4243,6 +4371,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,3; bonus bCritical,1; @@ -4256,6 +4385,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Undead,20; - Id: 4131 @@ -4268,6 +4398,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bSpeedRate,25; - Id: 4132 @@ -4282,6 +4413,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bNoGemStone; bonus bUseSPrate,25; @@ -4295,6 +4427,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,20; - Id: 4134 @@ -4307,6 +4440,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPDrainRate,100,5; - Id: 4135 @@ -4319,6 +4453,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bShortWeaponDamageReturn,30; - Id: 4136 @@ -4331,6 +4466,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Demon,30; - Id: 4137 @@ -4343,6 +4479,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bNoSizeFix; - Id: 4138 @@ -4355,6 +4492,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Angel,30; - Id: 4139 @@ -4367,6 +4505,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "TF_STEAL",1; - Id: 4140 @@ -4379,6 +4518,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_Boss,25; - Id: 4141 @@ -4391,6 +4531,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Undead; bonus bInt,1; @@ -4405,6 +4546,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAspdRate,10; - Id: 4143 @@ -4419,6 +4561,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,3; bonus2 bResEff,Eff_Stun,10000; @@ -4432,6 +4575,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bRestartFullRecover; - Id: 4145 @@ -4444,6 +4588,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVariableCastrate,-30; - Id: 4146 @@ -4456,6 +4601,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMagicDamageReturn,50; - Id: 4147 @@ -4468,6 +4614,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,-10; bonus bSplashRange,1; @@ -4483,6 +4630,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUseSPrate,-30; - Id: 4149 @@ -4495,6 +4643,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12028,RC_Insect,100; - Id: 4150 @@ -4507,6 +4656,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<6) { bonus bDef,2; @@ -4522,6 +4672,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Plant,-20; bonus2 bExpAddRace,RC_Plant,10; @@ -4535,6 +4686,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddItemGroupHealRate,IG_Juice,50; bonus3 bAddMonsterDropItem,531,RC_Insect,300; @@ -4550,6 +4702,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus2 bAddDamageClass,1266,30; @@ -4563,6 +4716,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddItemGroupHealRate,IG_Candy,50; bonus3 bAddMonsterDropItem,529,RC_DemiHuman,300; @@ -4577,6 +4731,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace2,RC2_Goblin,30; - Id: 4156 @@ -4589,6 +4744,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Formless,7; @@ -4602,6 +4758,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Undead,7; @@ -4615,6 +4772,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPrecovRate,-100; bonus bHPGainValue,100; @@ -4628,6 +4786,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; if (getrefine()>8) @@ -4642,6 +4801,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; if (getrefine()>8) { @@ -4660,6 +4820,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"PR_GLORIA",1,50; - Id: 4162 @@ -4672,6 +4833,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Blind,300; - Id: 4163 @@ -4684,6 +4846,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,2; bonus bCritical,7; @@ -4699,6 +4862,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Fish,-20; bonus2 bExpAddRace,RC_Fish,10; @@ -4712,6 +4876,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Insect,5; UnEquipScript: | @@ -4726,6 +4891,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Curse,300; - Id: 4167 @@ -4738,6 +4904,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Brute,5; bonus2 bSPGainRace,RC_Player_Doram,5; @@ -4753,6 +4920,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100; - Id: 4169 @@ -4767,6 +4935,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,-10; bonus bMaxSPrate,-10; @@ -4781,6 +4950,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Stone,600; - Id: 4171 @@ -4793,6 +4963,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bSPVanishRate,50,10,BF_WEAPON|BF_MAGIC|BF_MISC; if (BaseJob == Job_Sage) @@ -4807,6 +4978,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,20; bonus bSPDrainValue,-1; @@ -4820,6 +4992,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Sleep,600; - Id: 4174 @@ -4832,6 +5005,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,50; bonus2 bSubEle,Ele_Water,-50; @@ -4853,6 +5027,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"TF_POISON",1,20; bonus2 bAddSkillBlow,52,5; @@ -4866,6 +5041,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Dragon,7; @@ -4881,6 +5057,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,993,RC_Plant,100; bonus2 bSubEle,Ele_Earth,10; @@ -4894,6 +5071,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus bFlee,10; @@ -4909,6 +5087,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; - Id: 4180 @@ -4921,6 +5100,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Dragon,5; UnEquipScript: | @@ -4935,6 +5115,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77); - Id: 4182 @@ -4947,6 +5128,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Demon,5; UnEquipScript: | @@ -4961,6 +5143,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; - Id: 4184 @@ -4973,6 +5156,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace2,RC2_Golem,30; - Id: 4185 @@ -4987,6 +5171,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; if (BaseClass == Job_Acolyte) { @@ -5003,6 +5188,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; bonus bVit,1; @@ -5016,6 +5202,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12030,RC_Demon,100; - Id: 4188 @@ -5030,6 +5217,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Fire,10; bonus3 bAddMonsterDropItem,990,RC_Brute,100; @@ -5043,6 +5231,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Curse,600; - Id: 4190 @@ -5055,6 +5244,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12027,RC_Undead,100; - Id: 4191 @@ -5067,6 +5257,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; - Id: 4192 @@ -5079,6 +5270,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Fish,7; @@ -5092,6 +5284,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice) bonus3 bAutoSpellWhenHit,"SM_ENDURE",1,200; @@ -5105,6 +5298,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77); - Id: 4195 @@ -5119,6 +5313,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Water,10; bonus3 bAddMonsterDropItem,991,RC_Fish,100; @@ -5132,6 +5327,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,909,2000; bonus2 bAddMonsterDropItem,7126,10; @@ -5145,6 +5341,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,1; - Id: 4198 @@ -5159,6 +5356,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bIntravision; - Id: 4199 @@ -5171,6 +5369,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPrecovRate,10; bonus bSPrecovRate,10; @@ -5184,6 +5383,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<6) bonus bMdef,7; @@ -5197,6 +5397,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Stun,600; - Id: 4202 @@ -5209,6 +5410,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Ghost,20; - Id: 4203 @@ -5221,6 +5423,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,15; bonus3 bAutoSpell,"MG_FIREBALL",3+7*(getskilllv("MG_FIREBALL") == 10),50; @@ -5234,6 +5437,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Brute,-20; bonus2 bSubRace,RC_Player_Doram,-20; @@ -5248,6 +5452,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,603,10; - Id: 4206 @@ -5262,6 +5467,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,644,30; - Id: 4207 @@ -5274,6 +5480,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_Small,25; bonus bDef,1; @@ -5287,6 +5494,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxSPrate,10; bonus2 bSkillAtk,"MG_FROSTDIVER",5; @@ -5300,6 +5508,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"BA_FROSTJOKER",1+4*(getskilllv("BA_FROSTJOKER") == 5),20; - Id: 4210 @@ -5312,6 +5521,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,"RG_INTIMIDATE",1,20; @@ -5327,6 +5537,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMdef,3; - Id: 4212 @@ -5339,6 +5550,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"SM_BASH",1,20; bonus2 bAddSkillBlow,"SM_BASH",5; @@ -5353,6 +5565,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Silence,600; - Id: 4214 @@ -5365,6 +5578,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Insect,7; @@ -5378,6 +5592,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItemGroup,IG_Food,600; - Id: 4216 @@ -5390,6 +5605,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Freeze,600; - Id: 4217 @@ -5402,6 +5618,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"AL_HEAL",1+9*(getskilllv("AL_HEAL") == 10),20; - Id: 4218 @@ -5414,6 +5631,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,-3; bonus bHPrecovRate,-20; @@ -5428,6 +5646,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,715,30; bonus2 bAddMonsterDropItem,716,30; @@ -5442,6 +5661,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,2; bonus bMdef,2; @@ -5455,6 +5675,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Insect,-20; bonus2 bExpAddRace,RC_Insect,10; @@ -5468,6 +5689,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Sleep,300; - Id: 4223 @@ -5482,6 +5704,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,1; bonus2 bResEff,Eff_Stun,2000; @@ -5495,6 +5718,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12032,RC_Brute,100; - Id: 4225 @@ -5507,6 +5731,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; bonus bHit,10; @@ -5520,6 +5745,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,2; if (getrefine()>8) @@ -5534,6 +5760,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddItemGroupHealRate,IG_Meat,50; bonus3 bAddMonsterDropItem,517,RC_Brute,200; @@ -5548,6 +5775,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12031,RC_Fish,100; - Id: 4229 @@ -5562,6 +5790,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus bVariableCastrate,-5; @@ -5575,6 +5804,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus3 bAutoSpellWhenHit,"AS_CLOAKING",5,100; @@ -5588,6 +5818,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace2,RC2_Guardian,50; - Id: 4232 @@ -5600,6 +5831,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddItemGroupHealRate,IG_Herb,50; bonus3 bAddMonsterDropItem,507,RC_Plant,300; @@ -5615,6 +5847,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,3; if (BaseClass == Job_Merchant) @@ -5629,6 +5862,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"AC_CONCENTRATION",1+9*(getskilllv("AC_CONCENTRATION") == 10),30; - Id: 4235 @@ -5641,6 +5875,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Angel,-20; bonus2 bExpAddRace,RC_Angel,10; @@ -5654,6 +5889,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99)); @@ -5667,6 +5903,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"PR_IMPOSITIO",3,3; - Id: 4238 @@ -5679,6 +5916,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"PR_LEXAETERNA",1,30; - Id: 4239 @@ -5691,6 +5929,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Formless,-20; bonus2 bExpAddRace,RC_Formless,10; @@ -5704,6 +5943,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<6) { bonus bDef,2; @@ -5721,6 +5961,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,300; if (readparam(bLuk)>=77) { @@ -5737,6 +5978,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,2; if (getrefine()>8) @@ -5751,6 +5993,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"AL_TELEPORT",1,500; - Id: 4244 @@ -5763,6 +6006,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"MG_SIGHT",1,200; bonus bMaxHP,300; @@ -5777,6 +6021,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_DemiHuman,-20; bonus2 bSubRace,RC_Player_Human,-20; @@ -5791,6 +6036,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_DemiHuman,7; @@ -5805,6 +6051,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus2 bAddDamageClass,1074,30; @@ -5818,6 +6065,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"AL_CRUCIS",5,30; - Id: 4249 @@ -5830,6 +6078,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Demon,-20; bonus2 bExpAddRace,RC_Demon,10; @@ -5843,6 +6092,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_Large,25; bonus bDef,1; @@ -5856,6 +6106,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace2,RC2_Guardian,40; - Id: 4252 @@ -5868,6 +6119,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkDef,5; - Id: 4253 @@ -5880,6 +6132,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubClass,Class_Boss,40; bonus2 bSubClass,Class_Normal,-40; @@ -5893,6 +6146,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_Medium,25; bonus bDef,1; @@ -5906,6 +6160,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace2,RC2_Orc,30; - Id: 4256 @@ -5918,6 +6173,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12034,RC_DemiHuman,100; - Id: 4257 @@ -5930,6 +6186,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; if (BaseClass == Job_Thief) @@ -5946,6 +6203,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus bMaxSP,50; @@ -5959,6 +6217,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,1; bonus bHPrecovRate,30; @@ -5974,6 +6233,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,1; bonus2 bResEff,Eff_Confusion,2000; @@ -5989,6 +6249,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,1; bonus2 bResEff,Eff_Bleeding,2000; @@ -6002,6 +6263,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12029,RC_Plant,100; - Id: 4263 @@ -6014,6 +6276,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bIgnoreDefClass,Class_Normal; bonus bHPrecovRate,-100; @@ -6035,6 +6298,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"WZ_JUPITEL",3+7*(getskilllv("WZ_JUPITEL") == 10),20; - Id: 4265 @@ -6047,6 +6311,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12033,RC_Angel,100; - Id: 4266 @@ -6059,6 +6324,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; - Id: 4267 @@ -6071,6 +6337,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Dragon,-20; bonus2 bExpAddRace,RC_Dragon,10; @@ -6084,6 +6351,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"AS_SONICBLOW",1,50; - Id: 4269 @@ -6098,6 +6366,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,-3; bonus bSPrecovRate,-20; @@ -6112,6 +6381,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Poison,600; - Id: 4271 @@ -6126,6 +6396,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Wind,10; bonus3 bAddMonsterDropItem,992,RC_Insect,100; @@ -6139,6 +6410,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus bCritical,3; @@ -6152,6 +6424,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus2 bAddDamageClass,1073,30; @@ -6165,6 +6438,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Undead,5; UnEquipScript: | @@ -6179,6 +6453,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Undead,-20; bonus2 bExpAddRace,RC_Undead,10; @@ -6192,6 +6467,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Stun,500,ATF_SHORT; bonus3 bAddEff,Eff_Curse,500,ATF_SHORT; @@ -6209,6 +6485,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; bonus2 bSkillAtk,"BA_MUSICALSTRIKE",10; @@ -6225,6 +6502,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<6) bonus bMdef,5; @@ -6238,6 +6516,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bSPrecovRate,-100; bonus bSPGainValue,10; @@ -6253,6 +6532,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"AL_BLESSING",2+8*(getskilllv("AL_BLESSING") == 10),30; - Id: 4281 @@ -6265,6 +6545,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,30; bonus bSPDrainValue,-1; @@ -6280,6 +6561,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItemGroup,IG_Recovery,600; - Id: 4283 @@ -6292,6 +6574,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"MO_CALLSPIRITS",5,2+18*(BaseClass == Job_Acolyte); - Id: 4284 @@ -6304,6 +6587,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus4 bAutoSpell,"AL_HEAL",5,50,1; - Id: 4285 @@ -6316,6 +6600,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee2,5; bonus bFlee,10; @@ -6329,6 +6614,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77); - Id: 4287 @@ -6341,6 +6627,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<6) bonus bMdef,8; @@ -6356,6 +6643,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; if (getrefine()>8) @@ -6370,6 +6658,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Plant,5; UnEquipScript: | @@ -6384,6 +6673,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMdef,3; bonus bMagicDamageReturn,5; @@ -6397,6 +6687,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace2,RC2_Kobold,30; - Id: 4292 @@ -6409,6 +6700,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Plant,7; @@ -6422,6 +6714,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; bonus2 bSkillAtk,"AL_HOLYLIGHT",10; @@ -6435,6 +6728,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice) bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100; @@ -6448,6 +6742,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Blind,600; - Id: 4296 @@ -6462,6 +6757,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bGetZenyNum,500,1; - Id: 4297 @@ -6474,6 +6770,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Brute,7; @@ -6488,6 +6785,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Confusion,600; - Id: 4299 @@ -6500,6 +6798,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"CR_AUTOGUARD",3+7*(getskilllv("CR_AUTOGUARD") == 10),30; UnEquipScript: | @@ -6514,6 +6813,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob == Job_Assassin); - Id: 4301 @@ -6526,6 +6826,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Bleeding,600; - Id: 4302 @@ -6538,6 +6839,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,100; bonus bDefRate,-50; @@ -6552,6 +6854,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; if (readparam(bStr)>=80) @@ -6570,6 +6873,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,2; bonus2 bSkillAtk,"CR_SHIELDCHARGE",10; @@ -6584,6 +6888,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,20; bonus3 bAutoSpell,"SM_MAGNUM",10,30; @@ -6597,6 +6902,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee2,1; - Id: 4307 @@ -6609,6 +6915,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Fish,5; UnEquipScript: | @@ -6623,6 +6930,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Formless,5; UnEquipScript: | @@ -6637,6 +6945,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,1; bonus2 bSubRace,RC_Formless,5; @@ -6650,6 +6959,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,10; bonus2 bCriticalAddRace,RC_Demon,7; @@ -6665,6 +6975,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Dark,15; bonus2 bSubEle,Ele_Undead,15; @@ -6678,6 +6989,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,3; bonus bHit,10; @@ -6695,6 +7007,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1+4*(getskilllv("WZ_QUAGMIRE") == 5),50,0; - Id: 4314 @@ -6707,6 +7020,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Formless,30; - Id: 4315 @@ -6719,6 +7033,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77); - Id: 4316 @@ -6731,6 +7046,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_Angel,5; UnEquipScript: | @@ -6745,6 +7061,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,15; if (BaseClass == Job_Thief) @@ -6759,6 +7076,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"WZ_STORMGUST",1,20; bonus2 bAddEff,Eff_Freeze,2000; @@ -6772,6 +7090,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,300; if (getrefine()>=9) @@ -6786,6 +7105,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"WZ_METEOR",1,20; - Id: 4321 @@ -6798,6 +7118,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bClassChange,100; - Id: 4322 @@ -6810,6 +7131,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,1; bonus bShortWeaponDamageReturn,5; @@ -6823,6 +7145,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"MG_FROSTDIVER",3,50; - Id: 4324 @@ -6835,6 +7158,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Freeze,5000; - Id: 4325 @@ -6847,6 +7171,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bSkillAtk,"MG_NAPALMBEAT",5; @@ -6860,6 +7185,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddItemGroupHealRate,IG_Fish,50; bonus3 bAddMonsterDropItem,551,RC_Fish,300; @@ -6874,6 +7200,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVariableCastrate,30; bonus bNoCastCancel; @@ -6888,6 +7215,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,15; bonus bCritical,1; @@ -6901,6 +7229,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPGainRace,RC_DemiHuman,5; bonus2 bSPGainRace,RC_Player_Human,5; @@ -6918,6 +7247,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,3; bonus2 bResEff,Eff_Blind,10000; @@ -6932,6 +7262,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritical,3; if (BaseClass == Job_Swordman) @@ -6946,6 +7277,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus bInt,1; @@ -6959,6 +7291,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF; - Id: 4334 @@ -6971,6 +7304,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkDef,10; bonus2 bSubEle,Ele_Neutral,10; @@ -6984,6 +7318,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"WZ_EARTHSPIKE",5; bonus2 bSkillAtk,"WZ_HEAVENDRIVE",5; @@ -7001,6 +7336,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPrecovRate,10; bonus2 bResEff,Eff_Bleeding,10000; @@ -7014,6 +7350,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,25; bonus bDef,-5; @@ -7027,6 +7364,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,readparam(bDex)/18; - Id: 4339 @@ -7039,6 +7377,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,-25; bonus bDef,3; @@ -7052,6 +7391,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Undead,30; - Id: 4341 @@ -7064,6 +7404,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"RG_STRIPWEAPON",1,50; - Id: 4342 @@ -7076,6 +7417,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,3; bonus bUnbreakableArmor; @@ -7092,6 +7434,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; - Id: 4344 @@ -7104,6 +7447,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12058,RC_Insect,50; - Id: 4345 @@ -7116,6 +7460,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"MG_THUNDERSTORM",5; bonus2 bSkillAtk,"WZ_JUPITEL",5; @@ -7132,6 +7477,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,readparam(bInt)/18; - Id: 4347 @@ -7144,6 +7490,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12053,RC_Fish,50; - Id: 4348 @@ -7156,6 +7503,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"RG_STRIPARMOR",1,50; - Id: 4349 @@ -7168,6 +7516,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus4 bAutoSpellWhenHit,"AL_PNEUMA",1,50,0; - Id: 4350 @@ -7180,6 +7529,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"WZ_FROSTNOVA",3; bonus2 bSkillAtk,"WZ_STORMGUST",3; @@ -7195,6 +7545,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<=4) { bonus bFlee,20; @@ -7213,6 +7564,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; bonus bMaxSPrate,10; @@ -7228,6 +7580,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,800-40*getrefine(); bonus bHPrecovRate,10; @@ -7243,6 +7596,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (readparam(bAgi)>=90) { bonus2 bResEff,Eff_Silence,3000; @@ -7262,6 +7616,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12043,RC_Brute,50; - Id: 4356 @@ -7274,6 +7629,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "SA_CASTCANCEL",1; - Id: 4357 @@ -7288,6 +7644,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "LK_BERSERK",1; bonus bMaxHPrate,-50; @@ -7303,6 +7660,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,getrefine()-6; - Id: 4359 @@ -7315,6 +7673,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "AS_CLOAKING",3; UnEquipScript: | @@ -7329,6 +7688,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bCriticalAddRace,RC_DemiHuman,10; bonus2 bCriticalAddRace,RC_Player_Human,10; @@ -7342,6 +7702,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBreakWeaponRate,1000; bonus bBreakArmorRate,700; @@ -7355,6 +7716,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAspdRate,-5; bonus bHit,30; @@ -7368,6 +7730,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",5,50,BF_WEAPON|BF_MAGIC,0; - Id: 4364 @@ -7382,6 +7745,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus5 bAutoSpellWhenHit,"PR_LEXDIVINA",5,150,BF_MAGIC,1; @@ -7397,6 +7761,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bIgnoreMdefClassRate,Class_Normal,100; bonus bVariableCastrate,100; @@ -7415,6 +7780,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bVariableCastrate,.@r*-1; @@ -7431,6 +7797,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bHPDrainRate,100,20; bonus bHPrecovRate,-10; @@ -7444,6 +7811,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAspdRate,5; bonus bHit,-30; @@ -7457,6 +7825,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,readparam(bAgi)/18; - Id: 4370 @@ -7469,6 +7838,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,getrefine()-5; - Id: 4371 @@ -7481,6 +7851,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; bonus bVariableCastrate,20; @@ -7496,6 +7867,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHealPower,30; bonus bUseSPrate,15; @@ -7509,6 +7881,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bLuk,.@r-5; @@ -7525,6 +7898,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,2; bonus2 bIgnoreMdefClassRate,Class_Boss,30; @@ -7538,6 +7912,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@i = (getrefine()>=9?15:10); bonus2 bSubEle,Ele_Neutral,.@i; @@ -7552,6 +7927,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,-40; bonus bMaxSPrate,50; @@ -7567,6 +7943,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12063,RC_Formless,50; - Id: 4378 @@ -7579,6 +7956,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<=4) { bonus bMaxHPrate,8; @@ -7602,6 +7980,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine()<=4) { bonus bSPrecovRate,5; @@ -7620,6 +7999,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"WZ_FIREPILLAR",5; bonus2 bSkillAtk,"WZ_METEOR",5; @@ -7635,6 +8015,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bMaxHPrate,10; @@ -7648,6 +8029,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,500; bonus bHPrecovRate,10; @@ -7661,6 +8043,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF; - Id: 4384 @@ -7673,6 +8056,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"SA_SPELLBREAKER",1,100; - Id: 4385 @@ -7685,6 +8069,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12048,RC_Dragon,50; - Id: 4386 @@ -7697,6 +8082,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMdef,-20; bonus2 bResEff,Eff_Freeze,10000; @@ -7711,6 +8097,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,readparam(bLuk)/18; - Id: 4388 @@ -7723,6 +8110,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"MG_NAPALMBEAT",5; bonus2 bSkillAtk,"MG_SOULSTRIKE",5; @@ -7739,6 +8127,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,12118,50; bonus2 bAddMonsterDropItem,12119,50; @@ -7754,6 +8143,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus2 bAddEff,Eff_Bleeding,500; @@ -7767,6 +8157,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddMonsterDropItem,12068,RC_Angel,50; - Id: 4392 @@ -7779,6 +8170,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,readparam(bVit)/18; - Id: 4393 @@ -7791,6 +8183,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,readparam(bStr)/18; - Id: 4394 @@ -7803,6 +8196,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseJob == Job_Priest) bonus3 bAutoSpell,"CR_GRANDCROSS",5,20; @@ -7816,6 +8210,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus3 bAutoSpell,"AL_DECAGI",3,50; @@ -7829,6 +8224,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,getrefine()-5; - Id: 4397 @@ -7841,6 +8237,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,getrefine()-6; - Id: 4398 @@ -7853,6 +8250,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Angel,10; - Id: 4399 @@ -7865,6 +8263,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefRatioAtkClass,Class_All; bonus bSPDrainValue,-1; @@ -7880,6 +8279,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"DC_WINKCHARM",1,50+50*(BaseJob == Job_Dancer); - Id: 4401 @@ -7892,6 +8292,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; bonus bDef,-5; @@ -7905,6 +8306,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) { bonus bStr,2; @@ -7926,6 +8328,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDelayRate,-30; - Id: 4404 @@ -7938,6 +8341,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF; - Id: 4405 @@ -7950,6 +8354,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMagicDamageReturn,getrefine()*2; if (BaseClass == Job_Mage) @@ -7964,6 +8369,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,2; - Id: 4407 @@ -7976,6 +8382,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUnbreakableWeapon; bonus2 bAddClass,Class_All,10; @@ -7990,6 +8397,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Holy,40; bonus2 bAddEle,Ele_Dark,40; @@ -8005,6 +8413,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,5; bonus bDef,-10; @@ -8020,6 +8429,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,15; if (BaseClass == Job_Swordman) @@ -8036,6 +8446,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; autobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }"; @@ -8051,6 +8462,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; autobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; @@ -8064,6 +8476,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_All,15; autobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }"; @@ -8077,6 +8490,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "MG_STONECURSE",1; bonus2 bResEff,Eff_Stone,3000; @@ -8091,6 +8505,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,536,500; bonus2 bAddItemHealRate,536,100; @@ -8104,6 +8519,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"MG_COLDBOLT",25; bonus2 bVariableCastrate,"MG_COLDBOLT",-25; @@ -8117,6 +8533,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,2; autobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }"; @@ -8130,6 +8547,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"MG_COLDBOLT",2,100; - Id: 4419 @@ -8142,6 +8560,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Fire,50; bonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,20,BF_WEAPON|BF_MAGIC,0; @@ -8155,6 +8574,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"AL_HEAL",1,100; bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100; @@ -8168,6 +8588,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCriticalLong,15; - Id: 4422 @@ -8180,6 +8601,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,5; bonus bFlee2,3; @@ -8195,6 +8617,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,5; bonus2 bAddEle,Ele_Water,5; @@ -8208,6 +8631,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "TF_PICKSTONE",1; skill "TF_THROWSTONE",1; @@ -8221,6 +8645,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,25; autobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }"; @@ -8234,6 +8659,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseJob == Job_Rogue) { bonus bMatkRate,10; @@ -8249,6 +8675,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@i = getiteminfo(getequipid(EQI_HAND_R),11); if (.@i == W_1HSWORD || .@i == W_2HSWORD) { @@ -8266,6 +8693,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) { bonus bHit,5; @@ -8282,6 +8710,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"WZ_FIREPILLAR",40; bonus2 bSkillAtk,"WZ_METEOR",40; @@ -8295,6 +8724,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,(JobLevel/10); bonus bCritical,(JobLevel/10); @@ -8310,6 +8740,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"MG_FIREBALL",5,20; bonus3 bAutoSpell,"MG_FIREBOLT",5,20; @@ -8323,6 +8754,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus2 bAddEle,Ele_Earth,10; @@ -8339,6 +8771,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"MG_FIREBOLT",25; bonus2 bVariableCastrate,"MG_FIREBOLT",-25; @@ -8354,6 +8787,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Formless,5; bonus3 bAddMonsterDropItem,756,RC_Formless,10; @@ -8368,6 +8802,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_DemiHuman,1; bonus2 bAddRace,RC_Player_Human,1; @@ -8384,6 +8819,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bCriticalAddRace,RC_DemiHuman,5; bonus2 bCriticalAddRace,RC_Player_Human,5; @@ -8402,6 +8838,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,1; bonus2 bAddItemHealRate,517,100; @@ -8418,6 +8855,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseClass == Job_Mage) { bonus bMaxSP,100; @@ -8436,6 +8874,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Blind,3000; bonus2 bResEff,Eff_Stun,3000; @@ -8455,6 +8894,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@i = getiteminfo(getequipid(EQI_HAND_R),11); if (.@i == W_STAFF || .@i == W_2HSTAFF) { @@ -8472,6 +8912,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,10; bonus bMaxSPrate,-50; @@ -8488,6 +8929,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Neutral,20; bonus2 bAddEle,Ele_Neutral,5; @@ -8501,6 +8943,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Water,20; bonus2 bAddEle,Ele_Water,5; @@ -8514,6 +8957,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Earth,20; bonus2 bAddEle,Ele_Earth,5; @@ -8527,6 +8971,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Wind,20; bonus2 bAddEle,Ele_Wind,5; @@ -8540,6 +8985,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,15; bonus2 bAddEff,Eff_Stun,(BaseLevel>=100?300:200); @@ -8553,6 +8999,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Poison,20; bonus2 bAddEle,Ele_Poison,5; @@ -8566,6 +9013,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Holy,20; bonus2 bAddEle,Ele_Holy,5; @@ -8579,6 +9027,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Dark,20; bonus2 bAddEle,Ele_Dark,5; @@ -8592,6 +9041,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus bMatk,10; @@ -8605,6 +9055,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,100; - Id: 4452 @@ -8617,6 +9068,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus bMatk,3; @@ -8630,6 +9082,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,25; - Id: 4454 @@ -8642,6 +9095,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT - Id: 4455 AegisName: Light_Up_Card2 Name: Light Up Card @@ -8652,6 +9106,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT - Id: 4456 AegisName: Nidhogg_Shadow_Card Name: Nidhoggur Shadow Card @@ -8662,6 +9117,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,5; if (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T) @@ -8676,6 +9132,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Ghost,30; - Id: 4458 @@ -8690,6 +9147,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; autobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect2 EF_HASTEUP; }"; @@ -8705,6 +9163,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,10; autobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }"; @@ -8720,6 +9179,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHealPower,4; bonus2 bSkillUseSP,"AL_HEAL",-15; @@ -8735,6 +9195,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,1; bonus bAgi,1; @@ -8749,6 +9210,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bDef,5; @@ -8769,6 +9231,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritical,5; .@r = getrefine(); @@ -8788,6 +9251,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,20; - Id: 4465 @@ -8800,6 +9264,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) { @@ -8821,6 +9286,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkRate,3; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) { @@ -8842,6 +9308,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; if (BaseClass == Job_Merchant) { @@ -8859,6 +9326,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; bonus2 bAddMonsterDropItem,7932,10; @@ -8877,6 +9345,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Fish,10; - Id: 4470 @@ -8889,6 +9358,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Plant,10; - Id: 4471 @@ -8901,6 +9371,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Dragon,10; - Id: 4472 @@ -8913,6 +9384,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,10; bonus2 bMagicAddRace,RC_Player_Doram,10; @@ -8926,6 +9398,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Undead,10; - Id: 4474 @@ -8938,6 +9411,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_DemiHuman,10; bonus2 bMagicAddRace,RC_Player_Human,10; @@ -8951,6 +9425,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Formless,10; - Id: 4476 @@ -8963,6 +9438,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Insect,10; - Id: 4477 @@ -8975,6 +9451,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,10; - Id: 4478 @@ -8987,6 +9464,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT - Id: 4479 AegisName: Light_Up_Card4 Name: Light Up Card @@ -8997,6 +9475,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT - Id: 4480 AegisName: Sealed_Kiel_Card Name: Sealed Kiel Card @@ -9009,6 +9488,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDelayRate,((getrefine()>14)?-20:-15); - Id: 4481 @@ -9021,6 +9501,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25); bonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,10,BF_WEAPON|BF_MAGIC,0; @@ -9034,6 +9515,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@rate = ((getrefine()>14)?7:5); bonus bMaxHPrate,.@rate; @@ -9050,6 +9532,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSPDrainRate,((getrefine()>14)?70:50),5; - Id: 4484 @@ -9064,6 +9547,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bNoGemStone; bonus bUseSPrate,((getrefine()>14)?35:50); @@ -9077,6 +9561,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@rate = ((getrefine()>14)?30:20); bonus2 bAddEle,Ele_Holy,.@rate; @@ -9093,6 +9578,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVariableCastrate,-15; - Id: 4487 @@ -9105,6 +9591,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,(JobLevel/20); bonus bCritical,(JobLevel/20); @@ -9120,6 +9607,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,50; - Id: 4489 @@ -9134,6 +9622,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUseSPrate,-15; - Id: 4490 @@ -9146,6 +9635,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "AL_INCAGI",((getrefine()>14)?5:1); - Id: 4491 @@ -9158,6 +9648,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPrecovRate,-100; bonus2 bHPDrainRate,50,((getrefine()>14)?15:10); @@ -9173,6 +9664,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,3; bonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000); @@ -9186,6 +9678,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,((getrefine()>14)?75:50); bonus bDefRate,-50; @@ -9200,6 +9693,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@rate = ((getrefine()>14)?15:10); bonus2 bAddClass,Class_All,.@rate; @@ -9214,6 +9708,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAllStats,1; bonus3 bAutoSpellWhenHit,"PR_KYRIE",((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99)); @@ -9227,6 +9722,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@rate = (getrefine()>=15?75:50); bonus2 bAddSize,Size_All,.@rate; @@ -9241,6 +9737,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"WZ_STORMGUST",1,10; bonus2 bAddEff,Eff_Freeze,((getrefine()>14)?1500:1000); @@ -9254,6 +9751,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMaxHPrate,((.@r>14)?-50:-60); @@ -9270,6 +9768,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bIgnoreDefClass,Class_Normal; bonus bHPrecovRate,-100; @@ -9294,6 +9793,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15); - Id: 4501 @@ -9306,6 +9806,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0; - Id: 4502 @@ -9318,6 +9819,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bBreakWeaponRate,(.@r>14?800:500); @@ -9334,6 +9836,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,2; bonus2 bIgnoreMdefClassRate,Class_Boss,((getrefine()>14)?25:15); @@ -9347,6 +9850,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,((getrefine()>14)?-35:-50); bonus bNoWalkDelay; @@ -9360,6 +9864,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,20; bonus bMaxSPrate,-1; @@ -9375,6 +9880,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,2; if (BaseClass == Job_Archer) { @@ -9390,6 +9896,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace2,RC2_SCARABA,30; bonus2 bAddMonsterDropItem,12806,30; @@ -9403,6 +9910,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,20; bonus bMaxHPrate,-1; @@ -9418,6 +9926,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,3; bonus2 bSubRace,RC_Insect,10; @@ -9434,6 +9943,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"WM_LULLABY_DEEPSLEEP",1,30; - Id: 4511 @@ -9446,6 +9956,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Silence,500,ATF_MAGIC; - Id: 4512 @@ -9460,6 +9971,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHealPower,3; if (BaseClass == Job_Acolyte) { @@ -9477,6 +9989,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,2; if (BaseClass == Job_Thief) { @@ -9492,6 +10005,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Undead,20; - Id: 4515 @@ -9504,6 +10018,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Plant,30; - Id: 4516 @@ -9516,6 +10031,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,50; bonus bFlee,-25; @@ -9531,6 +10047,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; if (BaseClass == Job_Mage) { @@ -9546,6 +10063,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Burning,500,ATF_TARGET; - Id: 4519 @@ -9558,6 +10076,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Angel,20; - Id: 4520 @@ -9570,6 +10089,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,3; bonus2 bAddEff,Eff_Confusion,5000; @@ -9584,6 +10104,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,15; - Id: 4522 @@ -9596,6 +10117,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus4 bAddEff,Eff_Crystalize,500,ATF_SHORT,3000; - Id: 4523 @@ -9608,6 +10130,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Water; bonus2 bSubRace,RC_Fish,10; @@ -9623,6 +10146,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; if (BaseClass == Job_Swordman) { @@ -9638,6 +10162,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; skill "TF_HIDING",1; @@ -9655,6 +10180,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxSPrate,5; bonus bMdef,50; @@ -9668,6 +10194,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; bonus bDef,100; @@ -9683,6 +10210,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMatkRate,2+(.@r/2); @@ -9699,6 +10227,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddClass,Class_All,2+(.@r/2); @@ -9715,6 +10244,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; if (BaseClass == Job_Merchant) { @@ -9730,6 +10260,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Curse,100,ATF_MAGIC; - Id: 4532 @@ -9742,6 +10273,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus3 bAutoSpell,"AL_INCAGI",1,50; @@ -9755,6 +10287,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Blind,100,ATF_MAGIC; - Id: 4534 @@ -9767,6 +10300,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,12; skill "WZ_WATERBALL",5; @@ -9780,6 +10314,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,(getrefine()>=15?8:5); bonus5 bAutoSpell,"SA_DISPELL",1,1,BF_NORMAL,1; @@ -9794,6 +10329,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bBaseAtk,((.@r>14)?25:15); @@ -9808,6 +10344,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,((getrefine()>14)?75:50); - Id: 4538 @@ -9822,6 +10359,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bHealPower,(.@r>14?25:15); @@ -9836,6 +10374,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMatkRate,((.@r>14)?8:5); @@ -9854,6 +10393,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@rate = ((getrefine()>14)?350:250); bonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT; @@ -9874,6 +10414,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bIgnoreMdefClassRate,Class_Normal,100; .@rate = ((getrefine()>14)?120:150); @@ -9891,6 +10432,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000); bonus5 bAutoSpell,"SA_LANDPROTECTOR",1,1,BF_MAGIC,1; @@ -9905,6 +10447,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500); - Id: 4544 @@ -9919,6 +10462,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,3; .@i = (getrefine()>14?7500:5000); @@ -9936,6 +10480,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,1; - Id: 4546 @@ -9948,6 +10493,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT - Id: 4547 AegisName: Upd_Byorgue_Card Name: Enhanced Byorgue Card @@ -9958,6 +10504,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseJob == Job_Rogue) { bonus bMatkRate,10; @@ -9975,6 +10522,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"WZ_FIREPILLAR",40; bonus2 bSkillAtk,"WZ_METEOR",40; @@ -9990,6 +10538,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bIntravision; bonus bAllStats,1; @@ -10004,6 +10553,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) { bonus2 bSkillAtk,"RA_ARROWSTORM",50; @@ -10021,6 +10571,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,10; - Id: 4553 @@ -10033,6 +10584,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,100; - Id: 4554 @@ -10045,6 +10597,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,100; - Id: 4555 @@ -10059,6 +10612,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,100; - Id: 4556 @@ -10073,6 +10627,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,50+getrefine()*5; bonus bFixedCastrate,-70; @@ -10088,6 +10643,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,25; - Id: 4559 @@ -10100,6 +10656,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAspd,1; bonus bMaxSPrate,-10; @@ -10113,6 +10670,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "BA_POEMBRAGI",10; bonus bFlee,(readparam(bVit)>=110)?40:20; @@ -10126,6 +10684,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,(readparam(bDex)>=110)?14:7; bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",5,70,BF_MAGIC,0; @@ -10139,6 +10698,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,(readparam(bAgi)>=110)?14:7; bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",5,70,BF_WEAPON,1; @@ -10152,6 +10712,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritical,(readparam(bStr)>=110)?40:20; bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",5,70,BF_WEAPON,1; @@ -10165,6 +10726,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHit,(readparam(bLuk)>=110)?40:20; bonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,70,BF_WEAPON,1; @@ -10178,6 +10740,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,(readparam(bInt)>=110)?20:10; bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",10,70,BF_WEAPON,0; @@ -10191,6 +10754,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | skill "DC_FORTUNEKISS",10; bonus bFlee,(readparam(bVit)>=110)?40:20; @@ -10204,6 +10768,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; if (BaseJob == Job_Bard) { @@ -10220,6 +10785,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; skill "SA_ABRACADABRA",1; @@ -10233,6 +10799,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; skill "MO_CALLSPIRITS",2; @@ -10246,6 +10813,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; bonus2 bAddItemGroupHealRate,IG_Flamel_Card,200; @@ -10259,6 +10827,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; skill "RG_CLOSECONFINE",1; @@ -10272,6 +10841,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; skill "CR_AUTOGUARD",3; @@ -10285,6 +10855,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bFlee,10; if (BaseJob == Job_Dancer) { @@ -10301,6 +10872,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@i = getiteminfo(getequipid(EQI_HAND_R),11); if (.@i == W_1HSWORD || .@i == W_2HSWORD) { @@ -10316,6 +10888,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,10; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) { @@ -10337,6 +10910,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Wind,100; bonus2 bMagicAtkEle,Ele_Ghost,100; @@ -10351,6 +10925,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Wind,20; bonus2 bMagicAtkEle,Ele_Ghost,20; @@ -10364,6 +10939,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,30; bonus2 bSubRace,RC_All,-10; @@ -10378,6 +10954,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MACE) { bonus bBaseAtk,20; @@ -10396,6 +10973,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Water,50; bonus2 bSubEle,Ele_Earth,50; @@ -10415,6 +10993,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | autobonus "{ bonus bAgi,44; heal 0,-40; }",500,3000,0,"{ sc_start SC_SPEEDUP1,3000,50; }"; - Id: 4582 @@ -10429,6 +11008,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,(getrefine()/2); - Id: 4583 @@ -10443,6 +11023,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Poison,30; bonus2 bMagicAddEle,Ele_Poison,30; @@ -10457,6 +11038,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bSPDrainValue,1; bonus bMaxSPrate,-1; @@ -10470,6 +11052,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxSPrate,10; bonus bHPGainValue,-666; @@ -10485,6 +11068,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Wind,(getrefine()>=9)?10:5; @@ -10498,6 +11082,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bCriticalAddRace,RC_Brute,12; bonus2 bCriticalAddRace,RC_Player_Doram,12; @@ -10513,6 +11098,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5*readparam(bStr)/10; - Id: 4589 @@ -10525,6 +11111,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,200*readparam(bVit)/10; - Id: 4590 @@ -10537,6 +11124,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,4; bonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",5,70,BF_MAGIC,0; @@ -10550,6 +11138,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,4; bonus5 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",5,70,BF_WEAPON,0; @@ -10563,6 +11152,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,4; bonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",5,70,BF_MAGIC,0; @@ -10576,6 +11166,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkRate,readparam(bDex)/10; - Id: 4594 @@ -10588,6 +11179,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritAtkRate,2*(readparam(bLuk)/10); - Id: 4595 @@ -10600,6 +11192,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAspdRate,2*(readparam(bAgi)/10); - Id: 4596 @@ -10612,6 +11205,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,5*(readparam(bInt)/10); - Id: 4597 @@ -10626,6 +11220,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Water,(getrefine()>=9)?10:5; @@ -10641,6 +11236,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Ghost,(getrefine()>=9)?10:5; @@ -10656,6 +11252,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Fire,(getrefine()>=9)?10:5; @@ -10671,6 +11268,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,10; bonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5; @@ -10684,6 +11282,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,15; bonus bMatkRate,15; @@ -10701,6 +11300,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,20; bonus bMatkRate,20; @@ -10718,6 +11318,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,20; bonus5 bAutoSpell,"NPC_WIDESTONE",1,70,BF_WEAPON,0; @@ -10733,6 +11334,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,30; bonus5 bAutoSpell,"NPC_WIDESTONE",2,70,BF_WEAPON,0; @@ -10748,6 +11350,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,-44; bonus bHPGainValue,200+10*getrefine(); @@ -10761,6 +11364,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxSPrate,-44; bonus bSPGainValue,20+(getrefine()/2); @@ -10776,6 +11380,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,5; bonus bMatk,5; @@ -10800,6 +11405,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,15; bonus2 bAddSize,Size_Medium,20; @@ -10814,6 +11420,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,20; bonus2 bSubSize,Size_Medium,25; @@ -10828,6 +11435,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAbsorbDmgMaxHP,100; - Id: 4625 @@ -10840,6 +11448,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,20; bonus bUseSPrate,10; @@ -10853,6 +11462,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Formless,5; bonus2 bMagicAddRace,RC_Demon,5; @@ -10866,6 +11476,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Formless,10; bonus2 bAddRace,RC_Demon,10; @@ -10879,6 +11490,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Formless,20; bonus2 bSubRace,RC_Demon,20; @@ -10892,6 +11504,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Earth,getrefine()*3; @@ -10905,6 +11518,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus3 bAutoSpell,"NPC_WIDECURSE",2,20; - Id: 4631 @@ -10917,6 +11531,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAspdRate,3; - Id: 4632 @@ -10929,6 +11544,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus5 bAutoSpell,"SA_VIOLENTGALE",(getskilllv("SA_VIOLENTGALE") == 5?5:1),1,BF_WEAPON,0; - Id: 4633 @@ -10941,6 +11557,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkRate,(BaseLevel>=100?12:10); - Id: 4634 @@ -10953,6 +11570,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (BaseLevel<100) { bonus bCritical,9; @@ -10971,6 +11589,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bDef,(.@r*10); @@ -10987,6 +11606,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Freeze,10000; bonus2 bAddClass,Class_All,10; @@ -11001,6 +11621,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPGainValue,50; bonus bSPGainValue,5; @@ -11018,6 +11639,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,30; bonus bSPDrainValue,-5; @@ -11031,6 +11653,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,1; - Id: 4640 @@ -11043,6 +11666,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,1; - Id: 4641 @@ -11055,6 +11679,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bNoRegen,2; bonus bSPDrainValue,1; @@ -11068,6 +11693,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (.@r>6) { @@ -11086,6 +11712,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (.@r>6) { @@ -11104,6 +11731,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (.@r>6) { @@ -11122,6 +11750,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (.@r>6) { @@ -11140,6 +11769,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHPrate,8; bonus bMaxSPrate,4; @@ -11153,6 +11783,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bHPGainValue,300; - Id: 4648 @@ -11165,6 +11796,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus4 bAutoSpellWhenHit,"SM_PROVOKE",10,500,1; - Id: 4649 @@ -11177,6 +11809,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritical,100; - Id: 4650 @@ -11191,6 +11824,7 @@ Body: Head_Top: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,3; bonus3 bAddEffWhenHit,Eff_Stun,10000,ATF_MAGIC; @@ -11204,6 +11838,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,10000; bonus bAgi,-10; @@ -11217,6 +11852,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,50; bonus2 bMagicAddRace,RC_Undead,50; @@ -11232,6 +11868,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Brute,20; bonus2 bSubRace,RC_Player_Doram,20; @@ -11246,6 +11883,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,5; bonus2 bMagicAddRace,RC_Player_Doram,5; @@ -11260,6 +11898,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,10; bonus2 bAddRace,RC_Player_Doram,10; @@ -11274,6 +11913,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | /* Unofficial chance */ bonus3 bAutoSpellWhenHit,"NPC_WIDESLEEP",2,10; @@ -11287,6 +11927,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Fire,getrefine()*3; @@ -11300,6 +11941,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddClass,Class_All,5; if (getrefine()>6) { @@ -11316,6 +11958,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bLuk,2; bonus bMaxHP,50; @@ -11327,6 +11971,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_Small,5; bonus2 bSubSize,Size_Medium,5; @@ -11338,6 +11984,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_Medium,20; bonus2 bSubSize,Size_Large,20; @@ -11350,6 +11998,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus bAtk,25-5*min(readParam(bStr)/10,5); bonus bMatk,25-5*min(readParam(bInt)/10,5); @@ -11365,6 +12015,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSP,5; - Id: 4664 @@ -11375,6 +12027,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bLuk,1; bonus bMaxHP,100; @@ -11386,6 +12040,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bAtk,5; - Id: 4666 @@ -11396,6 +12052,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSP,10; bonus bMaxHP,300; @@ -11407,6 +12065,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSP,30; - Id: 4668 @@ -11419,6 +12079,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bVit,1; bonus bInt,1; @@ -11430,6 +12092,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3)); @@ -11441,6 +12105,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3)); @@ -11454,6 +12120,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) { bonus bMaxHPrate,10; @@ -11473,6 +12140,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) { bonus bMaxHPrate,10; @@ -11492,6 +12160,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) { bonus bMaxHPrate,15; @@ -11511,6 +12180,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) { bonus bFlee2,10; @@ -11530,6 +12200,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) { bonus bMaxHPrate,10; @@ -11549,6 +12220,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) { bonus bCritical,20; @@ -11568,6 +12240,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) { bonus bHit,20; @@ -11587,6 +12260,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) { bonus bMdef,80; @@ -11606,6 +12280,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) { bonus bAspd,2; @@ -11625,6 +12300,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) { bonus bDef,350; @@ -11644,6 +12320,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) { bonus bFlee,20; @@ -11663,6 +12340,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) { bonus2 bAddClass,Class_All,5; @@ -11682,6 +12360,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) { bonus bMaxHPrate,10; @@ -11701,6 +12380,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11717,6 +12397,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11733,6 +12414,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11749,6 +12431,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11765,6 +12448,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11781,6 +12465,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11797,6 +12482,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11813,6 +12499,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11829,6 +12516,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11845,6 +12533,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11861,6 +12550,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11877,6 +12567,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11893,6 +12584,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getrefine() > 9) .@b += 20; @@ -11907,6 +12599,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSP,-300; bonus bBreakArmorRate,1500; @@ -11919,6 +12613,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"NC_AXEBOOMERANG",30+((getrefine() >= 10)*30); - Id: 4699 @@ -11929,6 +12625,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"NC_ARMSCANNON",20+((getrefine()>=10)*20); - Id: 4700 @@ -33406,6 +34104,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Trade: Override: 100 NoDrop: true @@ -35703,6 +36403,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,8; if ((eaclass()&EAJ_THIRDMASK) == EAJ_MECHANIC) { @@ -35716,6 +36418,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"NC_VULCANARM",10+((getrefine()>=10)*20); - Id: 27014 @@ -35726,6 +36430,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,2; autobonus2 "{ bonus2 bHPRegenRate,1000,1000; }",30,5000; @@ -35739,6 +36445,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bHPrecovRate,25; bonus bSPrecovRate,25; @@ -35753,6 +36461,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bCriticalAddRace,RC_Formless,30; - Id: 27017 @@ -35763,6 +36473,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Formless,10*((getrefine()>=7)*5); /* TODO: Has a chance to gain accessories when a monster is killed. */ @@ -35774,6 +36486,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bDelayrate,-(1+(BaseLevel>=90)+(BaseLevel>=120)); - Id: 27019 @@ -35784,6 +36498,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bHit,1+(BaseLevel>=90)+(BaseLevel>=120); - Id: 27020 @@ -35794,6 +36510,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,10; bonus3 bAutoSpell,"NPC_WIDESOULDRAIN",2,50+((getrefine()/3)*10); @@ -35805,6 +36523,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bDef,30; bonus bMdef,10; @@ -35823,6 +36543,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bVariableCastRate,"MG_FIREBALL",-50; bonus2 bSkillAtk,"MG_FIREBALL",100; @@ -35834,6 +36556,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bDef,50; bonus2 bSubDefEle,Ele_Fire,10; @@ -35845,6 +36569,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bMagicAddEle,Ele_Earth,3+((.@r>=7)*5)+((.@r>=9)*7); @@ -35856,6 +36582,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Fire,20; bonus2 bAddEle,Ele_Fire,5; @@ -35869,6 +36597,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus3 bAddEff,Eff_Burning,700,ATF_WEAPON|ATF_MAGIC; - Id: 27081 @@ -35879,6 +36609,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | skill "PA_PRESSURE",4; - Id: 27082 @@ -35889,6 +36621,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | .@val = 5; bonus bCritAtkRate,10; @@ -35904,6 +36638,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,20; bonus bMatk,20; @@ -35915,6 +36651,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,10; if (getrefine() >= 10) { @@ -35928,6 +36666,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,15; bonus bMatk,15; @@ -35939,6 +36679,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_BOW) { bonus3 bAutoSpell,"AC_DOUBLE",5,30; @@ -35954,6 +36696,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,25; autobonus "{ bonus bNoCastCancel; }",5,5000,BF_MAGIC,"{ showscript \"This is the truth!\"; }"; @@ -35967,6 +36711,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,2; bonus5 bAutoSpell,"SM_ENDURE",1,5,BF_SHORT,0; @@ -35978,6 +36724,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,20; bonus bNoCastCancel; @@ -35991,6 +36739,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus2 bResEff,Eff_Burning,10000; - Id: 27103 @@ -36001,6 +36751,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,20; bonus bUnbreakableWeapon; @@ -36013,6 +36765,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | skill "PF_HPCONVERSION",1; - Id: 27105 @@ -36023,6 +36777,8 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + DropEffect: CLIENT Script: | skill "HW_NAPALMVULCAN",4; - Id: 27106 @@ -36033,6 +36789,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (BaseJob == Job_Bard || BaseJob == Job_Dancer) { bonus bMatk,(15*getrefine()); @@ -36045,6 +36803,8 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Neutral,20; - Id: 27108 @@ -36055,6 +36815,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddEle,Ele_Neutral,20; - Id: 27109 @@ -36067,6 +36829,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Neutral,10; bonus bMaxHP,500; @@ -36078,6 +36842,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bLongAtkDef,20; - Id: 27111 @@ -36088,6 +36854,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddItemHealRate,11522,50; bonus2 bAddItemHealRate,11523,50; @@ -36100,6 +36868,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bDef,(5*(1+getrefine())); - Id: 27113 @@ -36110,6 +36880,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine())); - Id: 27114 @@ -36120,6 +36892,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,(10+(getrefine()/3)); .@val = 50; @@ -36138,6 +36912,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bInt,1; @@ -36153,6 +36929,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bCritical,3; bonus bCritAtkRate,5; @@ -36164,6 +36942,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11); if (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) { @@ -36180,6 +36960,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; bonus bStr,2; @@ -36201,6 +36983,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bDef,30; bonus bMdef,5; @@ -36213,6 +36997,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | skill "PR_STRECOVERY",1; - Id: 27121 @@ -36223,6 +37009,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | .@val = 10; if (getrefine() >= 9) { @@ -36238,6 +37026,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@val = 3; .@r = getrefine(); @@ -36258,6 +37048,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | .@val = 10; if (getrefine() >= 9) { @@ -36274,6 +37066,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | .@val = 10; if (getrefine() >= 9) { @@ -36289,6 +37083,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Water,20; bonus2 bMagicAtkEle,Ele_Holy,20; @@ -36300,6 +37096,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Wind,40; bonus2 bAddEle,Ele_Earth,40; @@ -36314,6 +37112,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bHit,(BaseLevel >= 90 ? 15 : 5); - Id: 27148 @@ -36324,6 +37124,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bFlee,(BaseLevel >= 90 ? 20 : 10); - Id: 27149 @@ -36334,6 +37136,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11); .@r = getrefine(); @@ -36348,6 +37152,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHP,1000; bonus bMaxSP,200; @@ -36363,6 +37169,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0); bonus bMdef,5; @@ -36374,6 +37182,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; .@r = getrefine()/2; @@ -36387,6 +37197,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddEle,Ele_Water,(.@r >= 9 ? 10 : 5); @@ -36401,6 +37213,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Wind,30; - Id: 27159 @@ -36413,6 +37227,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,(getrefine() >= 9 ? 15 : 10); - Id: 27160 @@ -36423,6 +37239,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bFlee,getrefine()*2; - Id: 27161 @@ -36433,6 +37251,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Fire,20; bonus2 bMagicAtkEle,Ele_Earth,20; @@ -36446,6 +37266,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bSPDrainValue,5; bonus bUseSPrate,50; @@ -36457,6 +37279,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bAgi,-1; bonus bDex,-1; @@ -36469,6 +37293,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,-10; .@r = getrefine(); @@ -36482,6 +37308,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bVit,-1; bonus bInt,-1; @@ -36494,6 +37322,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); .@sub = 2+(.@r >= 9 ? 3 : .@r >= 7 ? 1 : 0); @@ -36506,6 +37336,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Water,getrefine()*3; @@ -36517,6 +37349,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus bHit,10 + 5 * (getrefine()/3); - Id: 27169 @@ -36527,6 +37361,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@atk = 5; .@r = getrefine(); @@ -36546,6 +37382,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bAgi,7; bonus bHit,7; @@ -36557,6 +37395,8 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bStr,4; bonus2 bAddClass,Class_All,4; @@ -36568,6 +37408,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@bonus = 5; .@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11); @@ -36590,6 +37432,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@bonus = 10; .@r = getrefine(); @@ -36608,6 +37452,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@bonus = 10; .@r = getrefine(); @@ -36626,6 +37472,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Small,10; bonus2 bMagicAddSize,Size_Small,10; @@ -36637,6 +37485,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | .@str = readparam(bStr); .@bonus = 3*(.@str/10); @@ -36653,6 +37503,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | .@int = readparam(bInt); .@bonus = 3*(.@int/10); @@ -36669,6 +37521,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubClass,Class_Normal,25; bonus2 bSubClass,Class_Boss,-50; @@ -36680,6 +37534,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bNoCastCancel; .@hp = -12; @@ -36698,6 +37554,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; @@ -36709,6 +37567,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bLongAtkRate,1 + .@r/2; @@ -36721,6 +37581,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bAtk,30; .@r = getrefine(); @@ -36734,6 +37596,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bAtk,20; if (readparam(bStr) >= 120) { @@ -36748,6 +37612,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bAtk,20; bonus2 bAddRace,RC_Demon,30; @@ -36760,6 +37626,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddSize,Size_Small,15; - Id: 27197 @@ -36770,6 +37638,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Small,15; - Id: 27198 @@ -36780,6 +37650,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_Player_Doram,15; @@ -36791,6 +37663,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,15; bonus2 bMagicAddRace,RC_Player_Doram,15; @@ -36829,6 +37703,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddMonsterDropItem,12806,30; if (getrefine()>=15) { @@ -36844,6 +37720,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bSplashRange,1; if (getrefine()>=15) { @@ -36859,6 +37737,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()>=15) { bonus bMagicDamageReturn,30; @@ -36873,6 +37753,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()>=15) { .@a = 7; @@ -36893,6 +37775,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0; @@ -36909,6 +37793,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",1,1,BF_WEAPON,1; @@ -36925,6 +37811,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1; @@ -36941,6 +37829,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,1,BF_WEAPON,1; @@ -36956,6 +37846,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",5,1,BF_WEAPON,0; @@ -36972,6 +37864,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) { @@ -36992,6 +37886,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) { @@ -37010,6 +37906,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus2 bMagicAtkEle,Ele_Ghost,50; @@ -37028,6 +37926,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus bCritAtkRate,20; @@ -37044,6 +37944,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Holy,-100; bonus2 bSubEle,Ele_Ghost,-100; @@ -37070,6 +37972,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getrefine()<15) { bonus bMatkRate,10; @@ -37087,6 +37991,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAtk,15; bonus bMatk,15; @@ -37101,6 +38007,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Neutral,5; @@ -37113,6 +38021,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bCritAtkRate,3; bonus bAspdRate,5; @@ -37124,6 +38034,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bCritAtkRate,5; bonus bAspdRate,3; @@ -37135,6 +38047,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Fire,5; @@ -37147,6 +38061,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bSPrecovRate,10; bonus3 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,10; @@ -37158,6 +38074,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Wind,5; @@ -37170,6 +38088,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,3; bonus bLongAtkRate,5; @@ -37181,6 +38101,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bCastrate,3; bonus bLongAtkRate,5; @@ -37195,6 +38117,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,3; bonus bAspdRate,5; @@ -37206,6 +38130,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Holy,5; @@ -37218,6 +38144,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,3; bonus bLongAtkRate,5; @@ -37229,6 +38157,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0); bonus2 bSkillAtk,"MG_FIREBOLT",.@rate; @@ -37242,6 +38172,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Dark,20; bonus2 bMagicAtkEle,Ele_Neutral,20; @@ -37253,6 +38185,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | autobonus "{ bonus bDef,300; }",100,10000,BF_WEAPON|BF_SHORT,"{ active_transform 1040,10000; }"; - Id: 27264 @@ -37263,6 +38197,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Dark,30; bonus2 bSubEle,Ele_Undead,30; @@ -37276,6 +38212,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Dark,30; bonus2 bAddEle,Ele_Undead,30; @@ -37293,6 +38231,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,5; bonus2 bMagicAddSize,Size_Large,15; @@ -37304,6 +38244,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bUseSPrate,10; bonus2 bMagicAtkEle,Ele_Holy,(3*getrefine()); @@ -37315,6 +38257,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | .@val = 10; bonus2 bAddClass,Class_All,5; @@ -37330,6 +38274,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,5; bonus2 bMagicAddSize,Size_Medium,15; @@ -37341,6 +38287,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | .@agi = readparam(bAgi); .@val = .@agi/10; @@ -37358,6 +38306,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,30; bonus bMaxHPrate,-1; @@ -37369,6 +38319,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | .@vit = readparam(bVit); .@val = .@vit/10; @@ -37386,6 +38338,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,30; bonus bMaxSPrate,-1; @@ -37399,6 +38353,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | .@val = 30; if (getrefine() >= 10) { @@ -37413,6 +38369,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | .@luk = readparam(bLuk); .@crit = .@luk/10; @@ -37429,6 +38387,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | .@dex = readparam(bDex); .@val = .@dex/10; @@ -37446,6 +38406,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bCritical,5; bonus bCritAtkRate,10; @@ -37457,6 +38419,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | .@val = 30; if (getrefine() >= 10) { @@ -37471,6 +38435,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,10; - Id: 27304 @@ -37481,6 +38447,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bHPrecovRate,50; - Id: 27305 @@ -37491,6 +38459,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus5 bAutoSpell,"WL_HELLINFERNO",3,1,ATF_SHORT|ATF_WEAPON,1; /* fix me: unknown rate */ @@ -37502,6 +38472,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_REVOLVER) { .@r = getrefine(); @@ -37518,6 +38490,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_GATLING) { .@r = getrefine(); @@ -37535,6 +38509,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); .@val = 2; @@ -37555,6 +38531,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,10; .@val = 5; @@ -37572,6 +38550,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,10; .@val = 5; @@ -37587,6 +38567,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KNUCKLE) { .@r = getrefine(); @@ -37605,6 +38587,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Demon,5; - Id: 27313 @@ -37615,6 +38599,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KATAR) { .@r = getrefine(); @@ -37633,6 +38619,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_Player_Doram,15; @@ -37644,6 +38632,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Brute,15; bonus2 bMagicAddRace,RC_Player_Doram,15; @@ -37655,6 +38645,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bDef,50; bonus2 bSubDefEle,Ele_Poison,10; @@ -37666,6 +38658,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Formless,5; - Id: 27318 @@ -37676,6 +38670,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bCritAtkRate,20; bonus2 bSubRace,RC_All,-10; @@ -37687,6 +38683,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Poison,40; - Id: 27320 @@ -37697,6 +38695,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); .@val = 3; @@ -37715,6 +38715,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,10; bonus bMaxHPRate,-50; @@ -37731,6 +38733,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSPrate,5; - Id: 27323 @@ -37741,6 +38745,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,5; - Id: 27324 @@ -37751,6 +38757,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Water,15; - Id: 27325 @@ -37761,6 +38769,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Fire,30; - Id: 27326 @@ -37771,6 +38781,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,100; bonus bAspdRate,25; @@ -37785,6 +38797,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",3,(1+.@r); @@ -37801,6 +38815,8 @@ Body: Head_Low: true Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHP,500; bonus bMaxSP,50; @@ -37812,6 +38828,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Fire,40; - Id: 27330 @@ -37830,6 +38848,8 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bVariableCastrate,-5; - Id: 27332 @@ -37848,6 +38868,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,5; - Id: 27334 @@ -37858,6 +38880,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,25; bonus2 bSubRace,RC_Demon,-5; @@ -37869,6 +38893,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bCritical,readparam(bAgi)/15; - Id: 27336 @@ -37879,6 +38905,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Poison,15; bonus2 bSubRace,RC_Brute,15; @@ -37891,6 +38919,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Wind,15; bonus2 bSubRace,RC_Insect,15; @@ -37902,6 +38932,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bStr,3; - Id: 27339 @@ -37912,6 +38944,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,20; bonus2 bAddSize,Size_Small,25; @@ -37924,6 +38958,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bCritAtkRate,3; - Id: 27341 @@ -37934,6 +38970,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubDefEle,Ele_Water,15; bonus2 bSubRace,RC_Fish,15; @@ -37945,6 +38983,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus bHit,10; bonus2 bSubDefEle,Ele_Earth,20; @@ -37957,6 +38997,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bDelayrate,-4; - Id: 27346 @@ -37967,6 +39009,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Dragon,30; bonus2 bSubRace,RC_Demon,30; @@ -37980,6 +39024,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddEle,Ele_Earth,10; - Id: 27348 @@ -37990,6 +39036,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bMagicAddEle,Ele_Neutral,3+((.@r>=7)*5)+((.@r>=9)*7); @@ -38001,6 +39049,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Dragon,15; bonus2 bSubDefEle,Ele_Fire,15; @@ -38013,6 +39063,8 @@ Body: Locations: Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMaxSPrate,2+(.@r/2); @@ -38025,6 +39077,8 @@ Body: Locations: Head_Mid: true Head_Top: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,5; - Id: 27352 @@ -38035,6 +39089,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSPrate,5; - Id: 27353 @@ -38045,6 +39101,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Demon,15; bonus2 bSubDefEle,Ele_Neutral,15; @@ -38056,6 +39114,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,5; - Id: 27355 @@ -38066,6 +39126,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bLongAtkRate,10; - Id: 27356 @@ -38076,6 +39138,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubSize,Size_Medium,25; bonus2 bSubSize,Size_Large,25; @@ -38089,6 +39153,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bDef,100+25*(getrefine()/3); - Id: 27358 @@ -38099,6 +39165,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Wind,30; bonus2 bSubEle,Ele_Poison,30; @@ -38116,6 +39184,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddEle,Ele_Water,15; - Id: 27360 @@ -38126,6 +39196,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAddEle,Ele_Fire,15; - Id: 27361 @@ -38136,6 +39208,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_Large,30; bonus2 bAddSize,Size_Medium,30; @@ -38147,6 +39221,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_All,-30; bonus2 bMagicAtkEle,Ele_Earth,100; @@ -38159,6 +39235,8 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bAspd,1; - Id: 27381 @@ -38168,6 +39246,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Neutral,100; bonus2 bMagicAtkEle,Ele_Holy,100; @@ -38179,6 +39259,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,30; bonus bBaseAtk,30; @@ -38189,6 +39271,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; bonus bMaxSPrate,5; @@ -38199,6 +39283,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,15; bonus2 bMagicAddSize,Size_Medium,20; @@ -38210,6 +39296,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMdef,10; bonus2 bSubSize,Size_Medium,25; @@ -38223,6 +39311,8 @@ Body: Weight: 10 Locations: Left_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Undead,5; - Id: 27387 @@ -38232,6 +39322,8 @@ Body: Weight: 10 Locations: Right_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Demon,5; - Id: 27388 @@ -38241,6 +39333,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bHPrecovRate,30; - Id: 29000 @@ -39238,6 +40332,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bStr,1; - Id: 29149 @@ -39247,6 +40343,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bInt,1; - Id: 29150 @@ -39256,6 +40354,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAgi,1; - Id: 29151 @@ -39265,6 +40365,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bVit,1; - Id: 29152 @@ -39274,6 +40376,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bDex,1; - Id: 29153 @@ -39283,6 +40387,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bLuk,1; - Id: 29154 @@ -39508,6 +40614,8 @@ Body: Buy: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,15; bonus2 bAddRace,RC_Plant,15; @@ -41068,6 +42176,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubRace,RC_Undead,10; - Id: 31007 @@ -41078,6 +42188,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bDefEle,Ele_Undead; bonus2 bSubRace,RC_Undead,10; @@ -41089,6 +42201,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bHPRegenRate,BaseLevel,10000; if (getrefine()>=7) { @@ -41103,6 +42217,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bHPRegenRate,BaseLevel,10000; if (getrefine()>=7) { @@ -41117,6 +42233,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSPRegenRate,BaseLevel/6,10000; if (getrefine()>=7) { @@ -41131,6 +42249,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSPRegenRate,BaseLevel/2,10000; if (getrefine()>=7) { @@ -41145,6 +42265,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"RK_DRAGONBREATH",5; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",5; @@ -41159,6 +42281,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"RK_DRAGONBREATH",15; bonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15; @@ -41173,6 +42297,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus bMdef,7; bonus bMaxHPrate,6; @@ -41187,6 +42313,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus bMdef,10; bonus bMaxHPrate,10; @@ -41201,6 +42329,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHP,1000; bonus bMaxSP,150; @@ -41213,6 +42343,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddClass,Class_All,1+.@r; @@ -41226,6 +42358,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHP,-1225; bonus3 bAddEff,Eff_Curse,5000,ATF_MAGIC; @@ -41237,6 +42371,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,-13; bonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_MAGIC; @@ -41248,6 +42384,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,-13; bonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_WEAPON; @@ -41259,6 +42397,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,10; bonus2 bAddClass,Class_All,-3; @@ -41270,6 +42410,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSPRate,20; bonus2 bAddEff2,Eff_Curse,20; @@ -41281,6 +42423,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bMatkRate,10; bonus5 bAutoSpell,"NPC_CRITICALWOUND",3,5+(10*(getrefine()/3)),BF_MAGIC,1; @@ -41294,6 +42438,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,10; bonus5 bAutoSpell,"RK_IGNITIONBREAK",5,20,BF_WEAPON,1; @@ -41307,6 +42452,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,10; bonus5 bAutoSpell,"SO_CLOUD_KILL",5,10,BF_MAGIC,1; @@ -41320,6 +42466,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus5 bAutoSpellWhenHit,"SO_FIREWALK",5,35,BF_WEAPON,0; bonus5 bAutoSpellWhenHit,"SO_ELECTRICWALK",5,80,BF_MAGIC,0; @@ -41344,6 +42491,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Poison,25; - Id: 300002 @@ -41355,6 +42503,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLongAtkDef,5; bonus bMaxHPrate,10; @@ -41367,6 +42516,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bBaseAtk,20; - Id: 300004 @@ -41378,6 +42528,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDef,30; - Id: 300005 @@ -41389,6 +42540,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMaxHP,10; bonus2 bSkillAtk,"SO_EARTHGRAVE",10; @@ -41401,6 +42553,7 @@ Body: Left_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",1,100,BF_WEAPON,1; - Id: 300007 @@ -41412,6 +42565,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Fire,40; bonus2 bAddEle,Ele_Water,40; @@ -41426,6 +42580,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Demon,10; - Id: 300009 @@ -41437,6 +42592,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -41457,6 +42613,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -41477,6 +42634,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -41497,6 +42655,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bHealPower,5; @@ -41515,6 +42674,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUnbreakableArmor; bonus2 bAddClass,Class_All,30; @@ -41528,6 +42688,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bUnbreakableArmor; bonus2 bAddClass,Class_All,-15; @@ -41546,6 +42707,7 @@ Body: Head_Low: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,3; bonus bMaxHPrate,-5; @@ -41560,6 +42722,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bCritical,5; bonus bFlee,30; @@ -41572,6 +42735,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Dark,25; - Id: 300018 @@ -41583,6 +42747,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddEle,Ele_Holy,25; - Id: 300019 @@ -41594,6 +42759,7 @@ Body: Left_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Dragon,5; - Id: 300020 @@ -41605,6 +42771,7 @@ Body: Right_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Brute,5; - Id: 300021 @@ -41616,6 +42783,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Undead,40; bonus2 bAddRace,RC_Dragon,40; @@ -41630,6 +42798,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,3; bonus bMaxHPrate,10; @@ -41644,6 +42813,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bDex,2; @@ -41659,6 +42829,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSkillAtk,"RL_FIREDANCE",60; bonus bUseSPrate,25; @@ -41671,6 +42842,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Fish,30; bonus2 bMagicAddRace,RC_Formless,30; @@ -41685,6 +42857,7 @@ Body: Armor: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAddRace,RC_Fish,50; bonus2 bMagicAddRace,RC_Formless,50; @@ -41699,6 +42872,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; bonus bMaxHPrate,10; @@ -41713,6 +42887,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSPEAR) { bonus bLongAtkRate,10; @@ -41727,6 +42902,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; bonus bMaxHPrate,10; @@ -41742,6 +42918,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Holy,30; bonus bFlee,5; @@ -41754,6 +42931,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; bonus bMaxHPrate,10; @@ -41768,6 +42946,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) { @@ -41786,6 +42965,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; bonus bMaxHPrate,10; @@ -41801,6 +42981,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) { @@ -41819,6 +43000,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; bonus bMaxHPrate,10; @@ -41833,6 +43015,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Earth,10; bonus bUseSPrate,5; @@ -41848,6 +43031,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,2; bonus bMaxHPrate,10; @@ -41864,6 +43048,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bLuk,2; bonus bMaxHPrate,10; @@ -41878,6 +43063,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; bonus bMaxHPrate,10; @@ -41892,6 +43078,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) { bonus bCritAtkRate,20; @@ -41906,6 +43093,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bDex,2; bonus bMaxHPrate,10; @@ -41920,6 +43108,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) { @@ -41941,6 +43130,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; bonus bMaxHPrate,10; @@ -41955,6 +43145,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatk,5; bonus2 bSkillAtk,"NJ_KOUENKA",10; @@ -41972,6 +43163,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubClass,Class_Normal,20; bonus bHealPower2,15; @@ -41984,6 +43176,7 @@ Body: Left_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubClass,Class_Boss,25; bonus bHealPower2,30; @@ -41996,6 +43189,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,3; bonus bMaxHPrate,10; @@ -42010,6 +43204,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,3; bonus bMaxHPrate,10; @@ -42024,6 +43219,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus bMatk,15; @@ -42043,6 +43239,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bInt,2; @@ -42058,6 +43255,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,3; bonus bMaxHPrate,5; @@ -42073,6 +43271,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -42093,6 +43292,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bAddItemHealRate,513,500; bonus2 bAddItemHealRate,512,500; @@ -42105,6 +43305,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; bonus bDex,1; @@ -42120,6 +43321,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,1; bonus bDex,2; @@ -42135,6 +43337,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; bonus bInt,1; @@ -42150,6 +43353,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,2; bonus bInt,1; @@ -42166,6 +43370,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bInt,2; @@ -42181,6 +43386,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bVit,1; bonus bInt,2; @@ -42196,6 +43402,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -42216,6 +43423,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,2; bonus bDex,1; @@ -42231,6 +43439,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; bonus bInt,1; @@ -42246,6 +43455,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus bDex,2; @@ -42261,6 +43471,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bStr,2; bonus bVit,1; @@ -42276,6 +43487,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bAgi,1; bonus bDex,2; @@ -42291,6 +43503,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bMatkRate,2; - Id: 300121 @@ -42302,6 +43515,7 @@ Body: Shoes: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Holy,5; @@ -42317,6 +43531,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Holy,3*getrefine(); @@ -42329,6 +43544,7 @@ Body: Garment: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Neutral,3*getrefine(); @@ -42341,6 +43557,7 @@ Body: Right_Hand: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | .@r = getequiprefinerycnt(EQI_HAND_R); if (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { @@ -42361,6 +43578,7 @@ Body: Both_Accessory: true Flags: BuyingStore: true + DropEffect: CLIENT Script: | bonus bInt,1; bonus bLuk,2; @@ -42381,6 +43599,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddRace,RC_Insect,15; bonus2 bMagicAddRace,RC_Insect,15; @@ -42405,6 +43625,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Wind,3; @@ -42421,6 +43643,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus bMatk,30; - Id: 300142 @@ -42430,6 +43654,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@r = getrefine(); bonus2 bAddRace,RC_Fish,5; @@ -42447,6 +43673,8 @@ Body: Weight: 10 Locations: Left_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Earth,15; bonus2 bSubRace,RC_Insect,15; @@ -42457,6 +43685,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bBaseAtk,4*(readparam(bStr)/15); - Id: 300145 @@ -42466,6 +43696,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Fire,100; bonus2 bMagicAtkEle,Ele_Dark,100; @@ -42477,6 +43709,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus2 bCriticalAddRace,RC_Fish,30; - Id: 300147 @@ -42488,6 +43722,8 @@ Body: Head_Top: true Head_Mid: true Head_Low: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Water,10; if (getrefine()>=9) { @@ -42500,6 +43736,8 @@ Body: Weight: 10 Locations: Armor: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,10; bonus bMaxSPrate,5; @@ -42514,6 +43752,8 @@ Body: Weight: 10 Locations: Garment: true + Flags: + DropEffect: CLIENT Script: | bonus2 bSubEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Wind,3*getrefine(); @@ -42526,6 +43766,8 @@ Body: Head_Top: true Head_Mid: true Head_Low: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxHPrate,-5; bonus2 bAddClass,Class_All,(getrefine()/3); @@ -42536,6 +43778,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | bonus bLongAtkRate,25; bonus bPerfectHitRate,5; @@ -42546,6 +43790,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddSize,Size_All,5; bonus2 bMagicAddSize,Size_All,5; @@ -42558,6 +43804,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Earth,10; @@ -42568,6 +43816,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Holy,10; bonus2 bMagicAtkEle,Ele_Fire,10; @@ -42578,6 +43828,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,10; bonus bCritAtkRate,7; @@ -42588,6 +43840,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,7; bonus bCritAtkRate,10; @@ -42598,6 +43852,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bMaxSPrate,20; bonus5 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,1,BF_WEAPON,0; @@ -42608,6 +43864,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Wind,10; bonus2 bMagicAtkEle,Ele_Water,10; @@ -42618,6 +43876,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bAddClass,Class_All,5; bonus bLongAtkRate,7; @@ -42628,6 +43888,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bVariableCastrate,-10; bonus2 bSkillAtk,"NJ_KOUENKA",15; @@ -42641,6 +43903,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,7; bonus bShortAtkRate,7; @@ -42651,6 +43915,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus bAspdRate,7; bonus bLongAtkRate,7; @@ -42661,6 +43927,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Holy,10; bonus bHealPower,20; @@ -42671,6 +43939,8 @@ Body: Weight: 10 Locations: Right_Hand: true + Flags: + DropEffect: CLIENT Script: | .@val = 15; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) { @@ -42689,6 +43959,8 @@ Body: Weight: 10 Locations: Shoes: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Earth,10; @@ -42700,6 +43972,8 @@ Body: Weight: 10 Locations: Both_Accessory: true + Flags: + DropEffect: CLIENT Script: | bonus2 bMagicAtkEle,Ele_Neutral,20; bonus2 bMagicAtkEle,Ele_Undead,20; diff --git a/db/re/item_db_usable.yml b/db/re/item_db_usable.yml index 4d81618a45..0cb1a350ba 100644 --- a/db/re/item_db_usable.yml +++ b/db/re/item_db_usable.yml @@ -53,7 +53,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/doc/item_db.txt b/doc/item_db.txt index 288a68c88b..d921ad2c49 100644 --- a/doc/item_db.txt +++ b/doc/item_db.txt @@ -232,7 +232,7 @@ UniqueId - If the item is a unique stack. BindOnEquip - If the item is bound to the character upon equipping. DropAnnounce - If the item has a special announcement to self on drop. NoConsume - If the item is consumed on use. -DropEffect - If the item has a special effect when on the ground. +DropEffect - If the item has a special effect on the ground when dropped by a monster. --------------------------------------- diff --git a/doc/yaml/db/item_db.yml b/doc/yaml/db/item_db.yml index 7c4dc617ff..ed64dba4ca 100644 --- a/doc/yaml/db/item_db.yml +++ b/doc/yaml/db/item_db.yml @@ -36,7 +36,7 @@ # BindOnEquip If the item is bound to the character upon equipping. (Default: false) # DropAnnounce If the item has a special announcement to self on drop. (Default: false) # NoConsume If the item is consumed on use. (Default: false) -# DropEffect If the item has a special effect when on the ground. (Default: None) +# DropEffect If the item has a special effect on the ground when dropped by a monster. (Default: None) # Delay: Item use delay. (Default: null) # Duration Duration of delay in seconds. # Status Status Change used to track delay. (Default: None) diff --git a/sql-files/item_db_re_etc.sql b/sql-files/item_db_re_etc.sql index 6fe19492ff..9463a33235 100644 --- a/sql-files/item_db_re_etc.sql +++ b/sql-files/item_db_re_etc.sql @@ -286,689 +286,689 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`pr REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_archer`,`job_assassin`,`job_barddancer`,`job_hunter`,`job_rogue`,`job_thief`,`location_ammo`,`equip_level_min`) VALUES (1774,'Hunting_Arrow','Hunting Arrow','Ammo','Arrow',5,1,35,true,true,true,true,true,true,true,1); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_archer`,`job_assassin`,`job_barddancer`,`job_hunter`,`job_rogue`,`job_thief`,`location_ammo`,`equip_level_min`) VALUES (1775,'Siege_Arrow_S','Siege Arrow S','Ammo','Arrow',10,1,45,true,true,true,true,true,true,true,130); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_archer`,`job_assassin`,`job_barddancer`,`job_hunter`,`job_rogue`,`job_thief`,`location_ammo`,`equip_level_min`) VALUES (1776,'Siege_Arrow_A','Siege Arrow A','Ammo','Arrow',10,1,30,true,true,true,true,true,true,true,95); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4001,'Poring_Card','Poring Card','Card',20,10,true,true,'bonus bLuk,2;\nbonus bFlee2,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4002,'Fabre_Card','Fabre Card','Card',20,10,true,true,'bonus bVit,1;\nbonus bMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4003,'Pupa_Card','Pupa Card','Card',20,10,true,true,'bonus bMaxHP,700;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4004,'Drops_Card','Drops Card','Card',20,10,true,true,'bonus bDex,1;\nbonus bHit,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4005,'Poring__Card','Santa Poring Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Dark,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4006,'Lunatic_Card','Lunatic Card','Card',20,10,true,true,'bonus bLuk,1;\nbonus bCritical,1;\nbonus bFlee2,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4007,'Pecopeco_Egg_Card','Peco Peco Egg Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Formless,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4008,'Picky_Card','Picky Card','Card',20,10,true,true,'bonus bStr,1;\nbonus bBaseAtk,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4009,'Chonchon_Card','Chonchon Card','Card',20,10,true,true,'bonus bAgi,1;\nbonus bFlee,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4010,'Wilow_Card','Willow Card','Card',20,10,true,true,true,true,'bonus bMaxSP,80;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4011,'Picky__Card','Picky Egg Card','Card',20,10,true,true,'bonus bVit,1;\nbonus bMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4012,'Thief_Bug_Egg_Card','Thief Bug Egg Card','Card',20,10,true,true,'bonus bMaxHP,400;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4013,'Andre_Egg_Card','Andre Egg Card','Card',20,10,true,true,'bonus bMaxHPrate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4014,'Roda_Frog_Card','Roda Frog Card','Card',20,10,true,true,'bonus bMaxHP,400;\nbonus bMaxSP,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4015,'Condor_Card','Condor Card','Card',20,10,true,true,'bonus bFlee,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4016,'Thief_Bug_Card','Thief Bug Card','Card',20,10,true,true,'bonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4017,'Savage_Babe_Card','Savage Babe Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Stun,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4018,'Andre_Larva_Card','Andre Larva Card','Card',20,10,true,true,'bonus bInt,1;\nbonus bMaxSP,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4019,'Hornet_Card','Hornet Card','Card',20,10,true,true,'bonus bStr,1;\nbonus bBaseAtk,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4020,'Farmiliar_Card','Familiar Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Blind,500;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4021,'Rocker_Card','Rocker Card','Card',20,10,true,true,'bonus bDex,1;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4022,'Spore_Card','Spore Card','Card',20,10,true,true,true,'bonus bVit,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4023,'Desert_Wolf_Babe_Card','Baby Desert Wolf Card','Card',20,10,true,true,'bonus bInt,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4024,'Plankton_Card','Plankton Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Sleep,500;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4025,'Skeleton_Card','Skeleton Card','Card',20,10,true,true,'bonus bBaseAtk,10;\nbonus2 bAddEff,Eff_Stun,200;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4026,'Thief_Bug_Female_Card','Female Thief Bug Card','Card',20,10,true,true,'bonus bAgi,1;\nbonus bFlee,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4027,'Kukre_Card','Kukre Card','Card',20,10,true,true,true,'bonus bAgi,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4028,'Tarou_Card','Tarou Card','Card',20,10,true,true,true,'bonus bStr,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4029,'Wolf_Card','Wolf Card','Card',20,10,true,true,'bonus bBaseAtk,15;\nbonus bCritical,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4030,'Mandragora_Card','Mandragora Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Wind,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4031,'Pecopeco_Card','Peco Peco Card','Card',20,10,true,true,'bonus bMaxHPrate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4032,'Ambernite_Card','Ambernite Card','Card',20,10,true,true,'bonus bDef,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4033,'Poporing_Card','Poporing Card','Card',20,10,true,true,true,'skill "TF_DETOXIFY",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4034,'Worm_Tail_Card','Wormtail Card','Card',20,10,true,true,true,'bonus bDex,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4035,'Hydra_Card','Hydra Card','Card',20,10,true,true,'bonus2 bAddRace,RC_DemiHuman,20;\nbonus2 bAddRace,RC_Player_Human,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4036,'Muka_Card','Muka Card','Card',20,10,true,true,true,'bonus bHPrecovRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4037,'Snake_Card','Snake Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Poison,500;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4038,'Zombie_Card','Zombie Card','Card',20,10,true,true,'bonus bHPrecovRate,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4039,'Stainer_Card','Stainer Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Silence,2000;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4040,'Creamy_Card','Creamy Card','Card',20,10,true,true,true,'skill "AL_TELEPORT",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4041,'Coco_Card','Coco Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Sleep,2000;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4042,'Steel_Chonchon_Card','Steel Chonchon Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Wind,10;\nbonus bDef,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4043,'Andre_Card','Andre Card','Card',20,10,true,true,'bonus bBaseAtk,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4044,'Smokie_Card','Smokie Card','Card',20,10,true,true,true,'skill "TF_HIDING",1;','sc_end SC_HIDING;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4045,'Horn_Card','Horn Card','Card',20,10,true,true,'bonus bLongAtkDef,35;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4046,'Martin_Card','Martin Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Blind,2000;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4047,'Ghostring_Card','Ghostring Card','Card',20,10,true,true,'bonus bDefEle,Ele_Ghost;\nbonus bHPrecovRate,-25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4048,'Poison_Spore_Card','Poison Spore Card','Card',20,10,true,true,true,'skill "TF_POISON",3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4049,'Vadon_Card','Vadon Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Fire,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4050,'Thief_Bug_Male_Card','Male Thief Bug Card','Card',20,10,true,true,'bonus bAgi,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4051,'Yoyo_Card','Yoyo Card','Card',20,10,true,true,true,'bonus bFlee2,5;\nbonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4052,'Elder_Wilow_Card','Elder Willow Card','Card',20,10,true,true,true,true,'bonus bInt,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4053,'Vitata_Card','Vitata Card','Card',20,10,true,true,true,'skill "AL_HEAL",1;\nbonus bUseSPrate,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4054,'Angeling_Card','Angeling Card','Card',20,10,true,true,'bonus bDefEle,Ele_Holy;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4055,'Marina_Card','Marina Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Freeze,500;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4056,'Dustiness_Card','Dustiness Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Wind,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4057,'Metaller_Card','Metaller Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Silence,500;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4058,'Thara_Frog_Card','Thara Frog Card','Card',20,10,true,true,'bonus2 bSubRace,RC_DemiHuman,30;\nbonus2 bSubRace,RC_Player_Human,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4059,'Soldier_Andre_Card','Soldier Andre Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Plant,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4060,'Goblin_Card','Goblin Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Brute,20;\nbonus2 bAddRace,RC_Player_Doram,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4061,'Cornutus_Card','Cornutus Card','Card',20,10,true,true,'bonus bUnbreakableArmor;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4062,'Anacondaq_Card','Anacondaq Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Poison,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4063,'Caramel_Card','Caramel Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Insect,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4064,'Zerom_Card','Zerom Card','Card',20,10,true,true,true,'bonus bDex,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4065,'Kaho_Card','Kaho Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Earth,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4066,'Orc_Warrior_Card','Orc Warrior Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Brute,30;\nbonus2 bSubRace,RC_Player_Doram,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4067,'Megalodon_Card','Megalodon Card','Card',20,10,true,true,'bonus2 bResEff,Eff_Freeze,2000;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4068,'Scorpion_Card','Scorpion Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Plant,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4069,'Drainliar_Card','Drainliar Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Water,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4070,'Eggyra_Card','Eggyra Card','Card',20,10,true,true,'bonus bSPrecovRate,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4071,'Orc_Zombie_Card','Orc Zombie Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Undead,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4072,'Golem_Card','Golem Card','Card',20,10,true,true,'bonus bUnbreakableWeapon;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4073,'Pirate_Skel_Card','Pirate Skeleton Card','Card',20,10,true,true,true,'skill "MC_DISCOUNT",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4074,'BigFoot_Card','Bigfoot Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Insect,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4075,'Argos_Card','Argos Card','Card',20,10,true,true,'bonus2 bResEff,Eff_Stone,2000;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4076,'Magnolia_Card','Magnolia Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Curse,500;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4077,'Phen_Card','Phen Card','Card',20,10,true,true,true,'bonus bNoCastCancel;\nbonus bVariableCastrate,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4078,'Savage_Card','Savage Card','Card',20,10,true,true,'bonus bVit,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4079,'Mantis_Card','Mantis Card','Card',20,10,true,true,true,'bonus bStr,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4080,'Flora_Card','Flora Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Fish,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4081,'Hode_Card','Hode Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Earth,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4082,'Desert_Wolf_Card','Desert Wolf Card','Card',20,10,true,true,'bonus2 bAddSize,Size_Small,15;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4083,'Rafflesia_Card','Rafflesia Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Fish,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4084,'Marine_Sphere_Card','Marine Sphere Card','Card',20,10,true,true,true,'skill "SM_MAGNUM",3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4085,'Orc_Skeleton_Card','Orc Skeleton Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Holy,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4086,'Soldier_Skeleton_Card','Soldier Skeleton Card','Card',20,10,true,true,'bonus bCritical,9;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4087,'Giearth_Card','Giearth Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Confusion,10000;\nbonus2 bSubEle,Ele_Earth,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4088,'Frilldora_Card','Frilldora Card','Card',20,10,true,true,'skill "AS_CLOAKING",1;','sc_end SC_CLOAKING;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4089,'Sword_Fish_Card','Swordfish Card','Card',20,10,true,true,'bonus bDefEle,Ele_Water;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4090,'Munak_Card','Munak Card','Card',20,10,true,true,'bonus2 bResEff,Eff_Stone,1500;\nbonus2 bSubEle,Ele_Earth,5;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4091,'Kobold_Card','Kobold Card','Card',20,10,true,true,true,'bonus bStr,1;\nbonus bCritical,4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4092,'Skel_Worker_Card','Skeleton Worker Card','Card',20,10,true,true,'bonus2 bAddSize,Size_Medium,15;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4093,'Obeaune_Card','Obeaune Card','Card',20,10,true,true,true,'skill "AL_CURE",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4094,'Archer_Skeleton_Card','Archer Skeleton Card','Card',20,10,true,true,'bonus bLongAtkRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4095,'Marse_Card','Marse Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Water,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4096,'Zenorc_Card','Zenorc Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Poison,400;\nbonus bBaseAtk,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4097,'Matyr_Card','Matyr Card','Card',20,10,true,true,'bonus bMaxHPrate,10;\nbonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4098,'Dokebi_Card','Dokebi Card','Card',20,10,true,true,'bonus bDefEle,Ele_Wind;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4099,'Pasana_Card','Pasana Card','Card',20,10,true,true,'bonus bDefEle,Ele_Fire;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4100,'Sohee_Card','Sohee Card','Card',20,10,true,true,'bonus bMaxSPrate,15;\nbonus bSPrecovRate,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4101,'Sand_Man_Card','Sandman Card','Card',20,10,true,true,'bonus bDefEle,Ele_Earth;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4102,'Whisper_Card','Whisper Card','Card',20,10,true,true,'bonus bFlee,20;\nbonus2 bSubEle,Ele_Ghost,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4103,'Horong_Card','Horong Card','Card',20,10,true,true,true,'skill "MG_SIGHT",1;','sc_end SC_SIGHT;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4104,'Requiem_Card','Requiem Card','Card',20,10,true,true,'bonus2 bAddEff,Eff_Confusion,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4105,'Marc_Card','Marc Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Water,5;\nbonus2 bResEff,Eff_Freeze,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4106,'Mummy_Card','Mummy Card','Card',20,10,true,true,'bonus bHit,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4107,'Verit_Card','Verit Card','Card',20,10,true,true,'bonus bMaxHPrate,8;\nbonus bMaxSPrate,8;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4108,'Myst_Card','Myst Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Poison,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4109,'Jakk_Card','Jakk Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Fire,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4110,'Ghoul_Card','Ghoul Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Poison,2000;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4111,'Strouf_Card','Strouf Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Demon,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4112,'Marduk_Card','Marduk Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Silence,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4113,'Marionette_Card','Marionette Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Ghost,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4114,'Argiope_Card','Argiope Card','Card',20,10,true,true,'bonus bDefEle,Ele_Poison;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4115,'Hunter_Fly_Card','Hunter Fly Card','Card',20,10,true,true,'bonus2 bHPDrainRate,30,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4116,'Isis_Card','Isis Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Dark,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4117,'Side_Winder_Card','Sidewinder Card','Card',20,10,true,true,'skill "TF_DOUBLE",1;\nbonus bDoubleRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4118,'Petit_Card','Earth Petite Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Dragon,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4119,'Bathory_Card','Bathory Card','Card',20,10,true,true,'bonus bDefEle,Ele_Dark;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4120,'Petit__Card','Sky Petite Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Dragon,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4121,'Phreeoni_Card','Phreeoni Card','Card',20,10,true,true,'bonus bHit,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4122,'Deviruchi_Card','Deviruchi Card','Card',20,10,true,true,true,true,'bonus bStr,1;\nbonus2 bResEff,Eff_Blind,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4123,'Eddga_Card','Eddga Card','Card',20,10,true,true,'bonus bMaxHPrate,-25;\nbonus bNoWalkDelay;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4124,'Medusa_Card','Medusa Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Demon,15;\nbonus2 bResEff,Eff_Stone,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4125,'Deviace_Card','Deviace Card','Card',20,10,true,true,'bonus2 bAddRace,RC_DemiHuman,7;\nbonus2 bAddRace,RC_Player_Human,7;\nbonus2 bAddRace,RC_Brute,7;\nbonus2 bAddRace,RC_Player_Doram,7;\nbonus2 bAddRace,RC_Plant,7;\nbonus2 bAddRace,RC_Insect,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4126,'Minorous_Card','Minorous Card','Card',20,10,true,true,'bonus2 bAddSize,Size_Large,15;\nbonus bBaseAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4127,'Nightmare_Card','Nightmare Card','Card',20,10,true,true,true,true,'bonus2 bResEff,Eff_Sleep,10000;\nbonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4128,'Golden_Bug_Card','Golden Thief Bug Card','Card',20,10,true,true,'bonus bNoMagicDamage,100;\nbonus bUseSPrate,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4129,'Baphomet__Card','Bapho Jr. Card','Card',20,10,true,true,'bonus bAgi,3;\nbonus bCritical,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4130,'Scorpion_King_Card','Scorpion King Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Undead,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4131,'Moonlight_Flower_Card','Moonlight Flower Card','Card',20,10,true,true,'bonus bSpeedRate,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4132,'Mistress_Card','Mistress Card','Card',20,10,true,true,true,true,'bonus bNoGemStone;\nbonus bUseSPrate,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4133,'Daydric_Card','Raydric Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Neutral,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4134,'Dracula_Card','Dracula Card','Card',20,10,true,true,'bonus2 bSPDrainRate,100,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4135,'Orc_Load_Card','Orc Lord Card','Card',20,10,true,true,'bonus bShortWeaponDamageReturn,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4136,'Khalitzburg_Card','Khalitzburg Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Demon,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4137,'Drake_Card','Drake Card','Card',20,10,true,true,'bonus bNoSizeFix;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4138,'Anubis_Card','Anubis Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Angel,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4139,'Joker_Card','Joker Card','Card',20,10,true,true,true,'skill "TF_STEAL",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4140,'Knight_Of_Abyss_Card','Abysmal Knight Card','Card',20,10,true,true,'bonus2 bAddClass,Class_Boss,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4141,'Evil_Druid_Card','Evil Druid Card','Card',20,10,true,true,'bonus bDefEle,Ele_Undead;\nbonus bInt,1;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4142,'Doppelganger_Card','Doppelganger Card','Card',20,10,true,true,'bonus bAspdRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4143,'Orc_Hero_Card','Orc Hero Card','Card',20,10,true,true,true,true,'bonus bVit,3;\nbonus2 bResEff,Eff_Stun,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4144,'Osiris_Card','Osiris Card','Card',20,10,true,true,true,'bonus bRestartFullRecover;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4145,'Berzebub_Card','Berzebub Card','Card',20,10,true,true,true,'bonus bVariableCastrate,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4146,'Maya_Card','Maya Card','Card',20,10,true,true,'bonus bMagicDamageReturn,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4147,'Baphomet_Card','Baphomet Card','Card',20,10,true,true,'bonus bHit,-10;\nbonus bSplashRange,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4148,'Pharaoh_Card','Pharaoh Card','Card',20,10,true,true,true,true,'bonus bUseSPrate,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4149,'Gargoyle_Card','Gargoyle Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12028,RC_Insect,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4150,'Goat_Card','Goat Card','Card',20,10,true,true,'if (getrefine()<6) {\n bonus bDef,2;\n bonus bMdef,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4151,'Gajomart_Card','Gajomart Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Plant,-20;\nbonus2 bExpAddRace,RC_Plant,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4152,'Galapago_Card','Galapago Card','Card',20,10,true,true,true,'bonus2 bAddItemGroupHealRate,IG_Juice,50;\nbonus3 bAddMonsterDropItem,531,RC_Insect,300;\nbonus3 bAddMonsterDropItem,532,RC_Insect,300;\nbonus3 bAddMonsterDropItem,534,RC_Insect,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4153,'Crab_Card','Crab Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus2 bAddDamageClass,1266,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4154,'Rice_Cake_Boy_Card','Dumpling Child Card','Card',20,10,true,true,true,'bonus2 bAddItemGroupHealRate,IG_Candy,50;\nbonus3 bAddMonsterDropItem,529,RC_DemiHuman,300;\nbonus3 bAddMonsterDropItem,530,RC_DemiHuman,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4155,'Goblin_Leader_Card','Goblin Leader Card','Card',20,10,true,true,'bonus2 bAddRace2,RC2_Goblin,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4156,'Steam_Goblin_Card','Goblin Steamrider Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Formless,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4157,'Goblin_Archer_Card','Goblin Archer Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Undead,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4158,'Flying_Deleter_Card','Sky Deleter Card','Card',20,10,true,true,'bonus bHPrecovRate,-100;\nbonus bHPGainValue,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4159,'Nine_Tail_Card','Nine Tail Card','Card',20,10,true,true,'bonus bAgi,2;\nif (getrefine()>8)\n bonus bFlee,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4160,'Antique_Firelock_Card','Firelock Soldier Card','Card',20,10,true,true,'bonus bStr,2;\nif (getrefine()>8) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4161,'Grand_Peco_Card','Grand Peco Card','Card',20,10,true,true,true,true,'bonus3 bAutoSpellWhenHit,"PR_GLORIA",1,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4162,'Grizzly_Card','Grizzly Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Blind,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4163,'Gryphon_Card','Gryphon Card','Card',20,10,true,true,'bonus bFlee,2;\nbonus bCritical,7;\nif (BaseClass == Job_Swordman)\n bonus3 bAutoSpell,"KN_BOWLINGBASH",5,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4164,'Gullinbursti_Card','Gullinbursti Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Fish,-20;\nbonus2 bExpAddRace,RC_Fish,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4165,'Gig_Card','Gig Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Insect,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4166,'Nightmare_Terror_Card','Nightmare Terror Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Curse,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4167,'Neraid_Card','Nereid Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Brute,5;\nbonus2 bSPGainRace,RC_Player_Doram,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4168,'Dark_Lord_Card','Dark Lord Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4169,'Dark_Illusion_Card','Dark Illusion Card','Card',20,10,true,true,true,true,'bonus bMaxHPrate,-10;\nbonus bMaxSPrate,-10;\nbonus bVariableCastrate,-10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4170,'Dark_Frame_Card','Dark Frame Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Stone,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4171,'Dark_Priest_Card','Dark Priest Card','Card',20,10,true,true,'bonus3 bSPVanishRate,50,10,BF_WEAPON|BF_MAGIC|BF_MISC;\nif (BaseJob == Job_Sage)\n bonus bSPDrainValue,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4172,'The_Paper_Card','The Paper Card','Card',20,10,true,true,'bonus bCritAtkRate,20;\nbonus bSPDrainValue,-1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4173,'Demon_Pungus_Card','Demon Pungus Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Sleep,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4174,'Deviling_Card','Deviling Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Neutral,50;\nbonus2 bSubEle,Ele_Water,-50;\nbonus2 bSubEle,Ele_Earth,-50;\nbonus2 bSubEle,Ele_Fire,-50;\nbonus2 bSubEle,Ele_Wind,-50;\nbonus2 bSubEle,Ele_Poison,-50;\nbonus2 bSubEle,Ele_Holy,-50;\nbonus2 bSubEle,Ele_Dark,-50;\nbonus2 bSubEle,Ele_Ghost,-50;\nbonus2 bSubEle,Ele_Undead,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4175,'Poison_Toad_Card','Poisonous Toad Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"TF_POISON",1,20;\nbonus2 bAddSkillBlow,52,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4176,'Dullahan_Card','Dullahan Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Dragon,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4177,'Dryad_Card','Dryad Card','Card',20,10,true,true,true,true,'bonus3 bAddMonsterDropItem,993,RC_Plant,100;\nbonus2 bSubEle,Ele_Earth,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4178,'Dragon_Tail_Card','Dragon Tail Card','Card',20,10,true,true,'bonus bAgi,1;\nbonus bFlee,10;\nbonus2 bSkillAtk,"AC_DOUBLE",5;\nbonus2 bSkillAtk,"AC_SHOWER",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4179,'Dragon_Fly_Card','Dragon Fly Card','Card',20,10,true,true,'bonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4180,'Driller_Card','Driller Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Dragon,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4181,'Disguise_Card','Disguise Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4182,'Diabolic_Card','Diabolic Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Demon,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4183,'Vagabond_Wolf_Card','Vagabond Wolf Card','Card',20,10,true,true,'bonus bStr,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4184,'Lava_Golem_Card','Lava Golem Card','Card',20,10,true,true,'bonus2 bAddRace2,RC2_Golem,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4185,'Rideword_Card','Rideword Card','Card',20,10,true,true,true,true,'bonus bInt,1;\nif (BaseClass == Job_Acolyte) {\n bonus bInt,1;\n bonus bMdef,1;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4186,'Raggler_Card','Raggler Card','Card',20,10,true,true,'bonus bStr,1;\nbonus bVit,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4187,'Raydric_Archer_Card','Raydric Archer Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12030,RC_Demon,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4188,'Leib_Olmai_Card','Leib Olmai Card','Card',20,10,true,true,true,true,'bonus2 bSubEle,Ele_Fire,10;\nbonus3 bAddMonsterDropItem,990,RC_Brute,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4189,'Wraith_Dead_Card','Wraith Dead Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Curse,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4190,'Wraith_Card','Wraith Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12027,RC_Undead,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4191,'Loli_Ruri_Card','Loli Ruri Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4192,'Rotar_Zairo_Card','Rotar Zairo Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Fish,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4193,'Lude_Card','Lude Card','Card',20,10,true,true,true,'if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)\n bonus3 bAutoSpellWhenHit,"SM_ENDURE",1,200;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4194,'Rybio_Card','Rybio Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4195,'Leaf_Cat_Card','Leaf Cat Card','Card',20,10,true,true,true,true,'bonus2 bSubEle,Ele_Water,10;\nbonus3 bAddMonsterDropItem,991,RC_Fish,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4196,'Marin_Card','Marin Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItem,909,2000;\nbonus2 bAddMonsterDropItem,7126,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4197,'Mastering_Card','Mastering Card','Card',20,10,true,true,'bonus bLuk,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4198,'Maya_Puple_Card','Maya Purple Card','Card',20,10,true,true,true,true,'bonus bIntravision;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4199,'Merman_Card','Merman Card','Card',20,10,true,true,'bonus bHPrecovRate,10;\nbonus bSPrecovRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4200,'Megalith_Card','Megalith Card','Card',20,10,true,true,'if (getrefine()<6)\n bonus bMdef,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4201,'Majoruros_Card','Majoruros Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Stun,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4202,'Civil_Servant_Card','Mao Guai Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Ghost,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4203,'Mutant_Dragon_Card','Mutant Dragonoid Card','Card',20,10,true,true,'bonus bBaseAtk,15;\nbonus3 bAutoSpell,"MG_FIREBALL",3+7*(getskilllv("MG_FIREBALL") == 10),50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4204,'Mini_Demon_Card','Mini Demon Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Brute,-20;\nbonus2 bSubRace,RC_Player_Doram,-20;\nbonus2 bExpAddRace,RC_Brute,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4205,'Mimic_Card','Mimic Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItem,603,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4206,'Mystcase_Card','Myst Case Card','Card',20,10,true,true,true,true,'bonus2 bAddMonsterDropItem,644,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4207,'Mysteltainn_Card','Mysteltainn Card','Card',20,10,true,true,'bonus2 bSubSize,Size_Small,25;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4208,'Miyabi_Ningyo_Card','Miyabi Doll Card','Card',20,10,true,true,'bonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MG_FROSTDIVER",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4209,'Violy_Card','Violy Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"BA_FROSTJOKER",1+4*(getskilllv("BA_FROSTJOKER") == 5),20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4210,'Wander_Man_Card','Wanderer Card','Card',20,10,true,true,'if (!isequipped(4172,4257,4230,4272))\n bonus3 bAutoSpell,"RG_INTIMIDATE",1,20;\nif (BaseClass == Job_Thief)\n bonus bFlee,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4211,'Vocal_Card','Vocal Card','Card',20,10,true,true,'bonus bMdef,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4212,'Bon_Gun_Card','Bongun Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"SM_BASH",1,20;\nbonus2 bAddSkillBlow,"SM_BASH",5;\nbonus2 bAddDefMonster,1026,-100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4213,'Brilight_Card','Brilight Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Silence,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4214,'Bloody_Murderer_Card','Bloody Murderer Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Insect,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4215,'Blazzer_Card','Blazer Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItemGroup,IG_Food,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4216,'Sasquatch_Card','Sasquatch Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Freeze,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4217,'Live_Peach_Tree_Card','Enchanted Peach Tree Card','Card',20,10,true,true,'bonus3 bAutoSpell,"AL_HEAL",1+9*(getskilllv("AL_HEAL") == 10),20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4218,'Succubus_Card','Succubus Card','Card',20,10,true,true,'bonus bVit,-3;\nbonus bHPrecovRate,-20;\nbonus bMaxHP,1000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4219,'Sageworm_Card','Sage Worm Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItem,715,30;\nbonus2 bAddMonsterDropItem,716,30;\nbonus2 bAddMonsterDropItem,717,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4220,'Solider_Card','Solider Card','Card',20,10,true,true,'bonus bDef,2;\nbonus bMdef,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4221,'Skeleton_General_Card','Skeleton General Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Insect,-20;\nbonus2 bExpAddRace,RC_Insect,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4222,'Skel_Prisoner_Card','Skeleton Prisoner Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Sleep,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4223,'Stalactic_Golem_Card','Stalactic Golem Card','Card',20,10,true,true,true,true,'bonus bDef,1;\nbonus2 bResEff,Eff_Stun,2000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4224,'Stem_Worm_Card','Stem Worm Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12032,RC_Brute,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4225,'Stone_Shooter_Card','Stone Shooter Card','Card',20,10,true,true,'bonus bBaseAtk,10;\nbonus bHit,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4226,'Sting_Card','Sting Card','Card',20,10,true,true,'bonus bDef,2;\nif (getrefine()>8)\n bonus bMdef,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4227,'Spring_Rabbit_Card','Spring Rabbit Card','Card',20,10,true,true,true,'bonus2 bAddItemGroupHealRate,IG_Meat,50;\nbonus3 bAddMonsterDropItem,517,RC_Brute,200;\nbonus3 bAddMonsterDropItem,528,RC_Brute,200;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4228,'Sleeper_Card','Sleeper Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12031,RC_Fish,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4229,'C_Tower_Manager_Card','Tower Keeper Card','Card',20,10,true,true,true,true,'bonus bInt,1;\nbonus bVariableCastrate,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4230,'Shinobi_Card','Shinobi Card','Card',20,10,true,true,true,'bonus bAgi,1;\nbonus3 bAutoSpellWhenHit,"AS_CLOAKING",5,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4231,'Increase_Soil_Card','Mi Gao Card','Card',20,10,true,true,'bonus2 bSubRace2,RC2_Guardian,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4232,'Wild_Ginseng_Card','Hermit Plant Card','Card',20,10,true,true,true,'bonus2 bAddItemGroupHealRate,IG_Herb,50;\nbonus3 bAddMonsterDropItem,507,RC_Plant,300;\nbonus3 bAddMonsterDropItem,508,RC_Plant,200;\nbonus3 bAddMonsterDropItem,509,RC_Plant,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4233,'Baby_Leopard_Card','Baby Leopard Card','Card',20,10,true,true,'bonus bLuk,3;\nif (BaseClass == Job_Merchant)\n bonus bUnbreakableArmor;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4234,'Anolian_Card','Anolian Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"AC_CONCENTRATION",1+9*(getskilllv("AC_CONCENTRATION") == 10),30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4235,'Cookie_XMAS_Card','Christmas Cookie Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Angel,-20;\nbonus2 bExpAddRace,RC_Angel,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4236,'Amon_Ra_Card','Amon Ra Card','Card',20,10,true,true,'bonus bAllStats,1;\nbonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4237,'Owl_Duke_Card','Owl Duke Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"PR_IMPOSITIO",3,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4238,'Owl_Baron_Card','Owl Baron Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"PR_LEXAETERNA",1,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4239,'Iron_Fist_Card','Iron Fist Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Formless,-20;\nbonus2 bExpAddRace,RC_Formless,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4240,'Arclouse_Card','Arclouze Card','Card',20,10,true,true,'if (getrefine()<6) {\n bonus bDef,2;\n bonus bMdef,3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4241,'Archangeling_Card','Arc Angeling Card','Card',20,10,true,true,true,true,'bonus bMaxHP,300;\nif (readparam(bLuk)>=77) {\n bonus bHPrecovRate,100;\n bonus bSPrecovRate,100;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4242,'Apocalips_Card','Apocalipse Card','Card',20,10,true,true,'bonus bVit,2;\nif (getrefine()>8)\n bonus bMaxHP,800;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4243,'Antonio_Card','Antonio Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"AL_TELEPORT",1,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4244,'Alarm_Card','Alarm Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"MG_SIGHT",1,200;\nbonus bMaxHP,300;\nbonus bVit,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4245,'Am_Mut_Card','Am Mut Card','Card',20,10,true,true,'bonus2 bSubRace,RC_DemiHuman,-20;\nbonus2 bSubRace,RC_Player_Human,-20;\nbonus2 bExpAddRace,RC_DemiHuman,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4246,'Assulter_Card','Assaulter Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_DemiHuman,7;\nbonus2 bCriticalAddRace,RC_Player_Human,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4247,'Aster_Card','Aster Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus2 bAddDamageClass,1074,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4248,'Ancient_Mummy_Card','Ancient Mummy Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"AL_CRUCIS",5,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4249,'Ancient_Worm_Card','Ancient Worm Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Demon,-20;\nbonus2 bExpAddRace,RC_Demon,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4250,'Executioner_Card','Executioner Card','Card',20,10,true,true,'bonus2 bSubSize,Size_Large,25;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4251,'Elder_Card','Elder Card','Card',20,10,true,true,'bonus2 bAddRace2,RC2_Guardian,40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4252,'Alligator_Card','Alligator Card','Card',20,10,true,true,true,'bonus bLongAtkDef,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4253,'Alice_Card','Alice Card','Card',20,10,true,true,'bonus2 bSubClass,Class_Boss,40;\nbonus2 bSubClass,Class_Normal,-40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4254,'Tirfing_Card','Ogretooth Card','Card',20,10,true,true,'bonus2 bSubSize,Size_Medium,25;\nbonus bDef,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4255,'Orc_Lady_Card','Orc Lady Card','Card',20,10,true,true,'bonus2 bAddRace2,RC2_Orc,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4256,'Orc_Archer_Card','Orc Archer Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12034,RC_DemiHuman,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4257,'Wild_Rose_Card','Wild Rose Card','Card',20,10,true,true,'bonus bAgi,1;\nif (BaseClass == Job_Thief)\n bonus bFlee2,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4258,'Wicked_Nymph_Card','Evil Nymph Card','Card',20,10,true,true,true,true,'bonus bInt,1;\nbonus bMaxSP,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4259,'Wooden_Golem_Card','Wooden Golem Card','Card',20,10,true,true,'bonus bDef,1;\nbonus bHPrecovRate,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4260,'Wootan_Shooter_Card','Wootan Shooter Card','Card',20,10,true,true,true,true,'bonus bDef,1;\nbonus2 bResEff,Eff_Confusion,2000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4261,'Wootan_Fighter_Card','Wootan Fighter Card','Card',20,10,true,true,true,true,'bonus bDef,1;\nbonus2 bResEff,Eff_Bleeding,2000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4262,'Evil_Cloud_Hermit_Card','Cloud Hermit Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12029,RC_Plant,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4263,'Incant_Samurai_Card','Samurai Spector Card','Card',20,10,true,true,'bonus bIgnoreDefClass,Class_Normal;\nbonus bHPrecovRate,-100;\nbonus2 bHPLossRate,666,10000;','if ((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {\n heal(1-Hp),0;\n}\nelse {\n heal -999,0;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4264,'Wind_Ghost_Card','Wind Ghost Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"WZ_JUPITEL",3+7*(getskilllv("WZ_JUPITEL") == 10),20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4265,'Li_Me_Mang_Ryang_Card','Jing Guai Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12033,RC_Angel,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4266,'Eclipse_Card','Eclipse Card','Card',20,10,true,true,'bonus bVit,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4267,'Explosion_Card','Explosion Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Dragon,-20;\nbonus2 bExpAddRace,RC_Dragon,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4268,'Injustice_Card','Injustice Card','Card',20,10,true,true,'bonus3 bAutoSpell,"AS_SONICBLOW",1,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4269,'Incubus_Card','Incubus Card','Card',20,10,true,true,true,true,'bonus bInt,-3;\nbonus bSPrecovRate,-20;\nbonus bMaxSP,150;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4270,'Giant_Spider_Card','Giant Spider Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Poison,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4271,'Giant_Honet_Card','Giant Hornet Card','Card',20,10,true,true,true,true,'bonus2 bSubEle,Ele_Wind,10;\nbonus3 bAddMonsterDropItem,992,RC_Insect,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4272,'Dancing_Dragon_Card','Zhu Po Long Card','Card',20,10,true,true,true,'bonus bAgi,1;\nbonus bCritical,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4273,'Shellfish_Card','Shell Fish Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus2 bAddDamageClass,1073,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4274,'Zombie_Master_Card','Zombie Master Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Undead,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4275,'Zombie_Prisoner_Card','Zombie Prisoner Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Undead,-20;\nbonus2 bExpAddRace,RC_Undead,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4276,'Lord_Of_Death_Card','Lord of The Dead Card','Card',20,10,true,true,'bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Curse,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Silence,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Poison,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT;\nbonus2 bComaClass,Class_Normal,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4277,'Zherlthsh_Card','Zealotus Card','Card',20,10,true,true,'bonus bLuk,2;\nbonus2 bSkillAtk,"BA_MUSICALSTRIKE",10;\nbonus2 bSkillAtk,"DC_THROWARROW",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4278,'Gibbet_Card','Gibbet Card','Card',20,10,true,true,true,true,'if (getrefine()<6)\n bonus bMdef,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4279,'Deleter_Card','Earth Deleter Card','Card',20,10,true,true,'bonus bSPrecovRate,-100;\nbonus bSPGainValue,10;','heal 0,-100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4280,'Geographer_Card','Geographer Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"AL_BLESSING",2+8*(getskilllv("AL_BLESSING") == 10),30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4281,'Zipper_Bear_Card','Zipper Bear Card','Card',20,10,true,true,'bonus bBaseAtk,30;\nbonus bSPDrainValue,-1;\nif (BaseClass == Job_Merchant)\n bonus bUnbreakableWeapon;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4282,'Tengu_Card','Tengu Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItemGroup,IG_Recovery,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4283,'Greatest_General_Card','Greatest General Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"MO_CALLSPIRITS",5,2+18*(BaseClass == Job_Acolyte);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4284,'Chepet_Card','Chepet Card','Card',20,10,true,true,'bonus4 bAutoSpell,"AL_HEAL",5,50,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4285,'Choco_Card','Choco Card','Card',20,10,true,true,'bonus bFlee2,5;\nbonus bFlee,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4286,'Karakasa_Card','Karakasa Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4287,'Kapha_Card','Kapha Card','Card',20,10,true,true,'if (getrefine()<6)\n bonus bMdef,8;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4288,'Carat_Card','Carat Card','Card',20,10,true,true,true,true,'bonus bInt,2;\nif (getrefine()>8)\n bonus bMaxSP,150;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4289,'Caterpillar_Card','Caterpillar Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Plant,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4290,'Cat_O_Nine_Tail_Card','Cat O\' Nine Tails Card','Card',20,10,true,true,'bonus bMdef,3;\nbonus bMagicDamageReturn,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4291,'Kobold_Leader_Card','Kobold Leader Card','Card',20,10,true,true,'bonus2 bAddRace2,RC2_Kobold,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4292,'Kobold_Archer_Card','Kobold Archer Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Plant,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4293,'Cookie_Card','Cookie Card','Card',20,10,true,true,true,'bonus bLuk,2;\nbonus2 bSkillAtk,"AL_HOLYLIGHT",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4294,'Quve_Card','Quve Card','Card',20,10,true,true,true,'if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)\n bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4295,'Kraben_Card','Kraben Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Blind,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4296,'Cramp_Card','Cramp Card','Card',20,10,true,true,true,true,'bonus2 bGetZenyNum,500,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4297,'Cruiser_Card','Cruiser Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Brute,7;\nbonus2 bCriticalAddRace,RC_Player_Doram,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4298,'Cremy_Fear_Card','Creamy Fear Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Confusion,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4299,'Clock_Card','Clock Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"CR_AUTOGUARD",3+7*(getskilllv("CR_AUTOGUARD") == 10),30;','sc_end SC_AUTOGUARD;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4300,'Chimera_Card','Chimera Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob == Job_Assassin);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4301,'Killer_Mantis_Card','Killer Mantis Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Bleeding,600;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4302,'Tao_Gunka_Card','Tao Gunka Card','Card',20,10,true,true,'bonus bMaxHPrate,100;\nbonus bDefRate,-50;\nbonus bMdefRate,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4303,'Whisper_Boss_Card','Giant Whisper Card','Card',20,10,true,true,'bonus bFlee,10;\nif (readparam(bStr)>=80)\n bonus bBaseAtk,20;\nif (readparam(bVit)>=80)\n bonus bMaxHPrate,3;\nif (readparam(bLuk)>=80)\n bonus bCritical,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4304,'Tamruan_Card','Tamruan Card','Card',20,10,true,true,'bonus bDef,2;\nbonus2 bSkillAtk,"CR_SHIELDCHARGE",10;\nbonus2 bSkillAtk,"CR_SHIELDBOOMERANG",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4305,'Turtle_General_Card','Turtle General Card','Card',20,10,true,true,'bonus2 bAddClass,Class_All,20;\nbonus3 bAutoSpell,"SM_MAGNUM",10,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4306,'Toad_Card','Toad Card','Card',20,10,true,true,'bonus bFlee2,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4307,'Kind_Of_Beetle_Card','Beetle King Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Fish,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4308,'Tri_Joint_Card','Tri Joint Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Formless,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4309,'Parasite_Card','Parasite Card','Card',20,10,true,true,'bonus bDef,1;\nbonus2 bSubRace,RC_Formless,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4310,'Panzer_Goblin_Card','Panzer Goblin Card','Card',20,10,true,true,'bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Demon,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4311,'Permeter_Card','Permeter Card','Card',20,10,true,true,true,true,'bonus2 bSubEle,Ele_Dark,15;\nbonus2 bSubEle,Ele_Undead,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4312,'Fur_Seal_Card','Seal Card','Card',20,10,true,true,'bonus bFlee,3;\nbonus bHit,10;\nif (BaseClass == Job_Acolyte) {\n bonus2 bCriticalAddRace,RC_Undead,9;\n bonus2 bCriticalAddRace,RC_Demon,9;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4313,'Punk_Card','Punk Card','Card',20,10,true,true,'bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1+4*(getskilllv("WZ_QUAGMIRE") == 5),50,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4314,'Penomena_Card','Penomena Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Formless,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4315,'Pest_Card','Pest Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4316,'Fake_Angel_Card','False Angel Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_Angel,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4317,'Mobster_Card','Mobster Card','Card',20,10,true,true,'bonus bCritAtkRate,15;\nif (BaseClass == Job_Thief)\n bonus bCritical,4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4318,'Knight_Windstorm_Card','Stormy Knight Card','Card',20,10,true,true,'bonus3 bAutoSpell,"WZ_STORMGUST",1,20;\nbonus2 bAddEff,Eff_Freeze,2000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4319,'Freezer_Card','Freezer Card','Card',20,10,true,true,'bonus bMaxHP,300;\nif (getrefine()>=9)\n bonus2 bSkillAtk,"SM_BASH",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4320,'Bloody_Knight_Card','Bloody Knight Card','Card',20,10,true,true,'bonus3 bAutoSpell,"WZ_METEOR",1,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4321,'Hylozoist_Card','Hylozoist Card','Card',20,10,true,true,true,'bonus bClassChange,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4322,'High_Orc_Card','High Orc Card','Card',20,10,true,true,'bonus bDef,1;\nbonus bShortWeaponDamageReturn,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4323,'Garm_Baby_Card','Hatii Babe Card','Card',20,10,true,true,'bonus3 bAutoSpell,"MG_FROSTDIVER",3,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4324,'Garm_Card','Hatii Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Freeze,5000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4325,'Harpy_Card','Harpy Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bSkillAtk,"MG_NAPALMBEAT",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4326,'See_Otter_Card','Sea-Otter Card','Card',20,10,true,true,true,'bonus2 bAddItemGroupHealRate,IG_Fish,50;\nbonus3 bAddMonsterDropItem,551,RC_Fish,300;\nbonus3 bAddMonsterDropItem,544,RC_Fish,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4327,'Blood_Butterfly_Card','Bloody Butterfly Card','Card',20,10,true,true,true,'bonus bVariableCastrate,30;\nbonus bNoCastCancel;\nbonus2 bSkillAtk,"MG_FIREWALL",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4328,'Hyegun_Card','Yao Jun Card','Card',20,10,true,true,'bonus bFlee,15;\nbonus bCritical,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4329,'Phendark_Card','Phendark Card','Card',20,10,true,true,'bonus2 bSPGainRace,RC_DemiHuman,5;\nbonus2 bSPGainRace,RC_Player_Human,5;','heal 0,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4330,'Dark_Snake_Lord_Card','Evil Snake Lord Card','Card',20,10,true,true,true,true,'bonus bInt,3;\nbonus2 bResEff,Eff_Blind,10000;\nbonus2 bResEff,Eff_Curse,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4331,'Heater_Card','Heater Card','Card',20,10,true,true,true,'bonus bCritical,3;\nif (BaseClass == Job_Swordman)\n bonus bFlee2,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4332,'Waste_Stove_Card','Waste Stove Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus bInt,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4333,'Venomous_Card','Venomous Card','Card',20,10,true,true,'bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4334,'Noxious_Card','Noxious Card','Card',20,10,true,true,'bonus bLongAtkDef,10;\nbonus2 bSubEle,Ele_Neutral,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4335,'Pitman_Card','Pitman Card','Card',20,10,true,true,'bonus2 bSkillAtk,"WZ_EARTHSPIKE",5;\nbonus2 bSkillAtk,"WZ_HEAVENDRIVE",5;','heal 0,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4336,'Ungoliant_Card','Ungoliant Card','Card',20,10,true,true,true,true,'bonus bHPrecovRate,10;\nbonus2 bResEff,Eff_Bleeding,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4337,'Porcellio_Card','Porcellio Card','Card',20,10,true,true,'bonus bBaseAtk,25;\nbonus bDef,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4338,'Obsidian_Card','Obsidian Card','Card',20,10,true,true,'bonus bVit,readparam(bDex)/18;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4339,'Mineral_Card','Mineral Card','Card',20,10,true,true,'bonus bBaseAtk,-25;\nbonus bDef,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4340,'Teddy_Bear_Card','Teddy Bear Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Undead,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4341,'Metaling_Card','Metaling Card','Card',20,10,true,true,'bonus3 bAutoSpell,"RG_STRIPWEAPON",1,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4342,'Rsx_0806_Card','RSX-0806 Card','Card',20,10,true,true,'bonus bVit,3;\nbonus bUnbreakableArmor;\nbonus bNoKnockback;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4343,'Mole_Card','Holden Card','Card',20,10,true,true,true,true,'bonus bLuk,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4344,'Anopheles_Card','Anopheles Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12058,RC_Insect,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4345,'Hill_Wind_Card','Hill Wind Card','Card',20,10,true,true,'bonus2 bSkillAtk,"MG_THUNDERSTORM",5;\nbonus2 bSkillAtk,"WZ_JUPITEL",5;\nbonus2 bSkillAtk,"WZ_VERMILION",5;','heal 0,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4346,'Ygnizem_Card','Egnigem Cenia Card','Card',20,10,true,true,'bonus bStr,readparam(bInt)/18;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4347,'Armaia_Card','Armeyer Dinze Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12053,RC_Fish,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4348,'Whikebain_Card','Wickebine Tres Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"RG_STRIPARMOR",1,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4349,'Erend_Card','Errende Ebecee Card','Card',20,10,true,true,true,'bonus4 bAutoSpellWhenHit,"AL_PNEUMA",1,50,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4350,'Rawrel_Card','Laurell Weinder Card','Card',20,10,true,true,'bonus2 bSkillAtk,"WZ_FROSTNOVA",3;\nbonus2 bSkillAtk,"WZ_STORMGUST",3;','heal 0,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4351,'Kavac_Card','Kavach Icarus Card','Card',20,10,true,true,'if (getrefine()<=4) {\n bonus bFlee,20;\n bonus bFlee2,1;\n}\nelse {\n bonus bFlee,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4352,'B_Ygnizem_Card','General Egnigem Cenia Card','Card',20,10,true,true,'bonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bHPRegenRate,50,10000;\nbonus2 bSPRegenRate,10,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4353,'Removal_Card','Remover Card','Card',20,10,true,true,'bonus bMaxHP,800-40*getrefine();\nbonus bHPrecovRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4354,'Gemini_Card','Gemini-S58 Card','Card',20,10,true,true,true,true,'if (readparam(bAgi)>=90) {\n bonus2 bResEff,Eff_Silence,3000;\n bonus2 bResEff,Eff_Stun,3000;\n}\nif (readparam(bVit)>=80) {\n bonus2 bResEff,Eff_Stone,5000;\n bonus2 bResEff,Eff_Sleep,5000;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4355,'Gremlin_Card','Gremlin Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12043,RC_Brute,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4356,'Beholder_Card','Beholder Card','Card',20,10,true,true,true,'skill "SA_CASTCANCEL",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4357,'B_Seyren_Card','Lord Knight Card','Card',20,10,true,true,true,true,'skill "LK_BERSERK",1;\nbonus bMaxHPrate,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4358,'Seyren_Card','Seyren Windsor Card','Card',20,10,true,true,true,true,'bonus bStr,getrefine()-6;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4359,'B_Eremes_Card','Assassin Cross Card','Card',20,10,true,true,'skill "AS_CLOAKING",3;','sc_end SC_CLOAKING;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4360,'Eremes_Card','Eremes Guile Card','Card',20,10,true,true,'bonus2 bCriticalAddRace,RC_DemiHuman,10;\nbonus2 bCriticalAddRace,RC_Player_Human,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4361,'B_Harword_Card','MasterSmith Card','Card',20,10,true,true,'bonus bBreakWeaponRate,1000;\nbonus bBreakArmorRate,700;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4362,'Harword_Card','Howard Alt-Eisen Card','Card',20,10,true,true,'bonus bAspdRate,-5;\nbonus bHit,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4363,'B_Magaleta_Card','High Priest Card','Card',20,10,true,true,'bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",5,50,BF_WEAPON|BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4364,'Magaleta_Card','Margaretha Sorin Card','Card',20,10,true,true,true,true,'bonus bInt,1;\nbonus5 bAutoSpellWhenHit,"PR_LEXDIVINA",5,150,BF_MAGIC,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4365,'B_Katrinn_Card','High Wizard Card','Card',20,10,true,true,true,true,'bonus2 bIgnoreMdefClassRate,Class_Normal,100;\nbonus bVariableCastrate,100;\nbonus bSPrecovRate,-100;','heal 0,-2000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4366,'Katrinn_Card','Kathryne Keyron Card','Card',20,10,true,true,true,true,'.@r = getrefine();\nbonus bVariableCastrate,.@r*-1;\nif (.@r>=9) {\n bonus bMatkRate,2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4367,'B_Shecil_Card','Sniper Card','Card',20,10,true,true,'bonus2 bHPDrainRate,100,20;\nbonus bHPrecovRate,-10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4368,'Shecil_Card','Cecil Damon Card','Card',20,10,true,true,'bonus bAspdRate,5;\nbonus bHit,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4369,'Venatu_Card','Venatu Card','Card',20,10,true,true,'bonus bLuk,readparam(bAgi)/18;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4370,'Dimik_Card','Dimik Card','Card',20,10,true,true,'bonus bVit,getrefine()-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4371,'Archdam_Card','Archdam Card','Card',20,10,true,true,'bonus bBaseAtk,10;\nbonus bVariableCastrate,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4372,'Bacsojin_Card','White Lady Card','Card',20,10,true,true,true,true,'bonus bHealPower,30;\nbonus bUseSPrate,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4373,'Chung_E_Card','Green Maiden Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bLuk,.@r-5;\nbonus bCritical,.@r;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4374,'Apocalips_H_Card','Vesper Card','Card',20,10,true,true,true,true,'bonus bDex,2;\nbonus2 bIgnoreMdefClassRate,Class_Boss,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4375,'Orc_Baby_Card','Orc Baby Card','Card',20,10,true,true,'.@i = (getrefine()>=9?15:10);\nbonus2 bSubEle,Ele_Neutral,.@i;\nbonus bFlee,.@i;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4376,'Lady_Tanee_Card','Lady Tanee Card','Card',20,10,true,true,'bonus bMaxHPrate,-40;\nbonus bMaxSPrate,50;\nbonus2 bAddMonsterDropItem,513,200;\nbonus2 bAddItemHealRate,513,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4377,'Green_Iguana_Card','Grove Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12063,RC_Formless,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4378,'Acidus_Card','Gold Acidus Card','Card',20,10,true,true,'if (getrefine()<=4) {\n bonus bMaxHPrate,8;\n bonus bMaxSPrate,8;\n bonus bHPrecovRate,5;\n bonus bSPrecovRate,5;\n}\nelse {\n bonus bMaxHPrate,4;\n bonus bMaxSPrate,4;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4379,'Acidus__Card','Blue Acidus Card','Card',20,10,true,true,true,true,'if (getrefine()<=4) {\n bonus bSPrecovRate,5;\n bonus bMaxSP,80;\n}\nelse {\n bonus bMaxSP,40;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4380,'Ferus_Card','Red Ferus Card','Card',20,10,true,true,'bonus2 bSkillAtk,"WZ_FIREPILLAR",5;\nbonus2 bSkillAtk,"WZ_METEOR",5;','heal 0,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4381,'Ferus__Card','Green Ferus Card','Card',20,10,true,true,'bonus bVit,1;\nbonus bMaxHPrate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4382,'Novus__Card','Yellow Novus Card','Card',20,10,true,true,'bonus bMaxHP,500;\nbonus bHPrecovRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4383,'Novus_Card','Red Novus Card','Card',20,10,true,true,'bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4384,'Hydro_Card','Hydrolancer Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"SA_SPELLBREAKER",1,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4385,'Dragon_Egg_Card','Dragon Egg Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12048,RC_Dragon,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4386,'Detale_Card','Detardeurus Card','Card',20,10,true,true,'bonus bMdef,-20;\nbonus2 bResEff,Eff_Freeze,10000;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,70,BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4387,'Ancient_Mimic_Card','Ancient Mimic Card','Card',20,10,true,true,'bonus bAgi,readparam(bLuk)/18;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4388,'Deathword_Card','Death Word Card','Card',20,10,true,true,'bonus2 bSkillAtk,"MG_NAPALMBEAT",5;\nbonus2 bSkillAtk,"MG_SOULSTRIKE",5;\nbonus2 bSkillAtk,"HW_NAPALMVULCAN",5;','heal 0,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4389,'Plasma_Card','Plasma Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItem,12118,50;\nbonus2 bAddMonsterDropItem,12119,50;\nbonus2 bAddMonsterDropItem,12120,50;\nbonus2 bAddMonsterDropItem,12121,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4390,'Breeze_Card','Breeze Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus2 bAddEff,Eff_Bleeding,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4391,'Retribution_Card','Baroness of Retribution Card','Card',20,10,true,true,true,'bonus3 bAddMonsterDropItem,12068,RC_Angel,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4392,'Observation_Card','Dame of Sentinel Card','Card',20,10,true,true,'bonus bDex,readparam(bVit)/18;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4393,'Shelter_Card','Mistress of Shelter Card','Card',20,10,true,true,'bonus bInt,readparam(bStr)/18;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4394,'Solace_Card','Lady Solace Card','Card',20,10,true,true,'if (BaseJob == Job_Priest)\n bonus3 bAutoSpell,"CR_GRANDCROSS",5,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4395,'Tha_Maero_Card','Maero of Thanatos Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus3 bAutoSpell,"AL_DECAGI",3,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4396,'Tha_Odium_Card','Odium of Thanatos Card','Card',20,10,true,true,'bonus bAgi,getrefine()-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4397,'Tha_Despero_Card','Despero of Thanatos Card','Card',20,10,true,true,'bonus bInt,getrefine()-6;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4398,'Tha_Dolor_Card','Dolor of Thanatos Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Angel,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4399,'Thanatos_Card','Memory of Thanatos Card','Card',20,10,true,true,'bonus bDefRatioAtkClass,Class_All;\nbonus bSPDrainValue,-1;\nbonus bDef,-30;\nbonus bFlee,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4400,'Aliza_Card','Aliza Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"DC_WINKCHARM",1,50+50*(BaseJob == Job_Dancer);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4401,'Alicel_Card','Alicel Card','Card',20,10,true,true,'bonus bFlee,10;\nbonus bDef,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4402,'Aliot_Card','Aliot Card','Card',20,10,true,true,'if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {\n bonus bStr,2;\n bonus bMaxHPrate,5;\n}\nif (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) {\n bonus bInt,2;\n bonus bMaxSPrate,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4403,'Kiel_Card','Kiel-D-01 Card','Card',20,10,true,true,true,true,'bonus bDelayRate,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4404,'Skogul_Card','Skogul Card','Card',20,10,true,true,'bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4405,'Frus_Card','Frus Card','Card',20,10,true,true,'bonus bMagicDamageReturn,getrefine()*2;\nif (BaseClass == Job_Mage)\n bonus bMdef,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4406,'Skeggiold_Card','Skeggiold Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Demon,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4407,'Randgris_Card','Randgris Card','Card',20,10,true,true,'bonus bUnbreakableWeapon;\nbonus2 bAddClass,Class_All,10;\nbonus3 bAutoSpell,"SA_DISPELL",1,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4408,'Gloom_Under_Night_Card','Gloom Under Night Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Holy,40;\nbonus2 bAddEle,Ele_Dark,40;\nbonus2 bAddRace,RC_Angel,40;\nbonus2 bAddRace,RC_Demon,40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4409,'Agav_Card','Agav Card','Card',20,10,true,true,'bonus bMatkRate,5;\nbonus bDef,-10;\nif (BaseClass == Job_Mage)\n bonus bMaxSP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4410,'Echio_Card','Echio Card','Card',20,10,true,true,'bonus bBaseAtk,15;\nif (BaseClass == Job_Swordman)\n bonus bMaxHP,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4411,'Vanberk_Card','Vanberk Card','Card',20,10,true,true,true,true,'bonus bStr,2;\nautobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4412,'Isilla_Card','Isilla Card','Card',20,10,true,true,true,true,'bonus bInt,2;\nautobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4413,'Hodremlin_Card','Hodremlin Card','Card',20,10,true,true,'bonus2 bSubSize,Size_All,15;\nautobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4414,'Seeker_Card','Seeker Card','Card',20,10,true,true,'skill "MG_STONECURSE",1;\nbonus2 bResEff,Eff_Stone,3000;\nbonus bMdef,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4415,'Snowier_Card','Snowier Card','Card',20,10,true,true,true,'bonus2 bAddMonsterDropItem,536,500;\nbonus2 bAddItemHealRate,536,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4416,'Siroma_Card','Siroma Card','Card',20,10,true,true,true,'bonus2 bSkillAtk,"MG_COLDBOLT",25;\nbonus2 bVariableCastrate,"MG_COLDBOLT",-25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4417,'Ice_Titan_Card','Ice Titan Card','Card',20,10,true,true,'bonus bVit,2;\nautobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4418,'Gazeti_Card','Gazeti Card','Card',20,10,true,true,true,'bonus3 bAutoSpell,"MG_COLDBOLT",2,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4419,'Ktullanux_Card','Ktullanux Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Fire,50;\nbonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,20,BF_WEAPON|BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4420,'Muscipular_Card','Muscipular Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"AL_HEAL",1,100;\nbonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4421,'Drosera_Card','Drosera Card','Card',20,10,true,true,'bonus bCriticalLong,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4422,'Roween_Card','Roween Card','Card',20,10,true,true,'bonus bFlee,5;\nbonus bFlee2,3;\nbonus2 bAddEle,Ele_Water,10;\nbonus2 bCriticalAddRace,RC_Fish,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4423,'Galion_Card','Galion Card','Card',20,10,true,true,true,'bonus bHit,5;\nbonus2 bAddEle,Ele_Water,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4424,'Stapo_Card','Stapo Card','Card',20,10,true,true,true,'skill "TF_PICKSTONE",1;\nskill "TF_THROWSTONE",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4425,'Atroce_Card','Atroce Card','Card',20,10,true,true,'bonus bBaseAtk,25;\nautobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4426,'Byorgue_Card','Byorgue Card','Card',20,10,true,true,'if (BaseJob == Job_Rogue) {\n bonus bMatkRate,10;\n bonus2 bAddClass,Class_All,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4427,'Sword_Guardian_Card','Sword Guardian Card','Card',20,10,true,true,'.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_1HSWORD || .@i == W_2HSWORD) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,62,25;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4428,'Bow_Guardian_Card','Bow Guardian Card','Card',20,10,true,true,'if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,"AC_SHOWER",50;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4429,'Salamander_Card','Salamander Card','Card',20,10,true,true,'bonus2 bSkillAtk,"WZ_FIREPILLAR",40;\nbonus2 bSkillAtk,"WZ_METEOR",40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4430,'Ifrit_Card','Ifrit Card','Card',20,10,true,true,true,'bonus bBaseAtk,(JobLevel/10);\nbonus bCritical,(JobLevel/10);\nbonus bHit,(JobLevel/10);\nbonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",10,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4431,'Kasa_Card','Kasa Card','Card',20,10,true,true,'bonus3 bAutoSpell,"MG_FIREBALL",5,20;\nbonus3 bAutoSpell,"MG_FIREBOLT",5,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4432,'Magmaring_Card','Magmaring Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus2 bAddEle,Ele_Earth,10;\nbonus2 bCriticalAddRace,RC_Brute,15;\nbonus2 bCriticalAddRace,RC_Player_Doram,15;\nbonus2 bCriticalAddRace,RC_Plant,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4433,'Imp_Card','Imp Card','Card',20,10,true,true,true,'bonus2 bSkillAtk,"MG_FIREBOLT",25;\nbonus2 bVariableCastrate,"MG_FIREBOLT",-25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4434,'Knocker_Card','Knocker Card','Card',20,10,true,true,true,true,'bonus2 bAddRace,RC_Formless,5;\nbonus3 bAddMonsterDropItem,756,RC_Formless,10;\nbonus3 bAddMonsterDropItem,757,RC_Formless,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4435,'Zombie_Slaughter_Card','Zombie Slaughter Card','Card',20,10,true,true,'bonus2 bAddRace,RC_DemiHuman,1;\nbonus2 bAddRace,RC_Player_Human,1;\nbonus2 bMagicAddRace,RC_DemiHuman,1;\nbonus2 bMagicAddRace,RC_Player_Human,1;\nbonus bHPGainValue,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4436,'Ragged_Zombie_Card','Ragged Zombie Card','Card',20,10,true,true,true,'bonus2 bCriticalAddRace,RC_DemiHuman,5;\nbonus2 bCriticalAddRace,RC_Player_Human,5;\nbonus2 bAddRace,RC_DemiHuman,1;\nbonus2 bAddRace,RC_Player_Human,1;\nbonus2 bMagicAddRace,RC_DemiHuman,1;\nbonus2 bMagicAddRace,RC_Player_Human,1;\nbonus2 bAddEff2,Eff_Bleeding,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4437,'Hell_Poodle_Card','Hell Poodle Card','Card',20,10,true,true,true,'bonus bHit,1;\nbonus2 bAddItemHealRate,517,100;\nbonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4438,'Banshee_Card','Banshee Card','Card',20,10,true,true,true,true,'if (BaseClass == Job_Mage) {\n bonus bMaxSP,100;\n bonus bMaxHP,-100;\n bonus2 bSkillAtk,"MG_NAPALMBEAT",20;\n bonus2 bSkillAtk,"MG_SOULSTRIKE",20;\n bonus2 bSkillAtk,"HW_NAPALMVULCAN",20;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4439,'Flame_Skull_Card','Flame Skull Card','Card',20,10,true,true,'bonus2 bResEff,Eff_Blind,3000;\nbonus2 bResEff,Eff_Stun,3000;\nbonus2 bResEff,Eff_Curse,3000;\nbonus2 bResEff,Eff_Stone,3000;\nbonus2 bAddEffWhenHit,Eff_Blind,500;\nbonus2 bAddEffWhenHit,Eff_Stun,500;\nbonus2 bAddEffWhenHit,Eff_Curse,500;\nbonus2 bAddEffWhenHit,Eff_Stone,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4440,'Necromancer_Card','Necromancer Card','Card',20,10,true,true,'.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_STAFF || .@i == W_2HSTAFF) {\n bonus bInt,1;\n bonus2 bIgnoreMdefClassRate,Class_Normal,2;\n bonus2 bIgnoreMdefClassRate,Class_Boss,2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4441,'Fallen_Bishop_Card','Fallen Bishop Hibram Card','Card',20,10,true,true,'bonus bMatkRate,10;\nbonus bMaxSPrate,-50;\nbonus2 bMagicAddRace,RC_Angel,50;\nbonus2 bMagicAddRace,RC_DemiHuman,50;\nbonus2 bMagicAddRace,RC_Player_Human,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4442,'Tatacho_Card','Tatacho Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Neutral,20;\nbonus2 bAddEle,Ele_Neutral,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4443,'Aqua_Elemental_Card','Aqua Elemental Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Water,20;\nbonus2 bAddEle,Ele_Water,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4444,'Draco_Card','Draco Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Earth,20;\nbonus2 bAddEle,Ele_Earth,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4445,'Luciola_Vespa_Card','Luciola Vespa Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Wind,20;\nbonus2 bAddEle,Ele_Wind,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4446,'Enhanced_Skeleton_Card','Enhanced Skeleton Card','Card',20,10,true,true,'bonus bBaseAtk,15;\nbonus2 bAddEff,Eff_Stun,(BaseLevel>=100?300:200);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4447,'Centipede_Card','Centipede Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Poison,20;\nbonus2 bAddEle,Ele_Poison,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4448,'Cornus_Card','Cornus Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Holy,20;\nbonus2 bAddEle,Ele_Holy,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4449,'Dark_Shadow_Card','Dark Shadow Card','Card',20,10,true,true,'bonus2 bSubDefEle,Ele_Dark,20;\nbonus2 bAddEle,Ele_Dark,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4450,'Banshee_Master_Card','Banshee Master Card','Card',20,10,true,true,'bonus bInt,1;\nbonus bMatk,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4451,'Ant_Buyanne_Card','Entweihen Crothen Card','Card',20,10,true,true,'bonus bMatk,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4452,'Centipede_Larva_Card','Centipede Larva Card','Card',20,10,true,true,'bonus bInt,1;\nbonus bMatk,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4453,'Hilsrion_Card','Hillsrion Card','Card',20,10,true,true,'bonus bBaseAtk,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`) VALUES (4454,'Light_Up_Card1','Light Up Card','Card',20,10,true,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`) VALUES (4455,'Light_Up_Card2','Light Up Card','Card',20,10,true,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4456,'Nidhogg_Shadow_Card','Nidhoggur Shadow Card','Card',20,10,true,true,'bonus bInt,5;\nif (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T)\n bonus bFixedCastrate,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4457,'Nahtzigger_Card','Naght Sieger Card','Card',20,10,true,true,'bonus2 bMagicAtkEle,Ele_Ghost,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4458,'Duneirre_Card','Duneyrr Card','Card',20,10,true,true,true,true,'bonus bBaseAtk,10;\nautobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect2 EF_HASTEUP; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4459,'Lata_Card','Rata Card','Card',20,10,true,true,true,true,'bonus bMatk,10;\nautobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4460,'Ringco_Card','Rhyncho Card','Card',20,10,true,true,true,true,'bonus bHealPower,4;\nbonus2 bSkillUseSP,"AL_HEAL",-15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4461,'Pillar_Card','Phylla Card','Card',20,10,true,true,true,true,'bonus bDex,1;\nbonus bAgi,1;\nautobonus "{ bonus bCritical,20; }",15,4000,0,"{ specialeffect2 EF_ENHANCE; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4462,'Hardrock_Mommos_Card','Hardrock Mammoth Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bDef,5;\nif (.@r>=12) {\n bonus bDef,20;\n bonus bMaxHPrate,10;\n}\nif (.@r>=14) {\n bonus bMaxHPrate,3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4463,'Tendrilion_Card','Tendrilrion Card','Card',20,10,true,true,'bonus bCritical,5;\n.@r = getrefine();\nif (.@r>=12) {\n bonus bBaseAtk,35;\n}\nif (.@r>=14) {\n bonus bCritical,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4464,'Aunoe_Card','Aunoe Card','Card',20,10,true,true,'bonus bCritAtkRate,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4465,'Panat_Card','Fanat Card','Card',20,10,true,true,'bonus bBaseAtk,10;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4466,'Beholder_Master_Card','Beholder Master Card','Card',20,10,true,true,'bonus bLongAtkRate,3;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4467,'Heavy_Metaling_Card','Heavy Metaling Card','Card',20,10,true,true,'bonus bStr,2;\nif (BaseClass == Job_Merchant) {\n bonus2 bSkillAtk,"MC_CARTREVOLUTION",50;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4468,'Pinguicula_Dark_Card','Dark Pinguicula Card','Card',20,10,true,true,true,true,'bonus bBaseAtk,10;\nbonus2 bAddMonsterDropItem,7932,10;\nbonus2 bAddMonsterDropItem,7933,10;\nbonus2 bAddMonsterDropItem,7934,10;\nbonus2 bAddMonsterDropItem,7935,10;\nbonus2 bAddMonsterDropItem,7936,10;\nbonus2 bAddMonsterDropItem,7937,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4469,'Naga_Card','Naga Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Fish,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4470,'Nepenthes_Card','Nepenthes Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Plant,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4471,'Egg_Of_Draco_Card','Draco Egg Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Dragon,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4472,'Bradium_Goram_Card','Bradium Golem Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Brute,10;\nbonus2 bMagicAddRace,RC_Player_Doram,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4473,'Ancient_Tree_Card','Ancient Tree Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Undead,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4474,'Jakudam_Card','Zakudam Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_DemiHuman,10;\nbonus2 bMagicAddRace,RC_Player_Human,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4475,'Cobalt_Mineral_Card','Cobalt Mineral Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Formless,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4476,'Pinguicula_Card','Pinguicula Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Insect,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4477,'Hell_Apocalips_Card','Hell Apocalypse Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Demon,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`) VALUES (4478,'Light_Up_Card3','Light Up Card','Card',20,10,true,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`) VALUES (4479,'Light_Up_Card4','Light Up Card','Card',20,10,true,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4480,'Sealed_Kiel_Card','Sealed Kiel Card','Card',20,10,true,true,true,true,'bonus bDelayRate,((getrefine()>14)?-20:-15);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4481,'Sealed_Ktullanux_Card','Sealed Ktullanux Card','Card',20,10,true,true,'bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25);\nbonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,10,BF_WEAPON|BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4482,'Sealed_B_Ygnizem_Card','Sealed General Egnigem Cenia Card','Card',20,10,true,true,'.@rate = ((getrefine()>14)?7:5);\nbonus bMaxHPrate,.@rate;\nbonus bMaxSPrate,.@rate;\nbonus2 bHPRegenRate,50,10000;\nbonus2 bSPRegenRate,10,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4483,'Sealed_Dracula_Card','Sealed Dracula Card','Card',20,10,true,true,'bonus2 bSPDrainRate,((getrefine()>14)?70:50),5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4484,'Sealed_Mistress_Card','Sealed Mistress Card','Card',20,10,true,true,true,true,'bonus bNoGemStone;\nbonus bUseSPrate,((getrefine()>14)?35:50);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4485,'Sealed_Gloom_Card','Sealed Gloom Under Night Card','Card',20,10,true,true,'.@rate = ((getrefine()>14)?30:20);\nbonus2 bAddEle,Ele_Holy,.@rate;\nbonus2 bAddEle,Ele_Dark,.@rate;\nbonus2 bAddRace,RC_Angel,.@rate;\nbonus2 bAddRace,RC_Demon,.@rate;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4486,'Sealed_Berz_Card','Sealed Berzebub Card','Card',20,10,true,true,true,'bonus bVariableCastrate,-15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4487,'Sealed_Ifrit_Card','Sealed Ifrit Card','Card',20,10,true,true,true,'bonus bBaseAtk,(JobLevel/20);\nbonus bCritical,(JobLevel/20);\nbonus bHit,(JobLevel/20);\nbonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",5,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4488,'Sealed_D_Lord_Card','Sealed Dark Lord Card','Card',20,10,true,true,'bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4489,'Sealed_Pharaoh_Card','Sealed Pharaoh Card','Card',20,10,true,true,true,true,'bonus bUseSPrate,-15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4490,'Sealed_M_Flower_Card','Sealed Moonlight Flower Card','Card',20,10,true,true,'skill "AL_INCAGI",((getrefine()>14)?5:1);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4491,'Sealed_B_Shecil_Card','Sealed Sniper Card','Card',20,10,true,true,'bonus bHPrecovRate,-100;\nbonus2 bHPDrainRate,50,((getrefine()>14)?15:10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4492,'Sealed_Orc_Hero_Card','Sealed Orc Hero Card','Card',20,10,true,true,true,true,'bonus bVit,3;\nbonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4493,'Sealed_Tao_Card','Sealed Tao Gunka Card','Card',20,10,true,true,'bonus bMaxHPrate,((getrefine()>14)?75:50);\nbonus bDefRate,-50;\nbonus bMdefRate,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4494,'Sealed_TurtleG_Card','Sealed Turtle General Card','Card',20,10,true,true,'.@rate = ((getrefine()>14)?15:10);\nbonus2 bAddClass,Class_All,.@rate;\nbonus3 bAutoSpell,"SM_MAGNUM",10,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4495,'Sealed_Amon_Ra_Card','Sealed Amon Ra Card','Card',20,10,true,true,'bonus bAllStats,1;\nbonus3 bAutoSpellWhenHit,"PR_KYRIE",((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4496,'Sealed_Drake_Card','Sealed Drake Card','Card',20,10,true,true,'.@rate = (getrefine()>=15?75:50);\nbonus2 bAddSize,Size_All,.@rate;\nbonus2 bMagicAddSize,Size_All,.@rate;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4497,'Sealed_Knight_WS_Card','Sealed Stormy Knight Card','Card',20,10,true,true,'bonus3 bAutoSpell,"WZ_STORMGUST",1,10;\nbonus2 bAddEff,Eff_Freeze,((getrefine()>14)?1500:1000);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4498,'Sealed_Lady_Tanee_Card','Sealed Lady Tanee Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bMaxHPrate,((.@r>14)?-50:-60);\nbonus bMaxSPrate,50;\nbonus2 bAddMonsterDropItem,513,100;\nbonus2 bAddItemHealRate,513,((.@r>14)?80:50);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4499,'Sealed_Samurai_Card','Sealed Samurai Spector Card','Card',20,10,true,true,'bonus bIgnoreDefClass,Class_Normal;\nbonus bHPrecovRate,-100;\nif (getrefine()>14)\n bonus2 bHPLossRate,777,8000;\nelse\n bonus2 bHPLossRate,888,5000;','if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {\n heal(1-Hp),0;\n}\nelse {\n heal -999,0;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4500,'Sealed_Orc_Load_Card','Sealed Orc Lord Card','Card',20,10,true,true,'bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4501,'Sealed_B_Magaleta_Card','Sealed High Priest Card','Card',20,10,true,true,'bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4502,'Sealed_B_Harword_Card','Sealed MasterSmith Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bBreakWeaponRate,(.@r>14?800:500);\nbonus bBreakArmorRate,(.@r>14?600:500);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4503,'Sealed_Apocalips_H_Card','Sealed Vesper Card','Card',20,10,true,true,true,true,'bonus bDex,2;\nbonus2 bIgnoreMdefClassRate,Class_Boss,((getrefine()>14)?25:15);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4504,'Sealed_Eddga_Card','Sealed Eddga Card','Card',20,10,true,true,'bonus bMaxHPrate,((getrefine()>14)?-35:-50);\nbonus bNoWalkDelay;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4505,'Scaraba_Card','Scaraba Card','Card',20,10,true,true,true,'bonus bMatk,20;\nbonus bMaxSPrate,-1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4506,'Dolomedes_Card','Dolomedes Card','Card',20,10,true,true,true,true,'bonus bDex,2;\nif (BaseClass == Job_Archer) {\n bonus bDex,getrefine()/3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4507,'Q_Scaraba_Card','Queen Scaraba Card','Card',20,10,true,true,'bonus2 bAddRace2,RC2_SCARABA,30;\nbonus2 bAddMonsterDropItem,12806,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4508,'Gold_Scaraba_Card','Gold Scaraba Card','Card',20,10,true,true,true,'bonus bBaseAtk,20;\nbonus bMaxHPrate,-1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4509,'Gold_Q_Scaraba_Card','Gold Queen Scaraba Card','Card',20,10,true,true,true,true,'bonus bInt,3;\nbonus2 bSubRace,RC_Insect,10;\nif (getrefine()>=9) {\n bonus2 bSubRace,RC_Insect,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4510,'Miming_Card','Miming Card','Card',20,10,true,true,'bonus3 bAutoSpell,"WM_LULLABY_DEEPSLEEP",1,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4511,'Little_Fatum_Card','Little Fatum Card','Card',20,10,true,true,'bonus3 bAddEff,Eff_Silence,500,ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4512,'Parus_Card','Parus Card','Card',20,10,true,true,true,true,'bonus bHealPower,3;\nif (BaseClass == Job_Acolyte) {\n bonus bHealPower,getrefine()/2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4513,'Angra_Mantis_Card','Angra Mantis Card','Card',20,10,true,true,true,true,'bonus bCritAtkRate,2;\nif (BaseClass == Job_Thief) {\n bonus bCritAtkRate,getrefine()/2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4514,'Pom_Spider_Card','Pom Spider Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Undead,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4515,'Alnoldi_Card','Alnoldi Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Plant,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4516,'Comodo_Card','Comodo Card','Card',20,10,true,true,'bonus bDef,50;\nbonus bFlee,-25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4517,'Cendrawasih_Card','Cendrawasih Card','Card',20,10,true,true,true,true,'bonus bInt,2;\nif (BaseClass == Job_Mage) {\n bonus bInt,getrefine()/3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4518,'Banaspaty_Card','Banaspaty Card','Card',20,10,true,true,'bonus3 bAddEff,Eff_Burning,500,ATF_TARGET;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4519,'Butoijo_Card','Butoijo Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Angel,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4520,'Leak_Card','Leak Card','Card',20,10,true,true,'bonus bStr,3;\nbonus2 bAddEff,Eff_Confusion,5000;\nbonus3 bAddEff,Eff_Confusion,5000,ATF_TARGET;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4521,'Sedora_Card','Sedora Card','Card',20,10,true,true,'bonus bCritAtkRate,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4522,'Sropho_Card','Sropho Card','Card',20,10,true,true,'bonus4 bAddEff,Eff_Crystalize,500,ATF_SHORT,3000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4523,'Pot_Dofle_Card','Pot Dofle Card','Card',20,10,true,true,'bonus bDefEle,Ele_Water;\nbonus2 bSubRace,RC_Fish,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4524,'King_Dramoh_Card','King Dramoh Card','Card',20,10,true,true,true,true,'bonus bStr,2;\nif (BaseClass == Job_Swordman) {\n bonus bStr,2+(getrefine()/3);\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4525,'Kraken_Card','Kraken Card','Card',20,10,true,true,'bonus bFlee,10;\nskill "TF_HIDING",1;\nskill "RG_RAID",1;\nbonus5 bAutoSpellOnSkill,"RG_RAID","NPC_WIDEBLEEDING",1,250,1;','sc_end SC_HIDING;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4526,'Odd_Coelacanth_Card','Weird Coelacanth Card','Card',20,10,true,true,'bonus bMaxSPrate,5;\nbonus bMdef,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4527,'Black_Coelacanth_Card','Dark Coelacanth Card','Card',20,10,true,true,'bonus bMaxHPrate,10;\nbonus bDef,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4528,'Mutant_Coelacanth_Card','Mutant Coelacanth Card','Card',20,10,true,true,true,true,'.@r = getrefine();\nbonus bMatkRate,2+(.@r/2);\nbonus bMaxHPrate,-.@r/2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4529,'Cruel_Coelacanth_Card','Violent Coelacanth Card','Card',20,10,true,true,true,true,'.@r = getrefine();\nbonus2 bAddClass,Class_All,2+(.@r/2);\nbonus bMaxSPrate,-.@r/2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4530,'Siorava_Card','Siorava Card','Card',20,10,true,true,true,true,'bonus bLuk,2;\nif (BaseClass == Job_Merchant) {\n bonus bLuk,2+(getrefine()/3);\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4531,'Red_Eruma_Card','Red Eruma Card','Card',20,10,true,true,'bonus3 bAddEff,Eff_Curse,100,ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4532,'Wild_Rider_Card','Wild Rider Card','Card',20,10,true,true,'bonus bAgi,1;\nbonus3 bAutoSpell,"AL_INCAGI",1,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4533,'Mini_Octopus_Card','Octopus Card','Card',20,10,true,true,'bonus3 bAddEff,Eff_Blind,100,ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4534,'Giant_Octopus_Card','Giant Octopus Card','Card',20,10,true,true,'bonus bMaxHPrate,12;\nskill "WZ_WATERBALL",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4535,'Sealed_Rand_Card','Sealed Randgris Card','Card',20,10,true,true,'bonus2 bAddClass,Class_All,(getrefine()>=15?8:5);\nbonus5 bAutoSpell,"SA_DISPELL",1,1,BF_NORMAL,1;\nbonus bUnbreakableWeapon;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4536,'Sealed_Atroce_Card','Sealed Atroce Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bBaseAtk,((.@r>14)?25:15);\nautobonus "{ bonus bAspdRate,(("+.@r+">14)?75:50); }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4537,'Sealed_Phreeoni_Card','Sealed Phreeoni Card','Card',20,10,true,true,'bonus bHit,((getrefine()>14)?75:50);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4538,'Sealed_Bacsojin_Card','Sealed White Lady Card','Card',20,10,true,true,true,true,'.@r = getrefine();\nbonus bHealPower,(.@r>14?25:15);\nbonus bUseSPrate,(.@r>14?20:30);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4539,'Sealed_F_Bishop_Card','Sealed Fallen Bishop Hibram Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bMatkRate,((.@r>14)?8:5);\nbonus bMaxSPrate,-50;\n.@rate = ((.@r>14)?33:25);\nbonus2 bMagicAddRace,RC_Angel,.@rate;\nbonus2 bMagicAddRace,RC_DemiHuman,.@rate;\nbonus2 bMagicAddRace,RC_Player_Human,.@rate;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4540,'SLD_Lord_Of_Death_Card','Sealed Lord of The Dead Card','Card',20,10,true,true,'.@rate = ((getrefine()>14)?350:250);\nbonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT;\nbonus2 bComaClass,Class_Normal,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4541,'SLD_B_Katrinn_Card','Sealed High Wizard Card','Card',20,10,true,true,true,true,'bonus2 bIgnoreMdefClassRate,Class_Normal,100;\n.@rate = ((getrefine()>14)?120:150);\nbonus bVariableCastrate,.@rate;\nbonus bSPrecovRate,-.@rate;','heal 0,((getrefine()>14)?-2000:-3000);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4542,'SLD_Detale_Card','Sealed Detale Card','Card',20,10,true,true,'bonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000);\nbonus5 bAutoSpell,"SA_LANDPROTECTOR",1,1,BF_MAGIC,1;\nbonus bMdef,-20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4543,'SLD_Garm_Card','Sealed Hatii Card','Card',20,10,true,true,'bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4544,'SLD_Dark_Snake_Card','Sealed Evil Snake Lord Card','Card',20,10,true,true,true,true,'bonus bInt,3;\n.@i = (getrefine()>14?7500:5000);\nbonus2 bResEff,Eff_Blind,.@i;\nbonus2 bResEff,Eff_Curse,.@i;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4545,'Novice_Poring_Card','Novice Poring Card','Card',20,10,true,true,true,true,'bonus bLuk,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`) VALUES (4546,'Val\'khiri_Card','Val\'khiri Card','Card',20,10,true,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4547,'Upd_Byorgue_Card','Enhanced Byorgue Card','Card',20,10,true,true,'if (BaseJob == Job_Rogue) {\n bonus bMatkRate,10;\n bonus2 bAddClass,Class_All,10;\n bonus bMaxHPrate,getrefine()/2;\n}\n/* Adds a chance of inflicting Confuse on target when using Body Paint skill. */'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4548,'Upd_Salamander_Card','Enhanced Salamander Card','Card',20,10,true,true,'bonus2 bSkillAtk,"WZ_FIREPILLAR",40;\nbonus2 bSkillAtk,"WZ_METEOR",40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4549,'Upd_Maya_Puple_Card','Upd Maya Puple Card','Card',20,10,true,true,true,true,'bonus bIntravision;\nbonus bAllStats,1;\nskill "AL_RUWACH",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4550,'Upd_Bow_Guardian_Card','Upd Bow Guardian Card','Card',20,10,true,true,'if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n bonus2 bSkillAtk,"RA_ARROWSTORM",50;\n bonus bCriticalLong,25+10*(getequiprefinerycnt(EQI_HAND_R)/4);\n bonus bHit,5;\n bonus3 bAutoSpell,"HT_PHANTASMIC",1,100;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4552,'Manny_Card','Manny Card','Card',20,10,true,true,true,'bonus bMaxHP,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4553,'Sid_Card','Sid Card','Card',20,10,true,true,'bonus bMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4554,'Diego_Card','Diego Card','Card',20,10,true,true,'bonus bMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4555,'Scrat_Card','Scrat Card','Card',20,10,true,true,true,true,'bonus bMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4556,'Fenrir_Card','Fenrir Card','Card',10,10,true,true,true,true,'bonus bMatk,50+getrefine()*5;\nbonus bFixedCastrate,-70;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4557,'Fenrir_Card_','Weakened Fenrir Card','Card',10,10,true,true,true,true,'bonus bMatk,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4559,'M_Morocc_Card','Evil Morocc Card','Card',20,100,true,true,'bonus bAspd,1;\nbonus bMaxSPrate,-10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4560,'Clown_Card','Clown Alphoccio Card','Card',20,10,true,true,'skill "BA_POEMBRAGI",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4561,'Professor_Card','Professor Celia Card','Card',20,10,true,true,'bonus bMatkRate,(readparam(bDex)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",5,70,BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4562,'Champion_Card','Champion Chen Card','Card',20,10,true,true,'bonus2 bAddClass,Class_All,(readparam(bAgi)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",5,70,BF_WEAPON,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4563,'Creator_Card','Creator Flamel Card','Card',20,10,true,true,'bonus bCritical,(readparam(bStr)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",5,70,BF_WEAPON,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4564,'Stalker_Card','Stalker Gertie Card','Card',20,10,true,true,'bonus bHit,(readparam(bLuk)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,70,BF_WEAPON,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4565,'Paladin_Card','Paladin Randel Card','Card',20,10,true,true,'bonus bMaxHPrate,(readparam(bInt)>=110)?20:10;\nbonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",10,70,BF_WEAPON,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4566,'Gypsy_Card','Gypsy Trentini Card','Card',20,10,true,true,'skill "DC_FORTUNEKISS",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4567,'Alphoccio_Card','Alphoccio Card','Card',20,10,true,true,'bonus bFlee,10;\nif (BaseJob == Job_Bard) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4568,'Ceila_Card','Celia Card','Card',20,10,true,true,'bonus bFlee,10;\nskill "SA_ABRACADABRA",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4569,'Chen_Card','Chen Card','Card',20,10,true,true,'bonus bFlee,10;\nskill "MO_CALLSPIRITS",2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4570,'Flamel_Card','Flamel Card','Card',20,10,true,true,'bonus bFlee,10;\nbonus2 bAddItemGroupHealRate,IG_Flamel_Card,200;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4571,'Gertie_Card','Gertie Card','Card',20,10,true,true,'bonus bFlee,10;\nskill "RG_CLOSECONFINE",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4572,'Randel_Card','Randel Card','Card',20,10,true,true,'bonus bFlee,10;\nskill "CR_AUTOGUARD",3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4573,'Trentini_Card','Trentini Card','Card',20,10,true,true,'bonus bFlee,10;\nif (BaseJob == Job_Dancer) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4574,'Daehyon_Card','General Daehyon Card','Card',20,10,true,true,'.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_1HSWORD || .@i == W_2HSWORD) {\n bonus bBaseAtk,100;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4575,'Soheon_Card','Armed Guard Soheon Card','Card',20,10,true,true,'bonus bBaseAtk,10;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4576,'Gioia_Card','Gioia Card','Card',20,10,true,true,'bonus2 bMagicAtkEle,Ele_Wind,100;\nbonus2 bMagicAtkEle,Ele_Ghost,100;\nbonus2 bSubEle,Ele_All,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4577,'Elvira_Card','Elvira Card','Card',20,10,true,true,true,'bonus2 bMagicAtkEle,Ele_Wind,20;\nbonus2 bMagicAtkEle,Ele_Ghost,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4578,'Pyuriel_Card','Angry Student Pyuriel Card','Card',20,10,true,true,'bonus bCritAtkRate,30;\nbonus2 bSubRace,RC_All,-10;\nbonus2 bSubRace,RC_Player_Human,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4579,'Lora_Card','Warrior Lola Card','Card',20,10,true,true,'if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MACE) {\n bonus bBaseAtk,20;\n bonus bCritical,10;\n}\n.@r = getrefine();\nbonus bBaseAtk,.@r;\nbonus bCritical,.@r;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4580,'Kades_Card','Dark Guardian Kades Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Water,50;\nbonus2 bSubEle,Ele_Earth,50;\nbonus2 bSubEle,Ele_Fire,50;\nbonus2 bSubEle,Ele_Wind,50;\nbonus2 bSubEle,Ele_Dark,50;\nbonus2 bSubEle,Ele_Undead,50;\nbonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4581,'Rudo_Card','Rudo Card','Card',20,10,true,true,'autobonus "{ bonus bAgi,44; heal 0,-40; }",500,3000,0,"{ sc_start SC_SPEEDUP1,3000,50; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4582,'Bungisngis_Card','Bungisngis Card','Card',20,10,true,true,true,true,'bonus bMaxHPrate,(getrefine()/2);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4583,'Engkanto_Card','Engkanto Card','Card',20,10,true,true,true,true,'bonus2 bAddEle,Ele_Poison,30;\nbonus2 bMagicAddEle,Ele_Poison,30;\nbonus2 bIgnoreDefRaceRate,RC_Plant,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4584,'Manananggal_Card','Manananggal Card','Card',20,10,true,true,'bonus bSPDrainValue,1;\nbonus bMaxSPrate,-1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4585,'Mangkukulam_Card','Mangkukulam Card','Card',20,10,true,true,'bonus bMaxSPrate,10;\nbonus bHPGainValue,-666;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4586,'Tikbalang_Card','Tikbalang Card','Card',20,10,true,true,true,true,'bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Wind,(getrefine()>=9)?10:5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4587,'Tiyanak_Card','Tiyanak Card','Card',20,10,true,true,true,'bonus2 bCriticalAddRace,RC_Brute,12;\nbonus2 bCriticalAddRace,RC_Player_Doram,12;\nbonus2 bCriticalAddRace,RC_Fish,12;\nbonus2 bCriticalAddRace,RC_DemiHuman,12;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4588,'Wakwak_Card','Wakwak Card','Card',20,10,true,true,'bonus bBaseAtk,5*readparam(bStr)/10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4589,'Jejeling_Card','Jejeling Card','Card',20,10,true,true,'bonus bMaxHP,200*readparam(bVit)/10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4590,'Bangungot_Card','Bangungot Card','Card',20,10,true,true,'bonus bInt,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",5,70,BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4591,'Bakonawa_Card','Bakonawa Card','Card',20,10,true,true,'bonus bStr,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",5,70,BF_WEAPON,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4592,'Buwaya_Card','Buwaya Card','Card',20,10,true,true,'bonus bVit,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",5,70,BF_MAGIC,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4593,'Menblatt_Card','Menblatt Card','Card',20,10,true,true,'bonus bLongAtkRate,readparam(bDex)/10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4594,'Petal_Card','Petal Card','Card',20,10,true,true,'bonus bCritAtkRate,2*(readparam(bLuk)/10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4595,'Cenere_Card','Cenere Card','Card',20,10,true,true,'bonus bAspdRate,2*(readparam(bAgi)/10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4596,'AntiqueBook_Card','Antique Book Card','Card',20,10,true,true,'bonus bMatk,5*(readparam(bInt)/10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4597,'LichternB_Card','Lichtern Blue Card','Card',20,10,true,true,true,true,'bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Water,(getrefine()>=9)?10:5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4598,'LichternY_Card','Lichtern Green Card','Card',20,10,true,true,true,true,'bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Ghost,(getrefine()>=9)?10:5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4599,'LichternR_Card','Lichtern Red Card','Card',20,10,true,true,true,true,'bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Fire,(getrefine()>=9)?10:5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4600,'LichternG_Card','Lichtern Yellow Card','Card',20,10,true,true,true,true,'bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4601,'Amdarais_Card','Amdarais Card','Card',20,10,true,true,'bonus2 bAddClass,Class_All,15;\nbonus bMatkRate,15;\nbonus2 bHPLossRate,666,4000;\nbonus2 bSPLossRate,66,4000;','heal -6666,-666;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4602,'AmdaraisH_Card','Realized Amdarais Card','Card',20,10,true,true,'bonus2 bAddClass,Class_All,20;\nbonus bMatkRate,20;\nbonus2 bHPLossRate,666,6000;\nbonus2 bSPLossRate,66,6000;','heal -6666,-666;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4603,'CorruptionRoot_Card','Corruption Root Card','Card',20,10,true,true,'bonus bBaseAtk,20;\nbonus5 bAutoSpell,"NPC_WIDESTONE",1,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",1,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",1,70,BF_WEAPON,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4604,'CorruptionRootH_Card','Realized Corruption Root Card','Card',20,10,true,true,'bonus bBaseAtk,30;\nbonus5 bAutoSpell,"NPC_WIDESTONE",2,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",2,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",2,70,BF_WEAPON,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4605,'UndeadKnightM_Card','Agony Of Royal Knight Card','Card',20,10,true,true,'bonus bMaxHPrate,-44;\nbonus bHPGainValue,200+10*getrefine();'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4606,'UndeadKnightF_Card','Grudge of Royal Knight Card','Card',20,10,true,true,'bonus bMaxSPrate,-44;\nbonus bSPGainValue,20+(getrefine()/2);','heal 0,-444;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4607,'FaithfulManager_Card','Faithful Manager Card','Card',20,10,true,true,'bonus bBaseAtk,5;\nbonus bMatk,5;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bBaseAtk,20;\n bonus bMatk,20;\n }\n if (.@r>=14) {\n bonus bBaseAtk,20;\n bonus bMatk,20;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4608,'White_Knight_Card','White Knight Card','Card',20,10,true,true,'bonus bBaseAtk,15;\nbonus2 bAddSize,Size_Medium,20;\nbonus2 bAddSize,Size_Large,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4609,'Khalitzburg_Knight_Card','Khalitzburg Knight Card','Card',20,10,true,true,'bonus bDef,20;\nbonus2 bSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4610,'Sarah_Card','Sarah Card','Card',10,10,true,true,'bonus bAbsorbDmgMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4625,'Time_Holder_Card','Time Holder Card','Card',10,10,true,true,'bonus bMatkRate,20;\nbonus bUseSPrate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4626,'Big_Ben_Card','Big Ben Card','Card',10,10,true,true,'bonus2 bMagicAddRace,RC_Formless,5;\nbonus2 bMagicAddRace,RC_Demon,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4627,'Big_Bell_Card','Big Bell Card','Card',10,10,true,true,'bonus2 bAddRace,RC_Formless,10;\nbonus2 bAddRace,RC_Demon,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4628,'Neo_Punk_Card','Neo Punk Card','Card',10,10,true,true,'bonus2 bSubRace,RC_Formless,20;\nbonus2 bSubRace,RC_Demon,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4629,'Arc_Elder_Card','Arc Elder Card','Card',10,10,true,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Earth,getrefine()*3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4630,'Nightmare_Timer_Keeper_Card','Nightmare Timer Keeper Card','Card',10,10,true,true,'bonus3 bAutoSpell,"NPC_WIDECURSE",2,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4631,'Owl_Viscount_Card','Owl Viscount Card','Card',10,10,true,true,true,'bonus bAspdRate,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4632,'Owl_Marquees_Card','Owl Marquees Card','Card',10,10,true,true,true,'bonus5 bAutoSpell,"SA_VIOLENTGALE",(getskilllv("SA_VIOLENTGALE") == 5?5:1),1,BF_WEAPON,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4633,'Enhanced_Archer_Skeleton_Card','Enhanced Archer Skeleton Card','Card',20,10,true,true,'bonus bLongAtkRate,(BaseLevel>=100?12:10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4634,'Enhanced_Soldier_Skeleton_Card','Enhanced Soldier Skeleton Card','Card',20,10,true,true,'if (BaseLevel<100) {\n bonus bCritical,9;\n}\nelse {\n bonus bCritical,10;\n bonus bCritAtkRate,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4635,'Enhanced_Amdarais_Card','Enhanced Amdarais Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bDef,(.@r*10);\nbonus bFlee,(.@r*-2);\nif (BaseLevel>=100)\n bonus bMaxHP,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4636,'Bijou_Card','Bijou Card','Card',20,10,true,true,'bonus2 bResEff,Eff_Freeze,10000;\nbonus2 bAddClass,Class_All,10;\nbonus bMatkRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (4637,'Immortal_Corps_Card','Immortal Corps Card','Card',20,10,true,true,'bonus bHPGainValue,50;\nbonus bSPGainValue,5;\nbonus bNoRegen,1;\nbonus bNoRegen,2;','heal -1000,-100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4638,'Watcher_Card','Watcher Card','Card',20,10,true,true,'bonus bBaseAtk,30;\nbonus bSPDrainValue,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4639,'Taffy_Card','Taffy Card','Card',20,10,true,true,true,'bonus2 bAddClass,Class_All,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4640,'Frozen_Wolf_Card','Frozen Wolf Card','Card',20,10,true,true,true,'bonus bMatkRate,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4641,'Zombie_Guard_Card','Zombie Guard Card','Card',20,10,true,true,'bonus bNoRegen,2;\nbonus bSPDrainValue,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4642,'Min_Toad_Card','Infinite Toad Card','Card',20,10,true,true,'.@r = getrefine();\nif (.@r>6) {\n .@b += 2;\n if (.@r>8)\n .@b += 3;\n}\nbonus bFlee2,2+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4643,'Min_Vagabond_Wolf_Card','Infinite Vagabond Wolf Card','Card',20,10,true,true,'.@r = getrefine();\nif (.@r>6) {\n .@b += 10;\n if (.@r>8)\n .@b += 15;\n}\nbonus bAtk,10+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4644,'Min_Vocal_Card','Infinite Vocal Card','Card',20,10,true,true,'.@r = getrefine();\nif (.@r>6) {\n .@b += 10;\n if (.@r>8)\n .@b += 15;\n}\nbonus bMdef,5+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4645,'Min_Eclipse_Card','Infinite Eclipse Card','Card',20,10,true,true,'.@r = getrefine();\nif (.@r>6) {\n .@b += 300;\n if (.@r>8)\n .@b += 400;\n}\nbonus bMaxHP,300+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4646,'Min_Chimera_Card','Infinite Chimera Card','Card',20,10,true,true,'bonus bMaxHPrate,8;\nbonus bMaxSPrate,4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (4647,'Min_Osiris_Card','Infinite Osiris Card','Card',20,10,true,true,true,'bonus bHPGainValue,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4648,'Min_Eddga_Card','Infinite Eddga Card','Card',20,10,true,true,'bonus4 bAutoSpellWhenHit,"SM_PROVOKE",10,500,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4649,'Min_Phreeoni_Card','Infinite Phreeoni Card','Card',20,10,true,true,'bonus bCritical,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (4650,'Min_Orc_Hero_Card','Infinite Orc Hero Card','Card',20,10,true,true,true,true,'bonus bVit,3;\nbonus3 bAddEffWhenHit,Eff_Stun,10000,ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4651,'Min_Tao_Gunka_Card','Infinite Tao Gunka Card','Card',20,10,true,true,'bonus bMaxHP,10000;\nbonus bAgi,-10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (4652,'N_Amon_Ra_Card','Nightmare Amon Ra Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Demon,50;\nbonus2 bMagicAddRace,RC_Undead,50;\nbonus2 bMagicAddEle,Ele_Dark,50;\nbonus2 bMagicAddEle,Ele_Undead,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (4653,'N_Arclouse_Card','Nightmare Arclouse Card','Card',20,10,true,true,'bonus2 bSubRace,RC_Brute,20;\nbonus2 bSubRace,RC_Player_Doram,20;\nbonus2 bSubRace,RC_Undead,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4654,'N_Mimic_Card','Nightmare Mimic Card','Card',20,10,true,true,'bonus2 bMagicAddRace,RC_Brute,5;\nbonus2 bMagicAddRace,RC_Player_Doram,5;\nbonus2 bMagicAddRace,RC_Undead,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4655,'N_Minorous_Card','Nightmare Minorous Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Brute,10;\nbonus2 bAddRace,RC_Player_Doram,10;\nbonus2 bAddRace,RC_Undead,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4656,'N_Mummy_Card','Nightmare Mummy Card','Card',20,10,true,true,'/* Unofficial chance */\nbonus3 bAutoSpellWhenHit,"NPC_WIDESLEEP",2,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4657,'N_Ancient_Mummy_Card','Nightmare Ancient Mummy Card','Card',20,10,true,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Fire,getrefine()*3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (4658,'N_Verit_Card','Nightmare Verit Card','Card',20,10,true,true,'bonus2 bMagicAddClass,Class_All,5;\nif (getrefine()>6) {\n bonus2 bMagicAddClass,Class_All,3;\n}\nif (getrefine()>8) {\n bonus2 bMagicAddClass,Class_All,2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (4659,'Eggring_Card','Eggring Card','Card',20,10,true,'bonus bLuk,2;\nbonus bMaxHP,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (4660,'Scout_Basilisk_Card','Scout Basilisk Card','Card',20,10,true,'bonus2 bSubSize,Size_Small,5;\nbonus2 bSubSize,Size_Medium,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (4661,'Charge_Basilisk_Card','Charge Basilisk Card','Card',20,10,true,'bonus2 bSubSize,Size_Medium,20;\nbonus2 bSubSize,Size_Large,20;\nbonus2 bSubSize,Size_Small,-15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (4662,'Big_Eggring_Card','Big Eggring Card','Card',20,10,true,'bonus bAtk,25-5*min(readParam(bStr)/10,5);\nbonus bMatk,25-5*min(readParam(bInt)/10,5);\nbonus bAspdRate,10-2*min(readParam(bAgi)/10,5);\nbonus bMaxHP,1000-200*min(readParam(bVit)/10,5);\nbonus bLongAtkRate,5-1*min(readParam(bDex)/10,5);\nbonus bCritAtkRate,10-2*min(readParam(bLuk)/10,5);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (4663,'Leaf_Lunatic_Card','Leaf Lunatic Card','Card',20,10,true,'bonus bMaxSP,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (4664,'Grass_Fabre_Card','Grass Fabre Card','Card',20,10,true,'bonus bLuk,1;\nbonus bMaxHP,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (4665,'Wild_Hornet_Card','Wild Hornet Card','Card',20,10,true,'bonus bAtk,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (4666,'Sweet_Roda_Frog_Card','Sweet Roda Frog Card','Card',20,10,true,'bonus bMaxSP,10;\nbonus bMaxHP,300;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (4667,'Hunter_Wolf_Card','Hunter Wolf Card','Card',20,10,true,'bonus bMaxSP,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (4668,'Trance_Spore_Card','Trance Spore Card','Card',20,10,true,true,true,'bonus bVit,1;\nbonus bInt,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (4669,'Jungle_Mandragora_Card','Jungle Mandragora Card','Card',20,10,true,'.@r = getrefine();\nbonus2 bAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (4670,'Fruit_Pom_Spider_Card','Fruit Pom Spider Card','Card',20,10,true,'.@r = getrefine();\nbonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4671,'V_Celia_Card','Sorcerer Celia Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {\n bonus bMaxHPrate,10;\n bonus bMatkRate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4672,'V_Chen_Card','Sura Chen Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {\n bonus bMaxHPrate,10;\n bonus2 bAddClass,Class_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4673,'V_Alphoccio_Card','Minstel Alphoccio Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4674,'V_Eremes_Card','Guillotine Cross Eremes Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {\n bonus bFlee2,10;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4675,'V_Magaleta_Card','Arch Bishop Magaleta Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {\n bonus bMaxHPrate,10;\n bonus bHealPower,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4676,'V_Shecil_Card','Ranger Cecil Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {\n bonus bCritical,20;\n bonus bLongAtkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4677,'V_Howard_Card','Mechanic Howard Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {\n bonus bHit,20;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4678,'V_Katrinn_Card','Warlock Kathryne Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {\n bonus bMdef,80;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4679,'V_Seyren_Card','Rune Knight Seyren Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {\n bonus bAspd,2;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4680,'V_Randel_Card','Royal Guard Randel Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {\n bonus bDef,350;\n bonus2 bAddClass,Class_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4681,'V_Flamel_Card','Genetic Flamel Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {\n bonus bFlee,20;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4682,'V_Gertie_Card','Shadow Chaser Gertie Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {\n bonus2 bAddClass,Class_All,5;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (4683,'V_Trentini_Card','Wanderer Trentini Card','Card',20,10,true,true,'if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4684,'V_B_Eremes_Card','True Eremes Guile Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GC_CROSSIMPACT",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4685,'V_B_Magaleta_Card','True Margaretha Sorin Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"AB_ADORAMUS",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4686,'V_B_Katrinn_Card','True Kathryne Keyron Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WL_CRIMSONROCK",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4687,'V_B_Shecil_Card','True Cecil Damon Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RA_CLUSTERBOMB",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4688,'V_B_Harword_Card','True Howard Alt-Eisen Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"NC_AXETORNADO",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4689,'V_B_Seyren_Card','True Seyren Windsor Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RK_IGNITIONBREAK",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4690,'V_B_Randel_Card','True Randel Lawrence Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"LG_EARTHDRIVE",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4691,'V_B_Flamel_Card','True Flamel Emure Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GN_CART_TORNADO",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4692,'V_B_Celia_Card','True Celia Alde Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SO_VARETYR_SPEAR",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4693,'V_B_Chen_Card','True Chen Liu Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4694,'V_B_Gertie_Card','True Gertie Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SC_FEINTBOMB",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4695,'V_B_Trentini_Card','True Trentini Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (4696,'V_B_Alphoccio_Card','True Alphoccio Card','Card',20,10,true,true,'if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_REVERBERATION",20+.@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (4697,'Charleston3_Card','Charleston3 Card','Card',20,10,true,'bonus bMaxSP,-300;\nbonus bBreakArmorRate,1500;\n/* Custom rate [Secret] */'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (4698,'Step_Card','Step Card','Card',20,10,true,'bonus2 bSkillAtk,"NC_AXEBOOMERANG",30+((getrefine() >= 10)*30);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (4699,'Rock_Step_Card','Rock Step Card','Card',20,10,true,'bonus2 bSkillAtk,"NC_ARMSCANNON",20+((getrefine()>=10)*20);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4001,'Poring_Card','Poring Card','Card',20,10,true,true,'CLIENT','bonus bLuk,2;\nbonus bFlee2,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4002,'Fabre_Card','Fabre Card','Card',20,10,true,true,'CLIENT','bonus bVit,1;\nbonus bMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4003,'Pupa_Card','Pupa Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,700;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4004,'Drops_Card','Drops Card','Card',20,10,true,true,'CLIENT','bonus bDex,1;\nbonus bHit,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4005,'Poring__Card','Santa Poring Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Dark,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4006,'Lunatic_Card','Lunatic Card','Card',20,10,true,true,'CLIENT','bonus bLuk,1;\nbonus bCritical,1;\nbonus bFlee2,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4007,'Pecopeco_Egg_Card','Peco Peco Egg Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4008,'Picky_Card','Picky Card','Card',20,10,true,true,'CLIENT','bonus bStr,1;\nbonus bBaseAtk,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4009,'Chonchon_Card','Chonchon Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;\nbonus bFlee,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4010,'Wilow_Card','Willow Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMaxSP,80;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4011,'Picky__Card','Picky Egg Card','Card',20,10,true,true,'CLIENT','bonus bVit,1;\nbonus bMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4012,'Thief_Bug_Egg_Card','Thief Bug Egg Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,400;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4013,'Andre_Egg_Card','Andre Egg Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4014,'Roda_Frog_Card','Roda Frog Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,400;\nbonus bMaxSP,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4015,'Condor_Card','Condor Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4016,'Thief_Bug_Card','Thief Bug Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4017,'Savage_Babe_Card','Savage Babe Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Stun,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4018,'Andre_Larva_Card','Andre Larva Card','Card',20,10,true,true,'CLIENT','bonus bInt,1;\nbonus bMaxSP,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4019,'Hornet_Card','Hornet Card','Card',20,10,true,true,'CLIENT','bonus bStr,1;\nbonus bBaseAtk,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4020,'Farmiliar_Card','Familiar Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Blind,500;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4021,'Rocker_Card','Rocker Card','Card',20,10,true,true,'CLIENT','bonus bDex,1;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4022,'Spore_Card','Spore Card','Card',20,10,true,true,true,'CLIENT','bonus bVit,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4023,'Desert_Wolf_Babe_Card','Baby Desert Wolf Card','Card',20,10,true,true,'CLIENT','bonus bInt,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4024,'Plankton_Card','Plankton Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Sleep,500;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4025,'Skeleton_Card','Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nbonus2 bAddEff,Eff_Stun,200;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4026,'Thief_Bug_Female_Card','Female Thief Bug Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;\nbonus bFlee,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4027,'Kukre_Card','Kukre Card','Card',20,10,true,true,true,'CLIENT','bonus bAgi,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4028,'Tarou_Card','Tarou Card','Card',20,10,true,true,true,'CLIENT','bonus bStr,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4029,'Wolf_Card','Wolf Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus bCritical,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4030,'Mandragora_Card','Mandragora Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Wind,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4031,'Pecopeco_Card','Peco Peco Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4032,'Ambernite_Card','Ambernite Card','Card',20,10,true,true,'CLIENT','bonus bDef,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4033,'Poporing_Card','Poporing Card','Card',20,10,true,true,true,'CLIENT','skill "TF_DETOXIFY",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4034,'Worm_Tail_Card','Wormtail Card','Card',20,10,true,true,true,'CLIENT','bonus bDex,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4035,'Hydra_Card','Hydra Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_DemiHuman,20;\nbonus2 bAddRace,RC_Player_Human,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4036,'Muka_Card','Muka Card','Card',20,10,true,true,true,'CLIENT','bonus bHPrecovRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4037,'Snake_Card','Snake Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Poison,500;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4038,'Zombie_Card','Zombie Card','Card',20,10,true,true,'CLIENT','bonus bHPrecovRate,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4039,'Stainer_Card','Stainer Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Silence,2000;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4040,'Creamy_Card','Creamy Card','Card',20,10,true,true,true,'CLIENT','skill "AL_TELEPORT",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4041,'Coco_Card','Coco Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Sleep,2000;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4042,'Steel_Chonchon_Card','Steel Chonchon Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Wind,10;\nbonus bDef,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4043,'Andre_Card','Andre Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4044,'Smokie_Card','Smokie Card','Card',20,10,true,true,true,'CLIENT','skill "TF_HIDING",1;','sc_end SC_HIDING;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4045,'Horn_Card','Horn Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkDef,35;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4046,'Martin_Card','Martin Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Blind,2000;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4047,'Ghostring_Card','Ghostring Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Ghost;\nbonus bHPrecovRate,-25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4048,'Poison_Spore_Card','Poison Spore Card','Card',20,10,true,true,true,'CLIENT','skill "TF_POISON",3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4049,'Vadon_Card','Vadon Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Fire,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4050,'Thief_Bug_Male_Card','Male Thief Bug Card','Card',20,10,true,true,'CLIENT','bonus bAgi,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4051,'Yoyo_Card','Yoyo Card','Card',20,10,true,true,true,'CLIENT','bonus bFlee2,5;\nbonus bAgi,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4052,'Elder_Wilow_Card','Elder Willow Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4053,'Vitata_Card','Vitata Card','Card',20,10,true,true,true,'CLIENT','skill "AL_HEAL",1;\nbonus bUseSPrate,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4054,'Angeling_Card','Angeling Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Holy;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4055,'Marina_Card','Marina Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Freeze,500;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4056,'Dustiness_Card','Dustiness Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Wind,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4057,'Metaller_Card','Metaller Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Silence,500;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4058,'Thara_Frog_Card','Thara Frog Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_DemiHuman,30;\nbonus2 bSubRace,RC_Player_Human,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4059,'Soldier_Andre_Card','Soldier Andre Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Plant,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4060,'Goblin_Card','Goblin Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Brute,20;\nbonus2 bAddRace,RC_Player_Doram,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4061,'Cornutus_Card','Cornutus Card','Card',20,10,true,true,'CLIENT','bonus bUnbreakableArmor;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4062,'Anacondaq_Card','Anacondaq Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Poison,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4063,'Caramel_Card','Caramel Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Insect,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4064,'Zerom_Card','Zerom Card','Card',20,10,true,true,true,'CLIENT','bonus bDex,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4065,'Kaho_Card','Kaho Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Earth,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4066,'Orc_Warrior_Card','Orc Warrior Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Brute,30;\nbonus2 bSubRace,RC_Player_Doram,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4067,'Megalodon_Card','Megalodon Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Freeze,2000;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4068,'Scorpion_Card','Scorpion Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Plant,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4069,'Drainliar_Card','Drainliar Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Water,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4070,'Eggyra_Card','Eggyra Card','Card',20,10,true,true,'CLIENT','bonus bSPrecovRate,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4071,'Orc_Zombie_Card','Orc Zombie Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Undead,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4072,'Golem_Card','Golem Card','Card',20,10,true,true,'CLIENT','bonus bUnbreakableWeapon;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4073,'Pirate_Skel_Card','Pirate Skeleton Card','Card',20,10,true,true,true,'CLIENT','skill "MC_DISCOUNT",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4074,'BigFoot_Card','Bigfoot Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Insect,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4075,'Argos_Card','Argos Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Stone,2000;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4076,'Magnolia_Card','Magnolia Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Curse,500;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4077,'Phen_Card','Phen Card','Card',20,10,true,true,true,'CLIENT','bonus bNoCastCancel;\nbonus bVariableCastrate,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4078,'Savage_Card','Savage Card','Card',20,10,true,true,'CLIENT','bonus bVit,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4079,'Mantis_Card','Mantis Card','Card',20,10,true,true,true,'CLIENT','bonus bStr,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4080,'Flora_Card','Flora Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Fish,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4081,'Hode_Card','Hode Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Earth,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4082,'Desert_Wolf_Card','Desert Wolf Card','Card',20,10,true,true,'CLIENT','bonus2 bAddSize,Size_Small,15;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4083,'Rafflesia_Card','Rafflesia Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Fish,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4084,'Marine_Sphere_Card','Marine Sphere Card','Card',20,10,true,true,true,'CLIENT','skill "SM_MAGNUM",3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4085,'Orc_Skeleton_Card','Orc Skeleton Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Holy,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4086,'Soldier_Skeleton_Card','Soldier Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bCritical,9;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4087,'Giearth_Card','Giearth Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Confusion,10000;\nbonus2 bSubEle,Ele_Earth,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4088,'Frilldora_Card','Frilldora Card','Card',20,10,true,true,'CLIENT','skill "AS_CLOAKING",1;','sc_end SC_CLOAKING;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4089,'Sword_Fish_Card','Swordfish Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Water;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4090,'Munak_Card','Munak Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Stone,1500;\nbonus2 bSubEle,Ele_Earth,5;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4091,'Kobold_Card','Kobold Card','Card',20,10,true,true,true,'CLIENT','bonus bStr,1;\nbonus bCritical,4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4092,'Skel_Worker_Card','Skeleton Worker Card','Card',20,10,true,true,'CLIENT','bonus2 bAddSize,Size_Medium,15;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4093,'Obeaune_Card','Obeaune Card','Card',20,10,true,true,true,'CLIENT','skill "AL_CURE",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4094,'Archer_Skeleton_Card','Archer Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4095,'Marse_Card','Marse Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Water,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4096,'Zenorc_Card','Zenorc Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Poison,400;\nbonus bBaseAtk,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4097,'Matyr_Card','Matyr Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,10;\nbonus bAgi,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4098,'Dokebi_Card','Dokebi Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Wind;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4099,'Pasana_Card','Pasana Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Fire;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4100,'Sohee_Card','Sohee Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,15;\nbonus bSPrecovRate,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4101,'Sand_Man_Card','Sandman Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Earth;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4102,'Whisper_Card','Whisper Card','Card',20,10,true,true,'CLIENT','bonus bFlee,20;\nbonus2 bSubEle,Ele_Ghost,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4103,'Horong_Card','Horong Card','Card',20,10,true,true,true,'CLIENT','skill "MG_SIGHT",1;','sc_end SC_SIGHT;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4104,'Requiem_Card','Requiem Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEff,Eff_Confusion,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4105,'Marc_Card','Marc Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Water,5;\nbonus2 bResEff,Eff_Freeze,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4106,'Mummy_Card','Mummy Card','Card',20,10,true,true,'CLIENT','bonus bHit,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4107,'Verit_Card','Verit Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,8;\nbonus bMaxSPrate,8;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4108,'Myst_Card','Myst Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Poison,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4109,'Jakk_Card','Jakk Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Fire,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4110,'Ghoul_Card','Ghoul Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Poison,2000;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4111,'Strouf_Card','Strouf Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Demon,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4112,'Marduk_Card','Marduk Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Silence,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4113,'Marionette_Card','Marionette Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Ghost,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4114,'Argiope_Card','Argiope Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Poison;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4115,'Hunter_Fly_Card','Hunter Fly Card','Card',20,10,true,true,'CLIENT','bonus2 bHPDrainRate,30,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4116,'Isis_Card','Isis Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Dark,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4117,'Side_Winder_Card','Sidewinder Card','Card',20,10,true,true,'CLIENT','skill "TF_DOUBLE",1;\nbonus bDoubleRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4118,'Petit_Card','Earth Petite Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Dragon,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4119,'Bathory_Card','Bathory Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Dark;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4120,'Petit__Card','Sky Petite Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Dragon,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4121,'Phreeoni_Card','Phreeoni Card','Card',20,10,true,true,'CLIENT','bonus bHit,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4122,'Deviruchi_Card','Deviruchi Card','Card',20,10,true,true,true,true,'CLIENT','bonus bStr,1;\nbonus2 bResEff,Eff_Blind,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4123,'Eddga_Card','Eddga Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-25;\nbonus bNoWalkDelay;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4124,'Medusa_Card','Medusa Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Demon,15;\nbonus2 bResEff,Eff_Stone,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4125,'Deviace_Card','Deviace Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_DemiHuman,7;\nbonus2 bAddRace,RC_Player_Human,7;\nbonus2 bAddRace,RC_Brute,7;\nbonus2 bAddRace,RC_Player_Doram,7;\nbonus2 bAddRace,RC_Plant,7;\nbonus2 bAddRace,RC_Insect,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4126,'Minorous_Card','Minorous Card','Card',20,10,true,true,'CLIENT','bonus2 bAddSize,Size_Large,15;\nbonus bBaseAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4127,'Nightmare_Card','Nightmare Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bResEff,Eff_Sleep,10000;\nbonus bAgi,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4128,'Golden_Bug_Card','Golden Thief Bug Card','Card',20,10,true,true,'CLIENT','bonus bNoMagicDamage,100;\nbonus bUseSPrate,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4129,'Baphomet__Card','Bapho Jr. Card','Card',20,10,true,true,'CLIENT','bonus bAgi,3;\nbonus bCritical,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4130,'Scorpion_King_Card','Scorpion King Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Undead,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4131,'Moonlight_Flower_Card','Moonlight Flower Card','Card',20,10,true,true,'CLIENT','bonus bSpeedRate,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4132,'Mistress_Card','Mistress Card','Card',20,10,true,true,true,true,'CLIENT','bonus bNoGemStone;\nbonus bUseSPrate,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4133,'Daydric_Card','Raydric Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4134,'Dracula_Card','Dracula Card','Card',20,10,true,true,'CLIENT','bonus2 bSPDrainRate,100,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4135,'Orc_Load_Card','Orc Lord Card','Card',20,10,true,true,'CLIENT','bonus bShortWeaponDamageReturn,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4136,'Khalitzburg_Card','Khalitzburg Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Demon,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4137,'Drake_Card','Drake Card','Card',20,10,true,true,'CLIENT','bonus bNoSizeFix;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4138,'Anubis_Card','Anubis Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Angel,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4139,'Joker_Card','Joker Card','Card',20,10,true,true,true,'CLIENT','skill "TF_STEAL",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4140,'Knight_Of_Abyss_Card','Abysmal Knight Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_Boss,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4141,'Evil_Druid_Card','Evil Druid Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Undead;\nbonus bInt,1;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4142,'Doppelganger_Card','Doppelganger Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4143,'Orc_Hero_Card','Orc Hero Card','Card',20,10,true,true,true,true,'CLIENT','bonus bVit,3;\nbonus2 bResEff,Eff_Stun,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4144,'Osiris_Card','Osiris Card','Card',20,10,true,true,true,'CLIENT','bonus bRestartFullRecover;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4145,'Berzebub_Card','Berzebub Card','Card',20,10,true,true,true,'CLIENT','bonus bVariableCastrate,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4146,'Maya_Card','Maya Card','Card',20,10,true,true,'CLIENT','bonus bMagicDamageReturn,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4147,'Baphomet_Card','Baphomet Card','Card',20,10,true,true,'CLIENT','bonus bHit,-10;\nbonus bSplashRange,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4148,'Pharaoh_Card','Pharaoh Card','Card',20,10,true,true,true,true,'CLIENT','bonus bUseSPrate,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4149,'Gargoyle_Card','Gargoyle Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12028,RC_Insect,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4150,'Goat_Card','Goat Card','Card',20,10,true,true,'CLIENT','if (getrefine()<6) {\n bonus bDef,2;\n bonus bMdef,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4151,'Gajomart_Card','Gajomart Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Plant,-20;\nbonus2 bExpAddRace,RC_Plant,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4152,'Galapago_Card','Galapago Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddItemGroupHealRate,IG_Juice,50;\nbonus3 bAddMonsterDropItem,531,RC_Insect,300;\nbonus3 bAddMonsterDropItem,532,RC_Insect,300;\nbonus3 bAddMonsterDropItem,534,RC_Insect,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4153,'Crab_Card','Crab Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus2 bAddDamageClass,1266,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4154,'Rice_Cake_Boy_Card','Dumpling Child Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddItemGroupHealRate,IG_Candy,50;\nbonus3 bAddMonsterDropItem,529,RC_DemiHuman,300;\nbonus3 bAddMonsterDropItem,530,RC_DemiHuman,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4155,'Goblin_Leader_Card','Goblin Leader Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_Goblin,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4156,'Steam_Goblin_Card','Goblin Steamrider Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Formless,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4157,'Goblin_Archer_Card','Goblin Archer Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Undead,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4158,'Flying_Deleter_Card','Sky Deleter Card','Card',20,10,true,true,'CLIENT','bonus bHPrecovRate,-100;\nbonus bHPGainValue,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4159,'Nine_Tail_Card','Nine Tail Card','Card',20,10,true,true,'CLIENT','bonus bAgi,2;\nif (getrefine()>8)\n bonus bFlee,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4160,'Antique_Firelock_Card','Firelock Soldier Card','Card',20,10,true,true,'CLIENT','bonus bStr,2;\nif (getrefine()>8) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4161,'Grand_Peco_Card','Grand Peco Card','Card',20,10,true,true,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"PR_GLORIA",1,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4162,'Grizzly_Card','Grizzly Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Blind,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4163,'Gryphon_Card','Gryphon Card','Card',20,10,true,true,'CLIENT','bonus bFlee,2;\nbonus bCritical,7;\nif (BaseClass == Job_Swordman)\n bonus3 bAutoSpell,"KN_BOWLINGBASH",5,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4164,'Gullinbursti_Card','Gullinbursti Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Fish,-20;\nbonus2 bExpAddRace,RC_Fish,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4165,'Gig_Card','Gig Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Insect,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4166,'Nightmare_Terror_Card','Nightmare Terror Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Curse,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4167,'Neraid_Card','Nereid Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Brute,5;\nbonus2 bSPGainRace,RC_Player_Doram,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4168,'Dark_Lord_Card','Dark Lord Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4169,'Dark_Illusion_Card','Dark Illusion Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMaxHPrate,-10;\nbonus bMaxSPrate,-10;\nbonus bVariableCastrate,-10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4170,'Dark_Frame_Card','Dark Frame Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Stone,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4171,'Dark_Priest_Card','Dark Priest Card','Card',20,10,true,true,'CLIENT','bonus3 bSPVanishRate,50,10,BF_WEAPON|BF_MAGIC|BF_MISC;\nif (BaseJob == Job_Sage)\n bonus bSPDrainValue,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4172,'The_Paper_Card','The Paper Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,20;\nbonus bSPDrainValue,-1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4173,'Demon_Pungus_Card','Demon Pungus Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Sleep,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4174,'Deviling_Card','Deviling Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,50;\nbonus2 bSubEle,Ele_Water,-50;\nbonus2 bSubEle,Ele_Earth,-50;\nbonus2 bSubEle,Ele_Fire,-50;\nbonus2 bSubEle,Ele_Wind,-50;\nbonus2 bSubEle,Ele_Poison,-50;\nbonus2 bSubEle,Ele_Holy,-50;\nbonus2 bSubEle,Ele_Dark,-50;\nbonus2 bSubEle,Ele_Ghost,-50;\nbonus2 bSubEle,Ele_Undead,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4175,'Poison_Toad_Card','Poisonous Toad Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"TF_POISON",1,20;\nbonus2 bAddSkillBlow,52,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4176,'Dullahan_Card','Dullahan Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Dragon,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4177,'Dryad_Card','Dryad Card','Card',20,10,true,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,993,RC_Plant,100;\nbonus2 bSubEle,Ele_Earth,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4178,'Dragon_Tail_Card','Dragon Tail Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;\nbonus bFlee,10;\nbonus2 bSkillAtk,"AC_DOUBLE",5;\nbonus2 bSkillAtk,"AC_SHOWER",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4179,'Dragon_Fly_Card','Dragon Fly Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4180,'Driller_Card','Driller Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Dragon,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4181,'Disguise_Card','Disguise Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Silence,300+600*(readparam(bVit)>=77);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4182,'Diabolic_Card','Diabolic Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Demon,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4183,'Vagabond_Wolf_Card','Vagabond Wolf Card','Card',20,10,true,true,'CLIENT','bonus bStr,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4184,'Lava_Golem_Card','Lava Golem Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_Golem,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4185,'Rideword_Card','Rideword Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,1;\nif (BaseClass == Job_Acolyte) {\n bonus bInt,1;\n bonus bMdef,1;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4186,'Raggler_Card','Raggler Card','Card',20,10,true,true,'CLIENT','bonus bStr,1;\nbonus bVit,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4187,'Raydric_Archer_Card','Raydric Archer Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12030,RC_Demon,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4188,'Leib_Olmai_Card','Leib Olmai Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bSubEle,Ele_Fire,10;\nbonus3 bAddMonsterDropItem,990,RC_Brute,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4189,'Wraith_Dead_Card','Wraith Dead Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Curse,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4190,'Wraith_Card','Wraith Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12027,RC_Undead,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4191,'Loli_Ruri_Card','Loli Ruri Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4192,'Rotar_Zairo_Card','Rotar Zairo Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Fish,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4193,'Lude_Card','Lude Card','Card',20,10,true,true,true,'CLIENT','if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)\n bonus3 bAutoSpellWhenHit,"SM_ENDURE",1,200;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4194,'Rybio_Card','Rybio Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Stun,300+600*(readparam(bDex)>=77);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4195,'Leaf_Cat_Card','Leaf Cat Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bSubEle,Ele_Water,10;\nbonus3 bAddMonsterDropItem,991,RC_Fish,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4196,'Marin_Card','Marin Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,909,2000;\nbonus2 bAddMonsterDropItem,7126,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4197,'Mastering_Card','Mastering Card','Card',20,10,true,true,'CLIENT','bonus bLuk,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4198,'Maya_Puple_Card','Maya Purple Card','Card',20,10,true,true,true,true,'CLIENT','bonus bIntravision;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4199,'Merman_Card','Merman Card','Card',20,10,true,true,'CLIENT','bonus bHPrecovRate,10;\nbonus bSPrecovRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4200,'Megalith_Card','Megalith Card','Card',20,10,true,true,'CLIENT','if (getrefine()<6)\n bonus bMdef,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4201,'Majoruros_Card','Majoruros Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Stun,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4202,'Civil_Servant_Card','Mao Guai Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Ghost,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4203,'Mutant_Dragon_Card','Mutant Dragonoid Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus3 bAutoSpell,"MG_FIREBALL",3+7*(getskilllv("MG_FIREBALL") == 10),50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4204,'Mini_Demon_Card','Mini Demon Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Brute,-20;\nbonus2 bSubRace,RC_Player_Doram,-20;\nbonus2 bExpAddRace,RC_Brute,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4205,'Mimic_Card','Mimic Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,603,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4206,'Mystcase_Card','Myst Case Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,644,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4207,'Mysteltainn_Card','Mysteltainn Card','Card',20,10,true,true,'CLIENT','bonus2 bSubSize,Size_Small,25;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4208,'Miyabi_Ningyo_Card','Miyabi Doll Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MG_FROSTDIVER",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4209,'Violy_Card','Violy Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"BA_FROSTJOKER",1+4*(getskilllv("BA_FROSTJOKER") == 5),20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4210,'Wander_Man_Card','Wanderer Card','Card',20,10,true,true,'CLIENT','if (!isequipped(4172,4257,4230,4272))\n bonus3 bAutoSpell,"RG_INTIMIDATE",1,20;\nif (BaseClass == Job_Thief)\n bonus bFlee,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4211,'Vocal_Card','Vocal Card','Card',20,10,true,true,'CLIENT','bonus bMdef,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4212,'Bon_Gun_Card','Bongun Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"SM_BASH",1,20;\nbonus2 bAddSkillBlow,"SM_BASH",5;\nbonus2 bAddDefMonster,1026,-100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4213,'Brilight_Card','Brilight Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Silence,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4214,'Bloody_Murderer_Card','Bloody Murderer Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Insect,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4215,'Blazzer_Card','Blazer Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItemGroup,IG_Food,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4216,'Sasquatch_Card','Sasquatch Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Freeze,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4217,'Live_Peach_Tree_Card','Enchanted Peach Tree Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"AL_HEAL",1+9*(getskilllv("AL_HEAL") == 10),20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4218,'Succubus_Card','Succubus Card','Card',20,10,true,true,'CLIENT','bonus bVit,-3;\nbonus bHPrecovRate,-20;\nbonus bMaxHP,1000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4219,'Sageworm_Card','Sage Worm Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,715,30;\nbonus2 bAddMonsterDropItem,716,30;\nbonus2 bAddMonsterDropItem,717,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4220,'Solider_Card','Solider Card','Card',20,10,true,true,'CLIENT','bonus bDef,2;\nbonus bMdef,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4221,'Skeleton_General_Card','Skeleton General Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Insect,-20;\nbonus2 bExpAddRace,RC_Insect,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4222,'Skel_Prisoner_Card','Skeleton Prisoner Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Sleep,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4223,'Stalactic_Golem_Card','Stalactic Golem Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDef,1;\nbonus2 bResEff,Eff_Stun,2000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4224,'Stem_Worm_Card','Stem Worm Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12032,RC_Brute,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4225,'Stone_Shooter_Card','Stone Shooter Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nbonus bHit,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4226,'Sting_Card','Sting Card','Card',20,10,true,true,'CLIENT','bonus bDef,2;\nif (getrefine()>8)\n bonus bMdef,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4227,'Spring_Rabbit_Card','Spring Rabbit Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddItemGroupHealRate,IG_Meat,50;\nbonus3 bAddMonsterDropItem,517,RC_Brute,200;\nbonus3 bAddMonsterDropItem,528,RC_Brute,200;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4228,'Sleeper_Card','Sleeper Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12031,RC_Fish,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4229,'C_Tower_Manager_Card','Tower Keeper Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,1;\nbonus bVariableCastrate,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4230,'Shinobi_Card','Shinobi Card','Card',20,10,true,true,true,'CLIENT','bonus bAgi,1;\nbonus3 bAutoSpellWhenHit,"AS_CLOAKING",5,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4231,'Increase_Soil_Card','Mi Gao Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace2,RC2_Guardian,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4232,'Wild_Ginseng_Card','Hermit Plant Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddItemGroupHealRate,IG_Herb,50;\nbonus3 bAddMonsterDropItem,507,RC_Plant,300;\nbonus3 bAddMonsterDropItem,508,RC_Plant,200;\nbonus3 bAddMonsterDropItem,509,RC_Plant,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4233,'Baby_Leopard_Card','Baby Leopard Card','Card',20,10,true,true,'CLIENT','bonus bLuk,3;\nif (BaseClass == Job_Merchant)\n bonus bUnbreakableArmor;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4234,'Anolian_Card','Anolian Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"AC_CONCENTRATION",1+9*(getskilllv("AC_CONCENTRATION") == 10),30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4235,'Cookie_XMAS_Card','Christmas Cookie Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Angel,-20;\nbonus2 bExpAddRace,RC_Angel,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4236,'Amon_Ra_Card','Amon Ra Card','Card',20,10,true,true,'CLIENT','bonus bAllStats,1;\nbonus3 bAutoSpellWhenHit,"PR_KYRIE",10,(30+70*(readparam(bInt)>=99));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4237,'Owl_Duke_Card','Owl Duke Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"PR_IMPOSITIO",3,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4238,'Owl_Baron_Card','Owl Baron Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"PR_LEXAETERNA",1,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4239,'Iron_Fist_Card','Iron Fist Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Formless,-20;\nbonus2 bExpAddRace,RC_Formless,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4240,'Arclouse_Card','Arclouze Card','Card',20,10,true,true,'CLIENT','if (getrefine()<6) {\n bonus bDef,2;\n bonus bMdef,3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4241,'Archangeling_Card','Arc Angeling Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMaxHP,300;\nif (readparam(bLuk)>=77) {\n bonus bHPrecovRate,100;\n bonus bSPrecovRate,100;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4242,'Apocalips_Card','Apocalipse Card','Card',20,10,true,true,'CLIENT','bonus bVit,2;\nif (getrefine()>8)\n bonus bMaxHP,800;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4243,'Antonio_Card','Antonio Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"AL_TELEPORT",1,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4244,'Alarm_Card','Alarm Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"MG_SIGHT",1,200;\nbonus bMaxHP,300;\nbonus bVit,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4245,'Am_Mut_Card','Am Mut Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_DemiHuman,-20;\nbonus2 bSubRace,RC_Player_Human,-20;\nbonus2 bExpAddRace,RC_DemiHuman,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4246,'Assulter_Card','Assaulter Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_DemiHuman,7;\nbonus2 bCriticalAddRace,RC_Player_Human,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4247,'Aster_Card','Aster Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus2 bAddDamageClass,1074,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4248,'Ancient_Mummy_Card','Ancient Mummy Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"AL_CRUCIS",5,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4249,'Ancient_Worm_Card','Ancient Worm Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Demon,-20;\nbonus2 bExpAddRace,RC_Demon,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4250,'Executioner_Card','Executioner Card','Card',20,10,true,true,'CLIENT','bonus2 bSubSize,Size_Large,25;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4251,'Elder_Card','Elder Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_Guardian,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4252,'Alligator_Card','Alligator Card','Card',20,10,true,true,true,'CLIENT','bonus bLongAtkDef,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4253,'Alice_Card','Alice Card','Card',20,10,true,true,'CLIENT','bonus2 bSubClass,Class_Boss,40;\nbonus2 bSubClass,Class_Normal,-40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4254,'Tirfing_Card','Ogretooth Card','Card',20,10,true,true,'CLIENT','bonus2 bSubSize,Size_Medium,25;\nbonus bDef,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4255,'Orc_Lady_Card','Orc Lady Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_Orc,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4256,'Orc_Archer_Card','Orc Archer Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12034,RC_DemiHuman,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4257,'Wild_Rose_Card','Wild Rose Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;\nif (BaseClass == Job_Thief)\n bonus bFlee2,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4258,'Wicked_Nymph_Card','Evil Nymph Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,1;\nbonus bMaxSP,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4259,'Wooden_Golem_Card','Wooden Golem Card','Card',20,10,true,true,'CLIENT','bonus bDef,1;\nbonus bHPrecovRate,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4260,'Wootan_Shooter_Card','Wootan Shooter Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDef,1;\nbonus2 bResEff,Eff_Confusion,2000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4261,'Wootan_Fighter_Card','Wootan Fighter Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDef,1;\nbonus2 bResEff,Eff_Bleeding,2000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4262,'Evil_Cloud_Hermit_Card','Cloud Hermit Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12029,RC_Plant,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4263,'Incant_Samurai_Card','Samurai Spector Card','Card',20,10,true,true,'CLIENT','bonus bIgnoreDefClass,Class_Normal;\nbonus bHPrecovRate,-100;\nbonus2 bHPLossRate,666,10000;','if ((Hp<=999) && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {\n heal(1-Hp),0;\n}\nelse {\n heal -999,0;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4264,'Wind_Ghost_Card','Wind Ghost Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"WZ_JUPITEL",3+7*(getskilllv("WZ_JUPITEL") == 10),20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4265,'Li_Me_Mang_Ryang_Card','Jing Guai Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12033,RC_Angel,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4266,'Eclipse_Card','Eclipse Card','Card',20,10,true,true,'CLIENT','bonus bVit,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4267,'Explosion_Card','Explosion Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Dragon,-20;\nbonus2 bExpAddRace,RC_Dragon,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4268,'Injustice_Card','Injustice Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"AS_SONICBLOW",1,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4269,'Incubus_Card','Incubus Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,-3;\nbonus bSPrecovRate,-20;\nbonus bMaxSP,150;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4270,'Giant_Spider_Card','Giant Spider Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Poison,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4271,'Giant_Honet_Card','Giant Hornet Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bSubEle,Ele_Wind,10;\nbonus3 bAddMonsterDropItem,992,RC_Insect,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4272,'Dancing_Dragon_Card','Zhu Po Long Card','Card',20,10,true,true,true,'CLIENT','bonus bAgi,1;\nbonus bCritical,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4273,'Shellfish_Card','Shell Fish Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus2 bAddDamageClass,1073,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4274,'Zombie_Master_Card','Zombie Master Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Undead,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4275,'Zombie_Prisoner_Card','Zombie Prisoner Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Undead,-20;\nbonus2 bExpAddRace,RC_Undead,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4276,'Lord_Of_Death_Card','Lord of The Dead Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEff,Eff_Stun,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Curse,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Silence,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Poison,500,ATF_SHORT;\nbonus3 bAddEff,Eff_Bleeding,500,ATF_SHORT;\nbonus2 bComaClass,Class_Normal,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4277,'Zherlthsh_Card','Zealotus Card','Card',20,10,true,true,'CLIENT','bonus bLuk,2;\nbonus2 bSkillAtk,"BA_MUSICALSTRIKE",10;\nbonus2 bSkillAtk,"DC_THROWARROW",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4278,'Gibbet_Card','Gibbet Card','Card',20,10,true,true,true,true,'CLIENT','if (getrefine()<6)\n bonus bMdef,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4279,'Deleter_Card','Earth Deleter Card','Card',20,10,true,true,'CLIENT','bonus bSPrecovRate,-100;\nbonus bSPGainValue,10;','heal 0,-100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4280,'Geographer_Card','Geographer Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"AL_BLESSING",2+8*(getskilllv("AL_BLESSING") == 10),30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4281,'Zipper_Bear_Card','Zipper Bear Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,30;\nbonus bSPDrainValue,-1;\nif (BaseClass == Job_Merchant)\n bonus bUnbreakableWeapon;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4282,'Tengu_Card','Tengu Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItemGroup,IG_Recovery,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4283,'Greatest_General_Card','Greatest General Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"MO_CALLSPIRITS",5,2+18*(BaseClass == Job_Acolyte);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4284,'Chepet_Card','Chepet Card','Card',20,10,true,true,'CLIENT','bonus4 bAutoSpell,"AL_HEAL",5,50,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4285,'Choco_Card','Choco Card','Card',20,10,true,true,'CLIENT','bonus bFlee2,5;\nbonus bFlee,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4286,'Karakasa_Card','Karakasa Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Confusion,300+600*(readparam(bStr)>=77);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4287,'Kapha_Card','Kapha Card','Card',20,10,true,true,'CLIENT','if (getrefine()<6)\n bonus bMdef,8;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4288,'Carat_Card','Carat Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,2;\nif (getrefine()>8)\n bonus bMaxSP,150;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4289,'Caterpillar_Card','Caterpillar Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Plant,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4290,'Cat_O_Nine_Tail_Card','Cat O\' Nine Tails Card','Card',20,10,true,true,'CLIENT','bonus bMdef,3;\nbonus bMagicDamageReturn,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4291,'Kobold_Leader_Card','Kobold Leader Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_Kobold,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4292,'Kobold_Archer_Card','Kobold Archer Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Plant,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4293,'Cookie_Card','Cookie Card','Card',20,10,true,true,true,'CLIENT','bonus bLuk,2;\nbonus2 bSkillAtk,"AL_HOLYLIGHT",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4294,'Quve_Card','Quve Card','Card',20,10,true,true,true,'CLIENT','if (BaseJob == Job_Novice || BaseJob == Job_SuperNovice)\n bonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4295,'Kraben_Card','Kraben Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Blind,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4296,'Cramp_Card','Cramp Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bGetZenyNum,500,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4297,'Cruiser_Card','Cruiser Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Brute,7;\nbonus2 bCriticalAddRace,RC_Player_Doram,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4298,'Cremy_Fear_Card','Creamy Fear Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Confusion,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4299,'Clock_Card','Clock Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"CR_AUTOGUARD",3+7*(getskilllv("CR_AUTOGUARD") == 10),30;','sc_end SC_AUTOGUARD;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4300,'Chimera_Card','Chimera Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Poison,300+600*(BaseJob == Job_Assassin);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4301,'Killer_Mantis_Card','Killer Mantis Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Bleeding,600;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4302,'Tao_Gunka_Card','Tao Gunka Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,100;\nbonus bDefRate,-50;\nbonus bMdefRate,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4303,'Whisper_Boss_Card','Giant Whisper Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nif (readparam(bStr)>=80)\n bonus bBaseAtk,20;\nif (readparam(bVit)>=80)\n bonus bMaxHPrate,3;\nif (readparam(bLuk)>=80)\n bonus bCritical,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4304,'Tamruan_Card','Tamruan Card','Card',20,10,true,true,'CLIENT','bonus bDef,2;\nbonus2 bSkillAtk,"CR_SHIELDCHARGE",10;\nbonus2 bSkillAtk,"CR_SHIELDBOOMERANG",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4305,'Turtle_General_Card','Turtle General Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,20;\nbonus3 bAutoSpell,"SM_MAGNUM",10,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4306,'Toad_Card','Toad Card','Card',20,10,true,true,'CLIENT','bonus bFlee2,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4307,'Kind_Of_Beetle_Card','Beetle King Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Fish,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4308,'Tri_Joint_Card','Tri Joint Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Formless,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4309,'Parasite_Card','Parasite Card','Card',20,10,true,true,'CLIENT','bonus bDef,1;\nbonus2 bSubRace,RC_Formless,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4310,'Panzer_Goblin_Card','Panzer Goblin Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,10;\nbonus2 bCriticalAddRace,RC_Demon,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4311,'Permeter_Card','Permeter Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bSubEle,Ele_Dark,15;\nbonus2 bSubEle,Ele_Undead,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4312,'Fur_Seal_Card','Seal Card','Card',20,10,true,true,'CLIENT','bonus bFlee,3;\nbonus bHit,10;\nif (BaseClass == Job_Acolyte) {\n bonus2 bCriticalAddRace,RC_Undead,9;\n bonus2 bCriticalAddRace,RC_Demon,9;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4313,'Punk_Card','Punk Card','Card',20,10,true,true,'CLIENT','bonus4 bAutoSpellWhenHit,"WZ_QUAGMIRE",1+4*(getskilllv("WZ_QUAGMIRE") == 5),50,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4314,'Penomena_Card','Penomena Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Formless,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4315,'Pest_Card','Pest Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Stone,300+600*(readparam(bInt)>=77);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4316,'Fake_Angel_Card','False Angel Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_Angel,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4317,'Mobster_Card','Mobster Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,15;\nif (BaseClass == Job_Thief)\n bonus bCritical,4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4318,'Knight_Windstorm_Card','Stormy Knight Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"WZ_STORMGUST",1,20;\nbonus2 bAddEff,Eff_Freeze,2000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4319,'Freezer_Card','Freezer Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,300;\nif (getrefine()>=9)\n bonus2 bSkillAtk,"SM_BASH",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4320,'Bloody_Knight_Card','Bloody Knight Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"WZ_METEOR",1,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4321,'Hylozoist_Card','Hylozoist Card','Card',20,10,true,true,true,'CLIENT','bonus bClassChange,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4322,'High_Orc_Card','High Orc Card','Card',20,10,true,true,'CLIENT','bonus bDef,1;\nbonus bShortWeaponDamageReturn,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4323,'Garm_Baby_Card','Hatii Babe Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"MG_FROSTDIVER",3,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4324,'Garm_Card','Hatii Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Freeze,5000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4325,'Harpy_Card','Harpy Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bSkillAtk,"MG_NAPALMBEAT",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4326,'See_Otter_Card','Sea-Otter Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddItemGroupHealRate,IG_Fish,50;\nbonus3 bAddMonsterDropItem,551,RC_Fish,300;\nbonus3 bAddMonsterDropItem,544,RC_Fish,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4327,'Blood_Butterfly_Card','Bloody Butterfly Card','Card',20,10,true,true,true,'CLIENT','bonus bVariableCastrate,30;\nbonus bNoCastCancel;\nbonus2 bSkillAtk,"MG_FIREWALL",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4328,'Hyegun_Card','Yao Jun Card','Card',20,10,true,true,'CLIENT','bonus bFlee,15;\nbonus bCritical,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4329,'Phendark_Card','Phendark Card','Card',20,10,true,true,'CLIENT','bonus2 bSPGainRace,RC_DemiHuman,5;\nbonus2 bSPGainRace,RC_Player_Human,5;','heal 0,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4330,'Dark_Snake_Lord_Card','Evil Snake Lord Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,3;\nbonus2 bResEff,Eff_Blind,10000;\nbonus2 bResEff,Eff_Curse,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4331,'Heater_Card','Heater Card','Card',20,10,true,true,true,'CLIENT','bonus bCritical,3;\nif (BaseClass == Job_Swordman)\n bonus bFlee2,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4332,'Waste_Stove_Card','Waste Stove Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus bInt,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4333,'Venomous_Card','Venomous Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEffWhenHit,Eff_Poison,3000,ATF_TARGET|ATF_SELF;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4334,'Noxious_Card','Noxious Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkDef,10;\nbonus2 bSubEle,Ele_Neutral,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4335,'Pitman_Card','Pitman Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"WZ_EARTHSPIKE",5;\nbonus2 bSkillAtk,"WZ_HEAVENDRIVE",5;','heal 0,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4336,'Ungoliant_Card','Ungoliant Card','Card',20,10,true,true,true,true,'CLIENT','bonus bHPrecovRate,10;\nbonus2 bResEff,Eff_Bleeding,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4337,'Porcellio_Card','Porcellio Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,25;\nbonus bDef,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4338,'Obsidian_Card','Obsidian Card','Card',20,10,true,true,'CLIENT','bonus bVit,readparam(bDex)/18;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4339,'Mineral_Card','Mineral Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,-25;\nbonus bDef,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4340,'Teddy_Bear_Card','Teddy Bear Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Undead,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4341,'Metaling_Card','Metaling Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"RG_STRIPWEAPON",1,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4342,'Rsx_0806_Card','RSX-0806 Card','Card',20,10,true,true,'CLIENT','bonus bVit,3;\nbonus bUnbreakableArmor;\nbonus bNoKnockback;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4343,'Mole_Card','Holden Card','Card',20,10,true,true,true,true,'CLIENT','bonus bLuk,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4344,'Anopheles_Card','Anopheles Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12058,RC_Insect,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4345,'Hill_Wind_Card','Hill Wind Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"MG_THUNDERSTORM",5;\nbonus2 bSkillAtk,"WZ_JUPITEL",5;\nbonus2 bSkillAtk,"WZ_VERMILION",5;','heal 0,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4346,'Ygnizem_Card','Egnigem Cenia Card','Card',20,10,true,true,'CLIENT','bonus bStr,readparam(bInt)/18;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4347,'Armaia_Card','Armeyer Dinze Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12053,RC_Fish,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4348,'Whikebain_Card','Wickebine Tres Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"RG_STRIPARMOR",1,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4349,'Erend_Card','Errende Ebecee Card','Card',20,10,true,true,true,'CLIENT','bonus4 bAutoSpellWhenHit,"AL_PNEUMA",1,50,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4350,'Rawrel_Card','Laurell Weinder Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"WZ_FROSTNOVA",3;\nbonus2 bSkillAtk,"WZ_STORMGUST",3;','heal 0,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4351,'Kavac_Card','Kavach Icarus Card','Card',20,10,true,true,'CLIENT','if (getrefine()<=4) {\n bonus bFlee,20;\n bonus bFlee2,1;\n}\nelse {\n bonus bFlee,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4352,'B_Ygnizem_Card','General Egnigem Cenia Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bHPRegenRate,50,10000;\nbonus2 bSPRegenRate,10,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4353,'Removal_Card','Remover Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,800-40*getrefine();\nbonus bHPrecovRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4354,'Gemini_Card','Gemini-S58 Card','Card',20,10,true,true,true,true,'CLIENT','if (readparam(bAgi)>=90) {\n bonus2 bResEff,Eff_Silence,3000;\n bonus2 bResEff,Eff_Stun,3000;\n}\nif (readparam(bVit)>=80) {\n bonus2 bResEff,Eff_Stone,5000;\n bonus2 bResEff,Eff_Sleep,5000;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4355,'Gremlin_Card','Gremlin Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12043,RC_Brute,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4356,'Beholder_Card','Beholder Card','Card',20,10,true,true,true,'CLIENT','skill "SA_CASTCANCEL",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4357,'B_Seyren_Card','Lord Knight Card','Card',20,10,true,true,true,true,'CLIENT','skill "LK_BERSERK",1;\nbonus bMaxHPrate,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4358,'Seyren_Card','Seyren Windsor Card','Card',20,10,true,true,true,true,'CLIENT','bonus bStr,getrefine()-6;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4359,'B_Eremes_Card','Assassin Cross Card','Card',20,10,true,true,'CLIENT','skill "AS_CLOAKING",3;','sc_end SC_CLOAKING;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4360,'Eremes_Card','Eremes Guile Card','Card',20,10,true,true,'CLIENT','bonus2 bCriticalAddRace,RC_DemiHuman,10;\nbonus2 bCriticalAddRace,RC_Player_Human,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4361,'B_Harword_Card','MasterSmith Card','Card',20,10,true,true,'CLIENT','bonus bBreakWeaponRate,1000;\nbonus bBreakArmorRate,700;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4362,'Harword_Card','Howard Alt-Eisen Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,-5;\nbonus bHit,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4363,'B_Magaleta_Card','High Priest Card','Card',20,10,true,true,'CLIENT','bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",5,50,BF_WEAPON|BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4364,'Magaleta_Card','Margaretha Sorin Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,1;\nbonus5 bAutoSpellWhenHit,"PR_LEXDIVINA",5,150,BF_MAGIC,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4365,'B_Katrinn_Card','High Wizard Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bIgnoreMdefClassRate,Class_Normal,100;\nbonus bVariableCastrate,100;\nbonus bSPrecovRate,-100;','heal 0,-2000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4366,'Katrinn_Card','Kathryne Keyron Card','Card',20,10,true,true,true,true,'CLIENT','.@r = getrefine();\nbonus bVariableCastrate,.@r*-1;\nif (.@r>=9) {\n bonus bMatkRate,2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4367,'B_Shecil_Card','Sniper Card','Card',20,10,true,true,'CLIENT','bonus2 bHPDrainRate,100,20;\nbonus bHPrecovRate,-10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4368,'Shecil_Card','Cecil Damon Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,5;\nbonus bHit,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4369,'Venatu_Card','Venatu Card','Card',20,10,true,true,'CLIENT','bonus bLuk,readparam(bAgi)/18;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4370,'Dimik_Card','Dimik Card','Card',20,10,true,true,'CLIENT','bonus bVit,getrefine()-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4371,'Archdam_Card','Archdam Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nbonus bVariableCastrate,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4372,'Bacsojin_Card','White Lady Card','Card',20,10,true,true,true,true,'CLIENT','bonus bHealPower,30;\nbonus bUseSPrate,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4373,'Chung_E_Card','Green Maiden Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bLuk,.@r-5;\nbonus bCritical,.@r;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4374,'Apocalips_H_Card','Vesper Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,2;\nbonus2 bIgnoreMdefClassRate,Class_Boss,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4375,'Orc_Baby_Card','Orc Baby Card','Card',20,10,true,true,'CLIENT','.@i = (getrefine()>=9?15:10);\nbonus2 bSubEle,Ele_Neutral,.@i;\nbonus bFlee,.@i;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4376,'Lady_Tanee_Card','Lady Tanee Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-40;\nbonus bMaxSPrate,50;\nbonus2 bAddMonsterDropItem,513,200;\nbonus2 bAddItemHealRate,513,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4377,'Green_Iguana_Card','Grove Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12063,RC_Formless,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4378,'Acidus_Card','Gold Acidus Card','Card',20,10,true,true,'CLIENT','if (getrefine()<=4) {\n bonus bMaxHPrate,8;\n bonus bMaxSPrate,8;\n bonus bHPrecovRate,5;\n bonus bSPrecovRate,5;\n}\nelse {\n bonus bMaxHPrate,4;\n bonus bMaxSPrate,4;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4379,'Acidus__Card','Blue Acidus Card','Card',20,10,true,true,true,true,'CLIENT','if (getrefine()<=4) {\n bonus bSPrecovRate,5;\n bonus bMaxSP,80;\n}\nelse {\n bonus bMaxSP,40;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4380,'Ferus_Card','Red Ferus Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"WZ_FIREPILLAR",5;\nbonus2 bSkillAtk,"WZ_METEOR",5;','heal 0,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4381,'Ferus__Card','Green Ferus Card','Card',20,10,true,true,'CLIENT','bonus bVit,1;\nbonus bMaxHPrate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4382,'Novus__Card','Yellow Novus Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,500;\nbonus bHPrecovRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4383,'Novus_Card','Red Novus Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEffWhenHit,Eff_Confusion,3000,ATF_TARGET|ATF_SELF;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4384,'Hydro_Card','Hydrolancer Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"SA_SPELLBREAKER",1,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4385,'Dragon_Egg_Card','Dragon Egg Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12048,RC_Dragon,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4386,'Detale_Card','Detardeurus Card','Card',20,10,true,true,'CLIENT','bonus bMdef,-20;\nbonus2 bResEff,Eff_Freeze,10000;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,70,BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4387,'Ancient_Mimic_Card','Ancient Mimic Card','Card',20,10,true,true,'CLIENT','bonus bAgi,readparam(bLuk)/18;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4388,'Deathword_Card','Death Word Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"MG_NAPALMBEAT",5;\nbonus2 bSkillAtk,"MG_SOULSTRIKE",5;\nbonus2 bSkillAtk,"HW_NAPALMVULCAN",5;','heal 0,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4389,'Plasma_Card','Plasma Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,12118,50;\nbonus2 bAddMonsterDropItem,12119,50;\nbonus2 bAddMonsterDropItem,12120,50;\nbonus2 bAddMonsterDropItem,12121,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4390,'Breeze_Card','Breeze Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus2 bAddEff,Eff_Bleeding,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4391,'Retribution_Card','Baroness of Retribution Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddMonsterDropItem,12068,RC_Angel,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4392,'Observation_Card','Dame of Sentinel Card','Card',20,10,true,true,'CLIENT','bonus bDex,readparam(bVit)/18;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4393,'Shelter_Card','Mistress of Shelter Card','Card',20,10,true,true,'CLIENT','bonus bInt,readparam(bStr)/18;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4394,'Solace_Card','Lady Solace Card','Card',20,10,true,true,'CLIENT','if (BaseJob == Job_Priest)\n bonus3 bAutoSpell,"CR_GRANDCROSS",5,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4395,'Tha_Maero_Card','Maero of Thanatos Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus3 bAutoSpell,"AL_DECAGI",3,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4396,'Tha_Odium_Card','Odium of Thanatos Card','Card',20,10,true,true,'CLIENT','bonus bAgi,getrefine()-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4397,'Tha_Despero_Card','Despero of Thanatos Card','Card',20,10,true,true,'CLIENT','bonus bInt,getrefine()-6;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4398,'Tha_Dolor_Card','Dolor of Thanatos Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Angel,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4399,'Thanatos_Card','Memory of Thanatos Card','Card',20,10,true,true,'CLIENT','bonus bDefRatioAtkClass,Class_All;\nbonus bSPDrainValue,-1;\nbonus bDef,-30;\nbonus bFlee,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4400,'Aliza_Card','Aliza Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"DC_WINKCHARM",1,50+50*(BaseJob == Job_Dancer);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4401,'Alicel_Card','Alicel Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nbonus bDef,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4402,'Aliot_Card','Aliot Card','Card',20,10,true,true,'CLIENT','if (BaseClass == Job_Swordman || BaseClass == Job_Merchant || BaseClass == Job_Thief) {\n bonus bStr,2;\n bonus bMaxHPrate,5;\n}\nif (BaseClass == Job_Mage || BaseClass == Job_Archer || BaseClass == Job_Acolyte) {\n bonus bInt,2;\n bonus bMaxSPrate,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4403,'Kiel_Card','Kiel-D-01 Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDelayRate,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4404,'Skogul_Card','Skogul Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEffWhenHit,Eff_Bleeding,3000,ATF_TARGET|ATF_SELF;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4405,'Frus_Card','Frus Card','Card',20,10,true,true,'CLIENT','bonus bMagicDamageReturn,getrefine()*2;\nif (BaseClass == Job_Mage)\n bonus bMdef,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4406,'Skeggiold_Card','Skeggiold Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4407,'Randgris_Card','Randgris Card','Card',20,10,true,true,'CLIENT','bonus bUnbreakableWeapon;\nbonus2 bAddClass,Class_All,10;\nbonus3 bAutoSpell,"SA_DISPELL",1,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4408,'Gloom_Under_Night_Card','Gloom Under Night Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Holy,40;\nbonus2 bAddEle,Ele_Dark,40;\nbonus2 bAddRace,RC_Angel,40;\nbonus2 bAddRace,RC_Demon,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4409,'Agav_Card','Agav Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,5;\nbonus bDef,-10;\nif (BaseClass == Job_Mage)\n bonus bMaxSP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4410,'Echio_Card','Echio Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nif (BaseClass == Job_Swordman)\n bonus bMaxHP,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4411,'Vanberk_Card','Vanberk Card','Card',20,10,true,true,true,true,'CLIENT','bonus bStr,2;\nautobonus "{ bonus bCritical,100; }",5,5000,0,"{ specialeffect2 EF_ENHANCE; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4412,'Isilla_Card','Isilla Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,2;\nautobonus "{ bonus bVariableCastrate,-50; bonus bFlee,30; }",50,5000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4413,'Hodremlin_Card','Hodremlin Card','Card',20,10,true,true,'CLIENT','bonus2 bSubSize,Size_All,15;\nautobonus2 "{ bonus bFlee2,30; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_WIND; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4414,'Seeker_Card','Seeker Card','Card',20,10,true,true,'CLIENT','skill "MG_STONECURSE",1;\nbonus2 bResEff,Eff_Stone,3000;\nbonus bMdef,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4415,'Snowier_Card','Snowier Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddMonsterDropItem,536,500;\nbonus2 bAddItemHealRate,536,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4416,'Siroma_Card','Siroma Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSkillAtk,"MG_COLDBOLT",25;\nbonus2 bVariableCastrate,"MG_COLDBOLT",-25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4417,'Ice_Titan_Card','Ice Titan Card','Card',20,10,true,true,'CLIENT','bonus bVit,2;\nautobonus2 "{ bonus bDef,10; }",3,10000,BF_WEAPON|BF_MAGIC,"{ specialeffect2 EF_FREEZED; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4418,'Gazeti_Card','Gazeti Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAutoSpell,"MG_COLDBOLT",2,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4419,'Ktullanux_Card','Ktullanux Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Fire,50;\nbonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,20,BF_WEAPON|BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4420,'Muscipular_Card','Muscipular Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"AL_HEAL",1,100;\nbonus3 bAutoSpellWhenHit,"AL_INCAGI",1,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4421,'Drosera_Card','Drosera Card','Card',20,10,true,true,'CLIENT','bonus bCriticalLong,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4422,'Roween_Card','Roween Card','Card',20,10,true,true,'CLIENT','bonus bFlee,5;\nbonus bFlee2,3;\nbonus2 bAddEle,Ele_Water,10;\nbonus2 bCriticalAddRace,RC_Fish,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4423,'Galion_Card','Galion Card','Card',20,10,true,true,true,'CLIENT','bonus bHit,5;\nbonus2 bAddEle,Ele_Water,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4424,'Stapo_Card','Stapo Card','Card',20,10,true,true,true,'CLIENT','skill "TF_PICKSTONE",1;\nskill "TF_THROWSTONE",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4425,'Atroce_Card','Atroce Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,25;\nautobonus "{ bonus bAspdRate,100; }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4426,'Byorgue_Card','Byorgue Card','Card',20,10,true,true,'CLIENT','if (BaseJob == Job_Rogue) {\n bonus bMatkRate,10;\n bonus2 bAddClass,Class_All,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4427,'Sword_Guardian_Card','Sword Guardian Card','Card',20,10,true,true,'CLIENT','.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_1HSWORD || .@i == W_2HSWORD) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,62,25;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4428,'Bow_Guardian_Card','Bow Guardian Card','Card',20,10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n bonus bHit,5;\n bonus bCritical,5;\n bonus2 bSkillAtk,"AC_SHOWER",50;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4429,'Salamander_Card','Salamander Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"WZ_FIREPILLAR",40;\nbonus2 bSkillAtk,"WZ_METEOR",40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4430,'Ifrit_Card','Ifrit Card','Card',20,10,true,true,true,'CLIENT','bonus bBaseAtk,(JobLevel/10);\nbonus bCritical,(JobLevel/10);\nbonus bHit,(JobLevel/10);\nbonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",10,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4431,'Kasa_Card','Kasa Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"MG_FIREBALL",5,20;\nbonus3 bAutoSpell,"MG_FIREBOLT",5,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4432,'Magmaring_Card','Magmaring Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus2 bAddEle,Ele_Earth,10;\nbonus2 bCriticalAddRace,RC_Brute,15;\nbonus2 bCriticalAddRace,RC_Player_Doram,15;\nbonus2 bCriticalAddRace,RC_Plant,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4433,'Imp_Card','Imp Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSkillAtk,"MG_FIREBOLT",25;\nbonus2 bVariableCastrate,"MG_FIREBOLT",-25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4434,'Knocker_Card','Knocker Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,5;\nbonus3 bAddMonsterDropItem,756,RC_Formless,10;\nbonus3 bAddMonsterDropItem,757,RC_Formless,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4435,'Zombie_Slaughter_Card','Zombie Slaughter Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_DemiHuman,1;\nbonus2 bAddRace,RC_Player_Human,1;\nbonus2 bMagicAddRace,RC_DemiHuman,1;\nbonus2 bMagicAddRace,RC_Player_Human,1;\nbonus bHPGainValue,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4436,'Ragged_Zombie_Card','Ragged Zombie Card','Card',20,10,true,true,true,'CLIENT','bonus2 bCriticalAddRace,RC_DemiHuman,5;\nbonus2 bCriticalAddRace,RC_Player_Human,5;\nbonus2 bAddRace,RC_DemiHuman,1;\nbonus2 bAddRace,RC_Player_Human,1;\nbonus2 bMagicAddRace,RC_DemiHuman,1;\nbonus2 bMagicAddRace,RC_Player_Human,1;\nbonus2 bAddEff2,Eff_Bleeding,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4437,'Hell_Poodle_Card','Hell Poodle Card','Card',20,10,true,true,true,'CLIENT','bonus bHit,1;\nbonus2 bAddItemHealRate,517,100;\nbonus3 bAddEff,Eff_Bleeding,50,ATF_SHORT;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4438,'Banshee_Card','Banshee Card','Card',20,10,true,true,true,true,'CLIENT','if (BaseClass == Job_Mage) {\n bonus bMaxSP,100;\n bonus bMaxHP,-100;\n bonus2 bSkillAtk,"MG_NAPALMBEAT",20;\n bonus2 bSkillAtk,"MG_SOULSTRIKE",20;\n bonus2 bSkillAtk,"HW_NAPALMVULCAN",20;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4439,'Flame_Skull_Card','Flame Skull Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Blind,3000;\nbonus2 bResEff,Eff_Stun,3000;\nbonus2 bResEff,Eff_Curse,3000;\nbonus2 bResEff,Eff_Stone,3000;\nbonus2 bAddEffWhenHit,Eff_Blind,500;\nbonus2 bAddEffWhenHit,Eff_Stun,500;\nbonus2 bAddEffWhenHit,Eff_Curse,500;\nbonus2 bAddEffWhenHit,Eff_Stone,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4440,'Necromancer_Card','Necromancer Card','Card',20,10,true,true,'CLIENT','.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_STAFF || .@i == W_2HSTAFF) {\n bonus bInt,1;\n bonus2 bIgnoreMdefClassRate,Class_Normal,2;\n bonus2 bIgnoreMdefClassRate,Class_Boss,2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4441,'Fallen_Bishop_Card','Fallen Bishop Hibram Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,10;\nbonus bMaxSPrate,-50;\nbonus2 bMagicAddRace,RC_Angel,50;\nbonus2 bMagicAddRace,RC_DemiHuman,50;\nbonus2 bMagicAddRace,RC_Player_Human,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4442,'Tatacho_Card','Tatacho Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Neutral,20;\nbonus2 bAddEle,Ele_Neutral,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4443,'Aqua_Elemental_Card','Aqua Elemental Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Water,20;\nbonus2 bAddEle,Ele_Water,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4444,'Draco_Card','Draco Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Earth,20;\nbonus2 bAddEle,Ele_Earth,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4445,'Luciola_Vespa_Card','Luciola Vespa Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Wind,20;\nbonus2 bAddEle,Ele_Wind,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4446,'Enhanced_Skeleton_Card','Enhanced Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus2 bAddEff,Eff_Stun,(BaseLevel>=100?300:200);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4447,'Centipede_Card','Centipede Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Poison,20;\nbonus2 bAddEle,Ele_Poison,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4448,'Cornus_Card','Cornus Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Holy,20;\nbonus2 bAddEle,Ele_Holy,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4449,'Dark_Shadow_Card','Dark Shadow Card','Card',20,10,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Dark,20;\nbonus2 bAddEle,Ele_Dark,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4450,'Banshee_Master_Card','Banshee Master Card','Card',20,10,true,true,'CLIENT','bonus bInt,1;\nbonus bMatk,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4451,'Ant_Buyanne_Card','Entweihen Crothen Card','Card',20,10,true,true,'CLIENT','bonus bMatk,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4452,'Centipede_Larva_Card','Centipede Larva Card','Card',20,10,true,true,'CLIENT','bonus bInt,1;\nbonus bMatk,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4453,'Hilsrion_Card','Hillsrion Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`) VALUES (4454,'Light_Up_Card1','Light Up Card','Card',20,10,true,true,'CLIENT'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`) VALUES (4455,'Light_Up_Card2','Light Up Card','Card',20,10,true,true,'CLIENT'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4456,'Nidhogg_Shadow_Card','Nidhoggur Shadow Card','Card',20,10,true,true,'CLIENT','bonus bInt,5;\nif (Class == Job_High_Wizard || Class == Job_Baby_Warlock || Class == Job_Warlock || Class == Job_Warlock_T)\n bonus bFixedCastrate,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4457,'Nahtzigger_Card','Naght Sieger Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Ghost,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4458,'Duneirre_Card','Duneyrr Card','Card',20,10,true,true,true,true,'CLIENT','bonus bBaseAtk,10;\nautobonus "{ bonus bFlee2,10; }",10,10000,0,"{ specialeffect2 EF_HASTEUP; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4459,'Lata_Card','Rata Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nautobonus "{ bonus bFixedCastrate,-50; }",5,4000,BF_MAGIC,"{ specialeffect2 EF_SUFFRAGIUM; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4460,'Ringco_Card','Rhyncho Card','Card',20,10,true,true,true,true,'CLIENT','bonus bHealPower,4;\nbonus2 bSkillUseSP,"AL_HEAL",-15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4461,'Pillar_Card','Phylla Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,1;\nbonus bAgi,1;\nautobonus "{ bonus bCritical,20; }",15,4000,0,"{ specialeffect2 EF_ENHANCE; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4462,'Hardrock_Mommos_Card','Hardrock Mammoth Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bDef,5;\nif (.@r>=12) {\n bonus bDef,20;\n bonus bMaxHPrate,10;\n}\nif (.@r>=14) {\n bonus bMaxHPrate,3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4463,'Tendrilion_Card','Tendrilrion Card','Card',20,10,true,true,'CLIENT','bonus bCritical,5;\n.@r = getrefine();\nif (.@r>=12) {\n bonus bBaseAtk,35;\n}\nif (.@r>=14) {\n bonus bCritical,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4464,'Aunoe_Card','Aunoe Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4465,'Panat_Card','Fanat Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4466,'Beholder_Master_Card','Beholder Master Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,3;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4467,'Heavy_Metaling_Card','Heavy Metaling Card','Card',20,10,true,true,'CLIENT','bonus bStr,2;\nif (BaseClass == Job_Merchant) {\n bonus2 bSkillAtk,"MC_CARTREVOLUTION",50;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4468,'Pinguicula_Dark_Card','Dark Pinguicula Card','Card',20,10,true,true,true,true,'CLIENT','bonus bBaseAtk,10;\nbonus2 bAddMonsterDropItem,7932,10;\nbonus2 bAddMonsterDropItem,7933,10;\nbonus2 bAddMonsterDropItem,7934,10;\nbonus2 bAddMonsterDropItem,7935,10;\nbonus2 bAddMonsterDropItem,7936,10;\nbonus2 bAddMonsterDropItem,7937,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4469,'Naga_Card','Naga Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Fish,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4470,'Nepenthes_Card','Nepenthes Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Plant,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4471,'Egg_Of_Draco_Card','Draco Egg Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Dragon,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4472,'Bradium_Goram_Card','Bradium Golem Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,10;\nbonus2 bMagicAddRace,RC_Player_Doram,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4473,'Ancient_Tree_Card','Ancient Tree Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Undead,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4474,'Jakudam_Card','Zakudam Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_DemiHuman,10;\nbonus2 bMagicAddRace,RC_Player_Human,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4475,'Cobalt_Mineral_Card','Cobalt Mineral Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Formless,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4476,'Pinguicula_Card','Pinguicula Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Insect,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4477,'Hell_Apocalips_Card','Hell Apocalypse Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`) VALUES (4478,'Light_Up_Card3','Light Up Card','Card',20,10,true,true,'CLIENT'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`) VALUES (4479,'Light_Up_Card4','Light Up Card','Card',20,10,true,true,'CLIENT'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4480,'Sealed_Kiel_Card','Sealed Kiel Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDelayRate,((getrefine()>14)?-20:-15);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4481,'Sealed_Ktullanux_Card','Sealed Ktullanux Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEle,Ele_Fire,((getrefine()>14)?35:25);\nbonus5 bAutoSpellWhenHit,"WZ_FROSTNOVA",10,10,BF_WEAPON|BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4482,'Sealed_B_Ygnizem_Card','Sealed General Egnigem Cenia Card','Card',20,10,true,true,'CLIENT','.@rate = ((getrefine()>14)?7:5);\nbonus bMaxHPrate,.@rate;\nbonus bMaxSPrate,.@rate;\nbonus2 bHPRegenRate,50,10000;\nbonus2 bSPRegenRate,10,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4483,'Sealed_Dracula_Card','Sealed Dracula Card','Card',20,10,true,true,'CLIENT','bonus2 bSPDrainRate,((getrefine()>14)?70:50),5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4484,'Sealed_Mistress_Card','Sealed Mistress Card','Card',20,10,true,true,true,true,'CLIENT','bonus bNoGemStone;\nbonus bUseSPrate,((getrefine()>14)?35:50);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4485,'Sealed_Gloom_Card','Sealed Gloom Under Night Card','Card',20,10,true,true,'CLIENT','.@rate = ((getrefine()>14)?30:20);\nbonus2 bAddEle,Ele_Holy,.@rate;\nbonus2 bAddEle,Ele_Dark,.@rate;\nbonus2 bAddRace,RC_Angel,.@rate;\nbonus2 bAddRace,RC_Demon,.@rate;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4486,'Sealed_Berz_Card','Sealed Berzebub Card','Card',20,10,true,true,true,'CLIENT','bonus bVariableCastrate,-15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4487,'Sealed_Ifrit_Card','Sealed Ifrit Card','Card',20,10,true,true,true,'CLIENT','bonus bBaseAtk,(JobLevel/20);\nbonus bCritical,(JobLevel/20);\nbonus bHit,(JobLevel/20);\nbonus3 bAutoSpellWhenHit,"NPC_EARTHQUAKE",5,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4488,'Sealed_D_Lord_Card','Sealed Dark Lord Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpellWhenHit,"WZ_METEOR",5,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4489,'Sealed_Pharaoh_Card','Sealed Pharaoh Card','Card',20,10,true,true,true,true,'CLIENT','bonus bUseSPrate,-15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4490,'Sealed_M_Flower_Card','Sealed Moonlight Flower Card','Card',20,10,true,true,'CLIENT','skill "AL_INCAGI",((getrefine()>14)?5:1);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4491,'Sealed_B_Shecil_Card','Sealed Sniper Card','Card',20,10,true,true,'CLIENT','bonus bHPrecovRate,-100;\nbonus2 bHPDrainRate,50,((getrefine()>14)?15:10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4492,'Sealed_Orc_Hero_Card','Sealed Orc Hero Card','Card',20,10,true,true,true,true,'CLIENT','bonus bVit,3;\nbonus2 bResEff,Eff_Stun,((getrefine()>14)?6000:4000);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4493,'Sealed_Tao_Card','Sealed Tao Gunka Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,((getrefine()>14)?75:50);\nbonus bDefRate,-50;\nbonus bMdefRate,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4494,'Sealed_TurtleG_Card','Sealed Turtle General Card','Card',20,10,true,true,'CLIENT','.@rate = ((getrefine()>14)?15:10);\nbonus2 bAddClass,Class_All,.@rate;\nbonus3 bAutoSpell,"SM_MAGNUM",10,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4495,'Sealed_Amon_Ra_Card','Sealed Amon Ra Card','Card',20,10,true,true,'CLIENT','bonus bAllStats,1;\nbonus3 bAutoSpellWhenHit,"PR_KYRIE",((getrefine()>14)?8:5),(15+35*(readparam(bInt)>=99));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4496,'Sealed_Drake_Card','Sealed Drake Card','Card',20,10,true,true,'CLIENT','.@rate = (getrefine()>=15?75:50);\nbonus2 bAddSize,Size_All,.@rate;\nbonus2 bMagicAddSize,Size_All,.@rate;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4497,'Sealed_Knight_WS_Card','Sealed Stormy Knight Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"WZ_STORMGUST",1,10;\nbonus2 bAddEff,Eff_Freeze,((getrefine()>14)?1500:1000);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4498,'Sealed_Lady_Tanee_Card','Sealed Lady Tanee Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bMaxHPrate,((.@r>14)?-50:-60);\nbonus bMaxSPrate,50;\nbonus2 bAddMonsterDropItem,513,100;\nbonus2 bAddItemHealRate,513,((.@r>14)?80:50);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4499,'Sealed_Samurai_Card','Sealed Samurai Spector Card','Card',20,10,true,true,'CLIENT','bonus bIgnoreDefClass,Class_Normal;\nbonus bHPrecovRate,-100;\nif (getrefine()>14)\n bonus2 bHPLossRate,777,8000;\nelse\n bonus2 bHPLossRate,888,5000;','if (Hp <= 999 && !getmapflag(strcharinfo(3),mf_pvp) && !getmapflag(strcharinfo(3),mf_pvp_noparty) && !getmapflag(strcharinfo(3),mf_pvp_noguild)) {\n heal(1-Hp),0;\n}\nelse {\n heal -999,0;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4500,'Sealed_Orc_Load_Card','Sealed Orc Lord Card','Card',20,10,true,true,'CLIENT','bonus bShortWeaponDamageReturn,((getrefine()>14)?25:15);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4501,'Sealed_B_Magaleta_Card','Sealed High Priest Card','Card',20,10,true,true,'CLIENT','bonus5 bAutoSpellWhenHit,"HP_ASSUMPTIO",1,((getrefine()>14)?35:25),BF_WEAPON|BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4502,'Sealed_B_Harword_Card','Sealed MasterSmith Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bBreakWeaponRate,(.@r>14?800:500);\nbonus bBreakArmorRate,(.@r>14?600:500);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4503,'Sealed_Apocalips_H_Card','Sealed Vesper Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,2;\nbonus2 bIgnoreMdefClassRate,Class_Boss,((getrefine()>14)?25:15);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4504,'Sealed_Eddga_Card','Sealed Eddga Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,((getrefine()>14)?-35:-50);\nbonus bNoWalkDelay;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4505,'Scaraba_Card','Scaraba Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,20;\nbonus bMaxSPrate,-1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4506,'Dolomedes_Card','Dolomedes Card','Card',20,10,true,true,true,true,'CLIENT','bonus bDex,2;\nif (BaseClass == Job_Archer) {\n bonus bDex,getrefine()/3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4507,'Q_Scaraba_Card','Queen Scaraba Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace2,RC2_SCARABA,30;\nbonus2 bAddMonsterDropItem,12806,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4508,'Gold_Scaraba_Card','Gold Scaraba Card','Card',20,10,true,true,true,'CLIENT','bonus bBaseAtk,20;\nbonus bMaxHPrate,-1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4509,'Gold_Q_Scaraba_Card','Gold Queen Scaraba Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,3;\nbonus2 bSubRace,RC_Insect,10;\nif (getrefine()>=9) {\n bonus2 bSubRace,RC_Insect,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4510,'Miming_Card','Miming Card','Card',20,10,true,true,'CLIENT','bonus3 bAutoSpell,"WM_LULLABY_DEEPSLEEP",1,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4511,'Little_Fatum_Card','Little Fatum Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEff,Eff_Silence,500,ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4512,'Parus_Card','Parus Card','Card',20,10,true,true,true,true,'CLIENT','bonus bHealPower,3;\nif (BaseClass == Job_Acolyte) {\n bonus bHealPower,getrefine()/2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4513,'Angra_Mantis_Card','Angra Mantis Card','Card',20,10,true,true,true,true,'CLIENT','bonus bCritAtkRate,2;\nif (BaseClass == Job_Thief) {\n bonus bCritAtkRate,getrefine()/2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4514,'Pom_Spider_Card','Pom Spider Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Undead,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4515,'Alnoldi_Card','Alnoldi Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Plant,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4516,'Comodo_Card','Comodo Card','Card',20,10,true,true,'CLIENT','bonus bDef,50;\nbonus bFlee,-25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4517,'Cendrawasih_Card','Cendrawasih Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,2;\nif (BaseClass == Job_Mage) {\n bonus bInt,getrefine()/3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4518,'Banaspaty_Card','Banaspaty Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEff,Eff_Burning,500,ATF_TARGET;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4519,'Butoijo_Card','Butoijo Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Angel,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4520,'Leak_Card','Leak Card','Card',20,10,true,true,'CLIENT','bonus bStr,3;\nbonus2 bAddEff,Eff_Confusion,5000;\nbonus3 bAddEff,Eff_Confusion,5000,ATF_TARGET;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4521,'Sedora_Card','Sedora Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4522,'Sropho_Card','Sropho Card','Card',20,10,true,true,'CLIENT','bonus4 bAddEff,Eff_Crystalize,500,ATF_SHORT,3000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4523,'Pot_Dofle_Card','Pot Dofle Card','Card',20,10,true,true,'CLIENT','bonus bDefEle,Ele_Water;\nbonus2 bSubRace,RC_Fish,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4524,'King_Dramoh_Card','King Dramoh Card','Card',20,10,true,true,true,true,'CLIENT','bonus bStr,2;\nif (BaseClass == Job_Swordman) {\n bonus bStr,2+(getrefine()/3);\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4525,'Kraken_Card','Kraken Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nskill "TF_HIDING",1;\nskill "RG_RAID",1;\nbonus5 bAutoSpellOnSkill,"RG_RAID","NPC_WIDEBLEEDING",1,250,1;','sc_end SC_HIDING;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4526,'Odd_Coelacanth_Card','Weird Coelacanth Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,5;\nbonus bMdef,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4527,'Black_Coelacanth_Card','Dark Coelacanth Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,10;\nbonus bDef,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4528,'Mutant_Coelacanth_Card','Mutant Coelacanth Card','Card',20,10,true,true,true,true,'CLIENT','.@r = getrefine();\nbonus bMatkRate,2+(.@r/2);\nbonus bMaxHPrate,-.@r/2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4529,'Cruel_Coelacanth_Card','Violent Coelacanth Card','Card',20,10,true,true,true,true,'CLIENT','.@r = getrefine();\nbonus2 bAddClass,Class_All,2+(.@r/2);\nbonus bMaxSPrate,-.@r/2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4530,'Siorava_Card','Siorava Card','Card',20,10,true,true,true,true,'CLIENT','bonus bLuk,2;\nif (BaseClass == Job_Merchant) {\n bonus bLuk,2+(getrefine()/3);\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4531,'Red_Eruma_Card','Red Eruma Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEff,Eff_Curse,100,ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4532,'Wild_Rider_Card','Wild Rider Card','Card',20,10,true,true,'CLIENT','bonus bAgi,1;\nbonus3 bAutoSpell,"AL_INCAGI",1,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4533,'Mini_Octopus_Card','Octopus Card','Card',20,10,true,true,'CLIENT','bonus3 bAddEff,Eff_Blind,100,ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4534,'Giant_Octopus_Card','Giant Octopus Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,12;\nskill "WZ_WATERBALL",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4535,'Sealed_Rand_Card','Sealed Randgris Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,(getrefine()>=15?8:5);\nbonus5 bAutoSpell,"SA_DISPELL",1,1,BF_NORMAL,1;\nbonus bUnbreakableWeapon;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4536,'Sealed_Atroce_Card','Sealed Atroce Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bBaseAtk,((.@r>14)?25:15);\nautobonus "{ bonus bAspdRate,(("+.@r+">14)?75:50); }",5,10000,0,"{ specialeffect2 EF_POTION_BERSERK; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4537,'Sealed_Phreeoni_Card','Sealed Phreeoni Card','Card',20,10,true,true,'CLIENT','bonus bHit,((getrefine()>14)?75:50);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4538,'Sealed_Bacsojin_Card','Sealed White Lady Card','Card',20,10,true,true,true,true,'CLIENT','.@r = getrefine();\nbonus bHealPower,(.@r>14?25:15);\nbonus bUseSPrate,(.@r>14?20:30);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4539,'Sealed_F_Bishop_Card','Sealed Fallen Bishop Hibram Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bMatkRate,((.@r>14)?8:5);\nbonus bMaxSPrate,-50;\n.@rate = ((.@r>14)?33:25);\nbonus2 bMagicAddRace,RC_Angel,.@rate;\nbonus2 bMagicAddRace,RC_DemiHuman,.@rate;\nbonus2 bMagicAddRace,RC_Player_Human,.@rate;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4540,'SLD_Lord_Of_Death_Card','Sealed Lord of The Dead Card','Card',20,10,true,true,'CLIENT','.@rate = ((getrefine()>14)?350:250);\nbonus3 bAddEff,Eff_Stun,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Curse,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Silence,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Poison,.@rate,ATF_SHORT;\nbonus3 bAddEff,Eff_Bleeding,.@rate,ATF_SHORT;\nbonus2 bComaClass,Class_Normal,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4541,'SLD_B_Katrinn_Card','Sealed High Wizard Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bIgnoreMdefClassRate,Class_Normal,100;\n.@rate = ((getrefine()>14)?120:150);\nbonus bVariableCastrate,.@rate;\nbonus bSPrecovRate,-.@rate;','heal 0,((getrefine()>14)?-2000:-3000);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4542,'SLD_Detale_Card','Sealed Detale Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000);\nbonus5 bAutoSpell,"SA_LANDPROTECTOR",1,1,BF_MAGIC,1;\nbonus bMdef,-20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4543,'SLD_Garm_Card','Sealed Hatii Card','Card',20,10,true,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Freeze,((getrefine()>14)?4000:2500);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4544,'SLD_Dark_Snake_Card','Sealed Evil Snake Lord Card','Card',20,10,true,true,true,true,'CLIENT','bonus bInt,3;\n.@i = (getrefine()>14?7500:5000);\nbonus2 bResEff,Eff_Blind,.@i;\nbonus2 bResEff,Eff_Curse,.@i;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4545,'Novice_Poring_Card','Novice Poring Card','Card',20,10,true,true,true,true,'CLIENT','bonus bLuk,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`) VALUES (4546,'Val\'khiri_Card','Val\'khiri Card','Card',20,10,true,true,'CLIENT'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4547,'Upd_Byorgue_Card','Enhanced Byorgue Card','Card',20,10,true,true,'CLIENT','if (BaseJob == Job_Rogue) {\n bonus bMatkRate,10;\n bonus2 bAddClass,Class_All,10;\n bonus bMaxHPrate,getrefine()/2;\n}\n/* Adds a chance of inflicting Confuse on target when using Body Paint skill. */'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4548,'Upd_Salamander_Card','Enhanced Salamander Card','Card',20,10,true,true,'CLIENT','bonus2 bSkillAtk,"WZ_FIREPILLAR",40;\nbonus2 bSkillAtk,"WZ_METEOR",40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4549,'Upd_Maya_Puple_Card','Upd Maya Puple Card','Card',20,10,true,true,true,true,'CLIENT','bonus bIntravision;\nbonus bAllStats,1;\nskill "AL_RUWACH",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4550,'Upd_Bow_Guardian_Card','Upd Bow Guardian Card','Card',20,10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOW) {\n bonus2 bSkillAtk,"RA_ARROWSTORM",50;\n bonus bCriticalLong,25+10*(getequiprefinerycnt(EQI_HAND_R)/4);\n bonus bHit,5;\n bonus3 bAutoSpell,"HT_PHANTASMIC",1,100;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4552,'Manny_Card','Manny Card','Card',20,10,true,true,true,'CLIENT','bonus bMaxHP,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4553,'Sid_Card','Sid Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4554,'Diego_Card','Diego Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4555,'Scrat_Card','Scrat Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4556,'Fenrir_Card','Fenrir Card','Card',10,10,true,true,true,true,'CLIENT','bonus bMatk,50+getrefine()*5;\nbonus bFixedCastrate,-70;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4557,'Fenrir_Card_','Weakened Fenrir Card','Card',10,10,true,true,true,true,'CLIENT','bonus bMatk,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4559,'M_Morocc_Card','Evil Morocc Card','Card',20,100,true,true,'CLIENT','bonus bAspd,1;\nbonus bMaxSPrate,-10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4560,'Clown_Card','Clown Alphoccio Card','Card',20,10,true,true,'CLIENT','skill "BA_POEMBRAGI",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4561,'Professor_Card','Professor Celia Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,(readparam(bDex)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",5,70,BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4562,'Champion_Card','Champion Chen Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,(readparam(bAgi)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",5,70,BF_WEAPON,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4563,'Creator_Card','Creator Flamel Card','Card',20,10,true,true,'CLIENT','bonus bCritical,(readparam(bStr)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",5,70,BF_WEAPON,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4564,'Stalker_Card','Stalker Gertie Card','Card',20,10,true,true,'CLIENT','bonus bHit,(readparam(bLuk)>=110)?40:20;\nbonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,70,BF_WEAPON,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4565,'Paladin_Card','Paladin Randel Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,(readparam(bInt)>=110)?20:10;\nbonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",10,70,BF_WEAPON,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4566,'Gypsy_Card','Gypsy Trentini Card','Card',20,10,true,true,'CLIENT','skill "DC_FORTUNEKISS",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4567,'Alphoccio_Card','Alphoccio Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nif (BaseJob == Job_Bard) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4568,'Ceila_Card','Celia Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nskill "SA_ABRACADABRA",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4569,'Chen_Card','Chen Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nskill "MO_CALLSPIRITS",2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4570,'Flamel_Card','Flamel Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nbonus2 bAddItemGroupHealRate,IG_Flamel_Card,200;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4571,'Gertie_Card','Gertie Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nskill "RG_CLOSECONFINE",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4572,'Randel_Card','Randel Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nskill "CR_AUTOGUARD",3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4573,'Trentini_Card','Trentini Card','Card',20,10,true,true,'CLIENT','bonus bFlee,10;\nif (BaseJob == Job_Dancer) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4574,'Daehyon_Card','General Daehyon Card','Card',20,10,true,true,'CLIENT','.@i = getiteminfo(getequipid(EQI_HAND_R),11);\nif (.@i == W_1HSWORD || .@i == W_2HSWORD) {\n bonus bBaseAtk,100;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4575,'Soheon_Card','Armed Guard Soheon Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,10;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bAspd,1;\n }\n if (.@r>=14) {\n bonus bAspd,1;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4576,'Gioia_Card','Gioia Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Wind,100;\nbonus2 bMagicAtkEle,Ele_Ghost,100;\nbonus2 bSubEle,Ele_All,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4577,'Elvira_Card','Elvira Card','Card',20,10,true,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Wind,20;\nbonus2 bMagicAtkEle,Ele_Ghost,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4578,'Pyuriel_Card','Angry Student Pyuriel Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,30;\nbonus2 bSubRace,RC_All,-10;\nbonus2 bSubRace,RC_Player_Human,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4579,'Lora_Card','Warrior Lola Card','Card',20,10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MACE) {\n bonus bBaseAtk,20;\n bonus bCritical,10;\n}\n.@r = getrefine();\nbonus bBaseAtk,.@r;\nbonus bCritical,.@r;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4580,'Kades_Card','Dark Guardian Kades Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Water,50;\nbonus2 bSubEle,Ele_Earth,50;\nbonus2 bSubEle,Ele_Fire,50;\nbonus2 bSubEle,Ele_Wind,50;\nbonus2 bSubEle,Ele_Dark,50;\nbonus2 bSubEle,Ele_Undead,50;\nbonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4581,'Rudo_Card','Rudo Card','Card',20,10,true,true,'CLIENT','autobonus "{ bonus bAgi,44; heal 0,-40; }",500,3000,0,"{ sc_start SC_SPEEDUP1,3000,50; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4582,'Bungisngis_Card','Bungisngis Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMaxHPrate,(getrefine()/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4583,'Engkanto_Card','Engkanto Card','Card',20,10,true,true,true,true,'CLIENT','bonus2 bAddEle,Ele_Poison,30;\nbonus2 bMagicAddEle,Ele_Poison,30;\nbonus2 bIgnoreDefRaceRate,RC_Plant,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4584,'Manananggal_Card','Manananggal Card','Card',20,10,true,true,'CLIENT','bonus bSPDrainValue,1;\nbonus bMaxSPrate,-1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4585,'Mangkukulam_Card','Mangkukulam Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,10;\nbonus bHPGainValue,-666;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4586,'Tikbalang_Card','Tikbalang Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Wind,(getrefine()>=9)?10:5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4587,'Tiyanak_Card','Tiyanak Card','Card',20,10,true,true,true,'CLIENT','bonus2 bCriticalAddRace,RC_Brute,12;\nbonus2 bCriticalAddRace,RC_Player_Doram,12;\nbonus2 bCriticalAddRace,RC_Fish,12;\nbonus2 bCriticalAddRace,RC_DemiHuman,12;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4588,'Wakwak_Card','Wakwak Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5*readparam(bStr)/10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4589,'Jejeling_Card','Jejeling Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,200*readparam(bVit)/10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4590,'Bangungot_Card','Bangungot Card','Card',20,10,true,true,'CLIENT','bonus bInt,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",5,70,BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4591,'Bakonawa_Card','Bakonawa Card','Card',20,10,true,true,'CLIENT','bonus bStr,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDEBLEEDING",5,70,BF_WEAPON,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4592,'Buwaya_Card','Buwaya Card','Card',20,10,true,true,'CLIENT','bonus bVit,4;\nbonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",5,70,BF_MAGIC,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4593,'Menblatt_Card','Menblatt Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,readparam(bDex)/10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4594,'Petal_Card','Petal Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,2*(readparam(bLuk)/10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4595,'Cenere_Card','Cenere Card','Card',20,10,true,true,'CLIENT','bonus bAspdRate,2*(readparam(bAgi)/10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4596,'AntiqueBook_Card','Antique Book Card','Card',20,10,true,true,'CLIENT','bonus bMatk,5*(readparam(bInt)/10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4597,'LichternB_Card','Lichtern Blue Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Water,(getrefine()>=9)?10:5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4598,'LichternY_Card','Lichtern Green Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Ghost,(getrefine()>=9)?10:5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4599,'LichternR_Card','Lichtern Red Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Fire,(getrefine()>=9)?10:5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4600,'LichternG_Card','Lichtern Yellow Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMatk,10;\nbonus2 bMagicAtkEle,Ele_Earth,(getrefine()>=9)?10:5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4601,'Amdarais_Card','Amdarais Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,15;\nbonus bMatkRate,15;\nbonus2 bHPLossRate,666,4000;\nbonus2 bSPLossRate,66,4000;','heal -6666,-666;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4602,'AmdaraisH_Card','Realized Amdarais Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,20;\nbonus bMatkRate,20;\nbonus2 bHPLossRate,666,6000;\nbonus2 bSPLossRate,66,6000;','heal -6666,-666;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4603,'CorruptionRoot_Card','Corruption Root Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,20;\nbonus5 bAutoSpell,"NPC_WIDESTONE",1,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",1,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",1,70,BF_WEAPON,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4604,'CorruptionRootH_Card','Realized Corruption Root Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,30;\nbonus5 bAutoSpell,"NPC_WIDESTONE",2,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDESLEEP",2,70,BF_WEAPON,0;\nbonus5 bAutoSpell,"NPC_WIDECURSE",2,70,BF_WEAPON,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4605,'UndeadKnightM_Card','Agony Of Royal Knight Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-44;\nbonus bHPGainValue,200+10*getrefine();'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4606,'UndeadKnightF_Card','Grudge of Royal Knight Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,-44;\nbonus bSPGainValue,20+(getrefine()/2);','heal 0,-444;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4607,'FaithfulManager_Card','Faithful Manager Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,5;\nbonus bMatk,5;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n .@r = getrefine();\n if (.@r>=10) {\n bonus bBaseAtk,20;\n bonus bMatk,20;\n }\n if (.@r>=14) {\n bonus bBaseAtk,20;\n bonus bMatk,20;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4608,'White_Knight_Card','White Knight Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,15;\nbonus2 bAddSize,Size_Medium,20;\nbonus2 bAddSize,Size_Large,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4609,'Khalitzburg_Knight_Card','Khalitzburg Knight Card','Card',20,10,true,true,'CLIENT','bonus bDef,20;\nbonus2 bSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4610,'Sarah_Card','Sarah Card','Card',10,10,true,true,'CLIENT','bonus bAbsorbDmgMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4625,'Time_Holder_Card','Time Holder Card','Card',10,10,true,true,'CLIENT','bonus bMatkRate,20;\nbonus bUseSPrate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4626,'Big_Ben_Card','Big Ben Card','Card',10,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Formless,5;\nbonus2 bMagicAddRace,RC_Demon,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4627,'Big_Bell_Card','Big Bell Card','Card',10,10,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,10;\nbonus2 bAddRace,RC_Demon,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4628,'Neo_Punk_Card','Neo Punk Card','Card',10,10,true,true,'CLIENT','bonus2 bSubRace,RC_Formless,20;\nbonus2 bSubRace,RC_Demon,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4629,'Arc_Elder_Card','Arc Elder Card','Card',10,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Earth,getrefine()*3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4630,'Nightmare_Timer_Keeper_Card','Nightmare Timer Keeper Card','Card',10,10,true,true,'CLIENT','bonus3 bAutoSpell,"NPC_WIDECURSE",2,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4631,'Owl_Viscount_Card','Owl Viscount Card','Card',10,10,true,true,true,'CLIENT','bonus bAspdRate,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4632,'Owl_Marquees_Card','Owl Marquees Card','Card',10,10,true,true,true,'CLIENT','bonus5 bAutoSpell,"SA_VIOLENTGALE",(getskilllv("SA_VIOLENTGALE") == 5?5:1),1,BF_WEAPON,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4633,'Enhanced_Archer_Skeleton_Card','Enhanced Archer Skeleton Card','Card',20,10,true,true,'CLIENT','bonus bLongAtkRate,(BaseLevel>=100?12:10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4634,'Enhanced_Soldier_Skeleton_Card','Enhanced Soldier Skeleton Card','Card',20,10,true,true,'CLIENT','if (BaseLevel<100) {\n bonus bCritical,9;\n}\nelse {\n bonus bCritical,10;\n bonus bCritAtkRate,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4635,'Enhanced_Amdarais_Card','Enhanced Amdarais Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bDef,(.@r*10);\nbonus bFlee,(.@r*-2);\nif (BaseLevel>=100)\n bonus bMaxHP,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4636,'Bijou_Card','Bijou Card','Card',20,10,true,true,'CLIENT','bonus2 bResEff,Eff_Freeze,10000;\nbonus2 bAddClass,Class_All,10;\nbonus bMatkRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (4637,'Immortal_Corps_Card','Immortal Corps Card','Card',20,10,true,true,'CLIENT','bonus bHPGainValue,50;\nbonus bSPGainValue,5;\nbonus bNoRegen,1;\nbonus bNoRegen,2;','heal -1000,-100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4638,'Watcher_Card','Watcher Card','Card',20,10,true,true,'CLIENT','bonus bBaseAtk,30;\nbonus bSPDrainValue,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4639,'Taffy_Card','Taffy Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4640,'Frozen_Wolf_Card','Frozen Wolf Card','Card',20,10,true,true,true,'CLIENT','bonus bMatkRate,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4641,'Zombie_Guard_Card','Zombie Guard Card','Card',20,10,true,true,'CLIENT','bonus bNoRegen,2;\nbonus bSPDrainValue,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4642,'Min_Toad_Card','Infinite Toad Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nif (.@r>6) {\n .@b += 2;\n if (.@r>8)\n .@b += 3;\n}\nbonus bFlee2,2+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4643,'Min_Vagabond_Wolf_Card','Infinite Vagabond Wolf Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nif (.@r>6) {\n .@b += 10;\n if (.@r>8)\n .@b += 15;\n}\nbonus bAtk,10+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4644,'Min_Vocal_Card','Infinite Vocal Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nif (.@r>6) {\n .@b += 10;\n if (.@r>8)\n .@b += 15;\n}\nbonus bMdef,5+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4645,'Min_Eclipse_Card','Infinite Eclipse Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nif (.@r>6) {\n .@b += 300;\n if (.@r>8)\n .@b += 400;\n}\nbonus bMaxHP,300+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4646,'Min_Chimera_Card','Infinite Chimera Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,8;\nbonus bMaxSPrate,4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4647,'Min_Osiris_Card','Infinite Osiris Card','Card',20,10,true,true,true,'CLIENT','bonus bHPGainValue,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4648,'Min_Eddga_Card','Infinite Eddga Card','Card',20,10,true,true,'CLIENT','bonus4 bAutoSpellWhenHit,"SM_PROVOKE",10,500,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4649,'Min_Phreeoni_Card','Infinite Phreeoni Card','Card',20,10,true,true,'CLIENT','bonus bCritical,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4650,'Min_Orc_Hero_Card','Infinite Orc Hero Card','Card',20,10,true,true,true,true,'CLIENT','bonus bVit,3;\nbonus3 bAddEffWhenHit,Eff_Stun,10000,ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4651,'Min_Tao_Gunka_Card','Infinite Tao Gunka Card','Card',20,10,true,true,'CLIENT','bonus bMaxHP,10000;\nbonus bAgi,-10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4652,'N_Amon_Ra_Card','Nightmare Amon Ra Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,50;\nbonus2 bMagicAddRace,RC_Undead,50;\nbonus2 bMagicAddEle,Ele_Dark,50;\nbonus2 bMagicAddEle,Ele_Undead,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4653,'N_Arclouse_Card','Nightmare Arclouse Card','Card',20,10,true,true,'CLIENT','bonus2 bSubRace,RC_Brute,20;\nbonus2 bSubRace,RC_Player_Doram,20;\nbonus2 bSubRace,RC_Undead,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4654,'N_Mimic_Card','Nightmare Mimic Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,5;\nbonus2 bMagicAddRace,RC_Player_Doram,5;\nbonus2 bMagicAddRace,RC_Undead,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4655,'N_Minorous_Card','Nightmare Minorous Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Brute,10;\nbonus2 bAddRace,RC_Player_Doram,10;\nbonus2 bAddRace,RC_Undead,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4656,'N_Mummy_Card','Nightmare Mummy Card','Card',20,10,true,true,'CLIENT','/* Unofficial chance */\nbonus3 bAutoSpellWhenHit,"NPC_WIDESLEEP",2,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4657,'N_Ancient_Mummy_Card','Nightmare Ancient Mummy Card','Card',20,10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Fire,getrefine()*3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4658,'N_Verit_Card','Nightmare Verit Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAddClass,Class_All,5;\nif (getrefine()>6) {\n bonus2 bMagicAddClass,Class_All,3;\n}\nif (getrefine()>8) {\n bonus2 bMagicAddClass,Class_All,2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4659,'Eggring_Card','Eggring Card','Card',20,10,true,'CLIENT','bonus bLuk,2;\nbonus bMaxHP,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (4660,'Scout_Basilisk_Card','Scout Basilisk Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Small,5;\nbonus2 bSubSize,Size_Medium,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (4661,'Charge_Basilisk_Card','Charge Basilisk Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Medium,20;\nbonus2 bSubSize,Size_Large,20;\nbonus2 bSubSize,Size_Small,-15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (4662,'Big_Eggring_Card','Big Eggring Card','Card',20,10,true,'CLIENT','bonus bAtk,25-5*min(readParam(bStr)/10,5);\nbonus bMatk,25-5*min(readParam(bInt)/10,5);\nbonus bAspdRate,10-2*min(readParam(bAgi)/10,5);\nbonus bMaxHP,1000-200*min(readParam(bVit)/10,5);\nbonus bLongAtkRate,5-1*min(readParam(bDex)/10,5);\nbonus bCritAtkRate,10-2*min(readParam(bLuk)/10,5);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (4663,'Leaf_Lunatic_Card','Leaf Lunatic Card','Card',20,10,true,'CLIENT','bonus bMaxSP,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4664,'Grass_Fabre_Card','Grass Fabre Card','Card',20,10,true,'CLIENT','bonus bLuk,1;\nbonus bMaxHP,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4665,'Wild_Hornet_Card','Wild Hornet Card','Card',20,10,true,'CLIENT','bonus bAtk,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (4666,'Sweet_Roda_Frog_Card','Sweet Roda Frog Card','Card',20,10,true,'CLIENT','bonus bMaxSP,10;\nbonus bMaxHP,300;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (4667,'Hunter_Wolf_Card','Hunter Wolf Card','Card',20,10,true,'CLIENT','bonus bMaxSP,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (4668,'Trance_Spore_Card','Trance Spore Card','Card',20,10,true,true,true,'CLIENT','bonus bVit,1;\nbonus bInt,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4669,'Jungle_Mandragora_Card','Jungle Mandragora Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Wind,((.@r>=9)?7:((.@r>=7)?5:3));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4670,'Fruit_Pom_Spider_Card','Fruit Pom Spider Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Fire,((.@r>=9)?7:((.@r>=7)?5:3));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4671,'V_Celia_Card','Sorcerer Celia Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Sage) {\n bonus bMaxHPrate,10;\n bonus bMatkRate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4672,'V_Chen_Card','Sura Chen Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Monk) {\n bonus bMaxHPrate,10;\n bonus2 bAddClass,Class_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4673,'V_Alphoccio_Card','Minstel Alphoccio Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Bard) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4674,'V_Eremes_Card','Guillotine Cross Eremes Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Assassin) {\n bonus bFlee2,10;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4675,'V_Magaleta_Card','Arch Bishop Magaleta Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Priest) {\n bonus bMaxHPrate,10;\n bonus bHealPower,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4676,'V_Shecil_Card','Ranger Cecil Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Hunter) {\n bonus bCritical,20;\n bonus bLongAtkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4677,'V_Howard_Card','Mechanic Howard Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Blacksmith) {\n bonus bHit,20;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4678,'V_Katrinn_Card','Warlock Kathryne Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Wizard) {\n bonus bMdef,80;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4679,'V_Seyren_Card','Rune Knight Seyren Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Knight) {\n bonus bAspd,2;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4680,'V_Randel_Card','Royal Guard Randel Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Crusader) {\n bonus bDef,350;\n bonus2 bAddClass,Class_All,10;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4681,'V_Flamel_Card','Genetic Flamel Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {\n bonus bFlee,20;\n bonus2 bAddClass,Class_All,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4682,'V_Gertie_Card','Shadow Chaser Gertie Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Rogue) {\n bonus2 bAddClass,Class_All,5;\n bonus bMatkRate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4683,'V_Trentini_Card','Wanderer Trentini Card','Card',20,10,true,true,'CLIENT','if (eaclass()&EAJL_THIRD && BaseJob == Job_Dancer) {\n bonus bMaxHPrate,10;\n bonus bMaxSPrate,15;\n}\nif (BaseLevel>174)\n bonus bAllStats,10;\nif (getrefine()>9)\n bonus bAllStats,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4684,'V_B_Eremes_Card','True Eremes Guile Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GC_CROSSIMPACT",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4685,'V_B_Magaleta_Card','True Margaretha Sorin Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"AB_ADORAMUS",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4686,'V_B_Katrinn_Card','True Kathryne Keyron Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WL_CRIMSONROCK",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4687,'V_B_Shecil_Card','True Cecil Damon Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RA_CLUSTERBOMB",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4688,'V_B_Harword_Card','True Howard Alt-Eisen Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"NC_AXETORNADO",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4689,'V_B_Seyren_Card','True Seyren Windsor Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"RK_IGNITIONBREAK",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4690,'V_B_Randel_Card','True Randel Lawrence Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"LG_EARTHDRIVE",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4691,'V_B_Flamel_Card','True Flamel Emure Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"GN_CART_TORNADO",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4692,'V_B_Celia_Card','True Celia Alde Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SO_VARETYR_SPEAR",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4693,'V_B_Chen_Card','True Chen Liu Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SR_RAMPAGEBLASTER",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4694,'V_B_Gertie_Card','True Gertie Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"SC_FEINTBOMB",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4695,'V_B_Trentini_Card','True Trentini Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4696,'V_B_Alphoccio_Card','True Alphoccio Card','Card',20,10,true,true,'CLIENT','if (getrefine() > 9)\n .@b += 20;\nif (getequipweaponlv(-1) == 4)\n .@b += 20;\nbonus2 bSkillAtk,"WM_REVERBERATION",20+.@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4697,'Charleston3_Card','Charleston3 Card','Card',20,10,true,'CLIENT','bonus bMaxSP,-300;\nbonus bBreakArmorRate,1500;\n/* Custom rate [Secret] */'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4698,'Step_Card','Step Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_AXEBOOMERANG",30+((getrefine() >= 10)*30);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (4699,'Rock_Step_Card','Rock Step Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_ARMSCANNON",20+((getrefine()>=10)*20);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (4700,'Strength1','STR+1','Card',20,10,'bonus bStr,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (4701,'Strength2','STR+2','Card',20,10,'bonus bStr,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (4702,'Strength3','STR+3','Card',20,10,'bonus bStr,3;'); @@ -3291,7 +3291,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,` REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22802,'Safe_to_6_Equipment_Certificate','Safe to 6 Equipment Certificate','Etc',10,10,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`) VALUES (22814,'Cat_Hand_Ticket','Cat Hand Ticket','Etc',10); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (22870,'Xmas_Package_14','Christmas Package','Etc',10,100,true,true,true,true,true,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22875,'Sealed_Beelzebub_Card','Sealed Beelzebub Card','Card',20,10,true,true,true,100,true,true,true,true,true,true,'bonus bVariableCastrate,-15;\n/*Item removed on 2014-12-17*/'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (22875,'Sealed_Beelzebub_Card','Sealed Beelzebub Card','Card',20,10,true,true,true,'CLIENT',100,true,true,true,true,true,true,'bonus bVariableCastrate,-15;\n/*Item removed on 2014-12-17*/'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (25000,'SPdrainStone_Top','SP Absorption Stone(Upper)','Etc',100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (25001,'DEFStone_Middle','Def Stone(Middle)','Etc',100); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`) VALUES (25002,'ChangeLUK_Middle','LUK Exchange Stone(Middle)','Etc',100); @@ -3606,209 +3606,209 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`fla REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`) VALUES (25897,'aegis_25897','Deep Sea Witch\'s Crown','Etc',10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (25898,'Siroods_Fish_Rod','Searud\'s Fishing Rod','Etc',100,true,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`) VALUES (25899,'aegis_25899','Abyssal Essence','Etc',10,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27012,'Kick_Step_Card','Kick Step Card','Card',20,10,true,'bonus bMaxHPrate,8;\nif ((eaclass()&EAJ_THIRDMASK) == EAJ_MECHANIC) {\n bonus bLongAtkDef,30;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27013,'Kick_&_Kick_Card','Kick & Kick Card','Card',20,10,true,'bonus2 bSkillAtk,"NC_VULCANARM",10+((getrefine()>=10)*20);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27014,'Green_Cenere_Card','Green Cenere Card','Card',20,10,true,'bonus bMaxHPrate,2;\nautobonus2 "{ bonus2 bHPRegenRate,1000,1000; }",30,5000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27015,'Repair_Robot_Turbo_Card','Repair Robot Turbo Card','Card',20,10,true,true,true,'bonus bHPrecovRate,25;\nbonus bSPrecovRate,25;\n.@r = getrefine();\nbonus bHPGainValue,30+((.@r>=7)*10);\nbonus bSPGainValue,3+((.@r>=7)*3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27016,'Exploration_Rover_Turbo_Card','Exploration Rover Turbo Card','Card',20,10,true,'bonus2 bCriticalAddRace,RC_Formless,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27017,'Scrap_Robots_Card','Scrap Robots Card','Card',20,10,true,'bonus2 bSubRace,RC_Formless,10*((getrefine()>=7)*5);\n/* TODO: Has a chance to gain accessories when a monster is killed. */'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27018,'GC109_Card','GC109 Card','Card',20,10,true,true,'bonus bDelayrate,-(1+(BaseLevel>=90)+(BaseLevel>=120));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27019,'DR815_Card','DR815 Card','Card',20,10,true,true,'bonus bHit,1+(BaseLevel>=90)+(BaseLevel>=120);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27020,'T_W_O_Card','T W O Card','Card',20,10,true,'bonus2 bAddClass,Class_All,10;\nbonus3 bAutoSpell,"NPC_WIDESOULDRAIN",2,50+((getrefine()/3)*10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27025,'Lich_Lord_Card','Lich Lord Card','Card',20,10,true,true,'bonus bDef,30;\nbonus bMdef,10;\nbonus2 bAddEff,Eff_Silence,900;\nif (getequipid() == 28483) {\n bonus2 bAddClass,Class_All,5;\n bonus bMatkRate,5;\n}\n/* TODO: Confirm Mob ID to transform */\nautobonus "{ bonus bIgnoreDefClass,Class_All; bonus bIgnoreMdefRace,RC_All; }",20,7000,BF_WEAPON|BF_MAGIC,"{ active_transform 1875,7000; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27026,'Fire_Condor_Card','Fire Condor Card','Card',20,10,true,true,'bonus2 bVariableCastRate,"MG_FIREBALL",-50;\nbonus2 bSkillAtk,"MG_FIREBALL",100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27027,'Fire_Sandman_Card','Fire Sandman Card','Card',20,10,true,'bonus bDef,50;\nbonus2 bSubDefEle,Ele_Fire,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27028,'Fire_Frilldora_Card','Fire Frilldora Card','Card',20,10,true,'.@r = getrefine();\nbonus2 bMagicAddEle,Ele_Earth,3+((.@r>=7)*5)+((.@r>=9)*7);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27029,'Fire_Golem_Card','Fire Golem Card','Card',20,10,true,'bonus2 bSubDefEle,Ele_Fire,20;\nbonus2 bAddEle,Ele_Fire,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27030,'Fulbuk_Card','Firebug Card','Card',20,10,true,true,true,'bonus3 bAddEff,Eff_Burning,700,ATF_WEAPON|ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27081,'Angry_Moonlight_Flower_Card','Angry Moonlight Flower Card','Card',20,10,true,'skill "PA_PRESSURE",4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27082,'Angry_Nine_Tail_Card','Angry Nine Tail Card','Card',20,10,true,'.@val = 5;\nbonus bCritAtkRate,10;\nif (getrefine() >= 10) {\n .@val += 10;\n}\nbonus bCritical,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27083,'Resentful_Bongun_Card','Resentful Bongun Card','Card',20,10,true,'bonus bBaseAtk,20;\nbonus bMatk,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27084,'Resentful_Sohee_Card','Resentful Sohee Card','Card',20,10,true,'bonus bMatk,10;\nif (getrefine() >= 10) {\n bonus bMatkRate,2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27085,'Resentful_Munak_Card','Resentful Munak Card','Card',20,10,true,'bonus bBaseAtk,15;\nbonus bMatk,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27086,'Resentful_Soldier_Card','Resentful Soldier Card','Card',20,10,true,'if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_BOW) {\n bonus3 bAutoSpell,"AC_DOUBLE",5,30;\n if (getrefine() >= 10) {\n bonus2 bWeaponDamageRate,W_BOW,20;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27087,'Truthful_Wizard_Card','Truthful Wizard Card','Card',20,10,true,'bonus bMatk,25;\nautobonus "{ bonus bNoCastCancel; }",5,5000,BF_MAGIC,"{ showscript \\"This is the truth!\\"; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27088,'Fury_Hero_Card','Fury Hero Card','Card',20,10,true,true,true,'bonus2 bAddClass,Class_All,2;\nbonus5 bAutoSpell,"SM_ENDURE",1,5,BF_SHORT,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27101,'Sweet_Nightmare_Card','Sweet Nightmare Card','Card',20,10,true,'bonus bMatk,20;\nbonus bNoCastCancel;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27102,'Matt_Drainliar_Card','Matt Drainliar Card','Card',20,10,true,true,true,'bonus2 bResEff,Eff_Burning,10000;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27103,'Living_Dead_Card','Living Dead Card','Card',20,10,true,'bonus bBaseAtk,20;\nbonus bUnbreakableWeapon;\nbonus bUnbreakableArmor;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27104,'Furious_Dracula_Card','Furious Dracula Card','Card',20,10,true,'skill "PF_HPCONVERSION",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`script`) VALUES (27105,'Bomi_Card','Bomi Card','Card',20,10,true,'skill "HW_NAPALMVULCAN",4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27106,'Awaken_Pere_Card','Awaken Pere Card','Card',20,10,true,'if (BaseJob == Job_Bard || BaseJob == Job_Dancer) {\n bonus bMatk,(15*getrefine());\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`script`) VALUES (27107,'Playing_Pere_Card','Playing Pere Card','Card',20,10,true,'bonus2 bAddEle,Ele_Neutral,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`script`) VALUES (27108,'Singing_Pere_Card','Singing Pere Card','Card',20,10,true,'bonus2 bMagicAddEle,Ele_Neutral,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27109,'Jitterbug_Card','Jitterbug Card','Card',20,10,true,true,true,'bonus2 bSubDefEle,Ele_Neutral,10;\nbonus bMaxHP,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27110,'Furious_Gazeti_Card','Furious Gazeti Card','Card',20,10,true,'bonus bLongAtkDef,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27111,'Furious_Snowier_Card','Furious Snowier Card','Card',20,10,true,true,'bonus2 bAddItemHealRate,11522,50;\nbonus2 bAddItemHealRate,11523,50;\nbonus2 bAddItemHealRate,11524,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27112,'Furious_Ice Titan_Card','Furious Ice Titan Card','Card',20,10,true,'bonus bDef,(5*(1+getrefine()));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27113,'Awaken_Ktullanux_Card','Awaken Ktullanux Card','Card',20,10,true,'bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine()));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27114,'Ominous_Solider_Card','Ominous Solider Card','Card',20,10,true,'bonus bMaxHPrate,(10+(getrefine()/3));\n.@val = 50;\nif (BaseLevel >= 160) {\n .@val += 50;\n bonus bVit,3;\n}\nbonus bDef,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27115,'Ominous_Permeter_Card','Ominous Permeter Card','Card',20,10,true,true,true,'.@r = getrefine();\nbonus bInt,1;\nbonus bMaxSP,(80+10*(.@r/2));\nif (.@r >= 7) {\n bonus bSPrecovRate,30;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27116,'Ominous_Heater_Card','Ominous Heater Card','Card',20,10,true,true,'bonus bCritical,3;\nbonus bCritAtkRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27117,'Ominous_Assaulter_Card','Ominous Assaulter Card','Card',20,10,true,'.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\nif (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) {\n .@r = getrefine();\n bonus bCritical,5;\n bonus bBaseAtk,(3*.@r);\n}\nbonus bCritAtkRate,(10+.@r);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27118,'Ominous_Freezer_Card','Ominous Freezer Card','Card',20,10,true,'bonus bMaxHPrate,10;\nbonus bStr,2;\nif (BaseLevel >= 160) {\n .@val = 10;\n}\nif (getrefine() >= 9) {\n .@val += 10;\n}\nif (.@val) {\n bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val;\n bonus2 bSkillAtk,"LG_OVERBRAND",.@val;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27119,'Ominous_Turtle_General_Card','Ominous Turtle General Card','Card',20,10,true,'bonus bDef,30;\nbonus bMdef,5;\nbonus2 bSubSize,Size_All,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27120,'Iara_Card','Iara Card','Card',20,10,true,true,'skill "PR_STRECOVERY",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27121,'Piranha_Card','Piranha Card','Card',20,10,true,'.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bAddRace,RC_Fish,.@val;\nbonus2 bMagicAddRace,RC_Fish,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27122,'Curupira_Card','Curupira Card','Card',20,10,true,'.@val = 3;\n.@r = getrefine();\nif (.@r>=7) {\n .@val += 5;\n}\nif (.@r>=9) {\n .@val += 7;\n}\nbonus2 bMagicAddEle,Ele_Water,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27123,'Tucan_Card','Toucan Card','Card',20,10,true,true,true,'.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Insect,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27124,'Jaguar_Card','Jaguar Card','Card',20,10,true,true,true,'.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Brute,.@val;\nbonus2 bMagicAddRace,RC_Player_Doram,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27125,'Headless_Mule_Card','Headless Mule Card','Card',20,10,true,true,'bonus2 bMagicAtkEle,Ele_Water,20;\nbonus2 bMagicAtkEle,Ele_Holy,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27126,'Boitata_Card','Boitata Card','Card',20,10,true,'bonus2 bAddEle,Ele_Wind,40;\nbonus2 bAddEle,Ele_Earth,40;\nbonus2 bAddRace,RC_Brute,40;\nbonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bAddRace,RC_Insect,40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27147,'Humanoid_Chimera_Card','Humanoid Chimera Card','Card',20,10,true,true,'bonus bHit,(BaseLevel >= 90 ? 15 : 5);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27148,'Material_Chimera_Card','Material Chimera Card','Card',20,10,true,true,'bonus bFlee,(BaseLevel >= 90 ? 20 : 10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27149,'Heart_Hunter_Card','Heart Hunter Card','Card',20,10,true,'.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\n.@r = getrefine();\nif (.@type == 17 || .@type == 18 || .@type == 21) {\n bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0);\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27150,'Toxic_Enchanted_Chimera_Card','Toxic Enchanted Chimera Card','Card',20,10,true,'bonus bMaxHP,1000;\nbonus bMaxSP,200;\nif (getrefine() >= 12) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27151,'Heart_Hunter_Evil_Card','Heart Hunter Evil Card','Card',20,10,true,'bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0);\nbonus bMdef,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27152,'Cutie_Card','Cutie Card','Card',20,10,true,'bonus bMaxHPrate,10;\n.@r = getrefine()/2;\nbonus bAgi,.@r;\nbonus bAspdRate,.@r;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27157,'Wood_Goblin_Card','Wood Goblin Card','Card',20,10,true,'.@r = getrefine();\nbonus2 bAddEle,Ele_Water,(.@r >= 9 ? 10 : 5);\nbonus2 bAddEle,Ele_Earth,(.@r >= 9 ? 10 : 5);\nbonus2 bSubDefEle,Ele_Water,-5;\nbonus2 bSubDefEle,Ele_Earth,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27158,'Les_Card','Les Card','Card',20,10,true,'bonus2 bSubEle,Ele_Wind,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27159,'Uzhas_Card','Uzhas Card','Card',20,10,true,true,true,'bonus2 bMagicAddRace,RC_Demon,(getrefine() >= 9 ? 15 : 10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27160,'Vavayaga_Card','Vavayaga Card','Card',20,10,true,'bonus bFlee,getrefine()*2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27161,'Mavka_Card','Mavka Card','Card',20,10,true,true,'bonus2 bMagicAtkEle,Ele_Fire,20;\nbonus2 bMagicAtkEle,Ele_Earth,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27162,'Gopinich_Card','Gopinich Card','Card',20,10,true,true,true,'bonus bSPDrainValue,5;\nbonus bUseSPrate,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27163,'Faceworm_Card','Faceworm Card','Card',20,10,true,true,'bonus bAgi,-1;\nbonus bDex,-1;\nbonus bAspdRate,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27164,'Faceworm_Queen_Card','Faceworm Queen Card','Card',20,10,true,'bonus bMaxHPrate,-10;\n.@r = getrefine();\nbonus bCritical,15 + .@r;\nbonus bCritAtkRate,.@r;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27165,'Dark_Faceworm_Card','Dark Faceworm Card','Card',20,10,true,true,'bonus bVit,-1;\nbonus bInt,-1;\nbonus bDelayrate,-3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27166,'Faceworm_Egg_Card','Faceworm Egg Card','Card',20,10,true,'.@r = getrefine();\n.@sub = 2+(.@r >= 9 ? 3 : .@r >= 7 ? 1 : 0);\nbonus2 bSubEle,Ele_Fire,.@sub;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27167,'Faceworm_Larva_Card','Faceworm Larva Card','Card',20,10,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Water,getrefine()*3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27168,'Irene_High_Elder_Card','Irene High Elder Card','Card',20,10,true,'bonus bHit,10 + 5 * (getrefine()/3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27169,'Payon_Soldier_Card','Payon Soldier Card','Card',20,10,true,'.@atk = 5;\n.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_SPEAR && .@r >= 10) {\n .@atk += 20;\n if (.@r >= 14) {\n .@atk += 20;\n }\n}\nbonus bAtk,.@atk;\nbonus bMatk,.@atk;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`script`) VALUES (27170,'Shotgun_Buffalo_Bandit_Card','Shotgun Buffalo Bandit Card','Card',20,10,true,'bonus bAgi,7;\nbonus bHit,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`script`) VALUES (27171,'Revolver_Buffalo_Bandit_Card','Revolver Buffalo Bandit Card','Card',20,10,true,'bonus bStr,4;\nbonus2 bAddClass,Class_All,4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27172,'Scimitar_Buffalo_Bandit_Card','Scimitar Buffalo Bandit Card','Card',20,10,true,'.@bonus = 5;\n.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\nif (.@type == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n .@bonus += 20;\n }\n if (.@r>=14) {\n .@bonus += 20;\n }\n}\nbonus bBaseAtk,.@bonus;\nbonus bMatk,.@bonus;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27173,'Elite_Shotgun_Buffalo_Bandit_Card','Elite Shotgun Buffalo Bandit Card','Card',20,10,true,'.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27174,'Elite_Revolver_Buffalo_Bandit_Card','Elite Revolver Buffalo Bandit Card','Card',20,10,true,'.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_RAPIDSHOWER",.@bonus;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27175,'Elite_Scimitar_Buffalo_Bandit_Card','Elite Scimitar Buffalo Bandit Card','Card',20,10,true,'bonus2 bAddSize,Size_Small,10;\nbonus2 bMagicAddSize,Size_Small,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27176,'Brown_Rat_Card','Brown Rat Card','Card',20,10,true,'.@str = readparam(bStr);\n.@bonus = 3*(.@str/10);\nif (.@str>=120) {\n .@bonus += 40;\n}\nbonus bBaseAtk,.@bonus;\nbonus bAspdRate,(.@str/10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27177,'Marsh_Arclouse_Card','Marsh Arclouse Card','Card',20,10,true,'.@int = readparam(bInt);\n.@bonus = 3*(.@int/10);\nif (.@int>=120) {\n .@bonus += 40;\n}\nbonus bMatk,.@bonus;\nbonus bAspdRate,(.@int/10);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27178,'Gaster_Card','Gaster Card','Card',20,10,true,'bonus2 bSubClass,Class_Normal,25;\nbonus2 bSubClass,Class_Boss,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27179,'Coyote_Card','Coyote Card','Card',20,10,true,'bonus bNoCastCancel;\n.@hp = -12;\n.@sp = -6;\nif (getrefine() >= 10) {\n .@hp += 6;\n .@sp += 3;\n}\nbonus bMaxHPrate,.@hp;\nbonus bMaxSPrate,.@sp;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`script`) VALUES (27180,'Mechaspider_Card','Mechaspider Card','Card',20,10,true,'bonus bBreakWeaponRate,500;\nbonus bBreakArmorRate,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27181,'Airship_Raid_Card','Airship Raid Card','Card',20,10,true,'.@r = getrefine();\nbonus bLongAtkRate,1 + .@r/2;\nbonus bCritical,.@r/2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27182,'Captain_Felock_Card','Captain Felock Card','Card',20,10,true,'bonus bAtk,30;\n.@r = getrefine();\nbonus2 bSkillAtk,"RL_AM_BLAST",.@r >= 10 ? 60 : 30;\nbonus2 bSkillAtk,"RL_HAMMER_OF_GOD",.@r >= 10 ? 60 : 30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`script`) VALUES (27183,'Gigantes_Card','Gigantes Card','Card',20,10,true,'bonus bAtk,20;\nif (readparam(bStr) >= 120) {\n bonus bAtk,20;\nbonus bAspdRate,3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27184,'Knight_Sakray_Card','Knight Sakray Card','Card',20,10,true,'bonus bAtk,20;\nbonus2 bAddRace,RC_Demon,30;\nbonus2 bAddRace,RC_Undead,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27196,'Nihil_M_Heine_Card','Nihil M. Heine Card','Card',20,10,true,'bonus2 bMagicAddSize,Size_Small,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27197,'Agnes_Lugenburg_Card','Agnes Lugenburg Card','Card',20,10,true,'bonus2 bAddSize,Size_Small,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27198,'Jurgen_Wigner_Card','Jurgen Wigner Card','Card',20,10,true,'bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Player_Doram,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27199,'Spica_Nerius_Card','Spica Nerius Card','Card',20,10,true,'bonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Player_Doram,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27012,'Kick_Step_Card','Kick Step Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,8;\nif ((eaclass()&EAJ_THIRDMASK) == EAJ_MECHANIC) {\n bonus bLongAtkDef,30;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27013,'Kick_&_Kick_Card','Kick & Kick Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"NC_VULCANARM",10+((getrefine()>=10)*20);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27014,'Green_Cenere_Card','Green Cenere Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,2;\nautobonus2 "{ bonus2 bHPRegenRate,1000,1000; }",30,5000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27015,'Repair_Robot_Turbo_Card','Repair Robot Turbo Card','Card',20,10,true,true,true,'CLIENT','bonus bHPrecovRate,25;\nbonus bSPrecovRate,25;\n.@r = getrefine();\nbonus bHPGainValue,30+((.@r>=7)*10);\nbonus bSPGainValue,3+((.@r>=7)*3);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27016,'Exploration_Rover_Turbo_Card','Exploration Rover Turbo Card','Card',20,10,true,'CLIENT','bonus2 bCriticalAddRace,RC_Formless,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27017,'Scrap_Robots_Card','Scrap Robots Card','Card',20,10,true,'CLIENT','bonus2 bSubRace,RC_Formless,10*((getrefine()>=7)*5);\n/* TODO: Has a chance to gain accessories when a monster is killed. */'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27018,'GC109_Card','GC109 Card','Card',20,10,true,true,'CLIENT','bonus bDelayrate,-(1+(BaseLevel>=90)+(BaseLevel>=120));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27019,'DR815_Card','DR815 Card','Card',20,10,true,true,'CLIENT','bonus bHit,1+(BaseLevel>=90)+(BaseLevel>=120);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27020,'T_W_O_Card','T W O Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus3 bAutoSpell,"NPC_WIDESOULDRAIN",2,50+((getrefine()/3)*10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27025,'Lich_Lord_Card','Lich Lord Card','Card',20,10,true,true,'CLIENT','bonus bDef,30;\nbonus bMdef,10;\nbonus2 bAddEff,Eff_Silence,900;\nif (getequipid() == 28483) {\n bonus2 bAddClass,Class_All,5;\n bonus bMatkRate,5;\n}\n/* TODO: Confirm Mob ID to transform */\nautobonus "{ bonus bIgnoreDefClass,Class_All; bonus bIgnoreMdefRace,RC_All; }",20,7000,BF_WEAPON|BF_MAGIC,"{ active_transform 1875,7000; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27026,'Fire_Condor_Card','Fire Condor Card','Card',20,10,true,true,'CLIENT','bonus2 bVariableCastRate,"MG_FIREBALL",-50;\nbonus2 bSkillAtk,"MG_FIREBALL",100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27027,'Fire_Sandman_Card','Fire Sandman Card','Card',20,10,true,'CLIENT','bonus bDef,50;\nbonus2 bSubDefEle,Ele_Fire,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27028,'Fire_Frilldora_Card','Fire Frilldora Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bMagicAddEle,Ele_Earth,3+((.@r>=7)*5)+((.@r>=9)*7);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27029,'Fire_Golem_Card','Fire Golem Card','Card',20,10,true,'CLIENT','bonus2 bSubDefEle,Ele_Fire,20;\nbonus2 bAddEle,Ele_Fire,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27030,'Fulbuk_Card','Firebug Card','Card',20,10,true,true,true,'CLIENT','bonus3 bAddEff,Eff_Burning,700,ATF_WEAPON|ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27081,'Angry_Moonlight_Flower_Card','Angry Moonlight Flower Card','Card',20,10,true,'CLIENT','skill "PA_PRESSURE",4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27082,'Angry_Nine_Tail_Card','Angry Nine Tail Card','Card',20,10,true,'CLIENT','.@val = 5;\nbonus bCritAtkRate,10;\nif (getrefine() >= 10) {\n .@val += 10;\n}\nbonus bCritical,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27083,'Resentful_Bongun_Card','Resentful Bongun Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus bMatk,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27084,'Resentful_Sohee_Card','Resentful Sohee Card','Card',20,10,true,'CLIENT','bonus bMatk,10;\nif (getrefine() >= 10) {\n bonus bMatkRate,2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27085,'Resentful_Munak_Card','Resentful Munak Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,15;\nbonus bMatk,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27086,'Resentful_Soldier_Card','Resentful Soldier Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_BOW) {\n bonus3 bAutoSpell,"AC_DOUBLE",5,30;\n if (getrefine() >= 10) {\n bonus2 bWeaponDamageRate,W_BOW,20;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27087,'Truthful_Wizard_Card','Truthful Wizard Card','Card',20,10,true,'CLIENT','bonus bMatk,25;\nautobonus "{ bonus bNoCastCancel; }",5,5000,BF_MAGIC,"{ showscript \\"This is the truth!\\"; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27088,'Fury_Hero_Card','Fury Hero Card','Card',20,10,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,2;\nbonus5 bAutoSpell,"SM_ENDURE",1,5,BF_SHORT,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27101,'Sweet_Nightmare_Card','Sweet Nightmare Card','Card',20,10,true,'CLIENT','bonus bMatk,20;\nbonus bNoCastCancel;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27102,'Matt_Drainliar_Card','Matt Drainliar Card','Card',20,10,true,true,true,'CLIENT','bonus2 bResEff,Eff_Burning,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27103,'Living_Dead_Card','Living Dead Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus bUnbreakableWeapon;\nbonus bUnbreakableArmor;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27104,'Furious_Dracula_Card','Furious Dracula Card','Card',20,10,true,'CLIENT','skill "PF_HPCONVERSION",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27105,'Bomi_Card','Bomi Card','Card',20,10,true,'CLIENT','skill "HW_NAPALMVULCAN",4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27106,'Awaken_Pere_Card','Awaken Pere Card','Card',20,10,true,'CLIENT','if (BaseJob == Job_Bard || BaseJob == Job_Dancer) {\n bonus bMatk,(15*getrefine());\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27107,'Playing_Pere_Card','Playing Pere Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Neutral,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27108,'Singing_Pere_Card','Singing Pere Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddEle,Ele_Neutral,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27109,'Jitterbug_Card','Jitterbug Card','Card',20,10,true,true,true,'CLIENT','bonus2 bSubDefEle,Ele_Neutral,10;\nbonus bMaxHP,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27110,'Furious_Gazeti_Card','Furious Gazeti Card','Card',20,10,true,'CLIENT','bonus bLongAtkDef,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27111,'Furious_Snowier_Card','Furious Snowier Card','Card',20,10,true,true,'CLIENT','bonus2 bAddItemHealRate,11522,50;\nbonus2 bAddItemHealRate,11523,50;\nbonus2 bAddItemHealRate,11524,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27112,'Furious_Ice Titan_Card','Furious Ice Titan Card','Card',20,10,true,'CLIENT','bonus bDef,(5*(1+getrefine()));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27113,'Awaken_Ktullanux_Card','Awaken Ktullanux Card','Card',20,10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Water,(20+(3*getrefine()));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27114,'Ominous_Solider_Card','Ominous Solider Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,(10+(getrefine()/3));\n.@val = 50;\nif (BaseLevel >= 160) {\n .@val += 50;\n bonus bVit,3;\n}\nbonus bDef,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27115,'Ominous_Permeter_Card','Ominous Permeter Card','Card',20,10,true,true,true,'CLIENT','.@r = getrefine();\nbonus bInt,1;\nbonus bMaxSP,(80+10*(.@r/2));\nif (.@r >= 7) {\n bonus bSPrecovRate,30;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27116,'Ominous_Heater_Card','Ominous Heater Card','Card',20,10,true,true,'CLIENT','bonus bCritical,3;\nbonus bCritAtkRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27117,'Ominous_Assaulter_Card','Ominous Assaulter Card','Card',20,10,true,'CLIENT','.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\nif (.@type == W_WHIP || .@type == W_MUSICAL || .@type == W_BOOK || .@type == W_2HSWORD || .@type == W_2HSPEAR) {\n .@r = getrefine();\n bonus bCritical,5;\n bonus bBaseAtk,(3*.@r);\n}\nbonus bCritAtkRate,(10+.@r);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27118,'Ominous_Freezer_Card','Ominous Freezer Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,10;\nbonus bStr,2;\nif (BaseLevel >= 160) {\n .@val = 10;\n}\nif (getrefine() >= 9) {\n .@val += 10;\n}\nif (.@val) {\n bonus2 bSkillAtk,"RK_HUNDREDSPEAR",.@val;\n bonus2 bSkillAtk,"LG_OVERBRAND",.@val;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27119,'Ominous_Turtle_General_Card','Ominous Turtle General Card','Card',20,10,true,'CLIENT','bonus bDef,30;\nbonus bMdef,5;\nbonus2 bSubSize,Size_All,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27120,'Iara_Card','Iara Card','Card',20,10,true,true,'CLIENT','skill "PR_STRECOVERY",1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27121,'Piranha_Card','Piranha Card','Card',20,10,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bAddRace,RC_Fish,.@val;\nbonus2 bMagicAddRace,RC_Fish,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27122,'Curupira_Card','Curupira Card','Card',20,10,true,'CLIENT','.@val = 3;\n.@r = getrefine();\nif (.@r>=7) {\n .@val += 5;\n}\nif (.@r>=9) {\n .@val += 7;\n}\nbonus2 bMagicAddEle,Ele_Water,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27123,'Tucan_Card','Toucan Card','Card',20,10,true,true,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Insect,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27124,'Jaguar_Card','Jaguar Card','Card',20,10,true,true,true,'CLIENT','.@val = 10;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAddRace,RC_Brute,.@val;\nbonus2 bMagicAddRace,RC_Player_Doram,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27125,'Headless_Mule_Card','Headless Mule Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Water,20;\nbonus2 bMagicAtkEle,Ele_Holy,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27126,'Boitata_Card','Boitata Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Wind,40;\nbonus2 bAddEle,Ele_Earth,40;\nbonus2 bAddRace,RC_Brute,40;\nbonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bAddRace,RC_Insect,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27147,'Humanoid_Chimera_Card','Humanoid Chimera Card','Card',20,10,true,true,'CLIENT','bonus bHit,(BaseLevel >= 90 ? 15 : 5);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27148,'Material_Chimera_Card','Material Chimera Card','Card',20,10,true,true,'CLIENT','bonus bFlee,(BaseLevel >= 90 ? 20 : 10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27149,'Heart_Hunter_Card','Heart Hunter Card','Card',20,10,true,'CLIENT','.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\n.@r = getrefine();\nif (.@type == 17 || .@type == 18 || .@type == 21) {\n bonus bLongAtkRate,5+.@r+(.@r >= 10 ? 5 : 0);\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27150,'Toxic_Enchanted_Chimera_Card','Toxic Enchanted Chimera Card','Card',20,10,true,'CLIENT','bonus bMaxHP,1000;\nbonus bMaxSP,200;\nif (getrefine() >= 12) {\n bonus bMaxHPrate,15;\n bonus bMaxSPrate,15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27151,'Heart_Hunter_Evil_Card','Heart Hunter Evil Card','Card',20,10,true,'CLIENT','bonus2 bAddEffWhenHit,Eff_Freeze,3000 + (readparam(bInt) >= 110 ? 1000 : 0);\nbonus bMdef,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27152,'Cutie_Card','Cutie Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,10;\n.@r = getrefine()/2;\nbonus bAgi,.@r;\nbonus bAspdRate,.@r;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27157,'Wood_Goblin_Card','Wood Goblin Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddEle,Ele_Water,(.@r >= 9 ? 10 : 5);\nbonus2 bAddEle,Ele_Earth,(.@r >= 9 ? 10 : 5);\nbonus2 bSubDefEle,Ele_Water,-5;\nbonus2 bSubDefEle,Ele_Earth,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27158,'Les_Card','Les Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Wind,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27159,'Uzhas_Card','Uzhas Card','Card',20,10,true,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,(getrefine() >= 9 ? 15 : 10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27160,'Vavayaga_Card','Vavayaga Card','Card',20,10,true,'CLIENT','bonus bFlee,getrefine()*2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27161,'Mavka_Card','Mavka Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Fire,20;\nbonus2 bMagicAtkEle,Ele_Earth,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27162,'Gopinich_Card','Gopinich Card','Card',20,10,true,true,true,'CLIENT','bonus bSPDrainValue,5;\nbonus bUseSPrate,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27163,'Faceworm_Card','Faceworm Card','Card',20,10,true,true,'CLIENT','bonus bAgi,-1;\nbonus bDex,-1;\nbonus bAspdRate,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27164,'Faceworm_Queen_Card','Faceworm Queen Card','Card',20,10,true,'CLIENT','bonus bMaxHPrate,-10;\n.@r = getrefine();\nbonus bCritical,15 + .@r;\nbonus bCritAtkRate,.@r;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27165,'Dark_Faceworm_Card','Dark Faceworm Card','Card',20,10,true,true,'CLIENT','bonus bVit,-1;\nbonus bInt,-1;\nbonus bDelayrate,-3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27166,'Faceworm_Egg_Card','Faceworm Egg Card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@sub = 2+(.@r >= 9 ? 3 : .@r >= 7 ? 1 : 0);\nbonus2 bSubEle,Ele_Fire,.@sub;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27167,'Faceworm_Larva_Card','Faceworm Larva Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Water,getrefine()*3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27168,'Irene_High_Elder_Card','Irene High Elder Card','Card',20,10,true,'CLIENT','bonus bHit,10 + 5 * (getrefine()/3);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27169,'Payon_Soldier_Card','Payon Soldier Card','Card',20,10,true,'CLIENT','.@atk = 5;\n.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_SPEAR && .@r >= 10) {\n .@atk += 20;\n if (.@r >= 14) {\n .@atk += 20;\n }\n}\nbonus bAtk,.@atk;\nbonus bMatk,.@atk;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27170,'Shotgun_Buffalo_Bandit_Card','Shotgun Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus bAgi,7;\nbonus bHit,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27171,'Revolver_Buffalo_Bandit_Card','Revolver Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus bStr,4;\nbonus2 bAddClass,Class_All,4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27172,'Scimitar_Buffalo_Bandit_Card','Scimitar Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 5;\n.@type = getiteminfo(getequipid(EQI_COMPOUND_ON),11);\nif (.@type == W_DAGGER) {\n .@r = getrefine();\n if (.@r>=10) {\n .@bonus += 20;\n }\n if (.@r>=14) {\n .@bonus += 20;\n }\n}\nbonus bBaseAtk,.@bonus;\nbonus bMatk,.@bonus;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27173,'Elite_Shotgun_Buffalo_Bandit_Card','Elite Shotgun Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_SPREADATTACK",.@bonus;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27174,'Elite_Revolver_Buffalo_Bandit_Card','Elite Revolver Buffalo Bandit Card','Card',20,10,true,'CLIENT','.@bonus = 10;\n.@r = getrefine();\nif (.@r>=10) {\n .@bonus += 20;\n}\nif (.@r>=14) {\n .@bonus += 20;\n}\nbonus2 bSkillAtk,"GS_RAPIDSHOWER",.@bonus;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27175,'Elite_Scimitar_Buffalo_Bandit_Card','Elite Scimitar Buffalo Bandit Card','Card',20,10,true,'CLIENT','bonus2 bAddSize,Size_Small,10;\nbonus2 bMagicAddSize,Size_Small,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27176,'Brown_Rat_Card','Brown Rat Card','Card',20,10,true,'CLIENT','.@str = readparam(bStr);\n.@bonus = 3*(.@str/10);\nif (.@str>=120) {\n .@bonus += 40;\n}\nbonus bBaseAtk,.@bonus;\nbonus bAspdRate,(.@str/10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27177,'Marsh_Arclouse_Card','Marsh Arclouse Card','Card',20,10,true,'CLIENT','.@int = readparam(bInt);\n.@bonus = 3*(.@int/10);\nif (.@int>=120) {\n .@bonus += 40;\n}\nbonus bMatk,.@bonus;\nbonus bAspdRate,(.@int/10);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27178,'Gaster_Card','Gaster Card','Card',20,10,true,'CLIENT','bonus2 bSubClass,Class_Normal,25;\nbonus2 bSubClass,Class_Boss,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27179,'Coyote_Card','Coyote Card','Card',20,10,true,'CLIENT','bonus bNoCastCancel;\n.@hp = -12;\n.@sp = -6;\nif (getrefine() >= 10) {\n .@hp += 6;\n .@sp += 3;\n}\nbonus bMaxHPrate,.@hp;\nbonus bMaxSPrate,.@sp;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27180,'Mechaspider_Card','Mechaspider Card','Card',20,10,true,'CLIENT','bonus bBreakWeaponRate,500;\nbonus bBreakArmorRate,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27181,'Airship_Raid_Card','Airship Raid Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus bLongAtkRate,1 + .@r/2;\nbonus bCritical,.@r/2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27182,'Captain_Felock_Card','Captain Felock Card','Card',20,10,true,'CLIENT','bonus bAtk,30;\n.@r = getrefine();\nbonus2 bSkillAtk,"RL_AM_BLAST",.@r >= 10 ? 60 : 30;\nbonus2 bSkillAtk,"RL_HAMMER_OF_GOD",.@r >= 10 ? 60 : 30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27183,'Gigantes_Card','Gigantes Card','Card',20,10,true,'CLIENT','bonus bAtk,20;\nif (readparam(bStr) >= 120) {\n bonus bAtk,20;\nbonus bAspdRate,3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27184,'Knight_Sakray_Card','Knight Sakray Card','Card',20,10,true,'CLIENT','bonus bAtk,20;\nbonus2 bAddRace,RC_Demon,30;\nbonus2 bAddRace,RC_Undead,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27196,'Nihil_M_Heine_Card','Nihil M. Heine Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddSize,Size_Small,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27197,'Agnes_Lugenburg_Card','Agnes Lugenburg Card','Card',20,10,true,'CLIENT','bonus2 bAddSize,Size_Small,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27198,'Jurgen_Wigner_Card','Jurgen Wigner Card','Card',20,10,true,'CLIENT','bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Player_Doram,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27199,'Spica_Nerius_Card','Spica Nerius Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Player_Doram,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (27200,'aegis_27200','Nihil Card','Card',10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (27201,'aegis_27201','Agnes Card','Card',10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (27202,'aegis_27202','Juergen Card','Card',10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (27203,'aegis_27203','Spica Card','Card',10,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (27209,'aegis_27209','Sealed Queen Scaraba Card','Card',10,true,'bonus2 bAddMonsterDropItem,12806,30;\nif (getrefine()>=15) {\n bonus2 bAddRace2,RC2_SCARABA,25;\n}\nelse {\n bonus2 bAddRace2,RC2_SCARABA,15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (27211,'aegis_27211','Sealed Baphomet Card','Card',10,true,'bonus bSplashRange,1;\nif (getrefine()>=15) {\n bonus bHit,-20;\n}\nelse {\n bonus bHit,-30;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`script`) VALUES (27212,'aegis_27212','Sealed Maya Card','Card',10,true,'if (getrefine()>=15) {\n bonus bMagicDamageReturn,30;\n}\nelse {\n bonus bMagicDamageReturn,15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27213,'aegis_27213','Sealed Clown Card','Card',10,true,'if (getrefine()>=15) {\n .@a = 7;\n .@b = 15;\n}\nelse {\n .@a = 5;\n .@b = 10;\n}\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n skill "BA_POEMBRAGI2",.@a;\n}\nbonus bFlee,(readparam(bVit)>=110) ? (.@b*2) : .@b;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27214,'aegis_27214','Sealed Professor Card','Card',10,true,'if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0;\n bonus bMatkRate,(readparam(bDex)>=110) ? 6 : 3;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",3,1,BF_MAGIC,0;\n bonus bMatkRate,(readparam(bDex)>=110) ? 10 : 5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27215,'aegis_27215','Sealed Champion Card','Card',10,true,'if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",1,1,BF_WEAPON,1;\n bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 6 : 3;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",3,1,BF_WEAPON,1;\n bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 10 : 5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27216,'aegis_27216','Sealed Creator Card','Card',10,true,'if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1;\n bonus bCritical,(readparam(bStr)>=110) ? 20 : 10;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",3,1,BF_WEAPON,1;\n bonus bCritical,(readparam(bStr)>=110) ? 30 : 20;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27217,'aegis_27217','Sealed Stalker Card','Card',10,true,'if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,1,BF_WEAPON,1;\n bonus bHit,(readparam(bLuk)>=110) ? 20 : 10;\n}\nelse {\n bonus bHit,(readparam(bLuk)>=110) ? 30 : 15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27218,'aegis_27218','Sealed Paladin Card','Card',10,true,'if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",5,1,BF_WEAPON,0;\n bonus bMaxHPrate,(readparam(bInt)>=110) ? 10 : 5;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",7,1,BF_WEAPON,0;\n bonus bMaxHPrate,(readparam(bInt)>=110) ? 14 : 7;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27219,'aegis_27219','Sealed Gypsy Card','Card',10,true,'if (getrefine()<15) {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n skill "DC_FORTUNEKISS2",5;\n }\n bonus bFlee,(readparam(bVit)>=110) ? 20 : 10;\n}\nelse {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n skill "DC_FORTUNEKISS2",7;\n }\n bonus bFlee,(readparam(bVit)>=110) ? 30 : 15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (27220,'aegis_27220','Sealed General Daehyon Card','Card',10,true,'if (getrefine()<15) {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bBaseAtk,50;\n }\n}\nelse {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bBaseAtk,75;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`script`) VALUES (27221,'aegis_27221','Sealed Gioia Card','Card',10,true,'if (getrefine()<15) {\n bonus2 bMagicAtkEle,Ele_Ghost,50;\n bonus2 bMagicAtkEle,Ele_Wind,50;\n bonus2 bSubEle,Ele_All,-60;\n}\nelse {\n bonus2 bMagicAtkEle,Ele_Ghost,75;\n bonus2 bMagicAtkEle,Ele_Wind,75;\n bonus2 bSubEle,Ele_All,-40;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (27222,'aegis_27222','Sealed Fallen Pyuriel Card','Card',10,true,'if (getrefine()<15) {\n bonus bCritAtkRate,20;\n bonus2 bSubRace,RC_All,-20;\n}\nelse {\n bonus bCritAtkRate,25;\n bonus2 bSubRace,RC_All,-15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`script`) VALUES (27224,'aegis_27224','Sealed Guardian Kades Card','Card',10,true,'bonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;\nif (getrefine()<15) {\n bonus2 bSubEle,Ele_Water,20;\n bonus2 bSubEle,Ele_Earth,20;\n bonus2 bSubEle,Ele_Fire,20;\n bonus2 bSubEle,Ele_Wind,20;\n bonus2 bSubEle,Ele_Dark,20;\n bonus2 bSubEle,Ele_Undead,20;\n}\nelse {\n bonus2 bSubEle,Ele_Water,20;\n bonus2 bSubEle,Ele_Earth,20;\n bonus2 bSubEle,Ele_Fire,20;\n bonus2 bSubEle,Ele_Wind,20;\n bonus2 bSubEle,Ele_Dark,20;\n bonus2 bSubEle,Ele_Undead,20;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (27225,'aegis_27225','Sealed Time Holder Card','Card',10,true,'if (getrefine()<15) {\n bonus bMatkRate,10;\n bonus bUseSPrate,20;\n}\nelse {\n bonus bMatkRate,15;\n bonus bUseSPrate,15;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27249,'Arhi_Card','Arhi Card','Card',20,10,true,'bonus bAtk,15;\nbonus bMatk,15;\nbonus bMaxHP,500;\nbonus bHit,15;\nbonus bFlee,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27250,'Dio_Anemos_Card','Dio Anemos Card','Card',20,10,true,'bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Neutral,5;\nbonus2 bMagicAtkEle,Ele_Earth,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27251,'Geffen_Gang_Member_Card','Geffen Gang Member Card','Card',20,10,true,'bonus bCritAtkRate,3;\nbonus bAspdRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27252,'Geffen_Bully_Card','Geffen Bully Card','Card',20,10,true,'bonus bCritAtkRate,5;\nbonus bAspdRate,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27253,'Geffen_Shoplifter_Card','Geffen Shoplifter Card','Card',20,10,true,'bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Fire,5;\nbonus2 bMagicAtkEle,Ele_Holy,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27254,'Faymont_Card','Faymont Card','Card',20,10,true,'bonus bSPrecovRate,10;\nbonus3 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27255,'Ordre_Card','Ordre Card','Card',20,10,true,'bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Wind,5;\nbonus2 bMagicAtkEle,Ele_Water,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27256,'Blut_Hase_Card','Blut Hase Card','Card',20,10,true,'bonus2 bAddClass,Class_All,3;\nbonus bLongAtkRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27257,'Kuro_Akuma_Card','Kuro Akuma Card','Card',20,10,true,'bonus bCastrate,3;\nbonus bLongAtkRate,5;\nbonus2 bSkillAtk,"NJ_HUUJIN",5;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",5;\nbonus2 bSkillAtk,"NJ_KOUENKA",5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27258,'Ifodes_Card','Ifodes Card','Card',20,10,true,'bonus2 bAddClass,Class_All,3;\nbonus bAspdRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27259,'Licheniyes_Card','Licheniyes Card','Card',20,10,true,'bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Holy,5;\nbonus bHealPower,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27260,'Odoric_Card','Odoric Card','Card',20,10,true,'bonus bAspdRate,3;\nbonus bLongAtkRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27261,'Ju_Card','Ju Card','Card',20,10,true,'.@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0);\nbonus2 bSkillAtk,"MG_FIREBOLT",.@rate;\nbonus2 bSkillAtk,"MG_COLDBOLT",.@rate;\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27262,'Dwigh_Card','Dwigh Card','Card',20,10,true,true,'bonus2 bMagicAtkEle,Ele_Dark,20;\nbonus2 bMagicAtkEle,Ele_Neutral,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27263,'Fay_Kanavian_Card','Fay Kanavian Card','Card',20,10,true,'autobonus "{ bonus bDef,300; }",100,10000,BF_WEAPON|BF_SHORT,"{ active_transform 1040,10000; }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27264,'Evil_Shadow_Card','Evil Shadow Card','Card',20,10,true,'bonus2 bSubEle,Ele_Dark,30;\nbonus2 bSubEle,Ele_Undead,30;\nbonus2 bSubEle,Ele_Holy,-30;\nbonus2 bSubEle,Ele_Fire,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27265,'Evil_Fanatics_Card','Evil Fanatics Card','Card',20,10,true,'bonus2 bAddEle,Ele_Dark,30;\nbonus2 bAddEle,Ele_Undead,30;\nbonus2 bMagicAddEle,Ele_Dark,30;\nbonus2 bMagicAddEle,Ele_Undead,30;\nbonus2 bAddEle,Ele_Holy,-30;\nbonus2 bAddEle,Ele_Fire,-30;\nbonus2 bMagicAddEle,Ele_Holy,-30;\nbonus2 bMagicAddEle,Ele_Fire,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27286,'Colorful_Teddy_Bear_Card','Colorful Teddy Bear Card','Card',20,10,true,'bonus bMatk,5;\nbonus2 bMagicAddSize,Size_Large,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27287,'Shiny_Teddy_Bear_Card','Shiny Teddy Bear Card','Card',20,10,true,'bonus bUseSPrate,10;\nbonus2 bMagicAtkEle,Ele_Holy,(3*getrefine());'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27288,'Hardworking_Pitman_Card','Hardworking Pitman Card','Card',20,10,true,'.@val = 10;\nbonus2 bAddClass,Class_All,5;\nif (getrefine() >= 10) {\n .@val += 5;\n}\nbonus bHit,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27289,'Soul_Fragment_Card','Soul Fragment Card','Card',20,10,true,'bonus bMatk,5;\nbonus2 bMagicAddSize,Size_Medium,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27290,'Haunted_Obsidian_Card','Haunted Obsidian Card','Card',20,10,true,'.@agi = readparam(bAgi);\n.@val = .@agi/10;\nif (.@val) {\n bonus bFlee,(3*.@val);\nbonus bAspdRate,.@val;\nif (.@agi >= 120) {\n bonus bAspd,1;\n} }'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27291,'Ancient_Tri_Joint_Card','Ancient Tri Joint Card','Card',20,10,true,'bonus bBaseAtk,30;\nbonus bMaxHPrate,-1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27292,'Ancient_Stalactic_Golem_Card','Ancient Stalactic Golem Card','Card',20,10,true,'.@vit = readparam(bVit);\n.@val = .@vit/10;\nif (.@val) {\n bonus bAspdRate,.@val;\nbonus bMaxHP,(150*.@val);\nif (.@vit >= 120) {\n bonus bDelayrate,-3;\n} }'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27293,'Ancient_Megalith_Card','Ancient Megalith Card','Card',20,10,true,'bonus bMatk,30;\nbonus bMaxSPrate,-1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27294,'Ancient_Tao_Gunka_Card','Ancient Tao Gunka Card','Card',20,10,true,true,true,'.@val = 30;\nif (getrefine() >= 10) {\n .@val += 20;\n}\nbonus2 bIgnoreDefClassRate,Class_Boss,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27295,'Ancient_Stone_Shooter_Card','Ancient Stone Shooter Card','Card',20,10,true,'.@luk = readparam(bLuk);\n.@crit = .@luk/10;\nif (.@luk >= 120) {\n .@crit += 5;\n}\nbonus bAspdRate,1;\nbonus bCritAtkRate,.@crit;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27296,'Ancient_Wootan_Shooter_Card','Ancient Wootan Shooter Card','Card',20,10,true,'.@dex = readparam(bDex);\n.@val = .@dex/10;\nif (.@val) {\n bonus bAspdRate,.@val;\nbonus2 bWeaponDamageRate,W_BOW,.@val;\nif (.@dex >= 120) {\n bonus bBaseAtk,40;\n} }'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27297,'Ancient_Wootan_Fighter_Card','Ancient Wootan Fighter Card','Card',20,10,true,'bonus bCritical,5;\nbonus bCritAtkRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27298,'Ancient_Wootan_Defender_Card','Ancient Wootan Defender Card','Card',20,10,true,'.@val = 30;\nif (getrefine() >= 10) {\n .@val += 20;\n}\nbonus2 bSubClass,Class_Boss,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27301,'Labyrinth_Doppelganger_Card','Labyrinth Doppelganger Card','Card',20,10,true,'bonus2 bAddClass,Class_All,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27304,'E_EA2S_Card','E EA2S Card','Card',20,10,true,true,'bonus bHPrecovRate,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27305,'EL_A17T_Card','EL A17T Card','Card',20,10,true,true,'bonus5 bAutoSpell,"WL_HELLINFERNO",3,1,ATF_SHORT|ATF_WEAPON,1;\n/* fix me: unknown rate */'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27306,'Bellare_Card','Bellare Card','Card',20,10,true,'if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_REVOLVER) {\n .@r = getrefine();\nbonus bHit,20;\nbonus bLongAtkRate,(5+.@r);\nif (.@r >= 10) {\n bonus2 bSkillAtk,"RL_FIREDANCE",15;\n} }'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27307,'Greater_Bellare_Card','Greater Bellare Card','Card',20,10,true,'if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_GATLING) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bLongAtkRate,(5+.@r);\n if (.@r >= 10) {\n bonus2 bSkillAtk,"RL_R_TRIP",15;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27308,'Sanare_Card','Sanare Card','Card',20,10,true,'.@r = getrefine();\n.@val = 2;\nif (.@r >= 9) {\n .@val += 3;\n}\nif (.@r >= 11) {\n .@val += 5;\n}\nbonus bHealPower,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27309,'Greater_Sanare_Card','Greater Sanare Card','Card',20,10,true,true,true,'bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Holy,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27310,'Plaga_Card','Plaga Card','Card',20,10,true,true,true,'bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Neutral,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27311,'Mutant_Plaga_Card','Mutant Plaga Card','Card',20,10,true,'if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KNUCKLE) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bBaseAtk,15;\n if (.@r >= 10) {\n .@val = 15;\n }\n bonus2 bAddSize,Size_Large,(.@r+.@val);\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27312,'Dolor_Card','Dolor Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Demon,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27313,'Mutant_Dolor_Card','Mutant Dolor Card','Card',20,10,true,'if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KATAR) {\n .@r = getrefine();\n bonus bCritical,7;\n bonus bBaseAtk,15;\n bonus bCritAtkRate,(2*.@r);\n if (.@r >= 10) {\n bonus2 bAddSize,Size_Large,15;\n }\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27314,'Venenum_Card','Venenum Card','Card',20,10,true,'bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Player_Doram,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27315,'Mutant_Venenum_Card','Mutant Venenum Card','Card',20,10,true,'bonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Player_Doram,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27316,'Twin_Caput_Card','Twin Caput Card','Card',20,10,true,'bonus bDef,50;\nbonus2 bSubDefEle,Ele_Poison,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27317,'Mutant_Twin_Caput_Card','Mutant Twin Caput Card','Card',20,10,true,true,'bonus2 bAddRace,RC_Formless,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27318,'Miguel_Card','Miguel Card','Card',20,10,true,'bonus bCritAtkRate,20;\nbonus2 bSubRace,RC_All,-10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27319,'R48_85_BESTIA_Card','R48-85-BESTIA Card','Card',20,10,true,'bonus2 bAddEle,Ele_Poison,40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27320,'E_EA1L_card','E-EA1L card','Card',20,10,true,'.@r = getrefine();\n.@val = 3;\nif (.@r >= 9) {\n .@val += 2;\n if (.@r >= 11) {\n .@val += 5;\n }\n}\nbonus2 bMagicAtkEle,Ele_Fire,.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27321,'Despair_God_Morocc_Card','Despair God Morocc Card','Card',20,10,true,'bonus2 bAddClass,Class_All,10;\nbonus bMaxHPRate,-50;\nbonus2 bAddRace,RC_DemiHuman,30;\nbonus2 bAddRace,RC_Player_Human,30;\nbonus2 bAddRace,RC_Angel,30;\nautobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3097,5000; }";\n/* unknown transformation rates */'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27322,'Demon_God\'s_Apostle_Ahat_Card','Demon God\'s Apostle Ahat Card','Card',20,10,true,true,'bonus bMaxSPrate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27323,'Demon_God\'s_Apostle_Shnaim_Card','Demon God\'s Apostle Shnaim Card','Card',20,10,true,true,'bonus bMaxHPrate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27324,'Brinaranea_Card','Brinaranea Card','Card',20,10,true,'bonus2 bMagicAtkEle,Ele_Water,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27325,'Muspellskoll_Card','Muspellskoll Card','Card',20,10,true,'bonus2 bSubDefEle,Ele_Fire,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27326,'Morocc\'s_Minion_Card','Morocc\'s Minion Card','Card',20,10,true,'bonus bBaseAtk,100;\nbonus bAspdRate,25;\nbonus bMaxHPrate,-20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27327,'Grim_Reaper_Ankou_Card','Grim Reaper Ankou Card','Card',20,10,true,true,true,'.@r = getrefine();\nbonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",3,(1+.@r);\nautobonus2 "{ bonus2 bAddClass,Class_All,25; bonus bMatkRate,25; }",(1+.@r),10000,BF_WEAPON|BF_MAGIC;\nautobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3029,5000; }";\n/* unknown rates */'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (27328,'Corrupt_Life_Card','Corrupt Life Card','Card',20,10,true,true,true,'bonus bMaxHP,500;\nbonus bMaxSP,50;\nbonus2 bSubRace,RC_Angel,-50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (27329,'aegis_27329','Curse Eater King Card','Card',10,true,'bonus2 bAddEle,Ele_Fire,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27209,'aegis_27209','Sealed Queen Scaraba Card','Card',10,true,'CLIENT','bonus2 bAddMonsterDropItem,12806,30;\nif (getrefine()>=15) {\n bonus2 bAddRace2,RC2_SCARABA,25;\n}\nelse {\n bonus2 bAddRace2,RC2_SCARABA,15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27211,'aegis_27211','Sealed Baphomet Card','Card',10,true,'CLIENT','bonus bSplashRange,1;\nif (getrefine()>=15) {\n bonus bHit,-20;\n}\nelse {\n bonus bHit,-30;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27212,'aegis_27212','Sealed Maya Card','Card',10,true,'CLIENT','if (getrefine()>=15) {\n bonus bMagicDamageReturn,30;\n}\nelse {\n bonus bMagicDamageReturn,15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27213,'aegis_27213','Sealed Clown Card','Card',10,true,'CLIENT','if (getrefine()>=15) {\n .@a = 7;\n .@b = 15;\n}\nelse {\n .@a = 5;\n .@b = 10;\n}\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n skill "BA_POEMBRAGI2",.@a;\n}\nbonus bFlee,(readparam(bVit)>=110) ? (.@b*2) : .@b;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27214,'aegis_27214','Sealed Professor Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0;\n bonus bMatkRate,(readparam(bDex)>=110) ? 6 : 3;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",3,1,BF_MAGIC,0;\n bonus bMatkRate,(readparam(bDex)>=110) ? 10 : 5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27215,'aegis_27215','Sealed Champion Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",1,1,BF_WEAPON,1;\n bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 6 : 3;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"MO_INVESTIGATE",3,1,BF_WEAPON,1;\n bonus2 bAddClass,Class_All,(readparam(bAgi)>=110) ? 10 : 5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27216,'aegis_27216','Sealed Creator Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1;\n bonus bCritical,(readparam(bStr)>=110) ? 20 : 10;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",3,1,BF_WEAPON,1;\n bonus bCritical,(readparam(bStr)>=110) ? 30 : 20;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27217,'aegis_27217','Sealed Stalker Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"ST_FULLSTRIP",1,1,BF_WEAPON,1;\n bonus bHit,(readparam(bLuk)>=110) ? 20 : 10;\n}\nelse {\n bonus bHit,(readparam(bLuk)>=110) ? 30 : 15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27218,'aegis_27218','Sealed Paladin Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",5,1,BF_WEAPON,0;\n bonus bMaxHPrate,(readparam(bInt)>=110) ? 10 : 5;\n}\nelse {\n bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",7,1,BF_WEAPON,0;\n bonus bMaxHPrate,(readparam(bInt)>=110) ? 14 : 7;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27219,'aegis_27219','Sealed Gypsy Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n skill "DC_FORTUNEKISS2",5;\n }\n bonus bFlee,(readparam(bVit)>=110) ? 20 : 10;\n}\nelse {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n skill "DC_FORTUNEKISS2",7;\n }\n bonus bFlee,(readparam(bVit)>=110) ? 30 : 15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27220,'aegis_27220','Sealed General Daehyon Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bBaseAtk,50;\n }\n}\nelse {\n if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSWORD || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bBaseAtk,75;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27221,'aegis_27221','Sealed Gioia Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus2 bMagicAtkEle,Ele_Ghost,50;\n bonus2 bMagicAtkEle,Ele_Wind,50;\n bonus2 bSubEle,Ele_All,-60;\n}\nelse {\n bonus2 bMagicAtkEle,Ele_Ghost,75;\n bonus2 bMagicAtkEle,Ele_Wind,75;\n bonus2 bSubEle,Ele_All,-40;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27222,'aegis_27222','Sealed Fallen Pyuriel Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus bCritAtkRate,20;\n bonus2 bSubRace,RC_All,-20;\n}\nelse {\n bonus bCritAtkRate,25;\n bonus2 bSubRace,RC_All,-15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27224,'aegis_27224','Sealed Guardian Kades Card','Card',10,true,'CLIENT','bonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;\nif (getrefine()<15) {\n bonus2 bSubEle,Ele_Water,20;\n bonus2 bSubEle,Ele_Earth,20;\n bonus2 bSubEle,Ele_Fire,20;\n bonus2 bSubEle,Ele_Wind,20;\n bonus2 bSubEle,Ele_Dark,20;\n bonus2 bSubEle,Ele_Undead,20;\n}\nelse {\n bonus2 bSubEle,Ele_Water,20;\n bonus2 bSubEle,Ele_Earth,20;\n bonus2 bSubEle,Ele_Fire,20;\n bonus2 bSubEle,Ele_Wind,20;\n bonus2 bSubEle,Ele_Dark,20;\n bonus2 bSubEle,Ele_Undead,20;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27225,'aegis_27225','Sealed Time Holder Card','Card',10,true,'CLIENT','if (getrefine()<15) {\n bonus bMatkRate,10;\n bonus bUseSPrate,20;\n}\nelse {\n bonus bMatkRate,15;\n bonus bUseSPrate,15;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27249,'Arhi_Card','Arhi Card','Card',20,10,true,'CLIENT','bonus bAtk,15;\nbonus bMatk,15;\nbonus bMaxHP,500;\nbonus bHit,15;\nbonus bFlee,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27250,'Dio_Anemos_Card','Dio Anemos Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Neutral,5;\nbonus2 bMagicAtkEle,Ele_Earth,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27251,'Geffen_Gang_Member_Card','Geffen Gang Member Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,3;\nbonus bAspdRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27252,'Geffen_Bully_Card','Geffen Bully Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,5;\nbonus bAspdRate,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27253,'Geffen_Shoplifter_Card','Geffen Shoplifter Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Fire,5;\nbonus2 bMagicAtkEle,Ele_Holy,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27254,'Faymont_Card','Faymont Card','Card',20,10,true,'CLIENT','bonus bSPrecovRate,10;\nbonus3 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27255,'Ordre_Card','Ordre Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Wind,5;\nbonus2 bMagicAtkEle,Ele_Water,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27256,'Blut_Hase_Card','Blut Hase Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,3;\nbonus bLongAtkRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27257,'Kuro_Akuma_Card','Kuro Akuma Card','Card',20,10,true,'CLIENT','bonus bCastrate,3;\nbonus bLongAtkRate,5;\nbonus2 bSkillAtk,"NJ_HUUJIN",5;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",5;\nbonus2 bSkillAtk,"NJ_KOUENKA",5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27258,'Ifodes_Card','Ifodes Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,3;\nbonus bAspdRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27259,'Licheniyes_Card','Licheniyes Card','Card',20,10,true,'CLIENT','bonus bMatkRate,3;\nbonus2 bMagicAtkEle,Ele_Holy,5;\nbonus bHealPower,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27260,'Odoric_Card','Odoric Card','Card',20,10,true,'CLIENT','bonus bAspdRate,3;\nbonus bLongAtkRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27261,'Ju_Card','Ju Card','Card',20,10,true,'CLIENT','.@rate = 10 + (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK ? 20 : 0) + (getrefine() >= 14 ? 20 : 0);\nbonus2 bSkillAtk,"MG_FIREBOLT",.@rate;\nbonus2 bSkillAtk,"MG_COLDBOLT",.@rate;\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@rate;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27262,'Dwigh_Card','Dwigh Card','Card',20,10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Dark,20;\nbonus2 bMagicAtkEle,Ele_Neutral,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27263,'Fay_Kanavian_Card','Fay Kanavian Card','Card',20,10,true,'CLIENT','autobonus "{ bonus bDef,300; }",100,10000,BF_WEAPON|BF_SHORT,"{ active_transform 1040,10000; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27264,'Evil_Shadow_Card','Evil Shadow Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Dark,30;\nbonus2 bSubEle,Ele_Undead,30;\nbonus2 bSubEle,Ele_Holy,-30;\nbonus2 bSubEle,Ele_Fire,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27265,'Evil_Fanatics_Card','Evil Fanatics Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Dark,30;\nbonus2 bAddEle,Ele_Undead,30;\nbonus2 bMagicAddEle,Ele_Dark,30;\nbonus2 bMagicAddEle,Ele_Undead,30;\nbonus2 bAddEle,Ele_Holy,-30;\nbonus2 bAddEle,Ele_Fire,-30;\nbonus2 bMagicAddEle,Ele_Holy,-30;\nbonus2 bMagicAddEle,Ele_Fire,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27286,'Colorful_Teddy_Bear_Card','Colorful Teddy Bear Card','Card',20,10,true,'CLIENT','bonus bMatk,5;\nbonus2 bMagicAddSize,Size_Large,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27287,'Shiny_Teddy_Bear_Card','Shiny Teddy Bear Card','Card',20,10,true,'CLIENT','bonus bUseSPrate,10;\nbonus2 bMagicAtkEle,Ele_Holy,(3*getrefine());'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27288,'Hardworking_Pitman_Card','Hardworking Pitman Card','Card',20,10,true,'CLIENT','.@val = 10;\nbonus2 bAddClass,Class_All,5;\nif (getrefine() >= 10) {\n .@val += 5;\n}\nbonus bHit,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27289,'Soul_Fragment_Card','Soul Fragment Card','Card',20,10,true,'CLIENT','bonus bMatk,5;\nbonus2 bMagicAddSize,Size_Medium,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27290,'Haunted_Obsidian_Card','Haunted Obsidian Card','Card',20,10,true,'CLIENT','.@agi = readparam(bAgi);\n.@val = .@agi/10;\nif (.@val) {\n bonus bFlee,(3*.@val);\nbonus bAspdRate,.@val;\nif (.@agi >= 120) {\n bonus bAspd,1;\n} }'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27291,'Ancient_Tri_Joint_Card','Ancient Tri Joint Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,30;\nbonus bMaxHPrate,-1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27292,'Ancient_Stalactic_Golem_Card','Ancient Stalactic Golem Card','Card',20,10,true,'CLIENT','.@vit = readparam(bVit);\n.@val = .@vit/10;\nif (.@val) {\n bonus bAspdRate,.@val;\nbonus bMaxHP,(150*.@val);\nif (.@vit >= 120) {\n bonus bDelayrate,-3;\n} }'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27293,'Ancient_Megalith_Card','Ancient Megalith Card','Card',20,10,true,'CLIENT','bonus bMatk,30;\nbonus bMaxSPrate,-1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27294,'Ancient_Tao_Gunka_Card','Ancient Tao Gunka Card','Card',20,10,true,true,true,'CLIENT','.@val = 30;\nif (getrefine() >= 10) {\n .@val += 20;\n}\nbonus2 bIgnoreDefClassRate,Class_Boss,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27295,'Ancient_Stone_Shooter_Card','Ancient Stone Shooter Card','Card',20,10,true,'CLIENT','.@luk = readparam(bLuk);\n.@crit = .@luk/10;\nif (.@luk >= 120) {\n .@crit += 5;\n}\nbonus bAspdRate,1;\nbonus bCritAtkRate,.@crit;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27296,'Ancient_Wootan_Shooter_Card','Ancient Wootan Shooter Card','Card',20,10,true,'CLIENT','.@dex = readparam(bDex);\n.@val = .@dex/10;\nif (.@val) {\n bonus bAspdRate,.@val;\nbonus2 bWeaponDamageRate,W_BOW,.@val;\nif (.@dex >= 120) {\n bonus bBaseAtk,40;\n} }'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27297,'Ancient_Wootan_Fighter_Card','Ancient Wootan Fighter Card','Card',20,10,true,'CLIENT','bonus bCritical,5;\nbonus bCritAtkRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27298,'Ancient_Wootan_Defender_Card','Ancient Wootan Defender Card','Card',20,10,true,'CLIENT','.@val = 30;\nif (getrefine() >= 10) {\n .@val += 20;\n}\nbonus2 bSubClass,Class_Boss,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27301,'Labyrinth_Doppelganger_Card','Labyrinth Doppelganger Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27304,'E_EA2S_Card','E EA2S Card','Card',20,10,true,true,'CLIENT','bonus bHPrecovRate,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27305,'EL_A17T_Card','EL A17T Card','Card',20,10,true,true,'CLIENT','bonus5 bAutoSpell,"WL_HELLINFERNO",3,1,ATF_SHORT|ATF_WEAPON,1;\n/* fix me: unknown rate */'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27306,'Bellare_Card','Bellare Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_REVOLVER) {\n .@r = getrefine();\nbonus bHit,20;\nbonus bLongAtkRate,(5+.@r);\nif (.@r >= 10) {\n bonus2 bSkillAtk,"RL_FIREDANCE",15;\n} }'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27307,'Greater_Bellare_Card','Greater Bellare Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_GATLING) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bLongAtkRate,(5+.@r);\n if (.@r >= 10) {\n bonus2 bSkillAtk,"RL_R_TRIP",15;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27308,'Sanare_Card','Sanare Card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@val = 2;\nif (.@r >= 9) {\n .@val += 3;\n}\nif (.@r >= 11) {\n .@val += 5;\n}\nbonus bHealPower,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27309,'Greater_Sanare_Card','Greater Sanare Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Holy,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27310,'Plaga_Card','Plaga Card','Card',20,10,true,true,true,'CLIENT','bonus bMatk,10;\n.@val = 5;\nif (getrefine() >= 9) {\n .@val += 5;\n}\nbonus2 bMagicAtkEle,Ele_Neutral,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27311,'Mutant_Plaga_Card','Mutant Plaga Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KNUCKLE) {\n .@r = getrefine();\n bonus bHit,20;\n bonus bBaseAtk,15;\n if (.@r >= 10) {\n .@val = 15;\n }\n bonus2 bAddSize,Size_Large,(.@r+.@val);\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27312,'Dolor_Card','Dolor Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Demon,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27313,'Mutant_Dolor_Card','Mutant Dolor Card','Card',20,10,true,'CLIENT','if (getiteminfo(getequipid(EQI_COMPOUND_ON),11) == W_KATAR) {\n .@r = getrefine();\n bonus bCritical,7;\n bonus bBaseAtk,15;\n bonus bCritAtkRate,(2*.@r);\n if (.@r >= 10) {\n bonus2 bAddSize,Size_Large,15;\n }\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27314,'Venenum_Card','Venenum Card','Card',20,10,true,'CLIENT','bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Player_Doram,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27315,'Mutant_Venenum_Card','Mutant Venenum Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Player_Doram,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27316,'Twin_Caput_Card','Twin Caput Card','Card',20,10,true,'CLIENT','bonus bDef,50;\nbonus2 bSubDefEle,Ele_Poison,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27317,'Mutant_Twin_Caput_Card','Mutant Twin Caput Card','Card',20,10,true,true,'CLIENT','bonus2 bAddRace,RC_Formless,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27318,'Miguel_Card','Miguel Card','Card',20,10,true,'CLIENT','bonus bCritAtkRate,20;\nbonus2 bSubRace,RC_All,-10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27319,'R48_85_BESTIA_Card','R48-85-BESTIA Card','Card',20,10,true,'CLIENT','bonus2 bAddEle,Ele_Poison,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27320,'E_EA1L_card','E-EA1L card','Card',20,10,true,'CLIENT','.@r = getrefine();\n.@val = 3;\nif (.@r >= 9) {\n .@val += 2;\n if (.@r >= 11) {\n .@val += 5;\n }\n}\nbonus2 bMagicAtkEle,Ele_Fire,.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27321,'Despair_God_Morocc_Card','Despair God Morocc Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus bMaxHPRate,-50;\nbonus2 bAddRace,RC_DemiHuman,30;\nbonus2 bAddRace,RC_Player_Human,30;\nbonus2 bAddRace,RC_Angel,30;\nautobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3097,5000; }";\n/* unknown transformation rates */'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27322,'Demon_God\'s_Apostle_Ahat_Card','Demon God\'s Apostle Ahat Card','Card',20,10,true,true,'CLIENT','bonus bMaxSPrate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27323,'Demon_God\'s_Apostle_Shnaim_Card','Demon God\'s Apostle Shnaim Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27324,'Brinaranea_Card','Brinaranea Card','Card',20,10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Water,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27325,'Muspellskoll_Card','Muspellskoll Card','Card',20,10,true,'CLIENT','bonus2 bSubDefEle,Ele_Fire,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27326,'Morocc\'s_Minion_Card','Morocc\'s Minion Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,100;\nbonus bAspdRate,25;\nbonus bMaxHPrate,-20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27327,'Grim_Reaper_Ankou_Card','Grim Reaper Ankou Card','Card',20,10,true,true,true,'CLIENT','.@r = getrefine();\nbonus3 bAutoSpellWhenHit,"NPC_WIDECURSE",3,(1+.@r);\nautobonus2 "{ bonus2 bAddClass,Class_All,25; bonus bMatkRate,25; }",(1+.@r),10000,BF_WEAPON|BF_MAGIC;\nautobonus3 "{ }",1000,5000,"NV_FIRSTAID","{ active_transform 3029,5000; }";\n/* unknown rates */'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (27328,'Corrupt_Life_Card','Corrupt Life Card','Card',20,10,true,true,true,'CLIENT','bonus bMaxHP,500;\nbonus bMaxSP,50;\nbonus2 bSubRace,RC_Angel,-50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27329,'aegis_27329','Curse Eater King Card','Card',10,true,'CLIENT','bonus2 bAddEle,Ele_Fire,40;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`) VALUES (27330,'Kronecker_Card','Kronecker Card','Card',20,10,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`script`) VALUES (27331,'Kronecker_G_Heine_Card','Kronecker G. Heine Card','Card',20,10,true,'bonus bVariableCastrate,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27331,'Kronecker_G_Heine_Card','Kronecker G. Heine Card','Card',20,10,true,'CLIENT','bonus bVariableCastrate,-5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`) VALUES (27332,'Skia_Card','Skia Card','Card',20,10,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`script`) VALUES (27333,'Skia_Nerius_Card','Skia Nerius Card','Card',20,10,true,'bonus bAspdRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27334,'Chaotic_Baphomet_Card','Chaotic Baphomet Card','Card',20,10,true,'bonus2 bAddClass,Class_All,25;\nbonus2 bSubRace,RC_Demon,-5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27335,'Chaotic_Baphomet_Junior_Card','Chaotic Baphomet Junior Card','Card',20,10,true,'bonus bCritical,readparam(bAgi)/15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27336,'Chaotic_Sidewinder_Card','Chaotic Sidewinder Card','Card',20,10,true,'bonus2 bSubDefEle,Ele_Poison,15;\nbonus2 bSubRace,RC_Brute,15;\nbonus2 bSubRace,RC_Player_Doram,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27337,'Chaotic_Hunter_Fly_Card','Chaotic Hunter Fly Card','Card',20,10,true,'bonus2 bSubDefEle,Ele_Wind,15;\nbonus2 bSubRace,RC_Insect,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27338,'Chaotic_Mantis_Card','Chaotic Mantis Card','Card',20,10,true,true,'bonus bStr,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27339,'Chaotic_Ghostring_Card','Chaotic Ghostring Card','Card',20,10,true,'bonus bBaseAtk,20;\nbonus2 bAddSize,Size_Small,25;\nbonus2 bAddSize,Size_Large,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27340,'Chaotic_Killer_Mantis_Card','Chaotic Killer Mantis Card','Card',20,10,true,true,'bonus bCritAtkRate,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27341,'Chaotic_Poporing_Card','Chaotic Poporing Card','Card',20,10,true,'bonus2 bSubDefEle,Ele_Water,15;\nbonus2 bSubRace,RC_Fish,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27342,'Chaotic_Stem_Worm_Card','Chaotic Stem Worm Card','Card',20,10,true,'bonus bHit,10;\nbonus2 bSubDefEle,Ele_Earth,20;\nbonus2 bSubDefEle,Ele_Neutral,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`script`) VALUES (27343,'Chaotic_Acolyte_Card','Chaotic Acolyte Card','Card',20,10,true,'bonus bDelayrate,-4;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27346,'Rigid_Muspellskoll_Card','Rigid Muspellskoll Card','Card',20,10,true,'bonus2 bSubRace,RC_Dragon,30;\nbonus2 bSubRace,RC_Demon,30;\nbonus2 bSubRace,RC_Brute,30;\nbonus2 bSubRace,RC_Player_Doram,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27347,'Rigid_Kaho_Card','Rigid Kaho Card','Card',20,10,true,'bonus2 bMagicAddEle,Ele_Earth,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27348,'Rigid_Lava_Golem_Card','Rigid Lava Golem Card','Card',20,10,true,'.@r = getrefine();\nbonus2 bMagicAddEle,Ele_Neutral,3+((.@r>=7)*5)+((.@r>=9)*7);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27349,'Rigid_Explosion_Card','Rigid Explosion Card','Card',20,10,true,'bonus2 bSubRace,RC_Dragon,15;\nbonus2 bSubDefEle,Ele_Fire,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`script`) VALUES (27350,'Rigid_Earth_Deleter_Card','Rigid Earth Deleter Card','Card',20,10,true,true,'.@r = getrefine();\nbonus bMaxSPrate,2+(.@r/2);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`script`) VALUES (27351,'Rigid_Sky_Deleter_Card','Rigid Sky Deleter Card','Card',20,10,true,true,'bonus bMaxHPrate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (27352,'Rigid_Nightmare_Terror_Card','Rigid Nightmare Terror Card','Card',20,10,true,'bonus bMaxSPrate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27353,'Rigid_Blazer_Card','Rigid Blazer Card','Card',20,10,true,'bonus2 bSubRace,RC_Demon,15;\nbonus2 bSubDefEle,Ele_Neutral,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27354,'Contaminated_Raydric_Card','Contaminated Raydric Card','Card',20,10,true,'bonus2 bAddClass,Class_All,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27355,'Contaminated_Raydric_Archer_Card','Contaminated Raydric Archer Card','Card',20,10,true,'bonus bLongAtkRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`script`) VALUES (27356,'Frozen_Gargoyle_Card','Frozen Gargoyle Card','Card',20,10,true,'bonus2 bSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;\nbonus2 bSubSize,Size_Small,-5;\nbonus bDef,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (27357,'Contaminated_Sting_Card','Contaminated Sting Card','Card',20,10,true,'bonus bDef,100+25*(getrefine()/3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27358,'Prison_Breaker_Card','Prison Breaker Card','Card',20,10,true,'bonus2 bSubEle,Ele_Wind,30;\nbonus2 bSubEle,Ele_Poison,30;\nbonus2 bSubEle,Ele_Dark,30;\nbonus2 bSubEle,Ele_Earth,30;\nbonus2 bSubEle,Ele_Undead,30;\nbonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;\nbonus2 bSubEle,Ele_Fire,-100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27359,'Ice_Ghost_Card','Ice Ghost Card','Card',20,10,true,'bonus2 bMagicAddEle,Ele_Water,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27360,'Flame_Ghost_Card','Flame Ghost Card','Card',20,10,true,'bonus2 bMagicAddEle,Ele_Fire,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (27361,'Contaminated_Wanderer_Card','Contaminated Wanderer Card','Card',20,10,true,'bonus2 bAddSize,Size_Large,30;\nbonus2 bAddSize,Size_Medium,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (27362,'Contaminated_Spider_Queen_Card','Contaminated Spider Queen Card','Card',20,10,true,'bonus2 bSubEle,Ele_All,-30;\nbonus2 bMagicAtkEle,Ele_Earth,100;\nbonus2 bMagicAtkEle,Ele_Water,100;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`script`) VALUES (27363,'Contaminated_Dark_Lord_Card','Contaminated Dark Lord Card','Card',20,10,true,'bonus bAspd,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`script`) VALUES (27381,'aegis_27381','Himmelmez\'s Phantom Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Neutral,100;\nbonus2 bMagicAtkEle,Ele_Holy,100;\nbonus2 bSubEle,Ele_All,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`script`) VALUES (27382,'aegis_27382','Prime Corruption Root Card','Card',10,true,'bonus bMatk,30;\nbonus bBaseAtk,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (27383,'aegis_27383','Amdarais\'s Phantom Card','Card',10,true,'bonus bMaxHPrate,10;\nbonus bMaxSPrate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (27384,'aegis_27384','Mutated White Knight Card','Card',10,true,'bonus bMatk,15;\nbonus2 bMagicAddSize,Size_Medium,20;\nbonus2 bMagicAddSize,Size_Large,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`script`) VALUES (27385,'aegis_27385','Mutated Khalitzburg Card','Card',10,true,'bonus bMdef,10;\nbonus2 bSubSize,Size_Medium,25;\nbonus2 bMagicSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;\nbonus2 bMagicSubSize,Size_Large,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`script`) VALUES (27386,'aegis_27386','Cursed Raydric Card','Card',10,true,'bonus2 bAddRace,RC_Undead,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`script`) VALUES (27387,'aegis_27387','Cursed Raydric Archer Card','Card',10,true,'bonus2 bAddRace,RC_Demon,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (27388,'aegis_27388','Cursed Servant Card','Card',10,true,true,'bonus bHPrecovRate,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27333,'Skia_Nerius_Card','Skia Nerius Card','Card',20,10,true,'CLIENT','bonus bAspdRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27334,'Chaotic_Baphomet_Card','Chaotic Baphomet Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,25;\nbonus2 bSubRace,RC_Demon,-5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27335,'Chaotic_Baphomet_Junior_Card','Chaotic Baphomet Junior Card','Card',20,10,true,'CLIENT','bonus bCritical,readparam(bAgi)/15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27336,'Chaotic_Sidewinder_Card','Chaotic Sidewinder Card','Card',20,10,true,'CLIENT','bonus2 bSubDefEle,Ele_Poison,15;\nbonus2 bSubRace,RC_Brute,15;\nbonus2 bSubRace,RC_Player_Doram,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27337,'Chaotic_Hunter_Fly_Card','Chaotic Hunter Fly Card','Card',20,10,true,'CLIENT','bonus2 bSubDefEle,Ele_Wind,15;\nbonus2 bSubRace,RC_Insect,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27338,'Chaotic_Mantis_Card','Chaotic Mantis Card','Card',20,10,true,true,'CLIENT','bonus bStr,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27339,'Chaotic_Ghostring_Card','Chaotic Ghostring Card','Card',20,10,true,'CLIENT','bonus bBaseAtk,20;\nbonus2 bAddSize,Size_Small,25;\nbonus2 bAddSize,Size_Large,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27340,'Chaotic_Killer_Mantis_Card','Chaotic Killer Mantis Card','Card',20,10,true,true,'CLIENT','bonus bCritAtkRate,3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27341,'Chaotic_Poporing_Card','Chaotic Poporing Card','Card',20,10,true,'CLIENT','bonus2 bSubDefEle,Ele_Water,15;\nbonus2 bSubRace,RC_Fish,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27342,'Chaotic_Stem_Worm_Card','Chaotic Stem Worm Card','Card',20,10,true,'CLIENT','bonus bHit,10;\nbonus2 bSubDefEle,Ele_Earth,20;\nbonus2 bSubDefEle,Ele_Neutral,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27343,'Chaotic_Acolyte_Card','Chaotic Acolyte Card','Card',20,10,true,'CLIENT','bonus bDelayrate,-4;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27346,'Rigid_Muspellskoll_Card','Rigid Muspellskoll Card','Card',20,10,true,'CLIENT','bonus2 bSubRace,RC_Dragon,30;\nbonus2 bSubRace,RC_Demon,30;\nbonus2 bSubRace,RC_Brute,30;\nbonus2 bSubRace,RC_Player_Doram,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27347,'Rigid_Kaho_Card','Rigid Kaho Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddEle,Ele_Earth,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27348,'Rigid_Lava_Golem_Card','Rigid Lava Golem Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bMagicAddEle,Ele_Neutral,3+((.@r>=7)*5)+((.@r>=9)*7);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27349,'Rigid_Explosion_Card','Rigid Explosion Card','Card',20,10,true,'CLIENT','bonus2 bSubRace,RC_Dragon,15;\nbonus2 bSubDefEle,Ele_Fire,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`flag_dropeffect`,`script`) VALUES (27350,'Rigid_Earth_Deleter_Card','Rigid Earth Deleter Card','Card',20,10,true,true,'CLIENT','.@r = getrefine();\nbonus bMaxSPrate,2+(.@r/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`flag_dropeffect`,`script`) VALUES (27351,'Rigid_Sky_Deleter_Card','Rigid Sky Deleter Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27352,'Rigid_Nightmare_Terror_Card','Rigid Nightmare Terror Card','Card',20,10,true,'CLIENT','bonus bMaxSPrate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27353,'Rigid_Blazer_Card','Rigid Blazer Card','Card',20,10,true,'CLIENT','bonus2 bSubRace,RC_Demon,15;\nbonus2 bSubDefEle,Ele_Neutral,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27354,'Contaminated_Raydric_Card','Contaminated Raydric Card','Card',20,10,true,'CLIENT','bonus2 bAddClass,Class_All,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27355,'Contaminated_Raydric_Archer_Card','Contaminated Raydric Archer Card','Card',20,10,true,'CLIENT','bonus bLongAtkRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27356,'Frozen_Gargoyle_Card','Frozen Gargoyle Card','Card',20,10,true,'CLIENT','bonus2 bSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;\nbonus2 bSubSize,Size_Small,-5;\nbonus bDef,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (27357,'Contaminated_Sting_Card','Contaminated Sting Card','Card',20,10,true,'CLIENT','bonus bDef,100+25*(getrefine()/3);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27358,'Prison_Breaker_Card','Prison Breaker Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_Wind,30;\nbonus2 bSubEle,Ele_Poison,30;\nbonus2 bSubEle,Ele_Dark,30;\nbonus2 bSubEle,Ele_Earth,30;\nbonus2 bSubEle,Ele_Undead,30;\nbonus2 bSubEle,Ele_Holy,-100;\nbonus2 bSubEle,Ele_Ghost,-100;\nbonus2 bSubEle,Ele_Fire,-100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27359,'Ice_Ghost_Card','Ice Ghost Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddEle,Ele_Water,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27360,'Flame_Ghost_Card','Flame Ghost Card','Card',20,10,true,'CLIENT','bonus2 bMagicAddEle,Ele_Fire,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27361,'Contaminated_Wanderer_Card','Contaminated Wanderer Card','Card',20,10,true,'CLIENT','bonus2 bAddSize,Size_Large,30;\nbonus2 bAddSize,Size_Medium,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27362,'Contaminated_Spider_Queen_Card','Contaminated Spider Queen Card','Card',20,10,true,'CLIENT','bonus2 bSubEle,Ele_All,-30;\nbonus2 bMagicAtkEle,Ele_Earth,100;\nbonus2 bMagicAtkEle,Ele_Water,100;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27363,'Contaminated_Dark_Lord_Card','Contaminated Dark Lord Card','Card',20,10,true,'CLIENT','bonus bAspd,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27381,'aegis_27381','Himmelmez\'s Phantom Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Neutral,100;\nbonus2 bMagicAtkEle,Ele_Holy,100;\nbonus2 bSubEle,Ele_All,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (27382,'aegis_27382','Prime Corruption Root Card','Card',10,true,'CLIENT','bonus bMatk,30;\nbonus bBaseAtk,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (27383,'aegis_27383','Amdarais\'s Phantom Card','Card',10,true,'CLIENT','bonus bMaxHPrate,10;\nbonus bMaxSPrate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (27384,'aegis_27384','Mutated White Knight Card','Card',10,true,'CLIENT','bonus bMatk,15;\nbonus2 bMagicAddSize,Size_Medium,20;\nbonus2 bMagicAddSize,Size_Large,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (27385,'aegis_27385','Mutated Khalitzburg Card','Card',10,true,'CLIENT','bonus bMdef,10;\nbonus2 bSubSize,Size_Medium,25;\nbonus2 bMagicSubSize,Size_Medium,25;\nbonus2 bSubSize,Size_Large,25;\nbonus2 bMagicSubSize,Size_Large,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27386,'aegis_27386','Cursed Raydric Card','Card',10,true,'CLIENT','bonus2 bAddRace,RC_Undead,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`flag_dropeffect`,`script`) VALUES (27387,'aegis_27387','Cursed Raydric Archer Card','Card',10,true,'CLIENT','bonus2 bAddRace,RC_Demon,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (27388,'aegis_27388','Cursed Servant Card','Card',10,true,true,'CLIENT','bonus bHPrecovRate,30;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29000,'Rune_of_Intellect_Lv_1','Rune of Intellect Lv 1','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,5;\n}\nif (.@r>=10) {\n bonus bMatkRate,5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29001,'Rune_of_Intellect_Lv_2','Rune of Intellect Lv 2','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,6;\n}\nif (.@r>=11) {\n bonus bInt,1;\n bonus bMatkRate,7;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29002,'Rune_of_Intellect_Lv_3','Rune of Intellect Lv 3','Card',20,'.@r = getrefine();\nif (.@r>=7) {\n bonus bInt,7;\n}\nif (.@r>=12) {\n bonus bInt,1;\n bonus bMatkRate,8;\n}\nif (.@r>=13) {\n bonus bInt,1;\n bonus bMatkRate,2;\n}'); @@ -3928,12 +3928,12 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`,`une REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29145,'EXP2MIDDLE','Experience+2%','Card','bonus2 bExpAddRace,RC_All,2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29146,'Identify','Identify','Card','skill "MC_IDENTIFY",1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`script`) VALUES (29147,'Resurrection','Resurrection','Card',10,'skill "ALL_RESURRECTION",1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29148,'Leo_Stone','Leo Stone','Card',10,true,'bonus bStr,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29149,'Pisces_Stone','Pisces Stone','Card',10,true,'bonus bInt,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29150,'Capricorn_Stone','Capricorn Stone','Card',10,true,'bonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29151,'Aquarius_Stone','Aquarius Stone','Card',10,true,'bonus bVit,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29152,'Scorpio_Stone','Scorpio Stone','Card',10,true,'bonus bDex,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29153,'Taurus_Stone','Taurus Stone','Card',10,true,'bonus bLuk,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29148,'Leo_Stone','Leo Stone','Card',10,true,'CLIENT','bonus bStr,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29149,'Pisces_Stone','Pisces Stone','Card',10,true,'CLIENT','bonus bInt,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29150,'Capricorn_Stone','Capricorn Stone','Card',10,true,'CLIENT','bonus bAgi,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29151,'Aquarius_Stone','Aquarius Stone','Card',10,true,'CLIENT','bonus bVit,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29152,'Scorpio_Stone','Scorpio Stone','Card',10,true,'CLIENT','bonus bDex,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29153,'Taurus_Stone','Taurus Stone','Card',10,true,'CLIENT','bonus bLuk,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29154,'FixedCasting03','Minor Fixed Cast Reduction','Card','bonus bFixedCast,-300;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29155,'LexAeterna','Lex Aeterna','Card','bonus3 bAutoSpell,"PR_LEXAETERNA",1,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29156,'Casting_Top','Variable Cast Reduction Upper','Card','bonus bVariableCastrate,-3;'); @@ -3953,7 +3953,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VAL REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29173,'S-MaxHP','S-MaxHP','Card','bonus bMaxHP,2500;\n.@r = getrefine();\n.@c = 100;\n.@t = 3000;\nif (.@r>=8) {\n .@t += 1000;\n}\nif (.@r>=9) {\n .@c += 100;\n .@t += 1000;\n}\nautobonus2 "{ bonus bMaxHP,7500; }",.@c,.@t;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29174,'S-Quick','S-Quick','Card','bonus bVariableCastrate,-10;\n.@r = getrefine();\n.@c = 100;\n.@t = 3000;\nif (.@r>=8) {\n .@t += 1000;\n}\nif (.@r>=9) {\n .@c += 100;\n .@t += 1000;\n}\nautobonus2 "{ bonus bVariableCastrate,-100; bonus bDelayrate,-100; }",.@c,.@t,BF_MAGIC;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29175,'S-Cri','S-Cri','Card','bonus bCritical,10;\n.@r = getrefine();\n.@c = 100;\n.@t = 3000;\nif (.@r>=8) {\n .@t += 1000;\n}\nif (.@r>=9) {\n .@c += 100;\n .@t += 1000;\n}\nautobonus2 "{ bonus bCritical,100; }",.@c,.@t;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`script`) VALUES (29176,'Tenji','Tenji','Card',10,true,'bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Plant,15;\nbonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Plant,15;\nbonus2 bAddEle,Ele_Wind,15;\nbonus2 bAddEle,Ele_Earth,15;\nbonus2 bMagicAddEle,Ele_Wind,15;\nbonus2 bMagicAddEle,Ele_Earth,15;\nautobonus2 "{ bonus bVariableCastrate,-70;bonus bDelayrate,-70; bonus bIgnoreDefRace,RC_All; bonus bIgnoreMDefRace,RC_All; }",1,10000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (29176,'Tenji','Tenji','Card',10,true,'CLIENT','bonus2 bAddRace,RC_Brute,15;\nbonus2 bAddRace,RC_Plant,15;\nbonus2 bMagicAddRace,RC_Brute,15;\nbonus2 bMagicAddRace,RC_Plant,15;\nbonus2 bAddEle,Ele_Wind,15;\nbonus2 bAddEle,Ele_Earth,15;\nbonus2 bMagicAddEle,Ele_Wind,15;\nbonus2 bMagicAddEle,Ele_Earth,15;\nautobonus2 "{ bonus bVariableCastrate,-70;bonus bDelayrate,-70; bonus bIgnoreDefRace,RC_All; bonus bIgnoreMDefRace,RC_All; }",1,10000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29208,'SPdrain2_Top','SPabsorp2','Card','bonus2 bSPDrainRate,20,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29209,'SPdrain2','SPabsorp2','Card','bonus2 bSPDrainRate,20,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29210,'HPdrain23','HPabsorp2 3','Card','bonus2 bHPDrainRate,20,3;'); @@ -4187,130 +4187,130 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VAL REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29687,'aegis_29687','Temporal Jewel (LUK) Lv 1','Card','.@r = getequiprefinerycnt(EQI_HEAD_TOP);\nbonus bCritAtkRate,3*(.@r/2);\nbonus bCritical,(.@r/2);\nbonus2 bAddClass,Class_All,(.@r/5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29688,'aegis_29688','Temporal Jewel (LUK) Lv 2','Card','.@r = getequiprefinerycnt(EQI_HEAD_TOP);\nbonus bCritAtkRate,6*(.@r/2);\nbonus bCritical,2*(.@r/2);\nbonus2 bAddClass,Class_All,2*(.@r/5);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (29689,'aegis_29689','Temporal Jewel (LUK) Lv 3','Card','.@r = getequiprefinerycnt(EQI_HEAD_TOP);\nbonus bCritAtkRate,9*(.@r/2);\nbonus bCritical,3*(.@r/2);\nbonus2 bAddClass,Class_All,3*(.@r/5);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (31006,'LoVA_Hades_Card','LoVA Hades Card','Card',20,10,true,'bonus2 bSubRace,RC_Undead,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (31007,'LoVA_Realization_Hades_Card','LoVA Realization Hades Card','Card',20,10,true,'bonus bDefEle,Ele_Undead;\nbonus2 bSubRace,RC_Undead,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (31008,'LoVA_Lulu_Card','LoVA Lulu Card','Card',20,10,true,'bonus2 bHPRegenRate,BaseLevel,10000;\nif (getrefine()>=7) {\n bonus bAtk,6*(readparam(bStr)/60);\n bonus bMaxHPrate,readparam(bStr)/60;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (31009,'LoVA_Realization_Lulu_Card','LoVA Realization Lulu Card','Card',20,10,true,'bonus2 bHPRegenRate,BaseLevel,10000;\nif (getrefine()>=7) {\n bonus bAtk,6*(readparam(bStr)/20);\n bonus bMaxHPrate,readparam(bStr)/20;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (31010,'LoVA_Kima_Card','LoVA Kima Card','Card',20,10,true,'bonus2 bSPRegenRate,BaseLevel/6,10000;\nif (getrefine()>=7) {\n bonus bMatk,6*(readparam(bInt)/30);\n bonus bMaxSPrate,readparam(bInt)/30;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (31011,'LoVA_Realization_Kima_Card','LoVA Realization Kima Card','Card',20,10,true,'bonus2 bSPRegenRate,BaseLevel/2,10000;\nif (getrefine()>=7) {\n bonus bMatk,6*(readparam(bInt)/10);\n bonus bMaxSPrate,readparam(bInt)/10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (31012,'LoVA_Bahamut_Card','LoVA Bahamut Card','Card',20,10,true,'bonus2 bSkillAtk,"RK_DRAGONBREATH",5;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",5;\nif (getrefine()>=7) {\n bonus bDelayrate,-1;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (31013,'LoVA_Realization_Bahamut_Card','LoVA Realization Bahamut Card','Card',20,10,true,'bonus2 bSkillAtk,"RK_DRAGONBREATH",15;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;\nif (getrefine()>=7) {\n bonus bDelayrate,-3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (31014,'LoVA_Ragnarok_Card','LoVA Ragnarok Card','Card',20,10,true,'bonus bMdef,7;\nbonus bMaxHPrate,6;\nif (getrefine()>=7) {\n bonus2 bSkillAtk,"HW_GRAVITATION",9;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`script`) VALUES (31015,'LoVA_Realization_Ragnarok_Card','LoVA Realization Ragnarok Card','Card',20,10,true,'bonus bMdef,10;\nbonus bMaxHPrate,10;\nif (getrefine()>=7) {\n bonus2 bSkillAtk,"HW_GRAVITATION",769;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`script`) VALUES (31016,'Decorated_Evil_Tree_Card','Decorated Evil Tree Card','Card',20,10,true,'bonus bMaxHP,1000;\nbonus bMaxSP,150;\nbonus bFlee,-25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (31017,'Vicious_Cookie_Card','Vicious Cookie Card','Card',20,10,true,'.@r = getrefine();\nbonus2 bAddClass,Class_All,1+.@r;\nbonus bMatkRate,1+.@r;\nbonus bMaxHPrate,-(2+(.@r*2));'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (31018,'Evil_Dwelling_Box_Card','Evil Dwelling Box Card','Card',20,10,true,'bonus bMaxHP,-1225;\nbonus3 bAddEff,Eff_Curse,5000,ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (31019,'Creepy_Demon_Card','Creepy Demon Card','Card',20,10,true,true,'bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_MAGIC;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (31020,'Malicious_Baby_Ghost_Card','Malicious Baby Ghost Card','Card',20,10,true,true,'bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_WEAPON;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (31021,'Dancing_Marionette_Card','Dancing Marionette Card','Card',20,10,true,'bonus bAspdRate,10;\nbonus2 bAddClass,Class_All,-3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`script`) VALUES (31022,'Abandoned_Teddy_Bear_Card','Abandoned Teddy Bear Card','Card',20,10,true,'bonus bMaxSPRate,20;\nbonus2 bAddEff2,Eff_Curse,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`script`) VALUES (31023,'Celine_Kimi_Card','Celine Kimi Card','Card',20,10,true,'bonus bMatkRate,10;\nbonus5 bAutoSpell,"NPC_CRITICALWOUND",3,5+(10*(getrefine()/3)),BF_MAGIC,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (31024,'As_Bdy_Knight_Card','Immortal Cursed Knight Card','Card',20,10,true,true,'bonus2 bAddClass,Class_All,10;\nbonus5 bAutoSpell,"RK_IGNITIONBREAK",5,20,BF_WEAPON,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (31025,'As_Wind_Ghost_Card','Immortal Wind Ghost Card','Card',20,10,true,true,'bonus bMatkRate,10;\nbonus5 bAutoSpell,"SO_CLOUD_KILL",5,10,BF_MAGIC,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (31026,'As_Ragged_Golem_Card','Stephane Jack Earnest Wolf Card','Card',20,10,true,true,'bonus5 bAutoSpellWhenHit,"SO_FIREWALK",5,35,BF_WEAPON,0;\nbonus5 bAutoSpellWhenHit,"SO_ELECTRICWALK",5,80,BF_MAGIC,0;\nautobonus "{ bonus bFlee,200; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_TEIHIT1; }";\nautobonus "{ bonus bSpeedRate,25; }",25,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (31006,'LoVA_Hades_Card','LoVA Hades Card','Card',20,10,true,'CLIENT','bonus2 bSubRace,RC_Undead,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (31007,'LoVA_Realization_Hades_Card','LoVA Realization Hades Card','Card',20,10,true,'CLIENT','bonus bDefEle,Ele_Undead;\nbonus2 bSubRace,RC_Undead,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31008,'LoVA_Lulu_Card','LoVA Lulu Card','Card',20,10,true,'CLIENT','bonus2 bHPRegenRate,BaseLevel,10000;\nif (getrefine()>=7) {\n bonus bAtk,6*(readparam(bStr)/60);\n bonus bMaxHPrate,readparam(bStr)/60;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31009,'LoVA_Realization_Lulu_Card','LoVA Realization Lulu Card','Card',20,10,true,'CLIENT','bonus2 bHPRegenRate,BaseLevel,10000;\nif (getrefine()>=7) {\n bonus bAtk,6*(readparam(bStr)/20);\n bonus bMaxHPrate,readparam(bStr)/20;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31010,'LoVA_Kima_Card','LoVA Kima Card','Card',20,10,true,'CLIENT','bonus2 bSPRegenRate,BaseLevel/6,10000;\nif (getrefine()>=7) {\n bonus bMatk,6*(readparam(bInt)/30);\n bonus bMaxSPrate,readparam(bInt)/30;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31011,'LoVA_Realization_Kima_Card','LoVA Realization Kima Card','Card',20,10,true,'CLIENT','bonus2 bSPRegenRate,BaseLevel/2,10000;\nif (getrefine()>=7) {\n bonus bMatk,6*(readparam(bInt)/10);\n bonus bMaxSPrate,readparam(bInt)/10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31012,'LoVA_Bahamut_Card','LoVA Bahamut Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"RK_DRAGONBREATH",5;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",5;\nif (getrefine()>=7) {\n bonus bDelayrate,-1;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31013,'LoVA_Realization_Bahamut_Card','LoVA Realization Bahamut Card','Card',20,10,true,'CLIENT','bonus2 bSkillAtk,"RK_DRAGONBREATH",15;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",15;\nif (getrefine()>=7) {\n bonus bDelayrate,-3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (31014,'LoVA_Ragnarok_Card','LoVA Ragnarok Card','Card',20,10,true,'CLIENT','bonus bMdef,7;\nbonus bMaxHPrate,6;\nif (getrefine()>=7) {\n bonus2 bSkillAtk,"HW_GRAVITATION",9;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (31015,'LoVA_Realization_Ragnarok_Card','LoVA Realization Ragnarok Card','Card',20,10,true,'CLIENT','bonus bMdef,10;\nbonus bMaxHPrate,10;\nif (getrefine()>=7) {\n bonus2 bSkillAtk,"HW_GRAVITATION",769;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (31016,'Decorated_Evil_Tree_Card','Decorated Evil Tree Card','Card',20,10,true,'CLIENT','bonus bMaxHP,1000;\nbonus bMaxSP,150;\nbonus bFlee,-25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31017,'Vicious_Cookie_Card','Vicious Cookie Card','Card',20,10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddClass,Class_All,1+.@r;\nbonus bMatkRate,1+.@r;\nbonus bMaxHPrate,-(2+(.@r*2));'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31018,'Evil_Dwelling_Box_Card','Evil Dwelling Box Card','Card',20,10,true,'CLIENT','bonus bMaxHP,-1225;\nbonus3 bAddEff,Eff_Curse,5000,ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (31019,'Creepy_Demon_Card','Creepy Demon Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_MAGIC;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (31020,'Malicious_Baby_Ghost_Card','Malicious Baby Ghost Card','Card',20,10,true,true,'CLIENT','bonus bMaxHPrate,-13;\nbonus3 bAddEffWhenHit,Eff_Curse,4000,ATF_WEAPON;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31021,'Dancing_Marionette_Card','Dancing Marionette Card','Card',20,10,true,'CLIENT','bonus bAspdRate,10;\nbonus2 bAddClass,Class_All,-3;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (31022,'Abandoned_Teddy_Bear_Card','Abandoned Teddy Bear Card','Card',20,10,true,'CLIENT','bonus bMaxSPRate,20;\nbonus2 bAddEff2,Eff_Curse,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (31023,'Celine_Kimi_Card','Celine Kimi Card','Card',20,10,true,'CLIENT','bonus bMatkRate,10;\nbonus5 bAutoSpell,"NPC_CRITICALWOUND",3,5+(10*(getrefine()/3)),BF_MAGIC,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (31024,'As_Bdy_Knight_Card','Immortal Cursed Knight Card','Card',20,10,true,true,'CLIENT','bonus2 bAddClass,Class_All,10;\nbonus5 bAutoSpell,"RK_IGNITIONBREAK",5,20,BF_WEAPON,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (31025,'As_Wind_Ghost_Card','Immortal Wind Ghost Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,10;\nbonus5 bAutoSpell,"SO_CLOUD_KILL",5,10,BF_MAGIC,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (31026,'As_Ragged_Golem_Card','Stephane Jack Earnest Wolf Card','Card',20,10,true,true,'CLIENT','bonus5 bAutoSpellWhenHit,"SO_FIREWALK",5,35,BF_WEAPON,0;\nbonus5 bAutoSpellWhenHit,"SO_ELECTRICWALK",5,80,BF_MAGIC,0;\nautobonus "{ bonus bFlee,200; }",30,10000,BF_WEAPON,"{ specialeffect2 EF_TEIHIT1; }";\nautobonus "{ bonus bSpeedRate,25; }",25,10000,BF_MAGIC,"{ specialeffect2 EF_POTION_BERSERK; }";'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (300000,'IDTest_Card','IDTest Card','Card',10,10,true,'bonus bAgi,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300001,'aegis_300001','Poisonous Card','Card',10,true,true,'bonus2 bAddEle,Ele_Poison,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (300002,'aegis_300002','Toxious Card','Card',10,true,true,'bonus bLongAtkDef,5;\nbonus bMaxHPrate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300003,'aegis_300003','White Porcellio Card','Card',10,true,true,'bonus bBaseAtk,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (300004,'aegis_300004','Neo Mineral Card','Card',10,true,true,'bonus bDef,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300005,'aegis_300005','Abyssman Card','Card',10,true,true,'bonus bMaxHP,10;\nbonus2 bSkillAtk,"SO_EARTHGRAVE",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300006,'aegis_300006','Jewelry Ant Card','Card',10,true,true,'bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",1,100,BF_WEAPON,1;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (300007,'aegis_300007','Jeweled Ungoliant Card','Card',10,true,true,'bonus2 bAddEle,Ele_Fire,40;\nbonus2 bAddEle,Ele_Water,40;\nbonus2 bAddRace,RC_Formless,40;\nbonus2 bAddRace,RC_Plant,40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300008,'aegis_300008','Angelgolt Card','Card',10,true,true,'bonus2 bMagicAddRace,RC_Demon,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300009,'aegis_300009','Spectrum Plasma Card','Card',10,true,true,'.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Ghost,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Ghost,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Ghost,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300010,'aegis_300010','Arch Plasma Card','Card',10,true,true,'.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Wind,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Wind,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Wind,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300011,'aegis_300011','Holy Frus Card','Card',10,true,true,'.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300012,'aegis_300012','Holy Skogul Card','Card',10,true,true,'.@r = getrefine();\nbonus bHealPower,5;\nif (.@r>=7) {\n bonus bHealPower,3;\n}\nif (.@r>=9) {\n bonus bHealPower,2;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (300013,'aegis_300013','Reginleif Card','Card',10,true,true,'bonus bUnbreakableArmor;\nbonus2 bAddClass,Class_All,30;\nbonus bMaxHPrate,-15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`,`unequip_script`) VALUES (300014,'aegis_300014','Ingrid Card','Card',10,true,true,'bonus bUnbreakableArmor;\nbonus2 bAddClass,Class_All,-15;\nbonus bMaxHPrate,40;\nbonus2 bHPLossRate,1000,4000;','heal -10000,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`script`) VALUES (300015,'aegis_300015','Purple Ferus Card','Card',10,true,true,true,true,'bonus2 bAddClass,Class_All,3;\nbonus bMaxHPrate,-5;\nbonus bMaxSPrate,-5;\nbonus2 bAddClass,Class_All,(getrefine()/4);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (300016,'aegis_300016','Treasure Mimic Card','Card',10,true,true,'bonus bCritical,5;\nbonus bFlee,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300017,'aegis_300017','Black Acidus Card','Card',10,true,true,'bonus2 bAddEle,Ele_Dark,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300018,'aegis_300018','Silver Acidus Card','Card',10,true,true,'bonus2 bAddEle,Ele_Holy,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300019,'aegis_300019','Bone Ferus Card','Card',10,true,true,'bonus2 bAddRace,RC_Dragon,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`flag_buyingstore`,`script`) VALUES (300020,'aegis_300020','Bone Acidus Card','Card',10,true,true,'bonus2 bAddRace,RC_Brute,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (300021,'aegis_300021','Bone Detardeurus Card','Card',10,true,true,'bonus2 bAddRace,RC_Undead,40;\nbonus2 bAddRace,RC_Dragon,40;\nbonus2 bAddEle,Ele_Ghost,40;\nbonus2 bAddEle,Ele_Undead,40;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300076,'aegis_300076','Broken Security Beta Card','Card',10,true,true,true,'bonus bVit,3;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"LG_BANISHINGPOINT",10;\nbonus2 bSkillAtk,"LG_CANNONSPEAR",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300077,'aegis_300077','Broken Cleaning Robot Omega Card','Card',10,true,true,true,'bonus bVit,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"NC_AXEBOOMERANG",10;\nbonus2 bSkillAtk,"NC_VULCANARM",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300078,'aegis_300078','Sweetie Card','Card',10,true,true,'bonus2 bSkillAtk,"RL_FIREDANCE",60;\nbonus bUseSPrate,25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (300079,'aegis_300079','Red Pepper Card','Card',10,true,true,'bonus2 bMagicAddRace,RC_Fish,30;\nbonus2 bMagicAddRace,RC_Formless,30;\nbonus2 bMagicAddEle,Ele_Holy,30;\nbonus2 bMagicAddEle,Ele_Water,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`script`) VALUES (300080,'aegis_300080','Greater Red Pepper Card','Card',10,true,true,'bonus2 bMagicAddRace,RC_Fish,50;\nbonus2 bMagicAddRace,RC_Formless,50;\nbonus2 bMagicAddEle,Ele_Holy,50;\nbonus2 bMagicAddEle,Ele_Water,50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300081,'aegis_300081','Research Assistant Bot Card','Card',10,true,true,'bonus bInt,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MG_FIREBALL",25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300082,'aegis_300082','Greater Research Assistant Bot Card','Card',10,true,true,'if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSPEAR) {\n bonus bLongAtkRate,10;\n}\nbonus bLongAtkRate,2*(getrefine()/2);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300083,'aegis_300083','Dried Rafflesia Card','Card',10,true,true,'bonus bAgi,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"NJ_KUNAI",15;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (300084,'aegis_300084','Greater Dried Rafflesia Card','Card',10,true,true,'bonus2 bSubEle,Ele_Holy,30;\nbonus bFlee,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300085,'aegis_300085','Special Alnoldi Card','Card',10,true,true,'bonus bStr,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus bBaseAtk,getskilllv("TK_POWER");'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300086,'aegis_300086','Greater Special Alnoldi Card','Card',10,true,true,'.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bShortAtkRate,10;\n}\nbonus bShortAtkRate,.@r;\nif (.@r>=11) {\n bonus bUnbreakableWeapon;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300087,'aegis_300087','Broken Gardener Beta Card','Card',10,true,true,'bonus bLuk,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"SU_SV_STEMSPEAR",10;\nbonus2 bSkillAtk,"SU_SCAROFTAROU",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300088,'aegis_300088','Greater_Broken Gardener Beta Card','Card',10,true,true,'.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n bonus2 bAddClass,Class_All,5;\n bonus bHit,20;\n}\nbonus bShortAtkRate,.@r;\nbonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15*.@r;\nbonus2 bSkillAtk,"SJ_FULLMOONKICK",15*.@r;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300089,'aegis_300089','Verporta Card','Card',10,true,true,'bonus bStr,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MS_MAGNUM",25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300090,'aegis_300090','Verporte Card','Card',10,true,true,'bonus2 bMagicAtkEle,Ele_Earth,10;\nbonus bUseSPrate,5;\nif (getrefine()>=9) {\n bonus2 bMagicAtkEle,Ele_Earth,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300091,'aegis_300091','Papila Card','Card',10,true,true,'bonus bDex,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"GS_SPREADATTACK",10;\nbonus2 bSkillAtk,"GS_DESPERADO",10;\nbonus2 bSkillAtk,"GS_FULLBUSTER",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300092,'aegis_300092','Greater Papila Card','Card',10,true,true,'bonus bLuk,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MC_CARTREVOLUTION",50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300093,'aegis_300093','Papila Ruba Card','Card',10,true,true,'bonus bInt,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"AL_HOLYLIGHT",50;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300094,'aegis_300094','Greater Papila Ruba Card','Card',10,true,true,'if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bCritAtkRate,20;\n}\nbonus bCritAtkRate,2*(getrefine()/2);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300095,'aegis_300095','Papila Cae Card','Card',10,true,true,'bonus bDex,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"AC_SHOWER",25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300096,'aegis_300096','Greater Papila Cae Card','Card',10,true,true,'.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n bonus bMatk,20;\n}\nif (.@r>=10) {\n bonus bVariableCastrate,-10;\n bonus bMatk,20;\n}\nif (.@r>=13) {\n bonus bMatk,20;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300097,'aegis_300097','Aries Card','Card',10,true,true,'bonus bAgi,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"TF_POISON",25;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (300098,'aegis_300098','Greater Aries Card','Card',10,true,true,'bonus bMatk,5;\nbonus2 bSkillAtk,"NJ_KOUENKA",10;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",10;\nbonus2 bSkillAtk,"NJ_HUUJIN",10;\nif (getrefine()>=7) {\n bonus bVariableCastrate,-5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (300099,'aegis_300099','Silva Papilia Card','Card',10,true,true,'bonus2 bSubClass,Class_Normal,20;\nbonus bHealPower2,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_buyingstore`,`script`) VALUES (300100,'aegis_300100','Gran Papilia Card','Card',10,true,true,'bonus2 bSubClass,Class_Boss,25;\nbonus bHealPower2,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300101,'aegis_300101','Broken Cleaner Card','Card',10,true,true,true,'bonus bStr,3;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;\nbonus2 bSkillAtk,"RK_DRAGONBREATH",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300102,'aegis_300102','Bath Manager Card','Card',10,true,true,true,'bonus bInt,3;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"GN_SPORE_EXPLOSION",10;\nbonus2 bSkillAtk,"GN_CARTCANNON",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300103,'aegis_300103','Azure Princess Card','Card',10,true,true,'.@r = getrefine();\nbonus bMatk,15;\nif (.@r>=9) {\n bonus2 bMagicAddRace,RC_Fish,10;\n bonus2 bMagicAddRace,RC_DemiHuman,10;\n}\nif (.@r>=11) {\n bonus bDelayrate,-3;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300104,'aegis_300104','Bookworm Card','Card',10,true,true,true,'bonus bVit,1;\nbonus bInt,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SO_DIAMONDDUST",10;\nbonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300105,'aegis_300105','Roaming Spellbook Card','Card',10,true,true,true,'bonus bInt,3;\nbonus bMaxHPrate,5;\nbonus bMaxSPrate,5;\nbonus2 bSkillAtk,"WL_CRIMSONROCK",10;\nbonus2 bSkillAtk,"WL_COMET",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300106,'aegis_300106','Red Pitaya Card','Card',10,true,true,'.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Fire,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Fire,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Fire,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300107,'aegis_300107','Meow Card','Card',10,true,true,true,'bonus2 bAddItemHealRate,513,500;\nbonus2 bAddItemHealRate,512,500;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300108,'aegis_300108','Sewage Venenum Card','Card',10,true,true,true,'bonus bAgi,2;\nbonus bDex,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SC_FATALMENACE",10;\nbonus2 bSkillAtk,"SC_TRIANGLESHOT",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300109,'aegis_300109','Sewage Cramp Card','Card',10,true,true,true,'bonus bStr,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"GC_COUNTERSLASH",10;\nbonus2 bSkillAtk,"GC_ROLLINGCUTTER",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300110,'aegis_300110','Sewage Waterfall Card','Card',10,true,true,true,'bonus bAgi,2;\nbonus bInt,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"KO_BAKURETSU",10;\nbonus2 bSkillAtk,"KO_JYUMONJIKIRI",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300111,'aegis_300111','Elite Bellare Card','Card',10,true,true,true,'bonus bAgi,2;\nbonus bInt,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"NJ_KOUENKA",10;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",10;\nbonus2 bSkillAtk,"NJ_HUUJIN",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300112,'aegis_300112','Magic-poisoned Dolor Card','Card',10,true,true,true,'bonus bVit,1;\nbonus bInt,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SP_CURSEEXPLOSION",10;\nbonus2 bSkillAtk,"SP_SWHOO",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300113,'aegis_300113','Unleashed Magic Card','Card',10,true,true,true,'bonus bVit,1;\nbonus bInt,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10;\nbonus2 bSkillAtk,"WM_REVERBERATION",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300114,'aegis_300114','Magic-poisoned Plaga Card','Card',10,true,true,'.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Neutral,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Neutral,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Neutral,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300115,'aegis_300115','Magic-poisoned Sanare Card','Card',10,true,true,true,'bonus bInt,2;\nbonus bDex,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"AB_ADORAMUS",10;\nbonus2 bSkillAtk,"AB_JUDEX",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300116,'aegis_300116','Powerful Magic Card','Card',10,true,true,true,'bonus bStr,2;\nbonus bInt,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SR_RAMPAGEBLASTER",10;\nbonus2 bSkillAtk,"SR_TIGERCANNON",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300117,'aegis_300117','Sharp Magic Card','Card',10,true,true,true,'bonus bAgi,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"RA_ARROWSTORM",10;\nbonus2 bSkillAtk,"RA_CLUSTERBOMB",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300118,'aegis_300118','Boiling Phen Card','Card',10,true,true,true,'bonus bStr,2;\nbonus bVit,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10;\nbonus2 bSkillAtk,"SJ_FULLMOONKICK",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300119,'aegis_300119','Boiling Swordfish Card','Card',10,true,true,true,'bonus bAgi,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"RL_HAMMER_OF_GOD",10;\nbonus2 bSkillAtk,"RL_R_TRIP",10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300120,'aegis_300120','Boiling Piranha Card','Card',10,true,true,true,'bonus bMatkRate,2;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`script`) VALUES (300121,'aegis_300121','Boiling Marc Card','Card',10,true,true,'.@r = getrefine();\nbonus2 bMagicAtkEle,Ele_Holy,5;\nbonus2 bMagicAtkEle,Ele_Water,5;\nbonus2 bMagicAtkEle,Ele_Holy,(.@r/2);\nbonus2 bMagicAtkEle,Ele_Water,(.@r/2);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (300122,'aegis_300122','Yellow Pitaya Card','Card',10,true,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Holy,3*getrefine();'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`script`) VALUES (300123,'aegis_300123','Purple Pitaya Card','Card',10,true,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Neutral,3*getrefine();'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`script`) VALUES (300124,'aegis_300124','Blue Pitaya Card','Card',10,true,true,'.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Water,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Water,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Water,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`script`) VALUES (300125,'aegis_300125','Green Pitaya Card','Card',10,true,true,true,'bonus bInt,1;\nbonus bLuk,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SU_CN_METEOR",10;\nbonus2 bSkillAtk,"SU_PICKYPECK",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300001,'aegis_300001','Poisonous Card','Card',10,true,true,'CLIENT','bonus2 bAddEle,Ele_Poison,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300002,'aegis_300002','Toxious Card','Card',10,true,true,'CLIENT','bonus bLongAtkDef,5;\nbonus bMaxHPrate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300003,'aegis_300003','White Porcellio Card','Card',10,true,true,'CLIENT','bonus bBaseAtk,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300004,'aegis_300004','Neo Mineral Card','Card',10,true,true,'CLIENT','bonus bDef,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300005,'aegis_300005','Abyssman Card','Card',10,true,true,'CLIENT','bonus bMaxHP,10;\nbonus2 bSkillAtk,"SO_EARTHGRAVE",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300006,'aegis_300006','Jewelry Ant Card','Card',10,true,true,'CLIENT','bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",1,100,BF_WEAPON,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300007,'aegis_300007','Jeweled Ungoliant Card','Card',10,true,true,'CLIENT','bonus2 bAddEle,Ele_Fire,40;\nbonus2 bAddEle,Ele_Water,40;\nbonus2 bAddRace,RC_Formless,40;\nbonus2 bAddRace,RC_Plant,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300008,'aegis_300008','Angelgolt Card','Card',10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Demon,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300009,'aegis_300009','Spectrum Plasma Card','Card',10,true,true,'CLIENT','.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Ghost,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Ghost,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Ghost,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300010,'aegis_300010','Arch Plasma Card','Card',10,true,true,'CLIENT','.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Wind,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Wind,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Wind,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300011,'aegis_300011','Holy Frus Card','Card',10,true,true,'CLIENT','.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Holy,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300012,'aegis_300012','Holy Skogul Card','Card',10,true,true,'CLIENT','.@r = getrefine();\nbonus bHealPower,5;\nif (.@r>=7) {\n bonus bHealPower,3;\n}\nif (.@r>=9) {\n bonus bHealPower,2;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300013,'aegis_300013','Reginleif Card','Card',10,true,true,'CLIENT','bonus bUnbreakableArmor;\nbonus2 bAddClass,Class_All,30;\nbonus bMaxHPrate,-15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`,`unequip_script`) VALUES (300014,'aegis_300014','Ingrid Card','Card',10,true,true,'CLIENT','bonus bUnbreakableArmor;\nbonus2 bAddClass,Class_All,-15;\nbonus bMaxHPrate,40;\nbonus2 bHPLossRate,1000,4000;','heal -10000,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300015,'aegis_300015','Purple Ferus Card','Card',10,true,true,true,true,'CLIENT','bonus2 bAddClass,Class_All,3;\nbonus bMaxHPrate,-5;\nbonus bMaxSPrate,-5;\nbonus2 bAddClass,Class_All,(getrefine()/4);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300016,'aegis_300016','Treasure Mimic Card','Card',10,true,true,'CLIENT','bonus bCritical,5;\nbonus bFlee,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300017,'aegis_300017','Black Acidus Card','Card',10,true,true,'CLIENT','bonus2 bAddEle,Ele_Dark,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300018,'aegis_300018','Silver Acidus Card','Card',10,true,true,'CLIENT','bonus2 bAddEle,Ele_Holy,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300019,'aegis_300019','Bone Ferus Card','Card',10,true,true,'CLIENT','bonus2 bAddRace,RC_Dragon,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300020,'aegis_300020','Bone Acidus Card','Card',10,true,true,'CLIENT','bonus2 bAddRace,RC_Brute,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300021,'aegis_300021','Bone Detardeurus Card','Card',10,true,true,'CLIENT','bonus2 bAddRace,RC_Undead,40;\nbonus2 bAddRace,RC_Dragon,40;\nbonus2 bAddEle,Ele_Ghost,40;\nbonus2 bAddEle,Ele_Undead,40;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300076,'aegis_300076','Broken Security Beta Card','Card',10,true,true,true,'CLIENT','bonus bVit,3;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"LG_BANISHINGPOINT",10;\nbonus2 bSkillAtk,"LG_CANNONSPEAR",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300077,'aegis_300077','Broken Cleaning Robot Omega Card','Card',10,true,true,true,'CLIENT','bonus bVit,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"NC_AXEBOOMERANG",10;\nbonus2 bSkillAtk,"NC_VULCANARM",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300078,'aegis_300078','Sweetie Card','Card',10,true,true,'CLIENT','bonus2 bSkillAtk,"RL_FIREDANCE",60;\nbonus bUseSPrate,25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300079,'aegis_300079','Red Pepper Card','Card',10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Fish,30;\nbonus2 bMagicAddRace,RC_Formless,30;\nbonus2 bMagicAddEle,Ele_Holy,30;\nbonus2 bMagicAddEle,Ele_Water,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300080,'aegis_300080','Greater Red Pepper Card','Card',10,true,true,'CLIENT','bonus2 bMagicAddRace,RC_Fish,50;\nbonus2 bMagicAddRace,RC_Formless,50;\nbonus2 bMagicAddEle,Ele_Holy,50;\nbonus2 bMagicAddEle,Ele_Water,50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300081,'aegis_300081','Research Assistant Bot Card','Card',10,true,true,'CLIENT','bonus bInt,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MG_FIREBALL",25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300082,'aegis_300082','Greater Research Assistant Bot Card','Card',10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_1HSPEAR || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSPEAR) {\n bonus bLongAtkRate,10;\n}\nbonus bLongAtkRate,2*(getrefine()/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300083,'aegis_300083','Dried Rafflesia Card','Card',10,true,true,'CLIENT','bonus bAgi,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"NJ_KUNAI",15;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300084,'aegis_300084','Greater Dried Rafflesia Card','Card',10,true,true,'CLIENT','bonus2 bSubEle,Ele_Holy,30;\nbonus bFlee,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300085,'aegis_300085','Special Alnoldi Card','Card',10,true,true,'CLIENT','bonus bStr,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus bBaseAtk,getskilllv("TK_POWER");'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300086,'aegis_300086','Greater Special Alnoldi Card','Card',10,true,true,'CLIENT','.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bShortAtkRate,10;\n}\nbonus bShortAtkRate,.@r;\nif (.@r>=11) {\n bonus bUnbreakableWeapon;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300087,'aegis_300087','Broken Gardener Beta Card','Card',10,true,true,'CLIENT','bonus bLuk,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"SU_SV_STEMSPEAR",10;\nbonus2 bSkillAtk,"SU_SCAROFTAROU",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300088,'aegis_300088','Greater_Broken Gardener Beta Card','Card',10,true,true,'CLIENT','.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n bonus2 bAddClass,Class_All,5;\n bonus bHit,20;\n}\nbonus bShortAtkRate,.@r;\nbonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15*.@r;\nbonus2 bSkillAtk,"SJ_FULLMOONKICK",15*.@r;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300089,'aegis_300089','Verporta Card','Card',10,true,true,'CLIENT','bonus bStr,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MS_MAGNUM",25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300090,'aegis_300090','Verporte Card','Card',10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Earth,10;\nbonus bUseSPrate,5;\nif (getrefine()>=9) {\n bonus2 bMagicAtkEle,Ele_Earth,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300091,'aegis_300091','Papila Card','Card',10,true,true,'CLIENT','bonus bDex,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"GS_SPREADATTACK",10;\nbonus2 bSkillAtk,"GS_DESPERADO",10;\nbonus2 bSkillAtk,"GS_FULLBUSTER",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300092,'aegis_300092','Greater Papila Card','Card',10,true,true,'CLIENT','bonus bLuk,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"MC_CARTREVOLUTION",50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300093,'aegis_300093','Papila Ruba Card','Card',10,true,true,'CLIENT','bonus bInt,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"AL_HOLYLIGHT",50;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300094,'aegis_300094','Greater Papila Ruba Card','Card',10,true,true,'CLIENT','if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSWORD) {\n bonus bCritAtkRate,20;\n}\nbonus bCritAtkRate,2*(getrefine()/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300095,'aegis_300095','Papila Cae Card','Card',10,true,true,'CLIENT','bonus bDex,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"AC_SHOWER",25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300096,'aegis_300096','Greater Papila Cae Card','Card',10,true,true,'CLIENT','.@r = getrefine();\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R),11) == W_WHIP) {\n bonus bMatk,20;\n}\nif (.@r>=10) {\n bonus bVariableCastrate,-10;\n bonus bMatk,20;\n}\nif (.@r>=13) {\n bonus bMatk,20;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300097,'aegis_300097','Aries Card','Card',10,true,true,'CLIENT','bonus bAgi,2;\nbonus bMaxHPrate,10;\nbonus bMaxSPrate,10;\nbonus2 bSkillAtk,"TF_POISON",25;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300098,'aegis_300098','Greater Aries Card','Card',10,true,true,'CLIENT','bonus bMatk,5;\nbonus2 bSkillAtk,"NJ_KOUENKA",10;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",10;\nbonus2 bSkillAtk,"NJ_HUUJIN",10;\nif (getrefine()>=7) {\n bonus bVariableCastrate,-5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300099,'aegis_300099','Silva Papilia Card','Card',10,true,true,'CLIENT','bonus2 bSubClass,Class_Normal,20;\nbonus bHealPower2,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300100,'aegis_300100','Gran Papilia Card','Card',10,true,true,'CLIENT','bonus2 bSubClass,Class_Boss,25;\nbonus bHealPower2,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300101,'aegis_300101','Broken Cleaner Card','Card',10,true,true,true,'CLIENT','bonus bStr,3;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"RK_DRAGONBREATH_WATER",10;\nbonus2 bSkillAtk,"RK_DRAGONBREATH",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300102,'aegis_300102','Bath Manager Card','Card',10,true,true,true,'CLIENT','bonus bInt,3;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"GN_SPORE_EXPLOSION",10;\nbonus2 bSkillAtk,"GN_CARTCANNON",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300103,'aegis_300103','Azure Princess Card','Card',10,true,true,'CLIENT','.@r = getrefine();\nbonus bMatk,15;\nif (.@r>=9) {\n bonus2 bMagicAddRace,RC_Fish,10;\n bonus2 bMagicAddRace,RC_DemiHuman,10;\n}\nif (.@r>=11) {\n bonus bDelayrate,-3;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300104,'aegis_300104','Bookworm Card','Card',10,true,true,true,'CLIENT','bonus bVit,1;\nbonus bInt,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SO_DIAMONDDUST",10;\nbonus2 bSkillAtk,"SO_PSYCHIC_WAVE",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300105,'aegis_300105','Roaming Spellbook Card','Card',10,true,true,true,'CLIENT','bonus bInt,3;\nbonus bMaxHPrate,5;\nbonus bMaxSPrate,5;\nbonus2 bSkillAtk,"WL_CRIMSONROCK",10;\nbonus2 bSkillAtk,"WL_COMET",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300106,'aegis_300106','Red Pitaya Card','Card',10,true,true,'CLIENT','.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Fire,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Fire,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Fire,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300107,'aegis_300107','Meow Card','Card',10,true,true,true,'CLIENT','bonus2 bAddItemHealRate,513,500;\nbonus2 bAddItemHealRate,512,500;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300108,'aegis_300108','Sewage Venenum Card','Card',10,true,true,true,'CLIENT','bonus bAgi,2;\nbonus bDex,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SC_FATALMENACE",10;\nbonus2 bSkillAtk,"SC_TRIANGLESHOT",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300109,'aegis_300109','Sewage Cramp Card','Card',10,true,true,true,'CLIENT','bonus bStr,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"GC_COUNTERSLASH",10;\nbonus2 bSkillAtk,"GC_ROLLINGCUTTER",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300110,'aegis_300110','Sewage Waterfall Card','Card',10,true,true,true,'CLIENT','bonus bAgi,2;\nbonus bInt,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"KO_BAKURETSU",10;\nbonus2 bSkillAtk,"KO_JYUMONJIKIRI",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300111,'aegis_300111','Elite Bellare Card','Card',10,true,true,true,'CLIENT','bonus bAgi,2;\nbonus bInt,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"NJ_KOUENKA",10;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",10;\nbonus2 bSkillAtk,"NJ_HUUJIN",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300112,'aegis_300112','Magic-poisoned Dolor Card','Card',10,true,true,true,'CLIENT','bonus bVit,1;\nbonus bInt,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SP_CURSEEXPLOSION",10;\nbonus2 bSkillAtk,"SP_SWHOO",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300113,'aegis_300113','Unleashed Magic Card','Card',10,true,true,true,'CLIENT','bonus bVit,1;\nbonus bInt,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"WM_SEVERE_RAINSTORM",10;\nbonus2 bSkillAtk,"WM_REVERBERATION",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300114,'aegis_300114','Magic-poisoned Plaga Card','Card',10,true,true,'CLIENT','.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Neutral,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Neutral,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Neutral,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300115,'aegis_300115','Magic-poisoned Sanare Card','Card',10,true,true,true,'CLIENT','bonus bInt,2;\nbonus bDex,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"AB_ADORAMUS",10;\nbonus2 bSkillAtk,"AB_JUDEX",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300116,'aegis_300116','Powerful Magic Card','Card',10,true,true,true,'CLIENT','bonus bStr,2;\nbonus bInt,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SR_RAMPAGEBLASTER",10;\nbonus2 bSkillAtk,"SR_TIGERCANNON",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300117,'aegis_300117','Sharp Magic Card','Card',10,true,true,true,'CLIENT','bonus bAgi,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"RA_ARROWSTORM",10;\nbonus2 bSkillAtk,"RA_CLUSTERBOMB",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300118,'aegis_300118','Boiling Phen Card','Card',10,true,true,true,'CLIENT','bonus bStr,2;\nbonus bVit,1;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",10;\nbonus2 bSkillAtk,"SJ_FULLMOONKICK",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300119,'aegis_300119','Boiling Swordfish Card','Card',10,true,true,true,'CLIENT','bonus bAgi,1;\nbonus bDex,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"RL_HAMMER_OF_GOD",10;\nbonus2 bSkillAtk,"RL_R_TRIP",10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300120,'aegis_300120','Boiling Piranha Card','Card',10,true,true,true,'CLIENT','bonus bMatkRate,2;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300121,'aegis_300121','Boiling Marc Card','Card',10,true,true,'CLIENT','.@r = getrefine();\nbonus2 bMagicAtkEle,Ele_Holy,5;\nbonus2 bMagicAtkEle,Ele_Water,5;\nbonus2 bMagicAtkEle,Ele_Holy,(.@r/2);\nbonus2 bMagicAtkEle,Ele_Water,(.@r/2);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300122,'aegis_300122','Yellow Pitaya Card','Card',10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Holy,3*getrefine();'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300123,'aegis_300123','Purple Pitaya Card','Card',10,true,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Neutral,3*getrefine();'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300124,'aegis_300124','Blue Pitaya Card','Card',10,true,true,'CLIENT','.@r = getequiprefinerycnt(EQI_HAND_R);\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_STAFF || getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {\n bonus2 bMagicAtkEle,Ele_Water,10;\n}\nif (.@r>=10) {\n bonus2 bMagicAtkEle,Ele_Water,10;\n}\nif (.@r>=14) {\n bonus2 bMagicAtkEle,Ele_Water,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (300125,'aegis_300125','Green Pitaya Card','Card',10,true,true,true,'CLIENT','bonus bInt,1;\nbonus bLuk,2;\nbonus bMaxHPrate,10;\nbonus2 bSkillAtk,"SU_CN_METEOR",10;\nbonus2 bSkillAtk,"SU_PICKYPECK",10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (300127,'aegis_300127','Wolf Card','Card',10,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (300128,'aegis_300128','Wolf Lugenburg Card','Card',10,true,'bonus2 bAddRace,RC_Insect,15;\nbonus2 bMagicAddRace,RC_Insect,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (300128,'aegis_300128','Wolf Lugenburg Card','Card',10,true,'CLIENT','bonus2 bAddRace,RC_Insect,15;\nbonus2 bMagicAddRace,RC_Insect,15;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (300129,'aegis_300129','Poe Card','Card',10,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`) VALUES (300130,'aegis_300130','Poe Richard Card','Card',10,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (300140,'aegis_300140','Deep Sea Sropho Card','Card',10,true,'.@r = getrefine();\nbonus2 bMagicAtkEle,Ele_Wind,3;\nif (.@r>=9) {\n bonus2 bMagicAtkEle,Ele_Wind,2;\n}\nif (.@r>=11) {\n bonus2 bMagicAtkEle,Ele_Wind,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (300141,'aegis_300141','Deep Sea Obeaune Card','Card',10,true,true,'bonus bMatk,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (300142,'aegis_300142','Deep Sea Deviace Card','Card',10,true,'.@r = getrefine();\nbonus2 bAddRace,RC_Fish,5;\nbonus2 bAddEle,Ele_Water,5;\nif (.@r>=7) {\n bonus2 bAddEle,Ele_Water,5;\n}\nif (.@r>=9) {\n bonus2 bAddRace,RC_Fish,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`script`) VALUES (300143,'aegis_300143','Deep Sea Marse Card','Card',10,true,'bonus2 bSubEle,Ele_Earth,15;\nbonus2 bSubRace,RC_Insect,15;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300144,'aegis_300144','Deep Sea Merman Card','Card',10,true,'bonus bBaseAtk,4*(readparam(bStr)/15);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`script`) VALUES (300145,'aegis_300145','Deep Sea Witch Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Fire,100;\nbonus2 bMagicAtkEle,Ele_Dark,100;\nbonus2 bSubEle,Ele_All,-30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (300146,'aegis_300146','Deep Sea Sedora Card','Card',10,true,'bonus2 bCriticalAddRace,RC_Fish,30;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (300147,'aegis_300147','Deep Sea Swordfish Card','Card',10,true,true,true,'bonus2 bSubEle,Ele_Water,10;\nif (getrefine()>=9) {\n bonus2 bMagicAddEle,Ele_Water,10;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`script`) VALUES (300148,'aegis_300148','Deep Sea Strouf Card','Card',10,true,'bonus bMaxHPrate,10;\nbonus bMaxSPrate,5;\nif (getrefine()>=9) {\n bonus2 bMagicAddEle,Ele_Water,5;\n bonus2 bAddEle,Ele_Water,5;\n}'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`script`) VALUES (300149,'aegis_300149','Deep Sea Phen Card','Card',10,true,'bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Wind,3*getrefine();'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`script`) VALUES (300150,'aegis_300150','Deep Sea King Dramoh Card','Card',10,true,true,true,'bonus bMaxHPrate,-5;\nbonus2 bAddClass,Class_All,(getrefine()/3);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (300151,'aegis_300151','Deep Sea Kraken Card','Card',10,true,'bonus bLongAtkRate,25;\nbonus bPerfectHitRate,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300177,'aegis_300177','Arena Arhi Card','Card',10,true,'bonus2 bAddSize,Size_All,5;\nbonus2 bMagicAddSize,Size_All,5;\nbonus bMaxHP,1000;\nbonus bFlee,35;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300178,'aegis_300178','Arena Dio Anemos Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Neutral,10;\nbonus2 bMagicAtkEle,Ele_Earth,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300179,'aegis_300179','Arena Shoplifter Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Holy,10;\nbonus2 bMagicAtkEle,Ele_Fire,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300180,'aegis_300180','Arena Gangster Card','Card',10,true,'bonus bAspdRate,10;\nbonus bCritAtkRate,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300181,'aegis_300181','Arena Bully Card','Card',10,true,'bonus bAspdRate,7;\nbonus bCritAtkRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300182,'aegis_300182','Arena Faymont Card','Card',10,true,'bonus bMaxSPrate,20;\nbonus5 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,1,BF_WEAPON,0;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300183,'aegis_300183','Arena Ordre Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Wind,10;\nbonus2 bMagicAtkEle,Ele_Water,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300184,'aegis_300184','Arena Blut Hase Card','Card',10,true,'bonus2 bAddClass,Class_All,5;\nbonus bLongAtkRate,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300185,'aegis_300185','Arena Kuro Akuma Card','Card',10,true,'bonus bVariableCastrate,-10;\nbonus2 bSkillAtk,"NJ_KOUENKA",15;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",15;\nbonus2 bSkillAtk,"NJ_HUUJIN",15;\nbonus bLongAtkRate,8;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300186,'aegis_300186','Arena Ifodes Card','Card',10,true,'bonus bAspdRate,7;\nbonus bShortAtkRate,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300187,'aegis_300187','Arena Odoric Card','Card',10,true,'bonus bAspdRate,7;\nbonus bLongAtkRate,7;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300188,'aegis_300188','Arena Licheniyes Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Holy,10;\nbonus bHealPower,20;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`script`) VALUES (300189,'aegis_300189','Arena Ju Card','Card',10,true,'.@val = 15;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n .@val += 20;\n}\nif (getrefine()>=14) {\n .@val += 30;\n}\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@val;\nbonus2 bSkillAtk,"MG_FIREBOLT",.@val;\nbonus2 bSkillAtk,"MG_COLDBOLT",.@val;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`script`) VALUES (300190,'aegis_300190','Arena Fay Kanavian Card','Card',10,true,'bonus2 bMagicAtkEle,Ele_Neutral,10;\nbonus2 bMagicAtkEle,Ele_Earth,10;\nautobonus "{ bonus bDef,500; }",1,5000,BF_WEAPON,"{ active_transform 1040,5000; /*GOLEM*/ }";'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`script`) VALUES (300191,'aegis_300191','Arena Dwigh Card','Card',10,true,true,'bonus2 bMagicAtkEle,Ele_Neutral,20;\nbonus2 bMagicAtkEle,Ele_Undead,20;\nbonus2 bMagicAtkEle,Ele_Dark,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (300140,'aegis_300140','Deep Sea Sropho Card','Card',10,true,'CLIENT','.@r = getrefine();\nbonus2 bMagicAtkEle,Ele_Wind,3;\nif (.@r>=9) {\n bonus2 bMagicAtkEle,Ele_Wind,2;\n}\nif (.@r>=11) {\n bonus2 bMagicAtkEle,Ele_Wind,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (300141,'aegis_300141','Deep Sea Obeaune Card','Card',10,true,true,'CLIENT','bonus bMatk,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (300142,'aegis_300142','Deep Sea Deviace Card','Card',10,true,'CLIENT','.@r = getrefine();\nbonus2 bAddRace,RC_Fish,5;\nbonus2 bAddEle,Ele_Water,5;\nif (.@r>=7) {\n bonus2 bAddEle,Ele_Water,5;\n}\nif (.@r>=9) {\n bonus2 bAddRace,RC_Fish,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_left_hand`,`flag_dropeffect`,`script`) VALUES (300143,'aegis_300143','Deep Sea Marse Card','Card',10,true,'CLIENT','bonus2 bSubEle,Ele_Earth,15;\nbonus2 bSubRace,RC_Insect,15;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300144,'aegis_300144','Deep Sea Merman Card','Card',10,true,'CLIENT','bonus bBaseAtk,4*(readparam(bStr)/15);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (300145,'aegis_300145','Deep Sea Witch Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Fire,100;\nbonus2 bMagicAtkEle,Ele_Dark,100;\nbonus2 bSubEle,Ele_All,-30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (300146,'aegis_300146','Deep Sea Sedora Card','Card',10,true,'CLIENT','bonus2 bCriticalAddRace,RC_Fish,30;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (300147,'aegis_300147','Deep Sea Swordfish Card','Card',10,true,true,true,'CLIENT','bonus2 bSubEle,Ele_Water,10;\nif (getrefine()>=9) {\n bonus2 bMagicAddEle,Ele_Water,10;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_armor`,`flag_dropeffect`,`script`) VALUES (300148,'aegis_300148','Deep Sea Strouf Card','Card',10,true,'CLIENT','bonus bMaxHPrate,10;\nbonus bMaxSPrate,5;\nif (getrefine()>=9) {\n bonus2 bMagicAddEle,Ele_Water,5;\n bonus2 bAddEle,Ele_Water,5;\n}'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_garment`,`flag_dropeffect`,`script`) VALUES (300149,'aegis_300149','Deep Sea Phen Card','Card',10,true,'CLIENT','bonus2 bSubEle,Ele_Neutral,15;\nbonus2 bMagicAtkEle,Ele_Wind,3*getrefine();'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_dropeffect`,`script`) VALUES (300150,'aegis_300150','Deep Sea King Dramoh Card','Card',10,true,true,true,'CLIENT','bonus bMaxHPrate,-5;\nbonus2 bAddClass,Class_All,(getrefine()/3);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (300151,'aegis_300151','Deep Sea Kraken Card','Card',10,true,'CLIENT','bonus bLongAtkRate,25;\nbonus bPerfectHitRate,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300177,'aegis_300177','Arena Arhi Card','Card',10,true,'CLIENT','bonus2 bAddSize,Size_All,5;\nbonus2 bMagicAddSize,Size_All,5;\nbonus bMaxHP,1000;\nbonus bFlee,35;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300178,'aegis_300178','Arena Dio Anemos Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Neutral,10;\nbonus2 bMagicAtkEle,Ele_Earth,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300179,'aegis_300179','Arena Shoplifter Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Holy,10;\nbonus2 bMagicAtkEle,Ele_Fire,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300180,'aegis_300180','Arena Gangster Card','Card',10,true,'CLIENT','bonus bAspdRate,10;\nbonus bCritAtkRate,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300181,'aegis_300181','Arena Bully Card','Card',10,true,'CLIENT','bonus bAspdRate,7;\nbonus bCritAtkRate,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300182,'aegis_300182','Arena Faymont Card','Card',10,true,'CLIENT','bonus bMaxSPrate,20;\nbonus5 bAutoSpellWhenHit,"CH_SOULCOLLECT",1,1,BF_WEAPON,0;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300183,'aegis_300183','Arena Ordre Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Wind,10;\nbonus2 bMagicAtkEle,Ele_Water,10;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300184,'aegis_300184','Arena Blut Hase Card','Card',10,true,'CLIENT','bonus2 bAddClass,Class_All,5;\nbonus bLongAtkRate,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300185,'aegis_300185','Arena Kuro Akuma Card','Card',10,true,'CLIENT','bonus bVariableCastrate,-10;\nbonus2 bSkillAtk,"NJ_KOUENKA",15;\nbonus2 bSkillAtk,"NJ_HYOUSENSOU",15;\nbonus2 bSkillAtk,"NJ_HUUJIN",15;\nbonus bLongAtkRate,8;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300186,'aegis_300186','Arena Ifodes Card','Card',10,true,'CLIENT','bonus bAspdRate,7;\nbonus bShortAtkRate,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300187,'aegis_300187','Arena Odoric Card','Card',10,true,'CLIENT','bonus bAspdRate,7;\nbonus bLongAtkRate,7;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300188,'aegis_300188','Arena Licheniyes Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Holy,10;\nbonus bHealPower,20;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_hand`,`flag_dropeffect`,`script`) VALUES (300189,'aegis_300189','Arena Ju Card','Card',10,true,'CLIENT','.@val = 15;\nif (getiteminfo(getequipid(EQI_HAND_R),11) == W_BOOK) {\n .@val += 20;\n}\nif (getrefine()>=14) {\n .@val += 30;\n}\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",.@val;\nbonus2 bSkillAtk,"MG_FIREBOLT",.@val;\nbonus2 bSkillAtk,"MG_COLDBOLT",.@val;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shoes`,`flag_dropeffect`,`script`) VALUES (300190,'aegis_300190','Arena Fay Kanavian Card','Card',10,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Neutral,10;\nbonus2 bMagicAtkEle,Ele_Earth,10;\nautobonus "{ bonus bDef,500; }",1,5000,BF_WEAPON,"{ active_transform 1040,5000; /*GOLEM*/ }";'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_right_accessory`,`location_left_accessory`,`flag_dropeffect`,`script`) VALUES (300191,'aegis_300191','Arena Dwigh Card','Card',10,true,true,'CLIENT','bonus2 bMagicAtkEle,Ele_Neutral,20;\nbonus2 bMagicAtkEle,Ele_Undead,20;\nbonus2 bMagicAtkEle,Ele_Dark,20;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (310000,'Ranger_Top2','Sniper Stone II (Top)','Card','bonus bAspdRate,getskilllv("SN_WINDWALK")/2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (310001,'Ranger_Middle2','Sniper Stone II (Middle)','Card','bonus bLongAtkRate,getskilllv("HT_BEASTBANE")*2;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`script`) VALUES (310002,'Ranger_Bottom2','Sniper Stone II (Bottom)','Card','bonus bBaseAtk,getskilllv("SN_SIGHT")*2;');