用户登录  | 
首 页技术文章软件发布广告价格
当前位置:传奇游戏服务端下载站传奇站长论坛资源网站程序技术文章文章资讯游戏架设教程魔兽技术文章

魔兽服务端修改近战致命躲避等级

减小字体 增大字体 作者:佚名  来源:本站整理  发布时间:2014-10-04 08:13:18

修改躲避等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=13;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=13;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=13;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=13;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=13;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=13;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=13;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=13;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=13;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=13;
修改招架等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=14;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=14;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=14;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=14;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=14;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=14;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=14;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=14;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=14;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=14;
修改盾格檔等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=15;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=15;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=15;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=15;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=15;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=15;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=15;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=15;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=15;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=15;
修改命中等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=16;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=16;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=16;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=16;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=16;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=16;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=16;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=16;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=16;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=16;
修改遠程命中等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=17;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=17;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=17;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=17;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=17;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=17;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=17;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=17;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=17;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=17;
修改法術命中等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=18;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=18;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=18;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=18;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=18;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=18;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=18;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=18;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=18;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=18;
修改法術暴擊等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=21;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=21;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=21;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=21;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=21;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=21;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=21;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=21;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=21;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=21;
修改近戰躲避等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=22;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=22;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=22;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=22;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=22;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=22;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=22;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=22;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=22;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=22;
修改遠程躲避等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=23;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=23;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=23;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=23;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=23;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=23;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=23;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=23;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=23;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=23;
修改法術躲避等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=24;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=24;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=24;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=24;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=24;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=24;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=24;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=24;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=24;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=24;
修改近戰致命躲避等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=25;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=25;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=25;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=25;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=25;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=25;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=25;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=25;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=25;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=25;
修改遠程致命躲避等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=26;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=26;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=26;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=26;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=26;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=26;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=26;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=26;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=26;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=26;


修改法術致命躲避等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=27;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=27;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=27;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=27;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=27;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=27;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=27;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=27;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=27;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=27;
修改近戰加速等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=28;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=28;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=28;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=28;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=28;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=28;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=28;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=28;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=28;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=28;
修改遠程加速等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=29;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=29;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=29;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=29;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=29;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=29;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=29;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=29;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=29;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=29;
修改法術加速等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=30;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=30;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=30;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=30;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=30;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=30;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=30;


UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=30;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=30;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=30;
修改命中等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=31;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=31;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=31;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=31;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=31;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=31;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=31;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=31;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=31;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=31;
修改暴擊等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=32;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=32;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=32;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=32;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=32;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=32;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=32;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=32;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=32;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=32;
修改擊中躲避等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=33;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=33;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=33;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=33;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=33;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=33;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=33;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=33;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=33;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=33;
修改暴擊躲避等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=34;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=34;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=34;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=34;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=34;


UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=34;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=34;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=34;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=34;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=34;

修改韌性等級
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=35;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=35;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=35;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=35;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=35;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=35;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=35;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=35;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=35;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=35;
修改急速等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=36;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=36;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=36;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=36;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=36;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=36;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=36;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=36;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=36;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=36;
修改攻擊強度等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=38;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=38;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=38;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=38;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=38;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=38;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=38;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=38;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=38;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE
stat_type10=38;
修改每5秒回藍
UPDATE item_template SET stat_value1 =
stat_value1*10 WHERE stat_type1=43;
UPDATE item_template SET stat_value2 =
stat_value2*10 WHERE stat_type2=43;
UPDATE item_template SET stat_value3 =
stat_value3*10 WHERE stat_type3=43;
UPDATE item_template SET stat_value4 =
stat_value4*10 WHERE stat_type4=43;
UPDATE item_template SET stat_value5 =
stat_value5*10 WHERE stat_type5=43;
UPDATE item_template SET stat_value6 =
stat_value6*10 WHERE stat_type6=43;
UPDATE item_template SET stat_value7 =
stat_value7*10 WHERE stat_type7=43;
UPDATE item_template SET stat_value8 =
stat_value8*10 WHERE stat_type8=43;
UPDATE item_template SET stat_value9 =
stat_value9*10 WHERE stat_type9=43;
UPDATE item_template SET stat_value10 =
stat_value10*10 WHERE stat_type10=43;
修改護甲穿透等級
UPDATE item_template SET
stat_value1 = stat_value1*10 WHERE stat_type1=44;
UPDATE item_template SET
stat_value2 = stat_value2*10 WHERE stat_type2=44;
UPDATE item_template SET
stat_value3 = stat_value3*10 WHERE stat_type3=44;
UPDATE item_template SET
stat_value4 = stat_value4*10 WHERE stat_type4=44;
UPDATE item_template SET
stat_value5 = stat_value5*10 WHERE stat_type5=44;
UPDATE item_template SET
stat_value6 = stat_value6*10 WHERE stat_type6=44;
UPDATE item_template SET
stat_value7 = stat_value7*10 WHERE stat_type7=44;
UPDATE item_template SET
stat_value8 = stat_value8*10 WHERE stat_type8=44;
UPDATE item_template SET
stat_value9 = stat_value9*10 WHERE stat_type9=44;
UPDATE item_template SET
stat_value10 = stat_value10*10 WHERE stat_type10=44;


