作者zonhan (我願與妳共舞)
看板WOW
標題Re: [心得] 好麻煩的月火術, 怎麼將它寫成mouseove …
時間Mon Feb 28 11:44:17 2011
※ 引述《zonhan (我願與妳共舞)》之銘言:
: 如何將月火和癒合完美綁在一個mouseover巨集呢?
: 這邊分享一下我的解法:
: ========
: /tar [noexists]mouseover
: /施放 [noexists]癒合
: /stopmacro [noexists]
: /cleartarget
: /targetlasttarget
: /tar [@mouseover,exists]mouseover
: /施放 [help]癒合
: /click [harm]MultiBarBottomRightButton10
: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 改成自己放月火快捷的位置
: /施放 [harm]月火術
: ^^^^^^^^^^^^ 其實跟上面一樣, 只是加這行後當目標為harm,
: 快捷才會正確顯示為月火術
: /targetlasttarget
: /stopmacro [exists]
: /targetlasttarget
: ========
突然想到, 既然可以用多加一行 "/施放 [harm]月火術" 來顯示快捷圖示
那幹嘛不直接用 @mouseover 咧?
於是就改寫成下面這個了:
=====
/tar [noexists]mouseover
/施放 [noexists]癒合
/stopmacro [noexists]
/清除目標
/選定前一目標
/tar [@mouseover,exists]
/施放 [@mouseover,help]癒合
/click [harm]ActionButton9
/施放 [@mouseover,harm][harm]月火術
/施放 [help]癒合
/選定前一目標
/stopmacro [exists]
/選定前一目標
=====
能用中文縮都盡量改成中文, 然後多拉的月火找 ActionButton 這種短的地方放
如此一來, 這個macro就能和真正的@mouseover巨集一樣
能夠隨著 mouseover 或當前目標來切換快捷圖示
應該是非常完美了, 希望大家使用愉快!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.116.39.49
→ zonhan:對了, 由於其實一個中文字=兩個英文字, 實際上是超過255字 02/28 12:26
→ zonhan:的, 所以要打"/console synchronizeMacros 0"關閉巨集同步 02/28 12:27
→ zonhan:不然你就會發現有巨集被吃掉了 T_T 02/28 12:27
推 Istari:請問你知道目前牧師的聖言術巨集相關問題修好了嗎 02/28 12:36
→ zonhan:我現在沒點啟示所以無法測試,不過月火沒修好聖言應該也一樣 02/28 12:53
推 Allen0315:一個中文字是一個英文字 在unicode裡就已經是這樣了 02/28 13:24
→ zonhan:但是server端的同步可就不一定囉, 樓上自己試試看就知道了 02/28 13:33