开N10 进入world库 按F6 命令界面里面粘贴下列语句,回车,重启服务器端,搞定。
update item_template SET Maxcount = 0 where entry=6265;
update item_template set stackable = 100 where entry=6265;
或者命令界面里面粘贴下列语句也行
REPLACE INTO `item_template` VALUES (6265, 15, 1, -1, '灵魂碎片', 6689, 1, 0, 0, 1, 0, 0, 0, -1, -1, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 12340);
|