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

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

mohammedelefret 06-12-2013 12:56 PM

بخصوص ال drop items
 
انا دلوقت مثلا لو عايز ال jupiter او اي unique ينزل GoldConis او اي حاجه انا عايزها وعايز كمية ال drop تكون كتيره ممكن حد يقولي اعمل ايه ويفهمني بالتفصيل

وشكرا :basketball:

che_9299 06-12-2013 01:43 PM

كود:

USE SRO_VT_SHARD
GO

DECLARE @MonsterID int
DECLARE @ItemID int
DECLARE @DropRatio real



SET @MonsterID = 47618 -------- Mob,Unique ID you want Add Drop in
SET @DropRatio = 0.7 -------- Item drop rate 1=100% , 0.3 = 30%
SET @ItemID = 24667 -------- ITEM ID You want Add in Drops


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')


●♥ Marwan1337 ♥● 06-12-2013 02:15 PM

Here

mohammedelefret 16-12-2013 10:44 PM

لو حد يقدر يرد عليه يقولي بس DropAmountMin و Max دول معناهم ايه وينفع ازود ال droprate عن 1 ؟ ولا لا ؟ :banned:


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

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