|
• الانـتـسـاب » Sep 2015
|
• رقـم العـضـويـة » 126620
|
• المشـــاركـات » 373
|
• الـدولـة » 6 october city
|
• الـهـوايـة » X-Sro online
|
• اسـم الـسـيـرفـر » Private Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 10
|
|
|
مشكله في drop mobs 109
انا عايز اخلي mobs 109 ينزل elixir,WEAPON,SHIELD,ARMOR,ACCESSARY بس ميجبلي ارمو مش ميتم ليه ؟ في حاجه غلط ؟
كود PHP:
USE SRO_VT_SKY_FAYZ
SET @MonsterID = 38253 -- You can find Monster ID's at RefObjCommon
SET @DropRatio = 0.00006 -- 100% = 1 / 50% = 0.5 / 0% = 0 of course
SET @ItemID = 3679 -- You can find Item ID's at RefObjCommon
SET @ItemID = 3680 -- You can find Item ID's at RefObjCommon
SET @ItemID = 3681 -- You can find Item ID's at RefObjCommon
SET @ItemID = 3682 -- You can find Item ID's at RefObjCommon
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,
RentCode****
)
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')

|