diff --git a/db/re/item_db_equip.yml b/db/re/item_db_equip.yml index 02cd3de951..2ee3f16a56 100644 --- a/db/re/item_db_equip.yml +++ b/db/re/item_db_equip.yml @@ -88119,8 +88119,8 @@ Body: Name: Costume Silent Executor Type: Armor Locations: - Costume_Head_Top: true Costume_Head_Mid: true + Costume_Head_Low: true EquipLevelMin: 1 View: 632 - Id: 20392 diff --git a/sql-files/item_db_re_equip.sql b/sql-files/item_db_re_equip.sql index eb50c4a774..02e44550a8 100644 --- a/sql-files/item_db_re_equip.sql +++ b/sql-files/item_db_re_equip.sql @@ -464,7 +464,7 @@ 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`,`attack`,`magic_attack`,`range`,`slots`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (1588,'Metal_Book','Metal Book','Weapon','Book',20,45,10,1,1,true,true,true,true,3,1,true,100,true,true,true,true,true,true,true,'.@r = getrefine();\nbonus bBaseAtk,(.@r*5);\nbonus bMatk,(.@r*2);\n.@i = min(BaseLevel/10,12);\nif (BaseLevel>20) {\n bonus bBaseAtk,((min(BaseLevel,120)-20)/10)*5;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`range`,`slots`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1589,'Legacy_Of_Dragon_','Legacy of Dragon','Weapon','Book',20,700,130,1,2,true,true,true,true,4,70,true,'bonus bInt,3;\nbonus bIgnoreDefRace,RC_Dragon;\nbonus2 bSPGainRace,RC_Dragon,10;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`magic_attack`,`range`,`slots`,`job_priest`,`job_sage`,`class_third`,`class_third_upper`,`class_third_baby`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1590,'Snake_Encyclopedia','Daizenshu Dakatsu','Weapon','Book',60000,1500,10,110,1,2,true,true,true,true,true,true,4,105,true,'bonus bUnbreakableWeapon;\n.@r = getrefine();\nbonus bBaseAtk,.@r*3;\nbonus bMatk,.@r*3;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`attack`,`range`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (1591,'TE_Woe_Book','TE Woe Book','Weapon','Book',120,1,true,true,true,true,3,40,true,100,true,true,true,true,true,true,true,'bonus2 bAddRace,RC_Player_Human,40;\nbonus2 bMagicAddRace,RC_Player_Human,5;\n bonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bMagicAddRace,RC_Player_Doram,5;\nbonus2 bAddEff,Eff_Blind,1000;\nbonus bHealPower,5;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`attack`,`range`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (1591,'TE_Woe_Book','TE Woe Book','Weapon','Book',120,1,true,true,true,true,3,40,true,100,true,true,true,true,true,true,true,'bonus2 bAddRace,RC_Player_Human,40;\nbonus2 bMagicAddRace,RC_Player_Human,5;\nbonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bMagicAddRace,RC_Player_Doram,5;\nbonus2 bAddEff,Eff_Blind,1000;\nbonus bHealPower,5;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`magic_attack`,`range`,`slots`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1592,'Thor_Pedigree_Book','Raijin\'s Lineage','Weapon','Book',10,400,90,130,1,2,true,true,true,true,4,27,true,'.@r = getrefine();\nbonus bInt,3;\nbonus2 bSkillAtk,"MG_LIGHTNINGBOLT",5+.@r;\nbonus bUnbreakableWeapon;\nbonus bAtkEle,Ele_Wind;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`magic_attack`,`range`,`slots`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1593,'Book_of_Destiny','Book of Destiny','Weapon','Book',10,400,90,90,1,1,true,true,true,true,4,24,true,'.@r = getrefine();\nbonus bLuk,5;\nbonus bFlee2,15;\nif (.@r >= 7)\n bonus bFlee2,5;\nbonus bUnbreakableWeapon;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`magic_attack`,`range`,`slots`,`job_priest`,`job_sage`,`job_stargladiator`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1594,'Fire_Pedigree_Book','Fire Pedigree Book','Weapon','Book',10,400,90,130,1,2,true,true,true,true,4,27,true,'.@r = getrefine();\nbonus bInt,3;\nbonus2 bSkillAtk,"MG_FIREBOLT",5+.@r;\nbonus bUnbreakableWeapon;\nbonus bAtkEle,Ele_Fire;'); @@ -652,7 +652,7 @@ 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`,`attack`,`range`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (1831,'P_Knuckle1','Eden Knuckle I','Weapon','Knuckle',120,1,true,true,true,3,60,100,true,true,true,true,true,true,true); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`range`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1832,'Velum_Claw','Vellum Claw','Weapon','Knuckle',20,650,160,1,true,true,true,4,95,true,'bonus2 bAddRace,RC_Player_Human,100;\n.@r = getrefine();\nif (.@r>7) {\n bonus2 bAddRace,RC_Player_Human,20;\n}\nif (.@r>9) {\n bonus2 bVariableCastrate,"MO_EXTREMITYFIST",-100;\n bonus2 bFixedCastrate,"MO_EXTREMITYFIST",-100;\n bonus4 bAutoSpellOnSkill,"MO_EXPLOSIONSPIRITS","CH_SOULCOLLECT",1,10000;\n bonus2 bHPLossRate,500,3000;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`range`,`slots`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1833,'Claw_Of_Flash','Claw of Flash','Weapon','Knuckle',60000,400,140,1,2,true,true,true,4,105,true,'bonus bAspd,1;\nbonus bAspdRate,getrefine();\nbonus2 bAddSize,Size_Medium,getrefine();'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`attack`,`range`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (1834,'TE_Woe_Fist','TE Woe Fist','Weapon','Knuckle',150,1,true,true,true,3,40,true,100,true,true,true,true,true,true,true,'bonus2 bAddRace,RC_Player_Human,40;\bonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bAddEff,Eff_Freeze,1000;'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`attack`,`range`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (1834,'TE_Woe_Fist','TE Woe Fist','Weapon','Knuckle',150,1,true,true,true,3,40,true,100,true,true,true,true,true,true,true,'bonus2 bAddRace,RC_Player_Human,40;\nbonus2 bAddRace,RC_Player_Doram,40;\nbonus2 bAddEff,Eff_Freeze,1000;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`weight`,`attack`,`range`,`slots`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1835,'Spartacus','Spartacus','Weapon','Knuckle',600,100,1,2,true,true,true,4,50,true,'bonus bUnbreakableWeapon;\n.@r = getrefine();\nbonus2 bAddClass,Class_All,.@r;\nif (.@r>9) {\n bonus bNoSizeFix;\n}'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`magic_attack`,`range`,`slots`,`job_monk`,`class_third`,`class_third_upper`,`class_third_baby`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`,`unequip_script`) VALUES (1836,'Thanos_Knuckle','Thanos Knuckle','Weapon','Knuckle',10,600,160,100,1,1,true,true,true,true,true,4,120,true,'bonus bInt,6;\nbonus bVit,6;\nbonus bLuk,-6;\nbonus2 bHPDrainRate,50,5;\nbonus2 bSPDrainRate,10,5;\nbonus2 bHPLossRate,100,10000;','heal -1000,0;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`slots`,`job_monk`,`job_priest`,`location_right_hand`,`weapon_level`,`equip_level_min`,`refineable`,`script`) VALUES (1837,'Iron_nail','Iron Nail','Weapon','Knuckle',10,1500,100,1,true,true,true,3,50,true,'bonus bUnbreakableWeapon;\nbonus bIgnoreDefClass,Class_All;\n.@r = (getrefine()/2);\nbonus bAspdRate,-5+.@r;\nif (getskilllv("MO_CHAINCOMBO") == 5) {\n bonus bBaseAtk,20;\n}\nif (getskilllv("MO_COMBOFINISH") == 5) {\n bonus bBaseAtk,20;\n}\nif (getskilllv("CH_TIGERFIST") == 5) {\n bonus bBaseAtk,20;\n}\nif (getskilllv("CH_CHAINCRUSH") == 10) {\n bonus bBaseAtk,40;\n}'); @@ -4742,7 +4742,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_top`,`equip_level_min`,`view`) VALUES (20384,'C_Douce_Tiara','Costume Douce Tiara','Armor',true,1,1410); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (20386,'C_Victory_Wing_Helm','Costume Victory Wing Helm','Armor',true,1,677); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`view`) VALUES (20388,'aegis_20388','Costume Ayam','Armor',true,228); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`location_costume_head_Mid`,`equip_level_min`,`view`) VALUES (20391,'C_Silent_Executor','Costume Silent Executor','Armor',true,true,1,632); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_Mid`,`location_costume_head_Low`,`equip_level_min`,`view`) VALUES (20391,'C_Silent_Executor','Costume Silent Executor','Armor',true,true,1,632); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`location_costume_head_Mid`,`equip_level_min`,`view`) VALUES (20392,'C_Sniper_Google','Costume Sniper Google','Armor',true,true,1,625); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (20393,'C_Schmitz_Helm','Costume Schmitz Helm','Armor',true,1,634); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_costume_head_top`,`equip_level_min`,`view`) VALUES (20394,'C_Pumpkin_Toque','Costume Pumpkin Toque','Armor',true,1,1411); @@ -5366,9 +5366,9 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_sha REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24205,'S_Damned_Shield','Damned Shadow Shield','Shadowgear',true,1,true,'.@r = getrefine();\n.@i = (.@r<7)?1:((.@r<9)?2:3);\nbonus2 bSubDefEle,Ele_Holy,.@i;\nbonus2 bMagicSubDefEle,Ele_Holy,.@i;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24206,'S_Geist_Shield','Exorcism Shadow Shield','Shadowgear',true,1,true,'.@r = getrefine();\n.@i = (.@r<7)?1:((.@r<9)?2:3);\nbonus2 bSubDefEle,Ele_Ghost,.@i;\nbonus2 bMagicSubDefEle,Ele_Ghost,.@i;'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shield`,`equip_level_min`,`refineable`,`script`) VALUES (24207,'S_Divine_Shield','Divine Shadow Shield','Shadowgear',true,1,true,'.@r = getrefine();\n.@i = (.@r<7)?1:((.@r<9)?2:3);\nbonus2 bSubDefEle,Ele_Undead,.@i;\nbonus2 bMagicSubDefEle,Ele_Undead,.@i;'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shadow_shoes`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24208,'S_Expert_Shoes','Expert Shadow Shoes','Shadowgear'100,true,150,175,true,'bonus2 bExpAddRace,RC_All,(getrefine()/4);'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`location_shadow_shoes`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24208,'S_Expert_Shoes','Expert Shadow Shoes','Shadowgear',100,true,150,175,true,'bonus2 bExpAddRace,RC_All,(getrefine()/4);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shield`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24209,'S_Expert_Shield','Expert Shadow Shield','Shadowgear',true,150,175,true,'bonus2 bExpAddRace,RC_All,(getrefine()/4);'); -REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shoes`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24210,'S_Beginner_Shoes','Beginner Shadow Shoes','Shadowgear'true,1,49,true,'bonus2 bExpAddRace,RC_All,getrefine();'); +REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shoes`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24210,'S_Beginner_Shoes','Beginner Shadow Shoes','Shadowgear',true,1,49,true,'bonus2 bExpAddRace,RC_All,getrefine();'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shield`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24211,'S_Beginner_Shield','Beginner Shadow Shield','Shadowgear',true,1,49,true,'bonus2 bExpAddRace,RC_All,getrefine();'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shoes`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24212,'S_Rookie_Shoes','Rookie Shadow Shoes','Shadowgear',true,50,99,true,'bonus2 bExpAddRace,RC_All,(getrefine()/2);'); REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`location_shadow_shield`,`equip_level_min`,`equip_level_max`,`refineable`,`script`) VALUES (24213,'S_Rookie_Shield','Rookie Shadow Shield','Shadowgear',true,50,99,true,'bonus2 bExpAddRace,RC_All,(getrefine()/2);');