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

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم الاسئلة و الاستفسارات لعمل السيرفرات الخاصة (https://silkroad4arab.com/vb/forumdisplay.php?f=226)
-   -   START ITEM (https://silkroad4arab.com/vb/showthread.php?t=619410)

MazZziKa 25-09-2017 08:59 PM

START ITEM
 
لو سمحت عايز اخلي ال START ITEM مينفعش تتحط فى ال Storage انا اخترت الايتم الى مينفعش تتبدل او تتحط فى ال Stall لكن بتتحط فى الاستورج فا انا عايز اعدل عليهم واخليهم ميتحطوش فى الاستورج وتاني حاجة عايز اعمل الـ Auto Equipment الى بيجي للابلاير يجي FB فا عايز اعرف اعدل فى انهى حاجة علشان اخليه يجيلهم FULL Blue وشكرا ..

Neoon 25-09-2017 09:24 PM

رد: START ITEM
 

1-
SRO_VT_SHARD / TABLES / RefObjCommon
CanTrade = 0
بدل 1


2- Here


Or



Here

او اعمل الكويري ده واكتب ID الايتمز الي انت عاملها تبقى موجودة في Start items بدل Head و Chest و كدة.

بيعمل FullBlue + Stat 80%

كود PHP:

USE SRO_VT_SHARD

DECLARE @Charid int 
DECLARE @ItemID int 
Declare @Charname VarChar(50
Declare @
PLUS int 
DECLARE @Head int 
Declare @CHEST int 
DECLARE @LEGS int 
DECLARE @SHOULDER int 
DECLARE @HAND int 
DECLARE @FOOT int 
DECLARE @RING1 int 
DECLARE @RING2 int 
DECLARE @NECK int 
DECLARE @ERRING int 
DECLARE @WEP int 
DECLARE @SHIELD int 

SET 
@Charname 'Pur3viL' 
SET @PLUS '7' 
SET @Charid = (select CharID from _Char where CharName16=@Charname
SET @Head = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @CHEST = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @LEGS = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @SHOULDER = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @HAND = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @FOOT = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @RING1 = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=11 and CharID=@Charid
SET @RING2 = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=12 and CharID=@Charid
SET @NECK = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=10 and CharID=@Charid
SET @ERRING = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @WEP =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @SHIELD =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =5583457484950
MagParam2 =5583457484962
MagParam3 =30064771144
MagParam4=858993459290
MagParam5=30064771150
MagParam6=257698037898
Variance=865920825 
where ID64 
=@Head 
--------------- 

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =5583457484950
MagParam2 =5583457484962
MagParam3 =30064771144
MagParam4=858993459290
MagParam5=30064771150
MagParam6=257698037898
Variance=865920825 
where ID64 
=@CHEST 

---------------------- 

update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4=257698037898
Variance=865920825 
where ID64 
=@SHOULDER 

---------------------- 
update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4=257698037898
Variance=865920825 
where ID64 
=@HAND 


update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =5583457484950
MagParam2 =5583457484962
MagParam3 =30064771144
MagParam4=858993459290
MagParam5=30064771150
MagParam6=257698037898
Variance=865920825 
where ID64 
=@LEGS 

----------------------- 

update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4=257698037898
Variance=865920825 
where ID64 
=@FOOT 

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@RING1 



update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@RING2 

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@NECK 


update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@ERRING 

update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4 =257698037862
Variance=28817845082 
where ID64 
=@WEP 


update _Items  
set MagParamNum
=3
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
Variance=900557658 
where ID64 
=@SHIELD 


select 
from _Inventory where CharID=@Charid and Slot between 0 and 12 


HB# 25-09-2017 09:25 PM

رد: START ITEM
 
بالنسبه لل full blue انت بتعدل على lines اسمها MagNumber بيبقوا 5 lines بالترتيب magnumber1 , magnumber2 كدا

HB# 25-09-2017 09:28 PM

رد: START ITEM
 
وال متحططش في ال storage زي ما قالك فوق خلي ال CanTrade = 0 في ال _RefObjCommon بتاع الايتم دي ... والله Iron Man دا يستحق وسام .. علطول موجود ومتابع وعلطول بيعمل مواضيع ويحل مشاكل :in_love:

MazZziKa 26-09-2017 04:49 AM

رد: START ITEM
 
اقتباس:

المشاركة الأصلية كتبت بواسطة Iron.Man (المشاركة 5329058)

1-
SRO_VT_SHARD / TABLES / RefObjCommon
CanTrade = 0
بدل 1


2- Here


Or



Here

او اعمل الكويري ده واكتب ID الايتمز الي انت عاملها تبقى موجودة في Start items بدل Head و Chest و كدة.

بيعمل FullBlue + Stat 80%

كود PHP:

USE SRO_VT_SHARD

DECLARE @Charid int 
DECLARE @ItemID int 
Declare @Charname VarChar(50
Declare @
PLUS int 
DECLARE @Head int 
Declare @CHEST int 
DECLARE @LEGS int 
DECLARE @SHOULDER int 
DECLARE @HAND int 
DECLARE @FOOT int 
DECLARE @RING1 int 
DECLARE @RING2 int 
DECLARE @NECK int 
DECLARE @ERRING int 
DECLARE @WEP int 
DECLARE @SHIELD int 

SET 
@Charname 'Pur3viL' 
SET @PLUS '7' 
SET @Charid = (select CharID from _Char where CharName16=@Charname
SET @Head = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @CHEST = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @LEGS = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @SHOULDER = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @HAND = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @FOOT = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @RING1 = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=11 and CharID=@Charid
SET @RING2 = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=12 and CharID=@Charid
SET @NECK = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=10 and CharID=@Charid
SET @ERRING = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @WEP =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid
SET @SHIELD =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=and CharID=@Charid

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =5583457484950
MagParam2 =5583457484962
MagParam3 =30064771144
MagParam4=858993459290
MagParam5=30064771150
MagParam6=257698037898
Variance=865920825 
where ID64 
=@Head 
--------------- 

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =5583457484950
MagParam2 =5583457484962
MagParam3 =30064771144
MagParam4=858993459290
MagParam5=30064771150
MagParam6=257698037898
Variance=865920825 
where ID64 
=@CHEST 

---------------------- 

update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4=257698037898
Variance=865920825 
where ID64 
=@SHOULDER 

---------------------- 
update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4=257698037898
Variance=865920825 
where ID64 
=@HAND 


update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =5583457484950
MagParam2 =5583457484962
MagParam3 =30064771144
MagParam4=858993459290
MagParam5=30064771150
MagParam6=257698037898
Variance=865920825 
where ID64 
=@LEGS 

----------------------- 

update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4=257698037898
Variance=865920825 
where ID64 
=@FOOT 

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@RING1 



update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@RING2 

update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@NECK 


update _Items  
set MagParamNum
=6
optlevel=@PLUS
MagParam1 =30064771144
MagParam2 =30064771150
MagParam3 =85899346100
MagParam4 =85899346094
MagParam5 =85899346112
MagParam6 =85899346106
Variance=858 
where ID64 
=@ERRING 

update _Items  
set MagParamNum
=4
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
MagParam4 =257698037862
Variance=28817845082 
where ID64 
=@WEP 


update _Items  
set MagParamNum
=3
optlevel=@PLUS
MagParam1 =30064771150
MagParam2 =30064771144
MagParam3 =858993459290
Variance=900557658 
where ID64 
=@SHIELD 


select 
from _Inventory where CharID=@Charid and Slot between 0 and 12 


شكرا لمجهود حضرتك لكن , ااولا موضوع ال FB اول واحد ده لى الدجري 14 تاني واحد دا بيعلم ازاى تعمل فى الاستارت ايتم + او بلو والكويري الى حضرتك حاطه دا نفس الكلام بيعمل للايتم FB لكن انا عايز اعمل لى ال AUTO Equipment الى بيجي فى كل ليفيل مع العلم السيرفر دجري 11 وAUTOEQUIPMENT اخره عندي دجري 9 ومن اول دجري 1

Neoon 26-09-2017 11:39 AM

رد: START ITEM
 
طيب يا باشا حضرتك قريت الي فوق الكويري؟

اقتباس:

او اعمل الكويري ده واكتب ID الايتمز الي انت عاملها تبقى موجودة في Start items بدل Head و Chest و كدة.
يعني الحل الي قدامك انك هتجيب ايتم ايتم من الي انت عاملهم في auto equipment وتعملهم FB واحدة واحدة


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

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