|
• الانـتـسـاب » Sep 2007
|
• رقـم العـضـويـة » 2270
|
• المشـــاركـات » 824
|
• الـدولـة » الحضره اسكندريه
|
• الـهـوايـة »
|
• اسـم الـسـيـرفـر »
|
• الـجـنـس »
|
• نقـاط التقييم » 10
|
|
|
اقتباس:
المشاركة الأصلية كتبت بواسطة bombom
عفوا ,,, لايمكنك مشاهده الروابط لانك غير مسجل لدينا [ للتسجيل اضغط هنا ]
استخدم ال query دى
كود:
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 = 1 <-------- 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 , @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')
عشان تعرف كود ال item
كود:
use sro_vt_shard select id from _refobjcommon where codename128 like 'mob_rm_roc'
عشان تعرف كود ال mob
كود:
use sro_vt_shard select id from _refobjcommon where codename128 like 'item_ch_tblade_11_set_a_rare'
|
طيب انا عاوز احط كزا كود ايتم احطهوم ازاى ممكن تقولى الحل
|