i use Macro Plugin version 2.0.3 rev7153
i use openkore_ready.zip
You can download them at openkore website
this is my macro.txt
automacro NoSp {
sp < 20%
var IsSitting != TRUE
exclusive 1
priority 2
call Sit
}
macro Sit {
$IsSitting = TRUE
do ss 34
pause 1
do ss 74
pause 3
do sit
do chat create "Regen No SP" 2 0 4321
release all
}
automacro NoBlessingNoMagni {
sp < 98%
status not EFST_MAGNIFICAT, not EFST_BLESSING
var IsSitting == TRUE
exclusive 1
priority 2
call SelfBuff
}
macro SelfBuff {
do chat leave
do ss 34
pause 1
do ss 74
pause 3
do sit
do chat create "Regen No SP" 2 0 4321
release all
}
automacro HaveSp {
sp > 98%
var IsSitting == TRUE
exclusive 1
priority 2
call Buffs
}
macro Buffs {
do chat leave
$IsSitting = FALSE
release all
}
automacro EmoticonBuff {
console /^(\[dist=(.*)\] )(.*)( \((\d+)\): \*(Flag 3|Fist|Peace)\*)$/
var IsSitting != TRUE
exclusive 1
priority 3
call BuffPlayer
}
macro BuffPlayer {
$buffPlayerID = $.lastMatch3
do sp 34 $buffPlayerID 10
pause 1
do sp 29 $buffPlayerID 10
pause 2
release all
}
The buffer willbuff you when you use flag3 ,fist, wave emotion.
i use openkore_ready.zip
You can download them at openkore website
this is my macro.txt
automacro NoSp {
sp < 20%
var IsSitting != TRUE
exclusive 1
priority 2
call Sit
}
macro Sit {
$IsSitting = TRUE
do ss 34
pause 1
do ss 74
pause 3
do sit
do chat create "Regen No SP" 2 0 4321
release all
}
automacro NoBlessingNoMagni {
sp < 98%
status not EFST_MAGNIFICAT, not EFST_BLESSING
var IsSitting == TRUE
exclusive 1
priority 2
call SelfBuff
}
macro SelfBuff {
do chat leave
do ss 34
pause 1
do ss 74
pause 3
do sit
do chat create "Regen No SP" 2 0 4321
release all
}
automacro HaveSp {
sp > 98%
var IsSitting == TRUE
exclusive 1
priority 2
call Buffs
}
macro Buffs {
do chat leave
$IsSitting = FALSE
release all
}
automacro EmoticonBuff {
console /^(\[dist=(.*)\] )(.*)( \((\d+)\): \*(Flag 3|Fist|Peace)\*)$/
var IsSitting != TRUE
exclusive 1
priority 3
call BuffPlayer
}
macro BuffPlayer {
$buffPlayerID = $.lastMatch3
do sp 34 $buffPlayerID 10
pause 1
do sp 29 $buffPlayerID 10
pause 2
release all
}
The buffer willbuff you when you use flag3 ,fist, wave emotion.