rexxzguo
rexxzguo
关注数: 19
粉丝数: 33
发帖数: 674
关注贴吧数: 66
有人用过Alpaca吗?1.13d的带PlugY的 GitHub上找到的
有人用过Alpaca吗?1.13d的带PlugY的 github上找到的.
求教 .replace("?", "", "g") 这个replace带了3个参数如何理解?
求教 .replace(/(y|)c([0-9!"+<;.*])/g, "\\xffc$2") 哪位大神解析一下上方括号内正则表达式的含义.
单机1.13d Kolbot 用10x10箱子 修改Storage.js var Storage = new function () { this.Init = function () { this.StashY = me.gametype === 0 ? 4 : 8; //8改成10能填充10行 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); //6改成10能填充10列. this.Belt = new Container("Belt", 4 * this.BeltSize(), 1, 2); this.Cube = new Container("Horadric Cube", 3, 4, 6); this.InvRef = []; this.Reload(); //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //改动后如下 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ var Storage = new function () { this.Init = function () { this.StashY = me.gametype === 0 ? 4 : 10; //8改成10能填充10行 this.Inventory = new Container("Inventory", 10, 4, 3); this.TradeScreen = new Container("Inventory", 10, 4, 5); this.Stash = new Container("Stash", 10, this.StashY, 7); //6改成10能填充10列. this.Belt = new Container("Belt", 4 * this.BeltSize(), 1, 2); this.Cube = new Container("Horadric Cube", 3, 4, 6); this.InvRef = []; this.Reload(); //测试出来的,还得看看怎么使用翻页功能
1.13d用 P防吞lugY11.02,D2L防吞oader,d2h防ackm吞ap 1F放说明 2F放链接 翻了好些站才找到 最难找的是D2LOA/D/E/R能找到真是运气 113d能用的是marsgod死神之王做的 P~~~Y是国外大神做的
1
下一页