賀!!伐木技能破80


版主: Rainteteqeijimmy苦魚@w@J.C.J.Schneider

回覆文章
ben40012
中級玩家
中級玩家
文章: 106
註冊時間: 週四 3月 25, 2004 11:01 am

文章 ben40012 » 週五 5月 07, 2004 11:15 pm

收到[學習中]
大家好丫~!^^~
我叫[Sage]要多多幫我喲~!
MSN:ben40012@yahoo.com.tw
ICQ:282204696

頭像
TG
頂級玩家
頂級玩家
文章: 2374
註冊時間: 週六 7月 14, 2001 8:00 am

文章 TG » 週五 5月 07, 2004 9:42 pm

mm~記下了
不然去打怪會按半天沒反應...
謝謝~下次在試了
最進忙沒空試>"<

siven
高級玩家
高級玩家
文章: 343
註冊時間: 週三 7月 17, 2002 1:28 pm

文章 siven » 週五 5月 07, 2004 9:39 pm

ben40012 寫:siven
這是可以掛砍樹的EZS嗎?
只要用上去就可以了嗎?
還是有要改什麼東西丫
教我一下 :roll:
除了伐木點和路徑之外
應該可以直接使用
建議你先參考FATALITY大大的全自動伐木程式範例
HERE LOLITA
GOOD LOLITA
I WON'T HURT YOU
I ALWAYS WANTED A LOLITA LIKE YOU
It seems to accept you as master...XD
Lolita Taming GM了咧~
=========================

嘿嘿嘿...要買火柴嗎?
圖檔

ben40012
中級玩家
中級玩家
文章: 106
註冊時間: 週四 3月 25, 2004 11:01 am

文章 ben40012 » 週五 5月 07, 2004 7:30 pm

siven
這是可以掛砍樹的EZS嗎?
只要用上去就可以了嗎?
還是有要改什麼東西丫
教我一下 :roll:
大家好丫~!^^~
我叫[Sage]要多多幫我喲~!
MSN:ben40012@yahoo.com.tw
ICQ:282204696

BK
高級玩家
高級玩家
文章: 677
註冊時間: 週三 8月 27, 2003 12:38 am

文章 BK » 週三 5月 05, 2004 10:36 pm

TG 寫:-.-目前連走路走去哪都有問題>"<
就算會走也只有一個方向一直直直走(一直往右上走)
我也是用goto xxx,XXX..
如果說我只想要走到那走到哪...勞一圈走回來...
從a點到b點在從b到c~由c回到a點...這樣該如何寫入ezsㄋ?
你那個是UOA內設巨集衝突到,記得沒錯
把UOA→熱鍵:裡面的巨集全刪掉,只有設在F?的,留下來
其他全砍掉,不管有沒有使用,這樣就能解決了。 :mrgreen:
退休中~~~~~~~~~~~~~

頭像
TG
頂級玩家
頂級玩家
文章: 2374
註冊時間: 週六 7月 14, 2001 8:00 am

文章 TG » 週三 5月 05, 2004 9:43 pm

-.-目前連走路走去哪都有問題>"<
就算會走也只有一個方向一直直直走(一直往右上走)
我也是用goto xxx,XXX..
如果說我只想要走到那走到哪...勞一圈走回來...
從a點到b點在從b到c~由c回到a點...這樣該如何寫入ezsㄋ?

siven
高級玩家
高級玩家
文章: 343
註冊時間: 週三 7月 17, 2002 1:28 pm

文章 siven » 週三 5月 05, 2004 10:16 am

