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

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم المواضيع المكررة و المخالفة (https://silkroad4arab.com/vb/forumdisplay.php?f=58)
-   -   Add Drop From Uniques (https://silkroad4arab.com/vb/showthread.php?t=548379)

Hero xD 14-02-2014 08:24 PM

Add Drop From Uniques
 
دلوقتي انا بضيف كوين يقع من اليونك بالكويري ده
كود بلغة HTML:

USE SRO_VT_SHARD
GO
 
DECLARE @MonsterID int
DECLARE @ItemID int
DECLARE @DropRatio real
 
 
 
SET @MonsterID = 3810 <-------- Mob,Unique ID you want Add Drop in
SET @DropRatio = 1 <-------- Drop Ration 1=100% , 0.5 = 50%
SET @ItemID = 24165 <-------- ITEM ID You want Add in Drop
 
 
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, 1, 1, @DropRatio, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0 , 0 , 'xxx')

طيب لو انا مثلاً عايز اخليه يوقع 5 كوين مش واحده بس اعمل ايه

che_9299 14-02-2014 08:35 PM

بدل الواحد خليها 5 وبس

Hero xD 14-02-2014 11:11 PM

اقتباس:

المشاركة الأصلية كتبت بواسطة che_9299 (المشاركة 5006750)
بدل الواحد خليها 5 وبس

اشطااا عليك

che_9299 15-02-2014 12:31 AM

##


الساعة الآن 09:50 AM.

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