Т4 у пала тоже занижен..в т4 с фул Доном капа нет
Я и говорю т4апать надо
а я и говорил что кастеру кап реса проще собрать чем, мдд или рдд.
Logon 3, Crazy x5
Astroo,Изумрудная сновидица - Временно не играю.
Мстят только слабые, сильные умеют прощать.
PHP код:
SET @STAT := 1.15;
SET @STAT1 := 3;
SET @LEV2 := 585;
UPDATE item_template SET stat_value1 = stat_value1* @STAT WHERE stat_type1=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value2 = stat_value2* @STAT WHERE stat_type2=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value3 = stat_value3* @STAT WHERE stat_type3=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value4 = stat_value4* @STAT WHERE stat_type4=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value5 = stat_value5* @STAT WHERE stat_type5=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value6 = stat_value6* @STAT WHERE stat_type6=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value7 = stat_value7* @STAT WHERE stat_type7=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value8 = stat_value8* @STAT WHERE stat_type8=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value9 = stat_value9* @STAT WHERE stat_type9=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value10 = stat_value10* @STAT WHERE stat_type10=@STAT1 and ItemLevel=@LEV2;
SET @STAT := 1.15;
SET @STAT1 := 4;
SET @LEV2 := 585;
UPDATE item_template SET stat_value1 = stat_value1* @STAT WHERE stat_type1=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value2 = stat_value2* @STAT WHERE stat_type2=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value3 = stat_value3* @STAT WHERE stat_type3=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value4 = stat_value4* @STAT WHERE stat_type4=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value5 = stat_value5* @STAT WHERE stat_type5=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value6 = stat_value6* @STAT WHERE stat_type6=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value7 = stat_value7* @STAT WHERE stat_type7=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value8 = stat_value8* @STAT WHERE stat_type8=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value9 = stat_value9* @STAT WHERE stat_type9=@STAT1 and ItemLevel=@LEV2;
UPDATE item_template SET stat_value10 = stat_value10* @STAT WHERE stat_type10=@STAT1 and ItemLevel=@LEV2;