|
本帖最后由 dark-f 于 2023-2-8 11:08 编辑
私服合成崩溃问题是因为私服使用了大箱子,网友:a549930解答了合成问题的解决方法(是私服设置了大箱子原因)
修改storage文件如下(配合大箱子patch_d2.mpq一起使用):
- var Storage = new function () {
- this.Init = function () {
- //this.StashY = me.gametype === 0 ? 4 : 8;
- this.StashY = me.gametype === 0 ? 4 : 10; //dark-f big-box
- this.Inventory = new Container("Inventory", 10, 4, 3);
- this.TradeScreen = new Container("Inventory", 10, 4, 5);
- //this.Stash = new Container("Stash", 6, this.StashY, 7);
- this.Stash = new Container("Stash", 10, this.StashY, 7);
- this.Belt = new Container("Belt", 4 * this.BeltSize(), 1, 2);
- //this.Cube = new Container("Horadric Cube", 3, 4, 6);
- this.Cube = new Container("Horadric Cube", 10, 8, 6);
- this.InvRef = [];
- this.Reload();
- };
复制代码
结合D2BS内核避障,重新编写了部分js代码,目前国内人气较高的2大私服能跑通1-5场景
特别感谢loveqiao361 的建议!
修正了前面发布的19.3.3版的键盘命令信息不能传递的错误。
添加了D2BS内核避障的15.3.7版的下载
提供三个网盘的下载地址:123网盘、天翼云、百度云。
避障视频:
https://haokan.baidu.com/v?vid=4686515306071955417&pd=pcshare
特别感谢mymmiss坛友,正是他的大力支持,使得本工作进展加快了很多,在此奉上本人对他的真诚感谢!
发布地址:
http://www.battlecn.net/home.php?mod=space&uid=30786&do=blog&quickforward=1&id=5284
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
|