交易 确定 390,380 交易 155, 423 304,892 */ /* *@Fun 整理小号号仓库 *@arg1 start x *@arg1 start y *@retun null **/ Function arrangeSmallStore(x, y) Delay 200 MoveTo x+400,y+496 Delay 400 LeftDoubleClick 1 Delay 1500 KeyPress "I", 1 Delay 1300 Call arrangeStore(x,y) End Function /* *@Fun arrange Big store * arg1 start x * arg2 start y */ Function arrangeStore(x,y) //材料 Call moveMouseAndClick(x+590,y+292) //整理 Call moveMouseAndClick(x+675, y+440) // //副职业 // Call moveMouseAndClick(x+640, y+292) // //整理 // Call moveMouseAndClick(x+675, y+440) End Function /******************************按下Q键***********************************/ Function pressQKey() MoveTo 1060, 70 Delay 500 LeftClick 1 Delay 100 KeyPress "Q", 1 Delay 200 //是 MoveTo 590, 465 Delay 2000 LeftClick 1 Delay 2000 //材料 Call moveMouseAndClick(590,292) End Function /******************************取出大号材料***********************************/ Function getOutBigMetris(num, x, y) MoveTo x, y Delay 200 LeftDown 1 Delay 100 MoveTo 230, 325 Delay 200 LeftUp 1 Delay 200 KeyPress "BackSpace", 5 Delay 100 Call Lib.键盘.KeyList(num, 2, 50) Delay 100 LeftClick 1 Delay 100 End Function /******************************取大号金钱***********************************/ Function getBigMoney(num) Delay 100 MoveTo 195, 300 Delay 200 LeftClick 1 Delay 200 Call Lib.键盘.KeyList(num, 2, 50) Delay 1000 LeftClick 1 End Function /******************************收集小号材料副职***********************************/ Function getCollecationMetris(x, y) //材料 Call moveMouseAndClick(x + 590, y + 292) Delay 100 Call collectMetries(x, y, "small") Delay 100 //副职业