انا بعمل اد للDrop Form This Query
[SPOILER]USE/**/[SRO_VT_SHARD]/**/
--Credits to Hean
/*Edited By nukertube*/
GO
DECLARE @Mob VarChar(MAX),@Item VarChar(MAX),@MonsterID iNt,@ItemID iNt,@DropRatio ReaL, @DropAmountMin INT, @DropAmountMax INT
--------------------------------------------------------------------------
SET @MonsterID = 41416-- You can find Monster ID's at RefObjCommon
SET @ItemID = 25834 -- You can find Item ID's at RefObjCommon
SET @DropAmountMin = 10 /*Drop Min*/
SET @DropAmountMax = 15 /*Drop Max*/
SET @DropRatio = 1 -- 100% = 1 / 50% = 0.5 / 0% = 0 of course
--------------------------------------------------------------------------
INSERT [dbo].[_RefMonster_AssignedItemDrop]/**/
(RefMonsterID,RefItemID,DropGroupType,OptLevel,Dro pAmountMin,DropAmountMax,DropRatio,RefMagicOptionI D1,CustomValue1,RefMagicOptionID2,CustomValue2,Ref MagicOptionID3,CustomValue3,RefMagicOptionID4,Cust omValue4,RefMagicOptionID5,CustomValue5,RefMagicOp tionID6,CustomValue6,RefMagicOptionID7,CustomValue 7,RefMagicOptionID8,CustomValue8,RefMagicOptionID9 ,CustomValue9,RentCodeName)/**/
VALUES(@MonsterID,@ItemID,0,0,@DropAmountMin,@Drop AmountMax,@DropRatio,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,'xxx')/**/ [/SPOILER]
و الDrop ظهرت في
RefMonster_AssignedItemDrop Table
و عملت ريستارت للسيرفر
بس مافيش اي حاجة بتنزل من يونيك





