19-05-2014, 08:07 AM
|
#3
|
|
|
• الانـتـسـاب » Sep 2012
|
|
• رقـم العـضـويـة » 105332
|
|
• المشـــاركـات » 319
|
|
• الـدولـة »
|
|
• الـهـوايـة » Hex,PHP,C#,SQL
|
|
• اسـم الـسـيـرفـر » No Server
|
|
• الـجـنـس » Male
|
|
• نقـاط التقييم » 43
|
|
|
|
اقتباس:
المشاركة الأصلية كتبت بواسطة gameman
عفوا ,,, لايمكنك مشاهده الروابط لانك غير مسجل لدينا [ للتسجيل اضغط هنا ]
انا عندي ال Trade لو اشتريت بضاعة و سافرت بيها من jangan to alex or any place ببيعها بنفس التمن كأني معملتش حاجة و جربت اغير الاسعار من المديا و الداتا في كل حاجة itemdata_5000 and ref obj common and refpriceofitem in data and media
طيب كدة المشكلة منين بقا
و جربت الكيوري ده عشان يغير ال Rates و بردوا ولا اي حاجة
كود PHP:
DECLARE @NewQuot FLOAT -- @ SRO_VT_SHARD
DECLARE @NewPrice INT
DECLARE @NewStack INT
DECLARE @NewSellPrice INT
SET @NewQuot = 2.0 -- Doubles the profit % trough "2.0" (e.g. 2.6 is also possible)
-- 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
ساعدوني بالله عليكوا
يا رب يسعدوني
كمان في رسالة لاخظت انها بتيجي اول لما ابيع ال Trade
كود PHP:
2014-05-18 00:32:56 [SR_GameServer] CLAMP() ==> min(-1761557680.000) exceeded max(-2135375024.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cpp, Line: 1759
2014-05-18 00:32:56 [SR_GameServer] CLAMP() ==> min(-1761557680.000) exceeded max(-2135375024.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cpp, Line: 1759
2014-05-18 00:32:56 [SR_GameServer] CLAMP() ==> min(-1761557680.000) exceeded max(-2135375024.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cpp, Line: 1759
2014-05-18 00:32:56 [SR_GameServer] CLAMP() ==> min(-1761557680.000) exceeded max(-2135375024.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cpp, Line: 1759
2014-05-18 00:32:56 [SR_GameServer] CLAMP() ==> min(1212203856.000) exceeded max(-1300184240.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cpp, Line: 1759
2014-05-18 00:32:56 [SR_GameServer] CLAMP() ==> min(1212203856.000) exceeded max(-1300184240.000) value), File: D:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cpp, Line: 1759
|
Hello prother
1- About Trade rate no query will change trade rate cuz this rate fixed in SR_Gameserver or try to found or buy srZor gameserver
2- about this error you change the max of taple _RefLevel when amek the exp like (999999999) this will go to max kp of sql from taple _Char .exp row so will get error in ur gameserver for fixed it change 99999999 in taple RefLevel and set 0 to exp in Char taple OR can ignore error .
Thanks. i hope this help here
|
|
|
|