SET @NewQuot = 6.2 -- Doubles the profit % trough "2.0" (e.g. 2.6 is also possible)
SET @NewPrice = 243 -- Goods Price @ the Shop
SET @NewStack = 40 -- Increases/Decreases the maximum Stack, Default = 40
SET @NewSellPrice = 243 -- Goods Price if you sell them directly again - without trading.
و ده كويري للـ ْ60
اقتباس:
USE [SRO_VT_SHARD_INIT]
GO
UPDATE dbo._RefObjCommon
SET Price = 383*60
WHERE Price = 383
UPDATE dbo._RefObjCommon
SET SellPrice = 191*60
WHERE SellPrice = 191
UPDATE dbo._RefPricePolicyOfItem
SET Cost = 383*60
WHERE Cost = 383
التعديل الأخير تم بواسطة MORJANA ; 08-04-2017 الساعة 08:10 PM