21-01-2013, 04:05 PM
|
#1
|
|
• الانـتـسـاب » Nov 2011
|
• رقـم العـضـويـة » 93492
|
• المشـــاركـات » 644
|
• الـدولـة » ذك ЄذĪŦطR мЄذĪآ ЄذĪŦطR
|
• الـهـوايـة » ذك ЄذĪŦطR мЄذĪآ ЄذĪŦطR
|
• اسـم الـسـيـرفـر » No Server
|
• الـجـنـس » Male
|
• نقـاط التقييم » 19
|
|
|
موضوع جديد ازاي تحوت Drop جديد
موضوع جديد ازاي تحوت Drop جديد
كود بلغة HTML:
GO SRO_VT_SHARD and open _RefMonster_AssignedItemDrop
[RefMonsterID] here you will put the id of monster
[RefItemID] here you will put the id of item
[DropGroupType] here you have to put 0
[OptLevel] you have to put 0 here also
[DropAmountMin] here you will put the drop rate of item
[DropAmountMax] here you will put maximum number of drop item from one mob
[DropRatio] his means drop rate ex: x1 or x2
ازاي تجيب ID الموبس?
you've to run this query
Code:
كود بلغة HTML:
Use SRO_VT_SHARD select ID from _RefObjCommon where CodeName128 like 'MOB_RM_ROC
'
you've to change the green code to your own mob or unique code
ازاي تجيب ال ID بتع الitem?
query
كود بلغة HTML:
Use SRO_VT_SHARD select ID from _RefObjCommon where CodeName128 like 'ITEM_CH_TBLADE_11_SET_A_RARE
'
you've to change the green code to your item code
شكرا و مع تحيتي mneam001.
|
|
|