基於以下問題後,所做的解答


一問題:


我想請問就是假如ID是:    (*.*) 然後向外掛喊天賜

automacro blessing {
        pubm /天賜/,8
        call {
                do sp 34 $.lastpub
        }
}
就會出現這個↓↓↓↓↓↓
'sp' 功能錯誤 (向玩家使用技能)
玩家 '(*.*)' 並不存在.
都找不到該怎麼辦阿


 


 


二.解答如下


automacro blessing {
        console /\[(距離|dist)=(.*)\] (.*) \((\d+)\): 天賜$/
        overrideAI 1
        exclusive 1
        call {
        $n = $.lastMatch3
        $i = $.lastMatch4
        do sp 34 $i 10
        }
}

arrow
arrow
    全站熱搜

    aaa1314 發表在 痞客邦 留言(0) 人氣()