عرض مشاركة واحدة
قديم 17-05-2014, 10:37 PM   #4

™The Last Emperor™
عضو مميز



الصورة الرمزية ™The Last Emperor™


• الانـتـسـاب » Sep 2008
• رقـم العـضـويـة » 35132
• المشـــاركـات » 570
• الـدولـة »
• الـهـوايـة »
• اسـم الـسـيـرفـر » Private Server
• الـجـنـس » Male
• نقـاط التقييم » 10
™The Last Emperor™ صـاعـد

™The Last Emperor™ غير متواجد حالياً



افتراضي



ده بيقلل الوحوش من 1 ~ 50 وممكن تعدل انت فيه برحتك
كود PHP:
use SRO_VT_SHARD

update Tab_RefNest
set dwMaxTotalCount 
dwMaxTotalCount /2
where dwTacticsID in 
(select dwTacticsID from Tab_RefTactics where dwObjID in
(select ID from _RefObjCommon where CodeName128 like '%mob_eu%' and Service '1' and Link in select ID from _RefObjChar where Lvl between '3' and '50') and 
CodeName128 not like '%NPC%'
or CodeName128 like '%mob_CH%'and Service '1' and Link in select ID from _RefObjChar where Lvl between '2' and '50')
and 
CodeName128 not like '%NPC%'
or CodeName128 like '%mob_ca%'and Service '1' and Link in select ID from _RefObjChar where Lvl between '2' and '50')
and 
CodeName128 not like '%NPC%'
or CodeName128 like '%mob_wc%'and Service '1' and Link in select ID from _RefObjChar where Lvl between '2' and '50')
and 
CodeName128 not like '%NPC%'
or CodeName128 like '%mob_kt%'and Service '1' and Link in select ID from _RefObjChar where Lvl between '2' and '50')
and 
CodeName128 not like '%NPC%')) 




رد مع اقتباس