BK 寫:
siven 寫:看來都沒人回應...
今日再沒人回應的話
就自砍本篇吧 :-?
像是只有我一頭熱似的 :lol:
唔…怎麼講,看著下面密密麻麻的程式碼…頭腦只有一個〔?〕字
實在不知要回什麼 :oops:
有個問題耶…阿泥兄
我想知道二種macro,麻煩阿泥了^^
第一是,偵測負重是否有改便or增加,沒增加,就直接跳回換下個點
要怎麼寫丫?
例:
aaa:
repeat 5
sendkey(f5)
left click pos1
delay 3000
if !負重增加(不會)
退回(不會)
end repeat
return
另一個是…自動跟商人買物品
要一次全買…要如何寫呢?
我的電腦因不知名原因, color 這個指令無法使用,才想用偵測負重的@@
目前SERVER停機中,沒辦法幫你測試
試試看這樣行不行吧
repeat 5
if WaitForWghtChange(11000)=true//如果11秒內重量變化的話
sendkey(f10)//就按F10
end if
break//不然就跳出
end repeat
return
買東西的話必須要配合COLOR的指令
且UOP.DLL也沒有提供相關的指令...
所以我看是幫不上忙囉...
HERE LOLITA
GOOD LOLITA
I WON'T HURT YOU
I ALWAYS WANTED A LOLITA LIKE YOU
It seems to accept you as master...XD
Lolita Taming GM了咧~
=========================

嘿嘿嘿...要買火柴嗎?
圖檔

BK
高級玩家
高級玩家
文章: 677
註冊時間: 週三 8月 27, 2003 12:38 am

文章 BK » 週三 5月 05, 2004 9:55 am

siven 寫:看來都沒人回應...
今日再沒人回應的話
就自砍本篇吧 :-?
像是只有我一頭熱似的 :lol:
唔…怎麼講,看著下面密密麻麻的程式碼…頭腦只有一個〔?〕字
實在不知要回什麼 :oops:
有個問題耶…阿泥兄
我想知道二種macro,麻煩阿泥了^^
第一是,偵測負重是否有改便or增加,沒增加,就直接跳回換下個點
要怎麼寫丫?
例:
aaa:
repeat 5
sendkey(f5)
left click pos1
delay 3000
if !負重增加(不會)
退回(不會)
end repeat
return
另一個是…自動跟商人買物品
要一次全買…要如何寫呢?
我的電腦因不知名原因, color 這個指令無法使用,才想用偵測負重的@@
退休中~~~~~~~~~~~~~

sopp
高級玩家
高級玩家
文章: 369
註冊時間: 週日 12月 08, 2002 7:39 am

文章 sopp » 週三 5月 05, 2004 9:43 am

狂賀~~~!!!
最;近ody當機連連
經常陸沉的結果
是我常常沒掛到 :cry:
VKS 孤兒 人間廢業 痞子級加倍潔 參上!!

siven
高級玩家
高級玩家
文章: 343
註冊時間: 週三 7月 17, 2002 1:28 pm

文章 siven » 週三 5月 05, 2004 9:16 am

看來都沒人回應...
今日再沒人回應的話
就自砍本篇吧 :-?
像是只有我一頭熱似的 :lol:
HERE LOLITA
GOOD LOLITA
I WON'T HURT YOU
I ALWAYS WANTED A LOLITA LIKE YOU
It seems to accept you as master...XD
Lolita Taming GM了咧~
=========================

嘿嘿嘿...要買火柴嗎?
圖檔

siven
高級玩家
高級玩家
文章: 343
註冊時間: 週三 7月 17, 2002 1:28 pm

文章 siven » 週二 5月 04, 2004 7:10 pm

此EZS目前使用中
隻字未改
未盡完美之處敬請指教!!
特色之一:掛網途中如不幸身亡,將啟動蒐證程式
絕對不會死得不明不白!!小白、樹妖無一遺漏!
也不會有兩發弓箭的事情發生,敬請安心使用~
順帶一提:EZS要打贏黃金樹妖是不可能的唷~血的教訓阿...
請愛用1024*768 32BIT環境
HERE LOLITA
GOOD LOLITA
I WON'T HURT YOU
I ALWAYS WANTED A LOLITA LIKE YOU
It seems to accept you as master...XD
Lolita Taming GM了咧~
=========================

嘿嘿嘿...要買火柴嗎?
圖檔

siven
高級玩家
高級玩家
文章: 343
註冊時間: 週三 7月 17, 2002 1:28 pm

賀!!伐木技能破80

文章 siven » 週二 5月 04, 2004 7:03 pm

