قسم الشروحات و البرامج المستخدمة في عمل السيرفرات الخاصة [ قسم متخصص فى شروحات و البرامج في عمل السيرفرات الخاصة ] [ يرجى عدم وضع الأسئلة والاستفسارات في هذا القسم ] |
|
أدوات الموضوع | انواع عرض الموضوع |
14-03-2017, 04:17 AM | #1 | ||||||||||
|
Scroll FB+Stats 100% + Plus +16 طبعا الموضوع باين من عنوانه .. اسكرولاية صغيرة كدا عملتها ف حبيت اشاركها معاكو هنا :) الاسكرولاية بأختصار لو انت عايز تعمل Reward لي الناس الجديدة ف السيرفر من غير ما تتعب نفسك بتعمل الاسكرول دي( بتعملك الحاجه اللي الشخصية لابساها +16 100% FB ) ممكن تعملها 80% / 0% انت وراحت وممكن تعدل علي ال + في Procedure برضه انت وراحتك .. نخش في الموضوع بقا معلش طولت عليكو Database Slide _RefObjCommon كود:
1 61536 ITEM_MALL_GAMER_FB ????? xxx SN_ITEM_MALL_SILK_SCROLL_5 SN_ITEM_POINT_1_TT_DESC 1 0 3 3 3 1 180000 3 0 1 1 1 255 0 1 0 0 1 0 0 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_mall_scroll.bsr item\etc\archemy_reinforce_athanasia_a.ddj xxx xxx 2236467 كود:
2236467 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ???? 1 ?????? -1 RESURRECT -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 0 0 0 Media Slide Itemdata45000.txt كود:
1 61536 ITEM_MALL_GAMER_FB ????? xxx SN_ITEM_MALL_GAMER_FB SN_ITEM_MALL_GAMER_FB_TT_DESC 1 0 3 3 3 1 180000 3 0 1 1 1 255 0 1 0 0 1 0 0 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_mall_scroll.bsr pet2\item\item_pet2_system_name_remove.ddj xxx xxx 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 ???? 1 ?????? -1 RESURRECT -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 0 0 كود:
1 SN_ITEM_MALL_GAMER_FB Reward Scroll _AddLogItem كود:
IF (@Operation=41 AND @ItemRefID=61536) BEGIN -- Codded By Gamer1337 EXEC FB @CHARID END كود:
USE [SRO_VT_SHARDLOG] -- Codded By Gamer1337 GO /****** Object: StoredProcedure [dbo].[FB] Script Date: 14/03/2017 12:00:00 ص ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= CREATE PROCEDURE [dbo].[FB] @CHARID INT AS BEGIN SET NOCOUNT ON; DECLARE @ItemID int ,@Charname VarChar(50) ,@PLUS int , @Head int ,@CHEST int ,@LEGS int ,@SHOULDER int ,@HAND int , @FOOT int ,@RING1 int ,@RING2 int ,@NECK int ,@ERRING int ,@WEP int ,@SHIELD int SELECT @Charname=CHARNAME16 FROM SRO_VT_SHARD__JOoOo.._CHAR WHERE CHARID=@Charid SET @PLUS = '16' SET @Charid = (select CharID from SRO_VT_SHARD__JOoOo.._Char where CharName16=@Charname) SET @Head = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=0 and CharID=@Charid) SET @CHEST = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=1 and CharID=@Charid) SET @LEGS = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=4 and CharID=@Charid) SET @SHOULDER = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=2 and CharID=@Charid) SET @HAND = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=3 and CharID=@Charid) SET @FOOT = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=5 and CharID=@Charid) SET @RING1 = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=11 and CharID=@Charid) SET @RING2 = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=12 and CharID=@Charid) SET @NECK = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=10 and CharID=@Charid) SET @ERRING = (Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=9 and CharID=@Charid) SET @WEP =(Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=6 and CharID=@Charid) SET @SHIELD =(Select ItemID from SRO_VT_SHARD__JOoOo.dbo._Inventory where Slot=7 and CharID=@Charid) update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =5583457484950, MagParam2 =5583457484962, MagParam3 =30064771144, MagParam4=858993459290, MagParam5=30064771150, MagParam6=257698037898, Variance=1073741823 where ID64 =@Head --------------- update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =5583457484950, MagParam2 =5583457484962, MagParam3 =30064771144, MagParam4=858993459290, MagParam5=30064771150, MagParam6=257698037898, Variance=1073741823 where ID64 =@CHEST ---------------------- update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=4, optlevel=@PLUS, MagParam1 =30064771150, MagParam2 =30064771144, MagParam3 =858993459290, MagParam4=257698037898, Variance=1073741823 where ID64 =@SHOULDER ---------------------- update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=4, optlevel=@PLUS, MagParam1 =30064771150, MagParam2 =30064771144, MagParam3 =858993459290, MagParam4=257698037898, Variance=1073741823 where ID64 =@HAND update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =5583457484950, MagParam2 =5583457484962, MagParam3 =30064771144, MagParam4=858993459290, MagParam5=30064771150, MagParam6=257698037898, Variance=1073741823 where ID64 =@LEGS ----------------------- update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=4, optlevel=@PLUS, MagParam1 =30064771150, MagParam2 =30064771144, MagParam3 =858993459290, MagParam4=257698037898, Variance=1073741823 where ID64 =@FOOT update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =30064771144, MagParam2 =30064771150, MagParam3 =85899346100, MagParam4 =85899346094, MagParam5 =85899346112, MagParam6 =85899346106, Variance=1023 where ID64 =@RING1 update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =30064771144, MagParam2 =30064771150, MagParam3 =85899346100, MagParam4 =85899346094, MagParam5 =85899346112, MagParam6 =85899346106, Variance=1023 where ID64 =@RING2 update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =30064771144, MagParam2 =30064771150, MagParam3 =85899346100, MagParam4 =85899346094, MagParam5 =85899346112, MagParam6 =85899346106, Variance=1023 where ID64 =@NECK update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=6, optlevel=@PLUS, MagParam1 =30064771144, MagParam2 =30064771150, MagParam3 =85899346100, MagParam4 =85899346094, MagParam5 =85899346112, MagParam6 =85899346106, Variance=1023 where ID64 =@ERRING update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=4, optlevel=@PLUS, MagParam1 =30064771150, MagParam2 =30064771144, MagParam3 =858993459290, MagParam4 =257698037862, Variance=34359738367 where ID64 =@WEP update SRO_VT_SHARD__JOoOo.._Items set MagParamNum=3, optlevel=@PLUS, MagParam1 =30064771150, MagParam2 =30064771144, MagParam3 =858993459290, Variance=1073741823 where ID64 =@SHIELD set nocount off; END لو تلاحظو في ال Procedure انا عامل ال + بالاحمر عشان اللي حابب يعدل عليه .. انتظرو المزيد من الشروحات ان شاء الله سلاموز |
||||||||||
|
17-03-2017, 02:48 PM | #2 | ||||||||||
|
تمام .. مفيدة للناس اللي بتعمل دونيت اسلحة وسيت بطريقة سريعه .. تمت الاضافة لتجميعة الاسكرولات المهمه |
||||||||||
|
19-03-2017, 04:41 PM | #3 | |||||||||||
|
اقتباس:
|
|||||||||||
|
22-03-2017, 01:08 AM | #4 | ||||||||||
|
تم التجربة عـــــــــــ تسلم إيدك ـــــــــــاش |
||||||||||
|
22-03-2017, 02:34 AM | #5 | ||||||||||
|
تسلم ايدك |
||||||||||
|
22-03-2017, 10:46 AM | #6 | ||||||||||
|
تسلم ايدك |
||||||||||
|
22-03-2017, 12:05 PM | #7 | |||||||||||||
|
اقتباس:
اقتباس:
اقتباس:
|
|||||||||||||
|
31-03-2017, 10:02 PM | #8 | ||||||||||
|
تمام تسلم ايدك ممكن شرح بفديو و ازاى اجيب الكود بتاع السكرول |
||||||||||
|
01-04-2017, 02:41 AM | #9 | |||||||||||
|
اقتباس:
كود PHP:
|
|||||||||||
|
01-04-2017, 12:39 PM | #10 | ||||||||||
|
تمام يا معلم و شكرا |
||||||||||
|
01-04-2017, 11:39 PM | #11 | ||||||||||
|
في الخدمة .. |
||||||||||
|
02-04-2017, 04:13 PM | #12 | ||||||||||
|
ممكن الشرح فى اقرب وقت يا معلم >3 >3 |
||||||||||
|
04-04-2017, 01:56 AM | #13 | ||||||||||
|
ممكن الشرح |
||||||||||
|
06-04-2017, 12:52 AM | #14 | ||||||||||
|
اسف والله بس عندي مشاكل ومش بفتح .. بس قريب ان شاء الله هنزلة : |
||||||||||
|
06-04-2017, 01:13 AM | #15 | ||||||||||
|
اوك ربنا معاك |
||||||||||
|
يتصفح الموضوع حالياً : 2 (0 عضو و 2 زائر) | |
|
|
المواضيع المتشابهه | ||||
الموضوع | كاتب الموضوع | المنتدى | الردود | آخر مشاركة |
::. Auto Stat Point Scroll .:: | Yukii | قسم الشروحات و البرامج المستخدمة في عمل السيرفرات الخاصة | 6 | 20-04-2022 08:23 AM |
New Scroll | Stat 100% & 80% & 60% | FB | Plus | Work 100% | MR.KaBO | قسم الشروحات و البرامج المستخدمة في عمل السيرفرات الخاصة | 5 | 24-06-2021 04:15 AM |
Restore All stat points Scroll | ™Shi6on | قسم الاسئلة و الاستفسارات لعمل السيرفرات الخاصة | 1 | 05-01-2015 04:19 PM |
Skill & stat reset scroll | Hero xD | قسم المواضيع المكررة و المخالفة | 2 | 15-10-2014 09:49 AM |