วันเสาร์ที่ 5 มิถุนายน พ.ศ. 2553

Macro เอาบัฟเมื่อ hp,sp น้อย

automacro respawn1 {
location not pay_arche
hp <= 70%
run-once 1
call {
do c @load
release all
}
}

automacro respawn2 {
location not pay_arche
sp <= 15%
run-once 1
call {
do c @load
}
}

automacro HEAL {
location pay_arche
hp < 70%
run-once 1
exclusive 1
call {
do move 46 130
do talk @npc (41 127)
do autobuy
release all
}
}

automacro HEAL2 {
location pay_arche
sp < 15%
run-once 1
exclusive 1
call {
do move 46 130
do talk @npc (41 127)
release all
}
}

ส่วนแบบสอง ก็จะเป็น

automacro respawn1 {
location not pay_arche
hp <= 70%
run-once 1
call HEAL
}


automacro respawn2 {
location not pay_arche
sp <= 15%
run-once 1
call HEAL
}

macro HEAL {
do c @load
pause 1
do talk @npc (41 127)
}

ไม่มีความคิดเห็น:

แสดงความคิดเห็น