Party Skill Acolyte

Posted in Setting dengan kaitan (tags) , , on 21 Mei 2009 by fncidro

partySkill Blessing {
lvl 10
hp > 80%
sp > 50%
notWhileSitting 1
notInTown 1
timeout 1500
target_hp > 65%
}

Baca selebihnya »

OBB by Tadz

Posted in Macro dengan kaitan (tags) on 20 Mei 2009 by fncidro

source: http://forums.openkore.com/viewtopic.php?f=32&t=38

in macros.txt
######### OBB Quest ########

automacro OBB {
location comodo 73 194
inventory “Cyfar” > 49
inventory “Clam Shell” > 14
inventory “Crab Shell” > 9
inventory “Brigan” > 9
run-once 1
call OBB-1
}
Baca selebihnya »

Soul Linker

Posted in Macro dengan kaitan (tags) on 20 Mei 2009 by fncidro

source: http://forums.openkore.com/viewtopic.php?f=32&t=5814&start=10
by: help_us

automacro giveSoul {
pm “link”
sp >= 200
class Soul Linker
exclusive 1
call soulthem
}

Baca selebihnya »

Paket Guild

Posted in Macro dengan kaitan (tags) on 16 Mei 2009 by fncidro

sumber: http://ropenkore.blogspot.com/2009/02/paket-guild-macro.html

automacro coating {
console /\[dist=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|fcp|paket|)$/
run-once 1
call {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch3
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : ‘null’)

Baca selebihnya »

Jasa Warp

Posted in Macro on 16 Mei 2009 by fncidro

sumber: http://ropenkore.blogspot.com/2009/02/jasa-warp-macro.html

automacro one {
location Payon
run-once 1
call ones
}
macro ones {
do sit
pause 2
do chat create “Geo 800 | Ho ct 801 | Magma 802″ 2 0 1111
release one
}

automacro two {
console /to start dealing, or ‘deal no’ to deny the deal./i
run-once 1
call {
do deal
}
}

automacro three {
console /finalized the Deal/i
call {
do deal
}
}

automacro four {
location Payon
run-once 1
exclusive 1
call fours
}

Baca selebihnya »