main:
On Hits<STR Jump Heal
//=====第一圈=====
goto 3031,554
pos1=17891593
call LJ
pos1=25821579
call LJ
pos1=18874858
call LJ
goto 3035,555
pos1=15860218
call LJ
pos1=19071436
call LJ
goto 3035,560
goto 3042,561
pos1=17695029
call LJ
pos1=20644191
call LJ
pos1=22938000
call LJ
goto 3049,571
pos1=15335760
call LJ
pos1=19333448
call LJ
pos1=22151547
call LJ
goto 3059,571
goto 3059,573
goto 3062,573
pos1=12059042
call LJ
pos1=16056825
call LJ
pos1=20447674
call LJ
pos1=23921028
call LJ
goto 3062,560
goto 3066,560
goto 3066,559
pos1=12059042
call LJ
pos1=18743759
call LJ
pos1=22806921
call LJ
pos1=17301810
call LJ
goto 3066,552
pos1=11534754
call LJ
pos1=15663458
call LJ
pos1=20971960
call LJ
pos1=23593332
call LJ
pos1=20709662
call LJ
goto 3066,544
pos1=19398961
call LJ
pos1=23527824
call LJ
pos1=19661269
call LJ
goto 3054,544
goto 3054,548
goto 3043,548
call PUT
//=====第二圈=====
goto 3036,548
goto 3036,540
pos1=9503097
call LJ
pos1=17301965
call LJ
pos1=17826125
call LJ
pos1=17432860
call LJ
goto 3036,539
goto 3035,539
goto 3034,535
goto 3048,535
goto 3048,525
goto 3050,524
pos1=11927946
call LJ
pos1=18678248
call LJ
pos1=20775328
call LJ
goto 3050,523
goto 3053,523
goto 3053,526
goto 3061,525
pos1=13238710
call LJ
pos1=20054322
call LJ
pos1=21234127
call LJ
goto 3061,516
pos1=18481682
call LJ
pos1=22020558
call LJ
pos1=19988785
call LJ
goto 3054,516
goto 3054,509
goto 3051,509
goto 3050,509
pos1=19202538
call LJ
pos1=21430690
call LJ
pos1=15991112
call LJ
goto 3050,506
goto 3042,506
pos1=12845452
call LJ
pos1=17236295
call LJ
pos1=18612703
call LJ
goto 3038,506
goto 3038,510
pos1=10551712
call LJ
pos1=16515424
call LJ
pos1=19923228
call LJ
pos1=20316597
call LJ
goto 3038,529
goto 3027,529
goto 3027,548
call put
//=====第三圈=====
f3:
goto 3016,548
goto 3008,549
pos1=12976480
call LJ
pos1=18612708
call LJ
pos1=23527778
call LJ
goto 3002,549
goto 3002,563
pos1=19661106
call LJ
pos1=21561695
call LJ
pos1=21758347
call LJ
goto 3002,557
goto 2995,557
pos1=17236326
call LJ
pos1=20316447
call LJ
goto 2995,544
goto 2999,543
pos1=16318925
call LJ
pos1=19137018
call LJ
pos1=21234082
call LJ
pos1=19464516
call LJ
goto 2999,527
goto 3002,527
pos1=13304205
call LJ
pos1=17629514
call LJ
pos1=24576392
call LJ
pos1=25035110
call LJ
goto 3005,527
goto 3005,524
goto 3010,524
pos1=13107597
call LJ
pos1=16974151
call LJ
pos1=22544801
call LJ
pos1=18743783
call LJ
goto 3014,524
goto 3014,522
pos1=10879393
call LJ
pos1=15728989
call LJ
pos1=20316443
call LJ
pos1=21168567
call LJ
goto 3014,528
goto 3013,528
goto 3013,549
call put
//=====第四圈=====
f4:
goto 3020,566
goto 3018,566
pos1=15598029
call LJ
pos1=14352757
call LJ
pos1=16974151
call LJ
pos1=17105181
call LJ
goto 3018,572
goto 3016,572
pos1=19661150
call LJ
pos1=23462306
call LJ
pos1=15073655
call LJ
goto 3011,576
goto 3011,579
goto 3006,579
goto 3006,577
pos1=13369783
call LJ
pos1=20251110
call LJ
pos1=21168522
call LJ
pos1=21561650
call LJ
goto 3001,586
goto 2998,586
pos1=13369719
call LJ
pos1=19464653
call LJ
pos1=23527817
call LJ
pos1=19726648
call LJ
goto 2989,586
goto 2990,591
pos1=17105403
call LJ
pos1=21627321
call LJ
pos1=15794529
call LJ
pos1=20447518
call LJ
goto 2990,593
goto 2982,593
goto 2982,591
pos1=17367547
call LJ
pos1=16253283
call LJ
pos1=21758397
call LJ
pos1=25231730
call LJ
pos1=19661084
call LJ
goto 2982,583
goto 2980,583
goto 2980,578
goto 2982,578
pos1=17039868
call LJ
pos1=13500831
call LJ
pos1=13762889
call LJ
goto 2989,578
goto 2989,572
goto 3011,572
goto 3011,561
goto 3015,561
goto 3015,553
goto 3020,553
call put
//=====第五圈=====
f5:
goto 3035,550
goto 3035,581
goto 3033,581
pos1=13304183
call LJ
pos1=18022727
call LJ
pos1=22938014
call LJ
goto 3029,581
goto 3029,586
goto 3026,586
pos1=13697400
call LJ
pos1=20054480
call LJ
pos1=24248717
call LJ
goto 3023,586
goto 3022,594
pos1=12386722
call LJ
pos1=16122202
call LJ
pos1=20119840
call LJ
goto 3026,594
goto 3026,603
pos1=11927971
call LJ
pos1=17433083
call LJ
pos1=16253274
call LJ
pos1=20054458
call LJ
pos1=24052082
call LJ
goto 3026,617
pos1=17433057
call LJ
pos1=13435282
call LJ
pos1=17498445
call LJ
pos1=21692845
call LJ
goto 3035,617
goto 3035,609
pos1=19530187
call LJ
pos1=22348199
call LJ
pos1=19923271
call LJ
goto 3035,601
goto 3037,601
pos1=23331142
call LJ
pos1=23724443
call LJ
pos1=18285012
call LJ
goto 3037,597
goto 3041,597
goto 3041,584
goto 3038,584
pos1=12452210
call LJ
pos1=17760542
call LJ
pos1=20119926
call LJ
pos1=19726794
call LJ
goto 3038,578
goto 3032,578
goto 3032,554
call put










