| 
 
80論壇幣 
| 小弟想掛龍洞1樓,但是龍洞一樓都沒什麼人,所以想要自己清完整張地圖 
 一開始希望可以用地圖移動到定點,接者就用定點移動到定點的方式,清完整張地圖
 
 巨集的開否除了用地圖之外,還希望可以用補品的多寡來決定要不要發動
 
 不過我的巨集不知道哪裡有問題,一開始就是無法觸發
 
 幫我修改的一樣也可以,只要確定能用會立刻發給懸賞金
 
 
 automacro Auto1 {
 location abyss_01
 inventory "白色藥水" > 34
 exclusive 0
 call {
 do move 260 271 abyss_01
 }
 }
 automacro Auto2 {
 location abyss_01 260 271
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 138 156 abyss_01
 }
 }
 automacro Auto3 {
 location abyss_01 138 156
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 139 132 abyss_01
 }
 }
 automacro Auto4 {
 location abyss_01 139 132
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 27 34 abyss_01
 }
 }
 automacro Auto5 {
 location abyss_01 27 34
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 160 177 abyss_01
 }
 }
 automacro Auto6 {
 location abyss_01 160 177
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 251 171 abyss_01
 }
 }
 automacro Auto7 {
 location abyss_01 251 171
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 266 41 abyss_01
 }
 }
 automacro Auto8 {
 location abyss_01 266 41
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 214 97 abyss_01
 }
 }
 automacro Auto9 {
 location abyss_01 214 97
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 233 132 abyss_01
 }
 }
 automacro Auto10 {
 location abyss_01 233 132
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 233 227 abyss_01
 }
 }
 automacro Auto11 {
 location abyss_01 233 227
 inventory "白色藥水" > 34
 exclusive 1
 call {
 do move 260 271 abyss_01
 }
 }
 | 
 |