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

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم المواضيع المكررة و المخالفة (https://silkroad4arab.com/vb/forumdisplay.php?f=58)
-   -   Status Scroll (https://silkroad4arab.com/vb/showthread.php?t=603388)

khaledPSx 17-07-2016 05:40 PM

Status Scroll
 
عندي ال stats scrolls حاطيتها بل سيرفير و بكتب الكود بتاعها بتنزل بس لما استعملها مبيحصلش حاجه للايتيم .. ارجو الحل

MikrotikBody 17-07-2016 06:48 PM

رد: Status Scroll
 
طيب انت حضرتك عامل اللوج بتعها ؟

khaledPSx 17-07-2016 07:45 PM

رد: Status Scroll
 
ايوا لو ممكن تساعدني كلمني عل فايسبوك لو سمحت https://www.facebook.com/profile.php?id=100009375677141

basselhatemmm 18-07-2016 12:59 AM

رد: Status Scroll
 
تعالة كلمني فيس بوك https://www.facebook.com/7zapet
و برجاء اعطاء افضل اجابة حتي يغلق الموضوع :)

™Shi6on 18-07-2016 05:48 PM

رد: Status Scroll
 
كود PHP:

  --> Weapon Stat Scrolls :
   -- 
Weapon 61%
  IF (@
Operation 41) and (@ItemRefID 50235
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '21059194464' Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '6' and ItemID 0)
    
End
   
-- Weapon 80%
  IF (@
Operation 41) and (@ItemRefID 50236
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '27709466400'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '6' and ItemID 0)
   
End 
   
-- Weapon 100%
  IF (@
Operation 41) and (@ItemRefID 50237)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '34359738367'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '6' and ItemID 0)
   
End

--> Shield Stat Scrolls :
   -- 
SH 61%
  IF (@
Operation 41) and (@ItemRefID 50238)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '7' and ItemID 0)
   
End
   
-- SH 80%
  IF (@
Operation 41) and (@ItemRefID 50239)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '7' and ItemID 0)
   
End
   
-- SH 100%
  IF (@
Operation 41) and (@ItemRefID 50240)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '7' and ItemID 0)
   
End

--> Armor Stat Scrolls :
   -- 
AR 61%
  IF (@
Operation 41) and (@ItemRefID 50241)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '0' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '1' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '2' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '3' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '4' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '658099827'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '5' and ItemID 0)
   
End
   
-- AR 80%
  IF (@
Operation 41) and (@ItemRefID 50242)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '0' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '1' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '2' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '3' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '4' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '865920825' Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '5' and ItemID 0)
   
End
   
-- AR 100%
  IF (@
Operation 41) and (@ItemRefID 50243)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '0' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '1' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '2' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '3' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823' Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '4' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1073741823'  Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '5' and ItemID 0)
   
End
   
--> Accessory Stat Scrolls :
   -- 
Acc 61%
  IF (@
Operation 41) and (@ItemRefID 50244)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '627'   Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '9'  and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '627'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '10' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '627'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '11' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '627'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '12' and ItemID 0)
   
End
   
-- Acc 80%
  IF (@
Operation 41) and (@ItemRefID 50245)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '825'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '9'  and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '825'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '10' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '825'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '11' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '825'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '12' and ItemID 0)
    
End
   
-- Acc 100%
  IF (@
Operation 41) and (@ItemRefID 50246)
   
Begin
    Update 
[SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1023'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '9'  and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1023'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '10' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1023'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '11' and ItemID 0)
    
Update [SRO_VT_SHARD].[dbo].[_ItemsSet Variance '1023'     Where ID64 = (Select ItemID From [SRO_VT_SHARD].[dbo].[_InventoryWhere CharID = @CharID and Slot '12' and ItemID 0)
    
End 

حطه في [SRO_VT_SHARDLOG].[dbo].[_AddLogItem]


الساعة الآن 08:03 PM.

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