call main

return
//=====Lumber Jacking
LJ:
On Hits<STR Jump Heal
Repeat 2 //對同一樹木砍的次數(可自行修改)
Sendmacro(16) //使用斧頭的熱鍵
Left Click Pos1 //點 Pos1
Delay 1000 //延遲約一秒,等訊息出來
If color[35979492]=8684676 //表示該樹沒有木頭了
say "no logs"
Break //跳離次數迴圈
End If

If color[35979492]!=8684676 //該樹有木頭
WaitForWghtChange(11500) //再延遲個約 11 秒
On Hits<STR Jump Heal
End If
End Repeat
return

//======put======
PUT:
goto 3019,548
Sendkey(Alt+85) //關包包(UO 內建,需自行設定)
Delay 500
Sendkey(Alt+73) //再開包包(UO 內建)
Delay 1000


//找出木頭所在的點,全部拖到寶箱內
while user1>1
pos2=GetColorPos[3232388,4129592,11273164]
Drag user1-1 from pos2 to 16581075
Delay 1000
wend
//bondage
while User2<100 //user2為繃帶
extvar[0]=100 - user2
drag extvar[0] from 16384446 to 15794578
wend
extvar[1] = getcolorpos[3228366,4129592,11273164]
drag all from extvar[1] to 16712148
Return
//=====Heal
Heal:
sendmacro(4)//武裝
sendkey(Alt+s)
delay(4000)
extvar[9]=0
while extvar[9]<3
if hits<30
KeyString "Guard\n"
delay(500)
sendkey(44)
end if
if hits<1
sendkey(44)
delay(4000)
sendkey(44)
stop
end if
if hits<str
sendkey(Alt+s)
delay(4000)
extvar[9]=0
else
delay(4000)
extvar[9]=extvar[9]+1
end if
wend
return
HERE LOLITA
GOOD LOLITA
I WON'T HURT YOU
I ALWAYS WANTED A LOLITA LIKE YOU
It seems to accept you as master...XD
Lolita Taming GM了咧~
=========================

嘿嘿嘿...要買火柴嗎?
圖檔

回覆文章

回到「[Wolves] 狼寨」

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 10 位訪客