diff --git a/db/re/item_combo_db.txt b/db/re/item_combo_db.txt index 1f6ed9cb6c..55531e44b8 100644 --- a/db/re/item_combo_db.txt +++ b/db/re/item_combo_db.txt @@ -598,7 +598,7 @@ 4627:4628,{ bonus2 bIgnoreDefRaceRate,RC_Formless,50; bonus2 bIgnoreDefRaceRate,RC_Demon,50;} 4629:4630,{ bonus3 bAutoSpell,"NPC_WIDECURSE",2,2; bonus2 bSubEle,Ele_Neutral,5; } 4631:4632,{ bonus5 bAutoSpell,"WZ_VERMILION",1,1,BF_WEAPON,0; } -4635:4636,{ bonus2 bResEff,Eff_Burning,10000; } +4635:4636,{ bonus2 bSubEle,Ele_Dark,100; bonus2 bSubEle,Ele_Undead,100; } 4642:4646,{ bonus2 bAddClass,Class_All,10; bonus bMatkRate,10; } 4643:4646,{ bonus2 bAddClass,Class_All,10; bonus bMatkRate,10; } 4644:4646,{ bonus2 bAddClass,Class_All,10; bonus bMatkRate,10; } diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index dd2acb8200..f5de945ad7 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -47386,8 +47386,12 @@ Body: Script: | bonus bAllStats,3; bonus bAspdRate,10; - bonus2 bAddRace,RC_DemiHuman,5; - bonus2 bAddRace,RC_Player_Human,5; + bonus bFixedCast,-500; + bonus2 bAddRace,RC_DemiHuman,10; + bonus2 bMagicAddRace,RC_DemiHuman,10; + bonus2 bAddRace,RC_Player_Human,10; + bonus2 bMagicAddRace,RC_Player_Human,10; + bonus bUnbreakableHelm; - Id: 5604 AegisName: RTC_Second_Best Name: RTC Second Place @@ -47412,8 +47416,12 @@ Body: Script: | bonus bAllStats,2; bonus bAspdRate,7; - bonus2 bAddRace,RC_DemiHuman,3; - bonus2 bAddRace,RC_Player_Human,3; + bonus bFixedCast,-300; + bonus2 bAddRace,RC_DemiHuman,5; + bonus2 bMagicAddRace,RC_DemiHuman,5; + bonus2 bAddRace,RC_Player_Human,5; + bonus2 bMagicAddRace,RC_Player_Human,5; + bonus bUnbreakableHelm; - Id: 5605 AegisName: RTC_Third_Best Name: RTC Third Place @@ -47438,8 +47446,12 @@ Body: Script: | bonus bAllStats,1; bonus bAspdRate,5; - bonus2 bAddRace,RC_DemiHuman,1; - bonus2 bAddRace,RC_Player_Human,1; + bonus bFixedCast,-100; + bonus2 bAddRace,RC_DemiHuman,3; + bonus2 bMagicAddRace,RC_DemiHuman,3; + bonus2 bAddRace,RC_Player_Human,3; + bonus2 bMagicAddRace,RC_Player_Human,3; + bonus bUnbreakableHelm; - Id: 5606 AegisName: Campume_Hat Name: Champune Hat @@ -82199,6 +82211,8 @@ Body: Type: Armor Locations: Costume_Head_Top: true + Costume_Head_Mid: true + Costume_Head_Low: true EquipLevelMin: 1 View: 676 Trade: diff --git a/db/re/item_db_etc.yml b/db/re/item_db_etc.yml index 69d9a4467d..626cd572cc 100644 --- a/db/re/item_db_etc.yml +++ b/db/re/item_db_etc.yml @@ -10338,9 +10338,9 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bAddClass,Class_All,(getrefine()>=15?8:5); - bonus5 bAutoSpell,"SA_DISPELL",1,1,BF_NORMAL,1; bonus bUnbreakableWeapon; + bonus2 bAddClass,Class_All,(getrefine()>=15?8:5); + bonus3 bAutoSpell,"SA_DISPELL",1,25; - Id: 4536 AegisName: Sealed_Atroce_Card Name: Sealed Atroce Card @@ -10456,9 +10456,9 @@ Body: BuyingStore: true DropEffect: CLIENT Script: | - bonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000); - bonus5 bAutoSpell,"SA_LANDPROTECTOR",1,1,BF_MAGIC,1; bonus bMdef,-20; + bonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000); + bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,35,BF_MAGIC,0; - Id: 4543 AegisName: SLD_Garm_Card Name: Sealed Hatii Card diff --git a/sql-files/item_db_re_equip.sql b/sql-files/item_db_re_equip.sql index 8bccf36e01..bc3e723cca 100644 --- a/sql-files/item_db_re_equip.sql +++ b/sql-files/item_db_re_equip.sql @@ -2279,9 +2279,9 @@ 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`,`defense`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`script`) VALUES (5600,'Br_Twin_Ribbon','Brazil Twin Ribbon','Armor',20,100,1,true,1,true,575,'bonus bAllStats,3;\nbonus bMdef,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`script`) VALUES (5601,'Br_Beret','Brazil Beret','Armor',20,100,1,true,1,true,576,'bonus bAllStats,3;\nbonus bMdef,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`slots`,`location_head_mid`,`location_head_low`,`equip_level_min`,`view`,`script`) VALUES (5602,'Jaguar_Hat_J','Jaguar Hat J','Armor',20,300,1,true,true,50,530,'bonus2 bAddEle,Ele_Fire,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (5603,'RTC_Winner_Only','RTC First Place','Armor',250,8,1,true,1,true,577,100,true,true,true,true,true,true,true,'bonus bAllStats,3;\nbonus bAspdRate,10;\nbonus2 bAddRace,RC_DemiHuman,5;\nbonus2 bAddRace,RC_Player_Human,5;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (5604,'RTC_Second_Best','RTC Second Place','Armor',250,6,1,true,1,true,578,100,true,true,true,true,true,true,true,'bonus bAllStats,2;\nbonus bAspdRate,7;\nbonus2 bAddRace,RC_DemiHuman,3;\nbonus2 bAddRace,RC_Player_Human,3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (5605,'RTC_Third_Best','RTC Third Place','Armor',250,4,1,true,1,true,579,100,true,true,true,true,true,true,true,'bonus bAllStats,1;\nbonus bAspdRate,5;\nbonus2 bAddRace,RC_DemiHuman,1;\nbonus2 bAddRace,RC_Player_Human,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (5603,'RTC_Winner_Only','RTC First Place','Armor',250,8,1,true,1,true,577,100,true,true,true,true,true,true,true,'bonus bAllStats,3;\nbonus bAspdRate,10;\nbonus bFixedCast,-500;\nbonus2 bAddRace,RC_DemiHuman,10;\nbonus2 bMagicAddRace,RC_DemiHuman,10;\nbonus2 bAddRace,RC_Player_Human,10;\nbonus2 bMagicAddRace,RC_Player_Human,10;\nbonus bUnbreakableHelm;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (5604,'RTC_Second_Best','RTC Second Place','Armor',250,6,1,true,1,true,578,100,true,true,true,true,true,true,true,'bonus bAllStats,2;\nbonus bAspdRate,7;\nbonus bFixedCast,-300;\nbonus2 bAddRace,RC_DemiHuman,5;\nbonus2 bMagicAddRace,RC_DemiHuman,5;\nbonus2 bAddRace,RC_Player_Human,5;\nbonus2 bMagicAddRace,RC_Player_Human,5;\nbonus bUnbreakableHelm;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (5605,'RTC_Third_Best','RTC Third Place','Armor',250,4,1,true,1,true,579,100,true,true,true,true,true,true,true,'bonus bAllStats,1;\nbonus bAspdRate,5;\nbonus bFixedCast,-100;\nbonus2 bAddRace,RC_DemiHuman,3;\nbonus2 bMagicAddRace,RC_DemiHuman,3;\nbonus2 bAddRace,RC_Player_Human,3;\nbonus2 bMagicAddRace,RC_Player_Human,3;\nbonus bUnbreakableHelm;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`defense`,`location_head_top`,`equip_level_min`,`refineable`,`view`,`script`) VALUES (5606,'Campume_Hat','Champune Hat','Armor',500,1200,4,true,3,true,580,'bonus bAllStats,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`slots`,`location_head_top`,`equip_level_min`,`view`,`script`) VALUES (5607,'Lyria_Doll_Hat','Lyria Doll Hat','Armor',500,1,true,60,581,'bonus bMaxHP,500;\nbonus2 bSubRace,RC_DemiHuman,5;\nbonus2 bSubRace,RC_Player_Human,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`slots`,`location_head_top`,`equip_level_min`,`view`,`script`) VALUES (5608,'Dorothy_Doll_Hat','Dorothy Doll Hat','Armor',500,1,true,60,582,'bonus bMaxSP,80;\nbonus2 bSubRace,RC_DemiHuman,5;\nbonus2 bSubRace,RC_Player_Human,5;'); @@ -4028,7 +4028,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_cos REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_Mid`,`location_costume_head_Low`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`) VALUES (19564,'C_Tiger_Arhat_Mask','Costume Tiger Arhat Mask','Armor',true,true,1,546,100,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`,`script`) VALUES (19565,'C_Chung_Hairband','Costume Chung Hairpin','Armor',true,1,583,100,true,'bonus bInt,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_Low`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`) VALUES (19566,'C_Samurai_Mask','Costume Samurai Mask','Armor',true,1,644,100,true); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`,`script`) VALUES (19567,'C_Hatta_Black','Costume Hatta Black','Armor',true,1,676,100,true,'bonus bVit,1;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`location_costume_head_Mid`,`location_costume_head_Low`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`,`script`) VALUES (19567,'C_Hatta_Black','Costume Hatta Black','Armor',true,true,true,1,676,100,true,'bonus bVit,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`,`script`) VALUES (19568,'C_Ancient_Horns','Costume Ancient Horns','Armor',true,1,757,100,true,'bonus bStr,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`,`script`) VALUES (19569,'C_Sprout_Hat','Costume Sprout Hat','Armor',true,1,758,100,true,'bonus bInt,1;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`,`trade_override`,`trade_nodrop`,`script`) VALUES (19570,'C_Mercury_Riser','Costume Mercury Riser','Armor',true,1,759,100,true,'bonus bLuk,1;'); @@ -7243,8 +7243,8 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`defense`,`sl REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_right_accessory`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (490017,'Imperial_Attack_Ring','Imperial Attack Ring','Armor',0,8,1,true,125,100,true,true,true,true,true,true,true,'bonus bAspdRate,5;\nbonus bVariableCastrate,-7;\nbonus bCritAtkRate,7;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_right_accessory`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (490018,'Imperial_Magic_Ring','Imperial Magic Ring','Armor',0,8,1,true,125,100,true,true,true,true,true,true,true,'bonus bAspdRate,5;\nbonus bVariableCastrate,-7;\nbonus2 bMagicAddEle,Ele_All,7;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_right_accessory`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (490019,'Grace_Attack_Ring','Grace Attack Ring','Armor',0,10,1,true,150,100,true,true,true,true,true,true,true,'bonus bAspdRate,7;\nbonus bVariableCastrate,-10;\nbonus bCritAtkRate,10;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_right_accessory`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (490020,'Grace_Magic_Ring','Grace Magic Ring','Armor',0,10,1,true,150,100,true,true,true,true,true,true,true,'bonus bAspdRate,7;\nbonus bVariableCastrate,-10;\nbonus2 bMagicAddEle,Ele_All,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`slots`,`location_right_accessory`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (490022,'TrustRing','Thunder Ring','Armor',300,1,true,true,100,'bonus2 bAddRace,RC_All,5;\nbonus bMatkRate,5;\nbonus2 bAddEle,Ele_Water,10;\nbonus2 bMagicAddEle,Ele_Water,10;\nbonus2 bSubEle,Ele_Water,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`defense`,`slots`,`location_right_accessory`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (490020,'Grace_Magic_Ring','Grace Magic Ring','Armor',0,10,1,true,150,100,true,true,true,true,true,true,true,'bonus bAspdRate,7;\nbonus bVariableCastrate,-10;\nbonus2 bMagicAddEle,Ele_All,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`slots`,`location_right_accessory`,`equip_level_min`,`script`) VALUES (490024,'Auto_B_R','Automatic Booster R','Armor',100,1,true,160,'bonus2 bAddClass,Class_All,5;\nbonus bMaxHPrate,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`slots`,`location_left_accessory`,`equip_level_min`,`script`) VALUES (490025,'Auto_B_L','Automatic Booster L','Armor',100,1,true,160,'bonus2 bAddClass,Class_All,5;\nbonus bMaxSPrate,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`slots`,`location_right_accessory`,`equip_level_min`,`script`) VALUES (490026,'Auto_BC_R','Automatic Battle Chip R','Armor',100,1,true,160,'bonus bMatkRate,5;\nbonus bMaxHPrate,5;'); diff --git a/sql-files/item_db_re_etc.sql b/sql-files/item_db_re_etc.sql index bde18fa20b..2b5ba084d9 100644 --- a/sql-files/item_db_re_etc.sql +++ b/sql-files/item_db_re_etc.sql @@ -821,14 +821,14 @@ 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`,`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 (4535,'Sealed_Rand_Card','Sealed Randgris Card','Card',20,10,true,true,'CLIENT','bonus bUnbreakableWeapon;\nbonus2 bAddClass,Class_All,(getrefine()>=15?8:5);\nbonus3 bAutoSpell,"SA_DISPELL",1,25;'); 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 (4542,'SLD_Detale_Card','Sealed Detale Card','Card',20,10,true,true,'CLIENT','bonus bMdef,-20;\nbonus2 bResEff,Eff_Freeze,(getrefine()>=15?6000:4000);\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,35,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 (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;');