吾爱尚玩资源基地

标题: 魔兽数据库装备属性调整命令 [打印本页]

作者: admin    时间: 2024-9-12 13:32
标题: 魔兽数据库装备属性调整命令
   内容介绍

魔兽数据库装备属性调整命令


一下展示部分命令,完整命令请下载附件查看:
  1. 装备批量精准属性修改 copyright dedecms

  2. 护甲值2倍
  3. UPDATE item_template SET armor = armor*2;

  4. 最小和最大武器伤害值*5是5倍的意思
  5. UPDATE item_template SET dmg_min1 = dmg_min1*5;
  6. UPDATE item_template SET dmg_max1 = dmg_max1*5;

  7. 武器攻击速度延迟 /2是除2的意思
  8. UPDATE item_template SET delay = delay/3;

  9. 装备的抵抗抗性 2倍
  10. UPDATE item_template SET holy_res = holy_res*2;
  11. UPDATE item_template SET fire_res = fire_res*2;
  12. UPDATE item_template SET nature_res = nature_res*2;
  13. UPDATE item_template SET frost_res = frost_res*2;
  14. UPDATE item_template SET shadow_res = shadow_res*2;
  15. UPDATE item_template SET arcane_res = arcane_res*2;

  16. 购买商品价钱 3倍
  17. UPDATE item_template SET buyprice = buyprice*3;

  18. 卖出商品价钱 3倍
  19. UPDATE item_template SET sellprice = sellprice*3;

  20. 设置任务需要物品数量
  21. UPDATE quest_template SET RequiredItemCount1 = RequiredItemCount1/10 WHERE id>=28074 AND id <=28378;

  22. 修改敏捷
  23. UPDATE item_template SET stat_value1 = stat_value1*10 WHERE stat_type1=3;
  24. UPDATE item_template SET stat_value2 = stat_value2*10 WHERE stat_type2=3;
  25. UPDATE item_template SET stat_value3 = stat_value3*10 WHERE stat_type3=3;
  26. UPDATE item_template SET stat_value4 = stat_value4*10 WHERE stat_type4=3;
  27. UPDATE item_template SET stat_value5 = stat_value5*10 WHERE stat_type5=3;
  28. UPDATE item_template SET stat_value6 = stat_value6*10 WHERE stat_type6=3;
  29. UPDATE item_template SET stat_value7 = stat_value7*10 WHERE stat_type7=3;
  30. UPDATE item_template SET stat_value8 = stat_value8*10 WHERE stat_type8=3;
  31. UPDATE item_template SET stat_value9 = stat_value9*10 WHERE stat_type9=3;
  32. 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