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

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

Ivanovich 03-02-2017 12:40 AM

Request
 
كنت عايز query تحط drop لليونك بس متحدد ب عدد من الكوينس وكويرى بتمسح spot unique
شكرا مقدما

Ivanovich 03-02-2017 01:06 AM

رد: Request
 
UP

Ivanovich 03-02-2017 02:07 AM

رد: Request
 
UP

Ivanovich 03-02-2017 02:50 AM

رد: Request
 
UP :3

thedeathlist 03-02-2017 03:49 AM

رد: Request
 
اقتباس:

المشاركة الأصلية كتبت بواسطة Ivanovich (المشاركة 5297449)
كنت عايز query تحط drop لليونك بس متحدد ب عدد من الكوينس وكويرى بتمسح spot unique
شكرا مقدما

Add items to unique
استخدم الكويري دا
كود بلغة HTML:

USE SRO_VT_SHARD
GO 

DECLARE @MonsterID int 
DECLARE @ItemID int 
DECLARE @DropRatio real
DECLARE @DropAmountMin int 
DECLARE @DropAmountMax int


SET @MonsterID = 24062    -------- Mob,Unique ID you want Add Drop in 
SET @DropRatio = 1        -------- Item drop rate 1=100% , 0.3 = 30% 
SET @ItemID = 24670        -------- ITEM ID You want Add in Drops 
SET @DropAmountMin = 5    -------- Amount of this item to Drop min
SET @DropAmountMax = 8    -------- Amount of this item to Drop max



INSERT _RefMonster_AssignedItemDrop 

RefMonsterID, 
RefItemID, 
DropGroupType, 
OptLevel, 
DropAmountMin, 
DropAmountMax, 
DropRatio, 
RefMagicOptionID1, 
CustomValue1, 
RefMagicOptionID2, 
CustomValue2, 
RefMagicOptionID3, 
CustomValue3, 
RefMagicOptionID4, 
CustomValue4, 
RefMagicOptionID5, 
CustomValue5, 
RefMagicOptionID6, 
CustomValue6, 
RefMagicOptionID7, 
CustomValue7, 
RefMagicOptionID8, 
CustomValue8, 
RefMagicOptionID9, 
CustomValue9, 
RentCodeName 

VALUES(@MonsterID , @ItemID, 0, 0, @DropAmountMin, @DropAmountMax, @DropRatio, 0, 0, 0, 0, 0, 0, 0, 0, 
0, 0, 0, 0, 0, 0, 0, 0, 0 , 0 , 'xxx')


Ivanovich 03-02-2017 03:56 AM

رد: Request
 
تمام الف شكر ممكن تشوف موضوعى التانى بعد اذنك :grin::grin:

Dev.Ri3o 03-02-2017 12:53 PM

رد: Request
 
##


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

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