- 精华
- 阅读权限
- 120
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2014-11-17
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2017-6-23 11:51:09
|
显示全部楼层
选矿
(先为瑟银选矿加入奥术水晶)
INSERT INTO `world`.`prospecting_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES ('10620', '12363', '15', '1', '1', '1', '2');
(改红宝石几率为15%。为奥术水晶腾位置)
update prospecting_loot_template
set ChanceOrQuestChance = 15
Where entry=10620 and item=7910;
设置最大倍率
update prospecting_loot_template
set maxcount = maxcount * 5;
|
|