發表於 : 週六 9月 07, 2002 3:44 pm
drag 1000 from pos1 to pos2 //從pos1 拿1k ns 到pos2(自己身上)
delay(1000)
while ns>8 //只要ns數量大於8
sendmacro(15) //磨藥macro
delay(var2) // 磨藥delay time
if user1>0 //藥水設定為user1如果大於0就是有藥水
sendmacro(3) // 倒入藥水桶
var1=var1+1 //計算藥水桶中藥水量
end if
wend
-----------------
有誰看的懂嗎?_? 我好久沒用ez了, 最近在練磨藥. 因為我不能用uoa, 所以這個標榜不需要uoa的script似乎挺實用.
問題一: while ns>8.......ns? 那bm 就把ns改成bm嗎??
問題二: sendmacro(15).......這是什麼意思? 用內建設一個磨藥marco嗎?
問題三: sendmacro(3)倒入藥水桶?? 這種marco用內建能設嗎??
delay(1000)
while ns>8 //只要ns數量大於8
sendmacro(15) //磨藥macro
delay(var2) // 磨藥delay time
if user1>0 //藥水設定為user1如果大於0就是有藥水
sendmacro(3) // 倒入藥水桶
var1=var1+1 //計算藥水桶中藥水量
end if
wend
-----------------
有誰看的懂嗎?_? 我好久沒用ez了, 最近在練磨藥. 因為我不能用uoa, 所以這個標榜不需要uoa的script似乎挺實用.
問題一: while ns>8.......ns? 那bm 就把ns改成bm嗎??
問題二: sendmacro(15).......這是什麼意思? 用內建設一個磨藥marco嗎?
問題三: sendmacro(3)倒入藥水桶?? 這種marco用內建能設嗎??