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

الموقع العربي الاول للعبة Silkroad Online (https://silkroad4arab.com/vb/index.php)
-   قسم الاسئلة و الاستفسارات لعمل السيرفرات الخاصة (https://silkroad4arab.com/vb/forumdisplay.php?f=226)
-   -   مطلوب كود (https://silkroad4arab.com/vb/showthread.php?t=528741)

Hoka 24-09-2013 07:27 AM

مطلوب كود
 
السلام عليكم

انا كنت عاوز اكواد ال moobs بتاعت Alex Job Temple
و انا عاوزها تنزل Arena Coins اعمل ال Rate اد ايه .... 30% تبقي حلو ولا لا
شكرا

komnda 24-09-2013 10:10 AM

كود PHP:

USE SRO_VT_SHARD_INIT 
GO 

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



SET 
@MonsterID 24082 -- You can find Monster ID's at RefObjCommon 
SET @DropRatio = 0.00004 -- 100% = 1 / 50% = 0.5 / 0% = 0 of course 
SET @ItemID = 3851 -- 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
RentCodeName 
)  
VALUES(@MonsterID ,   @ItemID0,          0,        1,             1,             @DropRatio,           0,                 0,           0,                 0,            0,                 0,            0,                 0,            0,                 0,            0,                 0,            0,                 0,            0,                 0,            ,                ,           'xxx'

دلوقتي انت عاملت Unique جديد فا عاوز تخلي ينزل Arena Coin
فا بتجيب الايضي بتعوا من RefObjCommon وتحتو هنا
SET @MonsterID
وهنا الايتم يقع بنسبت كام %
SET @DropRatio
وهنا ايضي الحاجة الي عاوزة تنزل من الوحش
SET @ItemID
بالتوفيق

ღ♥ČrimeḾaster♥ღ 24-09-2013 05:53 PM

كود PHP:

USE SRO_VT_SHARD -----> ( MaDenGo ) <-----
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'

عشـان تـجيب ID MOB'S OR Unique Or Item



كود PHP:

USE SRO_VT_SHARD 
select 
from _RefObjCommon where CodeName128 like 'ITEM_ETC_SD_TOKEN_0 

وده GM Helper فيـه MOB'S Alexandria & Jupiter


http://files.fm/u/mszvtbx

●♥ Marwan1337 ♥● 24-09-2013 06:02 PM

حــوار الـ Codes ده ,,
أكتــبــ /loadmonster MOB And Press F2
وهيجبلــكـ الـ Mobs اللـى فـى السيــرفـر كلهــا ,, أتعــبـ شــويـة بقــى وهـاتهــمـ أنـت بنفســكـ.

●♥ Marwan1337 ♥● 24-09-2013 06:02 PM

حــوار الـ Codes ده ,,
أكتــبــ /loadmonster MOB And Press F2
وهيجبلــكـ الـ Mobs اللـى فـى السيــرفـر كلهــا ,, أتعــبـ شــويـة بقــى وهـاتهــمـ أنـت بنفســكـ.


الساعة الآن 08:54 PM.

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