16-12-2013 10:44 PM | |
mohammedelefret |
لو حد يقدر يرد عليه يقولي بس DropAmountMin و Max دول معناهم ايه وينفع ازود ال droprate عن 1 ؟ ولا لا ؟ ![]() |
06-12-2013 02:15 PM | |
●♥ Marwan1337 ♥● | Here |
06-12-2013 01:43 PM | |
che_9299 |
كود:
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') |
06-12-2013 12:56 PM | |
mohammedelefret |
بخصوص ال drop items انا دلوقت مثلا لو عايز ال jupiter او اي unique ينزل GoldConis او اي حاجه انا عايزها وعايز كمية ال drop تكون كتيره ممكن حد يقولي اعمل ايه ويفهمني بالتفصيل وشكرا ![]() |
![]() |
تستطيع إضافة مواضيع جديدة
تستطيع الرد على المواضيع
تستطيع إرفاق ملفات
تستطيع تعديل مشاركاتك
BB code متاحة
الابتسامات متاحة
كود [IMG] متاحة
كود HTML معطلة
|