2020年10月31日 星期六

Win10 MUD 工具- MUSH CLIENT (Replay with Zmud)

http://www.gammon.com.au/downloads/dlmushclient.htm 

常用於zmud的習慣設定

一、指令輸入:

勾選 Auto-repeat Command

勾選 Command Stacking Using「 ;」









二、自動登入

1. Configuration/Connecting

2. 輸入帳號密碼,Diku-style,save









 

三、自動重新連線

1.下載Reconnecter

http://www.mushclient.com/plugins/Reconnecter.xml

2. File/Plugins/選擇Reconnecter/Enable

3. Quit後,自動重新連線  

 

四、Trigger's Delay

1. Send to:script

2. Command:DoAfter,間格時間要自己計算。

3. Example如下:

執行 smile、五秒後執行jump、十秒後執行kill frog。

Execute ("smile")
DoAfter (5, "jump")
DoAfter (10, "kill frog")

 

四、Time's Delay

1. 可以使用Doafter或Funtion

2. 使用Function Sample:

require "wait"
wait.make (function ()
  Execute ("1 irold")
  Execute ("2 irold")
  Execute ("3 irold")
  Execute ("p")
  Execute ("m")
  --wait.time (1)
  --註解
end)

沒有留言: