Parcourir la source

Corrected script for some item (#5739)

* Corrected script for some item
* Add item IDs 23475 and fixed item IDs 13295
* SQL synchro
* Fixed #5759
Thanks to @mazvi and @Balfear !
idk-whoami il y a 4 ans
Parent
commit
fe9ec46dc9

+ 1 - 0
db/re/item_db_etc.yml

@@ -33785,6 +33785,7 @@ Body:
     AegisName: Light_Shuriken
     Name: Light Shuriken
     Type: Ammo
+    SubType: Shuriken
     Weight: 5
     Attack: 5
     Locations:

+ 19 - 6
db/re/item_db_usable.yml

@@ -348,7 +348,6 @@ Body:
       sc_end SC_BLIND;
       sc_end SC_CONFUSION;
       sc_end SC_CURSE;
-      sc_end SC_Hallucination;
   - Id: 528
     AegisName: Monster's_Feed
     Name: Monster's Feed
@@ -1079,7 +1078,7 @@ Body:
     AegisName: Wing_Of_Fly
     Name: Fly Wing
     Type: Delayconsume
-    Buy: 60
+    Buy: 250
     Weight: 50
     Flags:
       BuyingStore: true
@@ -1089,7 +1088,7 @@ Body:
     AegisName: Wing_Of_Butterfly
     Name: Butterfly Wing
     Type: Delayconsume
-    Buy: 300
+    Buy: 1000
     Weight: 50
     Flags:
       BuyingStore: true
@@ -1181,7 +1180,7 @@ Body:
     AegisName: Leaf_Of_Yggdrasil
     Name: Yggdrasil Leaf
     Type: Delayconsume
-    Buy: 4000
+    Buy: 12000
     Weight: 100
     Flags:
       BuyingStore: true
@@ -1812,7 +1811,6 @@ Body:
     AegisName: Gold_Coin
     Name: Gold Coin
     Type: Usable
-    Buy: 10000
     Trade:
       Override: 100
       NoDrop: true
@@ -1837,7 +1835,6 @@ Body:
     AegisName: Silver_Coin
     Name: Silver Coin
     Type: Usable
-    Buy: 5000
     Trade:
       Override: 100
       NoDrop: true
@@ -47745,6 +47742,22 @@ Body:
     Weight: 10
     Script: |
       /*synthesisui 23474;*/
+  - Id: 23475
+    AegisName: Infinity_Drink
+    Name: Infinity Drink
+    Type: Usable
+    Weight: 10
+    Trade:
+      Override: 100
+      NoDrop: true
+      NoTrade: true
+      NoCart: true
+      NoGuildStorage: true
+      NoMail: true
+      NoAuction: true
+    Script: |
+      specialeffect2 EF_POTION_BERSERK;
+      bonus_script "{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bCritAtkRate,5; bonus bLongAtkRate,5; bonus bMatkRate,5; bonus bNoCastCancel; }",1800,1,1,EFST_INFINITY_DRINK;
   - Id: 23524
     AegisName: Enchant_Stone_Box13
     Name: Costume Enchant Stone Box 13

+ 1 - 1
npc/custom/itemmall.txt

@@ -40,5 +40,5 @@ prontera,164,240,4	shop	Headgear 04	832,5200:75000,5205:100000,5211:75000,5226:5
 prontera,164,238,4	shop	Headgear 05	832,5340:50000,5341:50000,5342:50000,5343:50000,5344:50000,5345:50000,5354:50000,5355:50000,5361:65000,5365:50000,5373:75000,5374:350000,5379:50000,5383:60000,5384:88888,5390:88888,5388:50000,5411:50000,5393:75000,5397:35000,5399:50000,5800:175000,5801:300000,5802:150000
 prontera,151,284,4	shop	Ammunition	880,1766:50,1755:20,1750:10,1754:20,1761:20,1752:20,1760:20,1759:20,1772:100,1757:30,1770:20,1769:30,1765:40,1763:30,1762:30,1767:30,1764:30,1751:20,1768:30,1753:30,1756:30,1758:30,1771:1000,13200:50,13202:100,13201:300,13206:500,13203:500,13207:500,13204:500,13205:500,13252:50,13254:500,13251:100,13253:300,13250:50,13256:50,13259:50,13258:50,13255:50,13257:50
 prontera,153,284,4	shop	Alchemist Dealer	880,715:600,716:600,717:600,1025:200,7136:500,7135:500,7137:500,7138:500,7139:500
-prontera,155,284,4	shop	Street Dealer	880,678:5000,505:-1,506:40,610:4000,545:150,546:600,547:1650
+prontera,155,284,4	shop	Street Dealer	880,678:5000,505:-1,506:40,610:-1,545:150,546:600,547:1650
 prontera,157,284,4	shop	Sheepy Gonzales	895,12028:1000,12262:500,12016:750

+ 1 - 1
sql-files/item_db_re_etc.sql

@@ -3266,7 +3266,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`we
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_kagerouoboro`,`job_ninja`,`location_ammo`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13292,'Dried_Squid','Dried Squid','Ammo','Kunai',10,20,50,true,true,true,1,100,true,true,true,true,true,true,true,'bonus bAtkEle,Ele_Neutral;\nbonus2 bAddEff,Eff_Stun,1000;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_kagerouoboro`,`job_ninja`,`location_ammo`,`equip_level_min`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (13293,'Flying_Fish','Flying Fish','Ammo','Kunai',10,20,50,true,true,true,1,100,true,true,true,true,true,true,true,'bonus bAtkEle,Ele_Neutral;\nbonus3 bAutoSpell,"NPC_CRITICALWOUND",1,3;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`price_buy`,`weight`,`attack`,`job_kagerouoboro`,`job_ninja`,`location_ammo`,`equip_level_min`,`script`) VALUES (13294,'Explosive_Kunai','Explosive Kunai','Ammo','Kunai',100,1,50,true,true,true,100,'bonus bAtkEle,Ele_Neutral;');
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`attack`,`location_ammo`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13295,'Light_Shuriken','Light Shuriken','Ammo',5,5,true,100,true,true,true,true,true,true,true);
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`subtype`,`weight`,`attack`,`location_ammo`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`) VALUES (13295,'Light_Shuriken','Light Shuriken','Ammo','Shuriken',5,5,true,100,true,true,true,true,true,true,true);
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`) VALUES (16570,'Muscles_Story_J_Box','Muscle Knights Summertime Guide Box','Etc');
 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`,`script`) VALUES (17438,'Three_Master_Package_II','Three Master Package II','Etc',10,10,100,true,true,true,true,true,true,true,'/* TODO */');
 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`,`script`) VALUES (17439,'Three_Master_Package_II10','Three Master Package II(10)','Etc',10,10,100,true,true,true,true,true,true,true,'/* TODO */');

