الموقع العربي الاول للعبة 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=598539)

KiTkAt 12-02-2016 03:42 PM

عندى طلب يا رجاله
 
السلام عليكم ..
يا جمااعة اناا لسه عامل سيرفر النهارده وعايز طريقة اخلى اللبس بيها FB 100% واخلى البلس عالى عشاان اقتل اليونك من ضربه وطريقة تخلى دمى عالى بالملايين :mf_w00t1: و لو هتجيبولوى Query يا ريت الطريقة اللى بشغلوا بيها عشان مبعرفش اعمله :shifty:

Dev.BigBear 12-02-2016 07:02 PM

رد: عندى طلب يا رجاله
 
بخصوص الليفل و الـHP MP هتروح على الـTable دة
SRO_VT_SHARD >>> Table >>> _Char
هتلاقى اسم الـChar وكل حاجه بتخصها
علشان تزود الـLevel
CurLevel
MaxLevel

علشان تزود الـSTR INT
Strength
Intellect

علشان تزود الـGold
RemainGold


علشان HP MP
HP
MP

علشان عدد صفحات الـInventory
InventorySize

M.HADAD 12-02-2016 07:17 PM

رد: عندى طلب يا رجاله
 
برنامج evatools فية كل اللى انت عايزة دا واسهل بكتير
اما بخصوص البلص و اف بى دا من SMC والصور دى هتعرفك تعملها ازاى

http://www3.0zz0.com/2016/02/12/19/443383817.jpg
http://www3.0zz0.com/2016/02/12/19/258204311.jpg
http://www3.0zz0.com/2016/02/12/19/712254545.jpg

واى حاجة وقفت معاك قول عليها واحنا موجودين اهوا

Dev.BigBear 12-02-2016 07:39 PM

رد: عندى طلب يا رجاله
 
علشان الFB بالـQuery
هتروح على New Query هتفتح صفحة جديدة هتحط دا

FB 80%
كود:

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 = 'MrMiroBear' --Your Name Here
SET @PLUS = '18' --Your Plus
SET @Charid = (select CharID from _Char where CharName16=@Charname)
SET @Head = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=0 and CharID=@Charid)
SET @CHEST = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=1 and CharID=@Charid)
SET @LEGS = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=4 and CharID=@Charid)
SET @SHOULDER = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=2 and CharID=@Charid)
SET @HAND = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=3 and CharID=@Charid)
SET @FOOT = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=5 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=9 and CharID=@Charid)
SET @WEP =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=6 and CharID=@Charid)
SET @SHIELD =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=7 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 100%

كود:


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 = 'MrMiroBear' --Your Name Here
SET @PLUS = '18' --Your Plus
SET @Charid = (select CharID from _Char where CharName16=@Charname)
SET @Head = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=0 and CharID=@Charid)
SET @CHEST = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=1 and CharID=@Charid)
SET @LEGS = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=4 and CharID=@Charid)
SET @SHOULDER = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=2 and CharID=@Charid)
SET @HAND = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=3 and CharID=@Charid)
SET @FOOT = (Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=5 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=9 and CharID=@Charid)
SET @WEP =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=6 and CharID=@Charid)
SET @SHIELD =(Select ItemID from SRO_VT_SHARD.dbo._Inventory where Slot=7 and CharID=@Charid)

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

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

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

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

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


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

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

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

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



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

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


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

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


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

Print 'Done ! all items aly hoa maskha aw labsha now fb 100% :v'
select * from _Inventory where CharID=@Charid and Slot between 0 and 12

وبعد متحطهم هتدوس F5

KiTkAt 12-02-2016 07:48 PM

رد: عندى طلب يا رجاله
 
الف شكر يا رجاالة

Dev.BigBear 12-02-2016 07:58 PM

رد: عندى طلب يا رجاله
 
اقتباس:

المشاركة الأصلية كتبت بواسطة KiTkAt (المشاركة 5252366)
الف شكر يا رجاالة

+1

KiTkAt 12-02-2016 08:04 PM

