|
![]() |
#1 | ||||||||||
![]() ![]()
|
ازاى اخلى ال job trader بتدى Gold كتيير ازاى احدد يعنى |
||||||||||
|
![]() |
#2 | ||||||||||
![]() ![]()
|
أستخدم الكويري ده و عدل فيه القيمة المناسبة ليك هو مكتوب قدام الاماكن اللي هتعدل فيها كود:
DECLARE @NewQuot FLOAT -- @ SRO_VT_SHARD // DECLARE @NewPrice INT DECLARE @NewStack INT DECLARE @NewSellPrice INT SET @NewQuot = 99.9 -- Doubles the profit % trough "2.0" (e.g. 2.6 is also possible) SET @NewPrice = 9999 -- Goods Price @ the Shop SET @NewStack = 9999 -- Increases/Decreases the maximum Stack, Default = 40 SET @NewSellPrice = 999 -- Goods Price if you sell them directly again - without trading. -- Profit % UPDATE [dbo].[_ItemQuotation] SET BaseQuot = BaseQuot*@NewQuot WHERE RefItemID BETWEEN 2147 AND 2158 UPDATE [dbo].[_ItemQuotation] SET Quot_LB = Quot_LB*@NewQuot WHERE RefItemID BETWEEN 2147 AND 2158 UPDATE [dbo].[_ItemQuotation] SET Quot_UB = Quot_UB*@NewQuot WHERE RefItemID BETWEEN 2147 AND 2158 UPDATE [dbo].[_ItemQuotation] SET BaseQuot = BaseQuot*@NewQuot WHERE RefItemID BETWEEN 10394 AND 10401 UPDATE [dbo].[_ItemQuotation] SET Quot_LB = Quot_LB*@NewQuot WHERE RefItemID BETWEEN 10394 AND 10401 UPDATE [dbo].[_ItemQuotation] SET Quot_UB = Quot_UB*@NewQuot WHERE RefItemID BETWEEN 10394 AND 10401 UPDATE [dbo].[_ItemQuotation] SET BaseQuot = BaseQuot*@NewQuot WHERE RefItemID BETWEEN 24671 AND 24672 UPDATE [dbo].[_ItemQuotation] SET Quot_LB = Quot_LB*@NewQuot WHERE RefItemID BETWEEN 24671 AND 24672 UPDATE [dbo].[_ItemQuotation] SET Quot_UB = Quot_UB*@NewQuot WHERE RefItemID BETWEEN 24671 AND 24672 -- Price / SellPrice UPDATE [dbo].[_RefObjCommon] SET Price = @NewPrice WHERE ID BETWEEN 2147 AND 2158 UPDATE [dbo].[_RefObjCommon] SET SellPrice = @NewSellPrice WHERE ID BETWEEN 2147 AND 2158 UPDATE [dbo].[_RefObjCommon] SET Price = @NewPrice WHERE ID BETWEEN 10394 AND 10401 UPDATE [dbo].[_RefObjCommon] SET SellPrice = @NewSellPrice WHERE ID BETWEEN 10394 AND 10401 UPDATE [dbo].[_RefObjCommon] SET Price = @NewPrice WHERE ID BETWEEN 24671 AND 24672 UPDATE [dbo].[_RefObjCommon] SET SellPrice = @NewSellPrice WHERE ID BETWEEN 24671 AND 24672 -- MaxStack UPDATE [dbo].[_RefObjItem] SET MaxStack = @NewStack WHERE ID BETWEEN 1926 AND 1937 UPDATE [dbo].[_RefObjItem] SET MaxStack = @NewStack WHERE ID BETWEEN 5881 AND 5888 UPDATE [dbo].[_RefObjItem] SET MaxStack = @NewStack WHERE ID BETWEEN 11159 AND 11160 -- Price UPDATE [dbo].[_RefPricePolicyOfItem] SET Cost = @NewPrice Where RefPackageItemCodeName like '%ITEM_ETC_TRADE%' كود:
USE [SRO_VT_SHARD_INIT] GO UPDATE dbo._RefObjCommon SET Price = 383*20 WHERE Price = 383 UPDATE dbo._RefObjCommon SET SellPrice = 191*20 WHERE SellPrice = 191 UPDATE dbo._RefPricePolicyOfItem SET Cost = 383*20 WHERE Cost = 383 ![]() ![]() |
||||||||||
التعديل الأخير تم بواسطة MORJANA ; 08-04-2017 الساعة 07:51 PM
|
![]() |
#3 | ||||||||||
![]() ![]()
|
طيب لو عاوز اعملها 60x يبقه اكتب مكان كود بلغة HTML:
SET @NewQuot = 60000 -- Doubles the profit % trough "2.0" (e.g. 2.6 is also possible) SET @NewPrice = 60000 -- Goods Price @ the Shop SET @NewStack = 60000 -- Increases/Decreases the maximum Stack, Default = 40 SET @NewSellPrice = 60000 -- Goods Price if you sell them directly again - without trading. |
||||||||||
|
![]() |
#4 | |||||||||||
![]() ![]()
|
كود:
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. اقتباس:
|
|||||||||||
التعديل الأخير تم بواسطة MORJANA ; 08-04-2017 الساعة 08:10 PM
|
![]() |
#5 | ||||||||||
![]() ![]()
|
طيب ازاى احطهم ew query مظنش |
||||||||||
|
![]() |
#6 | ||||||||||
![]() ![]()
|
كليك يمين على الـ SHARD و New Query و بعده ما تحطه دوس F5 كود:
USE [SRO_VT_SHARD] 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 |
||||||||||
|
![]() |
#7 | ||||||||||
![]() ![]()
|
تم شكرا |
||||||||||
|
![]() |
#8 | |||||||||||
![]() ![]()
|
اقتباس:
العفو تحت أمرك ![]() ## |
|||||||||||
|
![]() |
#9 | ||||||||||
![]() ![]()
|
@@ |
||||||||||
|
![]() |
يتصفح الموضوع حالياً : 1 (0 عضو و 1 زائر) | |
|
|