الموقع العربي الاول للعبة Silkroad Online

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم الاسئلة و الاستفسارات لعمل السيرفرات الخاصة (https://silkroad4arab.com/vb/forumdisplay.php?f=226)
-   -   يا جماعة المشرفيين فين دية المرة الالف اعمل فيها نفس الموضوع و مفيش حل (https://silkroad4arab.com/vb/showthread.php?t=556672)

gameman 18-05-2014 01:36 AM

يا جماعة المشرفيين فين دية المرة الالف اعمل فيها نفس الموضوع و مفيش حل
 
انا عندي ال 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.g2.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.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(-1761557680.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(-1761557680.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(-1761557680.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(1212203856.000exceeded max(-1300184240.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(1212203856.000exceeded max(-1300184240.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759 


gameman 18-05-2014 12:57 PM

يا جماعة فين الناس الي بتفهم

Yui 19-05-2014 08:07 AM

اقتباس:

المشاركة الأصلية كتبت بواسطة gameman (المشاركة 5051799)
انا عندي ال 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.g2.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.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(-1761557680.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(-1761557680.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(-1761557680.000exceeded max(-2135375024.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(1212203856.000exceeded max(-1300184240.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759
2014
-05-18    00:32:56    [SR_GameServer]    CLAMP() ==> min(1212203856.000exceeded max(-1300184240.000value), FileD:\WORK2005\Source\SilkroadOnline\Server\SR_GameServer\GObjNPCNPC.cppLine1759 



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

iLead 19-05-2014 04:42 PM

And That's SR_zor

Click here
Click Here
Password
[SPOILER]$Apollo1337[/SPOILER]

Must Download 2 Files

aw_elkady 03-01-2015 03:38 AM

يعنى كل الملفات دى هنفك الضغط بتعها مع بعض ولا ايه النظام

Hamza FiGo 03-01-2015 05:05 AM

اقتباس:

المشاركة الأصلية كتبت بواسطة Yui (المشاركة 5052140)

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

+1


اقتباس:

المشاركة الأصلية كتبت بواسطة iLead (المشاركة 5052288)
And That's SR_zor

Click here
Click Here
Password
[SPOILER]$Apollo1337[/SPOILER]

Must Download 2 Files

+1

Hamza FiGo 03-01-2015 05:12 AM

المشرفين في امتحانات يا باشا ؟ دعواتك ليهم

loverslove 05-01-2015 05:29 AM

طب الموضوع اتحل ولا لا عشان انا عندى نفس المشكله

™DesertStorm™ 06-01-2015 06:44 AM

##
يغلق

terawly 06-01-2015 04:43 PM

غير الجيم سيرفر ب Evalagion او Srzor


الساعة الآن 12:57 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.