用navicat 输入如下 这个只加50%的属性
UPDATE item_template SET stat_value1 = stat_value1*3/2 where stat_type1<>0
UPDATE item_template SET stat_value2 = stat_value2*3/2 where stat_type2<>0
UPDATE item_template SET stat_value3 = stat_value3*3/2 where stat_type3<>0
UPDATE item_template SET stat_value4 = stat_value4*3/2 where stat_type4<>0
UPDATE item_template SET stat_value5 = stat_value5*3/2 where stat_type5<>0
以下加6倍武器伤害 自己调倍数
UPDATE item_template SET dmg_min1=dmg_min1*6
UPDATE item_template SET dmg_max1=dmg_max1*6
以下调护甲 和各种抗性
UPDATE item_template SET armor=armor*2
UPDATE item_template SET holy_res=holy_res*5
UPDATE item_template SET fire_res=fire_res*5
UPDATE item_template SET nature_res=nature_res*5
UPDATE item_template SET Frost_res=Frost_res*5
UPDATE item_template SET shadow_res=shadow_res*5
UPDATE item_template SET arcane_res=arcane_res*5
CTM还是WLK
WLK是你那样改的
但是如果是CTM
就是有些的SPL有这些东西(没有清楚的),你也不能修改
CTM修改还要基于客服端,不然修改了就一直是正在下载,无法使用
CTM的修改请去大芒果查看
希望对你有帮助
饿 你的意思是除了改数据库以外的方法吗 这个,貌似还真不知道了。以前玩Mangos的时候 都是用的navicat 因为这个方法可以算是基本方法了。用navicat基本可以满足所有单机wow的需求.欢迎分享,转载请注明来源:内存溢出
评论列表(0条)