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

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم المواضيع المكررة و المخالفة (https://silkroad4arab.com/vb/forumdisplay.php?f=58)
-   -   [Help] Add Moon Degree 12 To Mobs 111~120 (https://silkroad4arab.com/vb/showthread.php?t=568657)

Mohamed_Candy 04-10-2014 09:47 AM

[Help] Add Moon Degree 12 To Mobs 111~120
 
[Help] Add Moon Degree 12 To Drop Mobs 111~120

iLead 04-10-2014 12:18 PM

Find mob Code

كود PHP:

Use Sro_vt_shard select ID from _RefObjCommon where CodeName128 like 'MOB_RM_ROC' 

Add Mob/Unique Drop

كود PHP:

USE SRO_VT_SHARD -----> ( Mr.Lion ) <-----
GO

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



SET 
@MonsterID 3810 -------- Mob,Unique ID you want Add Drop in
SET 
@DropRatio -------- 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 , @ItemID0011, @DropRatio00000000,
00000000'xxx'


Mohamed_Candy 04-10-2014 03:32 PM

اقتباس:

المشاركة الأصلية كتبت بواسطة .Mr.Lion. (المشاركة 5119141)
Find mob Code

كود PHP:

Use Sro_vt_shard select ID from _RefObjCommon where CodeName128 like 'MOB_RM_ROC' 

Add Mob/Unique Drop

كود PHP:

USE SRO_VT_SHARD -----> ( Mr.Lion ) <-----
GO

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



SET 
@MonsterID 3810 -------- Mob,Unique ID you want Add Drop in
SET 
@DropRatio -------- 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 , @ItemID0011, @DropRatio00000000,
00000000'xxx'


Really and _RefDropClassSel_RareEquip :munch_h4h::munch_h4h:

Hero 11-10-2014 11:16 PM

يغلق لعدم الاهتمام


الساعة الآن 11:04 PM.

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