修改法術強度等級
UPDATE
item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=45;
UPDATE
item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=45;
UPDATE
item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=45;
UPDATE
item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=45;
UPDATE
item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=45;
UPDATE
item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=45;
UPDATE
item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=45;
UPDATE
item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=45;
UPDATE
item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=45;
UPDATE
item_template SET stat_value10 = stat_value10*10 WHERE stat_type10=45;

所有玩家則成為1級賬號,將沒有gm權限  :UPDATE account SET gmlevel = 1;
那麼所有命令全部變4級賬號才能使用   :UPDATE command SET security = 4;
感覺魔獸裡的物品疊加少了嗎?
我教你把物品疊加弄大點!
update item_template set stackable=1000;  所有物品疊加1000
感覺魔獸裡的裝備需求等級高了嗎?
我教你一級就可以穿上70級的裝備!
update item_template set requiredlevel=1;  所有裝備1級穿
感覺魔獸裡寵物的屬性低了嗎?
我教你把寵物的屬性調大點!
update pet_levelstats set hp = hp*20;
update pet_levelstats set mana = mana+10;
update pet_levelstats set mana = mana*10;
update pet_levelstats set armor = armor*100;
update pet_levelstats set str = str*20;
update pet_levelstats set agi = agi*20;
update pet_levelstats set sta = sta*20;
update pet_levelstats set inte = inte*20;
update pet_levelstats set spi = spi*20;
70級以下精英一下怪綠色以下裝備暴率調低10倍
================================================== ===================================
update
`creature_loot_template`
Inner Join `creature_template`
Inner Join `item_template`
set
`ChanceOrQuestChance` = `ChanceOrQuestChance` / 10
WHERE
`creature_loot_template`.`entry` = `creature_template`.`entry` AND
`creature_loot_template`.`ChanceOrQuestChance` > 0 and
`creature_loot_template`.`groupid`  0 and
`creature_loot_template`.`groupid`  0 AND
`creature_loot_template`.`item` = `item_template`.`item` AND
`item_template`.`Quality`  0 and
`creature_loot_template`.`groupid`  0 AND
`creature_loot_template`.`item` = `item_template`.`item` AND
`item_template`.`Quality` > 1
================================================== ===================================
70級以下精英一下怪綠色以上裝備暴率調低100倍
================================================== ===================================
update
`creature_loot_template`
Inner Join `creature_template`
Inner Join `item_template`
set
`ChanceOrQuestChance` = `ChanceOrQuestChance` / 100
WHERE
`creature_loot_template`.`entry` = `creature_template`.`entry` AND
`creature_loot_template`.`ChanceOrQuestChance` > 0 and
`creature_loot_template`.`groupid`  1
================================================== ====================================
所有任務物品暴率上調25 %暴率最高不超過55 %
================================================== ====================================
update
`creature_loot_template`
Inner Join `item_template`
set
`ChanceOrQuestChance` = `ChanceOrQuestChance`+ 25
WHERE
`creature_loot_template`.`ChanceOrQuestChance` > 0 and
`creature_loot_template`.`ChanceOrQuestChance` < 30 and
`creature_loot_template`.`groupid` < 1 and
`creature_loot_template`.`item` = `item_template`.`item` AND
`item_template`.`class` = 12
風暴要塞七把橙色武器去除地圖和時間限制
update item_template set map = 0 where entry = 30311;
update item_template set map = 0 where entry = 30312;
update item_template set map = 0 where entry = 30313;
update item_template set map = 0 where entry = 30314;
update item_template set map = 0 where entry = 30316;
update item_template set map = 0 where entry = 30317;
update item_template set map = 0 where entry = 30318;
update item_template set map = 0 where entry = 30319;
update item_template set map = 0 where entry = 30320;
update item_template set duration = 0 where entry = 30311;
update item_template set duration = 0 where entry = 30312;
update item_template set duration = 0 where entry = 30313;
update item_template set duration = 0 where entry = 30314;
update item_template set duration = 0 where entry = 30316;
update item_template set duration = 0 where entry = 30317;
update item_template set duration = 0 where entry = 30318;
update item_template set duration = 0 where entry = 30320;
靈魂碎片可以疊加
update item_template set stackable = 100 where entry = 6265;
去除裝備上的唯一屬性
UPDATE item_template SET Maxcount = 0;
去除榜定
UPDATE item_template SET bonding = 0;
去除職業限制
update item_template set allowableclass = -1
 
以上建議使用時備份@@祝大家開心

商业版发布站程序下载:发布站程序下载:

Tags:

作者:佚名
  • 好的评价 如果您觉得此文章好,就请您
      0%(0)
  • 差的评价 如果您觉得此文章差,就请您
      0%(0)

文章评论评论内容只代表网友观点,与本站立场无关!

   评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
传奇资源网提供最新传奇开区一条龙版本下载,本站声明:只更新最新最好的传奇服务端分享给大家。