魔兽世界单机版怎么修改数据库?

来源:百度知道 编辑:UC知道 时间:2024/09/23 08:11:25
下载的大芒果魔兽单机。想改雷霆之怒.逐风者的祝福之剑 的属性。用Navicat Lite for MySQL改 ,但改去改来改错了,想加力量... 结果改成加血的了。请高手远程帮忙改下!!谢谢了

去网上下个修改器,QUICE很好用的,即便是对数据库知识一窍不通的人都能用。或者你在Navicat中使用语句:
UPDATE item_template SET stat_value1 = (你所想要修改的数值) where stat_type1=4(1 生命值 3 敏捷 4 力量 5 智力 6 精神 7 耐力) and entry=19019(风剑的编码);
UPDATE item_template SET stat_value2 = where stat_type2=4 and entry=19019;
UPDATE item_template SET stat_value3 = where stat_type3=4 and entry=19019;

UPDATE item_template SET stat_value14= where stat_type4=4 and entry=19019;

UPDATE item_template SET stat_value5 = where stat_type5=4 and entry=19019;

UPDATE item_template SET stat_value6 = where stat_type6=4 and entry=19019;
UPDATE item_template SET stat_value7 = where stat_type7=4 and entry=19019;