الموضوع: about change job rates
عرض مشاركة واحدة
قديم 14-06-2015, 05:24 AM   #2

™Shi6on
عضو لامع



الصورة الرمزية ™Shi6on


• الانـتـسـاب » Aug 2014
• رقـم العـضـويـة » 118617
• المشـــاركـات » 1,050
• الـدولـة » ِAlexandia
• الـهـوايـة » Helping ppl
• اسـم الـسـيـرفـر » Private Server
• الـجـنـس » Male
• نقـاط التقييم » 57
™Shi6on جـيـد

™Shi6on غير متواجد حالياً



افتراضي رد: about change job rates



كود PHP:
DECLARE @NewQuot FLOAT                    -- @ SRO_VT_SHARD 
DECLARE @NewPrice INT 
DECLARE @NewStack INT 
DECLARE @NewSellPrice INT 
SET 
@NewQuot 650            -- Doubles the profit trough "2.0" (e.g2.6 is also possible
SET @NewPrice 60000           -- Goods Price the Shop 
SET 
@NewStack 100000            -- Increases/Decreases the maximum Stack, Default = 40 
SET 
@NewSellPrice 10000000        -- 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%' 

التعديل يا باشا هيكون علي دول

كود PHP:
NewQuot 650  
NewPrice 
60000 
NewStack 
100000 
NewSellPrice 
10000000 


توقيع ™Shi6on :