رد: عندى طلب يا رجاله
 
اقتباس:

المشاركة الأصلية كتبت بواسطة _Striker_Mobs_ (المشاركة 5252352)
برنامج evatools فية كل اللى انت عايزة دا واسهل بكتير
اما بخصوص البلص و اف بى دا من SMC والصور دى هتعرفك تعملها ازاى

http://www3.0zz0.com/2016/02/12/19/443383817.jpg
http://www3.0zz0.com/2016/02/12/19/258204311.jpg
http://www3.0zz0.com/2016/02/12/19/712254545.jpg

واى حاجة وقفت معاك قول عليها واحنا موجودين اهوا

بص يا باشا انا بكتب sun فى الخانة بتاعة QueryString زيك ولما بدوس على Query مبيظهرش حاجه وبيكتبلى تحت خالص query error : cannot find target ??

Dev.BigBear 12-02-2016 09:03 PM

رد: عندى طلب يا رجاله
 
اقتباس:

المشاركة الأصلية كتبت بواسطة KiTkAt (المشاركة 5252372)
بص يا باشا انا بكتب sun فى الخانة بتاعة QueryString زيك ولما بدوس على Query مبيظهرش حاجه وبيكتبلى تحت خالص query error : cannot find target ??

مكان كلمة SUN اكتب اسم الشخصية بتعتك
:wave:
:roflmao:

M.HADAD 12-02-2016 10:07 PM

رد: عندى طلب يا رجاله
 
اقتباس:

المشاركة الأصلية كتبت بواسطة MrMisoBear (المشاركة 5252380)
مكان كلمة SUN اكتب اسم الشخصية بتعتك
:wave:
:roflmao:

+1

KiTkAt 12-02-2016 10:40 PM

رد: عندى طلب يا رجاله
 
طب معلش يا جماعة دلوقتى لما بدخل اللعبة واختار الشخصية وادخل
بتيجى اللعبة طالعة وكاتبلى Sro_Client has stopped working ??

M.HADAD 12-02-2016 10:49 PM

رد: عندى طلب يا رجاله
 
هات صورة كدا

Dev.BigBear 12-02-2016 10:53 PM

رد: عندى طلب يا رجاله
 
ممكن تكون الميديا مش مشيا مع الداتا علشان كده بيطلع لو فى اى كود ناقص او زيادة
حاول تجيب داتا و كلينت مشيشن مع بعض تكون من نفس الجيم احسن
علشام المشاكل و نصيحه منى ليك استخدم داتا و ميديا كلين
متعملش فيهم اى حاجة احسنلك

KiTkAt 12-02-2016 11:03 PM

رد: عندى طلب يا رجاله
 
اقتباس:

المشاركة الأصلية كتبت بواسطة MrMisoBear (المشاركة 5252405)
ممكن تكون الميديا مش مشيا مع الداتا علشان كده بيطلع لو فى اى كود ناقص او زيادة
حاول تجيب داتا و كلينت مشيشن مع بعض تكون من نفس الجيم احسن
علشام المشاكل و نصيحه منى ليك استخدم داتا و ميديا كلين
متعملش فيهم اى حاجة احسنلك

اللعبة شغالة معايا زى الفل من البارح + هى الكلين دى اللى هيا Cast Away ؟
و لو حبيت احط داتا غير الداتا بتاعتى هعمل كل خطوات السيرفر من الاول تانى ولا مجرد انى هبدلها ؟

KiTkAt 12-02-2016 11:08 PM

رد: عندى طلب يا رجاله
 
اقتباس:

المشاركة الأصلية كتبت بواسطة _Striker_Mobs_ (المشاركة 5252404)
هات صورة كدا

http://www.m5zn.com/newuploads/2016/...a91b0339f9.png

M.HADAD 12-02-2016 11:12 PM

رد: عندى طلب يا رجاله
 
اقتباس:

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

دى بتجيلك اول ما تيجى تفتح اللعبة ولا لما تدخل وتيجى تختار الاكونت؟


الساعة الآن 11:25 PM.

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