+ 7 - 6
sql-files/item_db_re_usable.sql

@@ -27,7 +27,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`,`flag_buyingstore`,`script`) VALUES (522,'Fruit_Of_Mastela','Mastela Fruit','Healing',8500,30,true,'itemheal rand(400,600),0;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (523,'Holy_Water','Holy Water','Healing',20,30,true,'sc_end SC_CURSE;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (525,'Panacea','Panacea','Healing',500,100,true,'sc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;');
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (526,'Royal_Jelly','Royal Jelly','Healing',7000,150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;\nsc_end SC_Hallucination;');
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (526,'Royal_Jelly','Royal Jelly','Healing',7000,150,true,'itemheal rand(325,405),rand(40,60);\nsc_end SC_POISON;\nsc_end SC_SILENCE;\nsc_end SC_BLIND;\nsc_end SC_CONFUSION;\nsc_end SC_CURSE;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (528,'Monster\'s_Feed','Monster\'s Feed','Healing',60,150,true,'itemheal rand(72,108),0;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (529,'Candy','Candy','Healing',10,30,true,'itemheal rand(45,65),0;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (530,'Candy_Striper','Candy Cane','Healing',20,40,true,'itemheal rand(105,145),0;');
@@ -100,8 +100,8 @@ 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`,`script`) VALUES (597,'Lovely_Choco_Tart','Lovely Choco-Tart','Healing',20,100,'itemheal rand(10,400),0;');
 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`,`script`) VALUES (598,'Light_Red_Pot','Light Red Potion','Healing',50,10,100,true,true,true,true,true,true,true,'itemheal rand(45,65),0;');
 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`,`script`) VALUES (599,'Light_Orange_Pot','Light Orange Potion','Healing',200,10,100,true,true,true,true,true,true,true,'itemheal rand(105,145),0;');
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (601,'Wing_Of_Fly','Fly Wing','Delayconsume',60,50,true,'itemskill "AL_TELEPORT",1;');
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (602,'Wing_Of_Butterfly','Butterfly Wing','Delayconsume',300,50,true,'itemskill "AL_TELEPORT",3;');
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (601,'Wing_Of_Fly','Fly Wing','Delayconsume',250,50,true,'itemskill "AL_TELEPORT",1;');
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (602,'Wing_Of_Butterfly','Butterfly Wing','Delayconsume',1000,50,true,'itemskill "AL_TELEPORT",3;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_container`,`trade_override`,`trade_nosell`,`script`) VALUES (603,'Old_Blue_Box','Old Blue Box','Usable',10000,200,true,true,100,true,'getrandgroupitem(IG_BlueBox,1);');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`flag_deadbranch`,`script`) VALUES (604,'Branch_Of_Dead_Tree','Dead Branch','Usable',50,50,true,true,'monster "this",-1,-1,"--ja--",-1-MOBG_Branch_Of_Dead_Tree,1,"";');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (605,'Anodyne','Anodyne','Delayconsume',2000,100,true,'itemskill "SM_ENDURE",1;');
@@ -109,7 +109,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`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (607,'Yggdrasilberry','Yggdrasil Berry','Healing',5000,300,true,5000,'Reuse_Limit_F','percentheal 100,100;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`delay_duration`,`delay_status`,`script`) VALUES (608,'Seed_Of_Yggdrasil','Yggdrasil Seed','Healing',5000,300,true,3000,'Reuse_Limit_G','percentheal 50,50;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (609,'Amulet','Amulet','Usable',100,100,true);
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (610,'Leaf_Of_Yggdrasil','Yggdrasil Leaf','Delayconsume',4000,100,true,'itemskill "ALL_RESURRECTION",1;');
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (610,'Leaf_Of_Yggdrasil','Yggdrasil Leaf','Delayconsume',12000,100,true,'itemskill "ALL_RESURRECTION",1;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (611,'Spectacles','Magnifier','Delayconsume',40,50,true,'itemskill "MC_IDENTIFY",1;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (612,'Portable_Furnace','Mini Furnace','Usable',150,200,true,'produce 21;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (613,'Iron_Hammer','Iron Hammer','Usable',1000,200,true,'produce 1;');
@@ -159,9 +159,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`,`flag_buyingstore`,`flag_container`,`script`) VALUES (667,'Gift_Box_4','Gift Box','Usable',1000,200,true,true,'getrandgroupitem(IG_GiftBox_4,1);');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`flag_buyingstore`,`script`) VALUES (668,'Handsei','Red Envelope','Usable',20,true,'Zeny += rand(1000,10000);');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (669,'Rice_Cake_Soup','Tempting Rice-Cake Soup','Healing',500,100,true,'percentheal 10,10;');
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (671,'Gold_Coin','Gold Coin','Usable',10000,100,true,true,true,true,true,true,true,true,'RouletteGold++;');
+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`,`script`) VALUES (671,'Gold_Coin','Gold Coin','Usable',100,true,true,true,true,true,true,true,true,'RouletteGold++;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`script`) VALUES (673,'Copper_Coin','Bronze Coin','Usable',100,40,'RouletteBronze++;');
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`trade_override`,`trade_nodrop`,`trade_notrade`,`trade_nosell`,`trade_nocart`,`trade_nostorage`,`trade_noguildstorage`,`trade_nomail`,`trade_noauction`,`script`) VALUES (675,'Silver_Coin','Silver Coin','Usable',5000,100,true,true,true,true,true,true,true,true,'RouletteSilver++;');
+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`,`script`) VALUES (675,'Silver_Coin','Silver Coin','Usable',100,true,true,true,true,true,true,true,true,'RouletteSilver++;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (678,'Poison_Bottle','Poison Bottle','Usable',5000,100,true,'if (Class == Job_Assassin_Cross || Class == Job_Guillotine_Cross || Class == Job_Guillotine_Cross_T) {\n   sc_start SC_DPOISON,60000,0;\n   sc_start SC_ASPDPOTION3,60000,9;\n}\nelse\n   percentheal -100,-100;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`,`script`) VALUES (679,'Gold_Pill','Pilule','Usable',5000,300,true,'sc_start SC_DPOISON,10000,0,1000,0;\nsc_start SC_POISON,50000,0;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (680,'Magical_Carnation','Magic Carnation','Healing',1000,'percentheal 0,20;');
@@ -3288,6 +3288,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`scr
 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`,`script`) VALUES (23340,'Comp_Megaphone','[Sale] Megaphone','Usable',10,100,true,true,true,true,true,true,'input .@megaphone$;\nannounce strcharinfo(0) + ": " + .@megaphone$,bc_all,0xFF0000;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23436,'Shadow_Refine_Hammer','Shadow Refine Hammer','Delayconsume',10,'/*upgradeui 23436;*/');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23474,'InfinityShadow_Mix','InfinityShadow Mix','Delayconsume',10,'/*synthesisui 23474;*/');
+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`,`script`) VALUES (23475,'Infinity_Drink','Infinity Drink','Usable',10,100,true,true,true,true,true,true,'specialeffect2 EF_POTION_BERSERK;\nbonus_script "{ bonus bMaxHPrate,5; bonus bMaxSPrate,5; bonus bCritAtkRate,5; bonus bLongAtkRate,5; bonus bMatkRate,5; bonus bNoCastCancel; }",1800,1,1,EFST_INFINITY_DRINK;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`equip_level_min`,`script`) VALUES (23524,'Enchant_Stone_Box13','Costume Enchant Stone Box 13','Cash',10,10,1,'getgroupitem(IG_Enchant_Stone_Box13);');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23545,'Silver_Statue','Silver Statue','Delayconsume',10,'/*synthesisui 23545;*/');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`weight`,`script`) VALUES (23546,'Cursed_Blood','Cursed Blood','Delayconsume',10,'/*upgradeui 23546;*/');