Просмотр исходного кода

Weight and price update of the (yellow, red, blue) gemstone (#5785)

* SQL synchro
idk-whoami 4 лет назад
Родитель
Сommit
95237bc134
3 измененных файлов с 10 добавлено и 10 удалено
  1. 6 6
      db/re/item_db_etc.yml
  2. 1 1
      npc/custom/itemmall.txt
  3. 3 3
      sql-files/item_db_re_etc.sql

+ 6 - 6
db/re/item_db_etc.yml

@@ -233,24 +233,24 @@ Body:
     AegisName: Yellow_Gemstone
     Name: Yellow Gemstone
     Type: Etc
-    Buy: 600
-    Weight: 30
+    Buy: 450
+    Weight: 1
     Flags:
       BuyingStore: true
   - Id: 716
     AegisName: Red_Gemstone
     Name: Red Gemstone
     Type: Etc
-    Buy: 600
-    Weight: 30
+    Buy: 450
+    Weight: 1
     Flags:
       BuyingStore: true
   - Id: 717
     AegisName: Blue_Gemstone
     Name: Blue Gemstone
     Type: Etc
-    Buy: 600
-    Weight: 30
+    Buy: 1500
+    Weight: 1
     Flags:
       BuyingStore: true
   - Id: 718

+ 1 - 1
npc/custom/itemmall.txt

@@ -39,6 +39,6 @@ prontera,164,242,4	shop	Headgear 03	832,5181:300000,5102:500000,5016:75000,5349:
 prontera,164,240,4	shop	Headgear 04	832,5200:75000,5205:100000,5211:75000,5226:50000,5238:75000,5239:75000,5240:75000,5241:75000,5242:75000,5243:50000,5325:75000,5254:100000,5255:65000,5257:50000,5297:100000,2202:45000,5258:35000,5298:50000,5276:50000,5273:50000,5275:50000,5274:50000,5259:50000,5271:250000,5272:50000,5284:50000,5286:75000,5288:50000,5289:50000,5291:55000,5292:55000,5294:55000,5352:50000,5324:100000,5359:50000,5360:50000
 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,153,284,4	shop	Alchemist Dealer	880,715:-1,716:-1,717:-1,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:-1,545:150,546:600,547:1650
 prontera,157,284,4	shop	Sheepy Gonzales	895,12028:1000,12262:500,12016:750

+ 3 - 3
sql-files/item_db_re_etc.sql

@@ -21,9 +21,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`) VALUES (712,'Flower','Flower','Etc',2,10,true);
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (713,'Empty_Bottle','Empty Bottle','Etc',6,20,true);
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (714,'Emperium','Emperium','Etc',2,1000,true);
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (715,'Yellow_Gemstone','Yellow Gemstone','Etc',600,30,true);
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (716,'Red_Gemstone','Red Gemstone','Etc',600,30,true);
-REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (717,'Blue_Gemstone','Blue Gemstone','Etc',600,30,true);
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (715,'Yellow_Gemstone','Yellow Gemstone','Etc',450,1,true);
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (716,'Red_Gemstone','Red Gemstone','Etc',450,1,true);
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (717,'Blue_Gemstone','Blue Gemstone','Etc',1500,1,true);
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (718,'Dark_Red_Jewel','Garnet','Etc',6000,100,true);
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (719,'Violet_Jewel','Amethyst','Etc',6000,100,true);
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`flag_buyingstore`) VALUES (720,'Skyblue_Jewel','Aquamarine','Etc',6000,100,true);