(Share) WOE buffer

05/07/2011 21:21 jhincen#1
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.
05/28/2011 12:10 dot2x#2
can i ask how to use or start this one ? sry im quite new on this Openkore things
06/14/2011 04:20 cancer60#3
=P
06/23/2011 08:44 bombadotcom#4
Sir, can you give the installer of the application? I want the buffer of the High Priest(Assump) , Biochemist ( FCP-Full Chemical Protection). I am not using openkore before or any program related to BOT, and I don't know the config. and I dont know to use and to open that. I need the Buffs of High Priest and Biochemist. PLEASE HELP ME SIR. please give me the link so can I download the program and please help me.. HELP ME SIR .. Thanks in advance
06/23/2011 22:48 Aimless Angel#5
[Only registered and activated users can see links. Click Here To Register...]
12/13/2011 12:13 alinam#6
Quote:
Originally Posted by cancer60 View Post
=P
This looks rather tempting, but may I know how the automacro gets triggered? Tried understanding some of the syntax but I still can`t figure it out :confused: