Pages

Wednesday, 31 October 2012

Auto Full Chemical Protection macro Openkore


automacro GiveFCP {
timeout 0.5
run-once 0
playerguild guild.txt, 2
call {
do sp 479 $.lastGuildNameBinID 5

}
}

automacro SkillFail {
console /Unable to cast skill/
run-once 0
call {
release all
}
}


automacro SkillFail2 {
console /Target lost./
run-once 0
call {
release all
}
}

automacro SkillFail3 {
console /Error/
run-once 0
call {
release all
}
}

automacro talknpcsp {
    sp < 30%
    timeout 2
    run-once 0
call {
do talk @npc (86 106)
}
}


automacro topupglis {
weight < 20%
exclusive 1
run-once 1
call {
do c @storage
pause 1
$A = Glistening Coat
$Abaki = @invamount ($A)
$Atakcukup = @eval (5000-$Abaki)
do storage get @storage($A) $Atakcukup
pause 1
do relog
release all
}
}


automacro restart {
run-once 0
pm /relog/i,
call {
do relog 5
do reload all
}
}

automacro reload {
run-once 0
pm /reload/i,
call {
do reload all

}
}

automacro restarthold {
run-once 0
pm /reloadhold/i,
call {
do relog 60
do reload all
}
}

automacro restarthold2 {
run-once 0
pm /relog2/i,
call {
do relog 3600
do reload all
}
}

0 comments:

Post a Comment