發表於 : 週四 2月 28, 2002 1:39 pm
‧[抄錄-uoa]轉貼:neco
//用我的程式吧 空捲放在箱子裡 身上放置 需要藥材
//這樣寫法身上只需要放藥材 且超好直接丟回箱子裡
//方便大量生產 需配合uoa使用
//var1 抄寫好的捲軸顏色
//var3 所抄寫捲軸之最低mana值
//var4 身上捲軸超過多少放回箱子裡
//pos4 箱子位置
repeat
var8=GetColorPos[var1,pos2,pos3]
if user1>var4
if var1=color[var8]
drag all from GetColorPos[var1,pos2,pos3] to pos4
delay 1000
end if
end if
var2=int-1
if mana<var3 //以下冥想
delay 1000
sendmacro(10) //冥想macro 也可換成熱鍵使用
delay 10000
while mana<var2
delay 1000
wend
end if
sendmacro(9) //抄寫macro 請自己錄製
delay 3000
end repeat
//用我的程式吧 空捲放在箱子裡 身上放置 需要藥材
//這樣寫法身上只需要放藥材 且超好直接丟回箱子裡
//方便大量生產 需配合uoa使用
//var1 抄寫好的捲軸顏色
//var3 所抄寫捲軸之最低mana值
//var4 身上捲軸超過多少放回箱子裡
//pos4 箱子位置
repeat
var8=GetColorPos[var1,pos2,pos3]
if user1>var4
if var1=color[var8]
drag all from GetColorPos[var1,pos2,pos3] to pos4
delay 1000
end if
end if
var2=int-1
if mana<var3 //以下冥想
delay 1000
sendmacro(10) //冥想macro 也可換成熱鍵使用
delay 10000
while mana<var2
delay 1000
wend
end if
sendmacro(9) //抄寫macro 請自己錄製
delay 3000
end repeat