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

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

ahmedali1199988 19-06-2017 03:55 AM

مساعده كاركتر ال GM
 
ازاى احط كلمه [GM] بجانب الاسم او احط اى كلمه انا عايزها وازاى احط Title name انا عايزها
وازاى ازود HP MP SKILLS وازاى اعمل Weapon +255

tarekelpop1 19-06-2017 05:18 AM

رد: مساعده كاركتر ال GM
 
علشان تغير الاسم والكلام ده هدخل ع sro_VT_SHARD/dbo.char

وبالنسبه للبلص الكيوري دي هتحط فيها البلص ال انت عاوز بس انصحك اخرك 250
اتفضل

كود PHP:

FB 
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 


ahmedali1199988 19-06-2017 05:40 AM

رد: مساعده كاركتر ال GM
 
الكود دا احطه فين معلش ممكن طريقه ؟ او صوره توضيح

™Ozoo-Eboda™ 19-06-2017 05:11 PM

رد: مساعده كاركتر ال GM
 
اقتباس:

المشاركة الأصلية كتبت بواسطة ahmedali1199988 (المشاركة 5321101)
الكود دا احطه فين معلش ممكن طريقه ؟ او صوره توضيح

حضرتك دا مش كود...
دي كويري ..حاجة بتسهل الموضوع شوية
دي هتاخدها كوبي و تفتح SQL بعد كدا database
بعد كده هتضغط كليك يمين علي SRO_VT_SHARD و تختار New Query
و تنقلها past بعد كدا لو عاوز تعدل فيها عدل مثلا هتكتب اسم الشخصية و تختار ال + اللي انت عاوزة و بعدا جدا تضغط كليك يمين و تختار Excuit او F5

.
بالنسبه لاكونت الجي ام .

Sql..
SRO_VT_SHARD
Char
هتلاقي كل الشخصيات اللي موجودة في السيرفر و عدل انت براحتك
..
التيتل نيم هتلاقيها اخر خانة ..


الساعة الآن 03:33 AM.

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