吾爱尚玩资源基地
标题:
魔兽数据库装备属性调整命令
[打印本页]
作者:
admin
时间:
2024-9-12 13:32
标题:
魔兽数据库装备属性调整命令
内容介绍
魔兽数据库装备属性调整命令
一下展示部分命令,完整命令请下载附件查看:
装备批量精准属性修改 copyright dedecms
护甲值2倍
UPDATE item_template SET armor = armor*2;
最小和最大武器伤害值*5是5倍的意思
UPDATE item_template SET dmg_min1 = dmg_min1*5;
UPDATE item_template SET dmg_max1 = dmg_max1*5;
武器攻击速度延迟 /2是除2的意思
UPDATE item_template SET delay = delay/3;
装备的抵抗抗性 2倍
UPDATE item_template SET holy_res = holy_res*2;
UPDATE item_template SET fire_res = fire_res*2;
UPDATE item_template SET nature_res = nature_res*2;
UPDATE item_template SET frost_res = frost_res*2;
UPDATE item_template SET shadow_res = shadow_res*2;
UPDATE item_template SET arcane_res = arcane_res*2;
购买商品价钱 3倍
UPDATE item_template SET buyprice = buyprice*3;
卖出商品价钱 3倍
UPDATE item_template SET sellprice = sellprice*3;
设置任务需要物品数量
UPDATE quest_template SET RequiredItemCount1 = RequiredItemCount1/10 WHERE id>=28074 AND id <=28378;
修改敏捷
UPDATE item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=3;
UPDATE item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=3;
UPDATE item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=3;
UPDATE item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=3;
UPDATE item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=3;
UPDATE item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=3;
UPDATE item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=3;
UPDATE item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=3;
UPDATE item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=3;
UPDATE item_template SET stat_value10 = stat_value10*10 WHERE stat_type10=3;
复制代码
附件下载
(如果本资源侵犯到您的权益,请联系在线管理员QQ:
1589479632
处理!)
(, 下载次数: 0)
上传
点击文件名下载附件
欢迎光临 吾爱尚玩资源基地 (http://bbs.523play.com/)
Powered by Discuz! X3.4