1 High Priest
Blessing , Increase Agility , Impostio Manus , Assumptio
Here's the macro
automacro buff {
console /\[dist=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|fcp|buff|)$/
run-once 1
call {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch3
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')
$guild1 = GuildNameHere
$guild2 = GuildNameHere
$player1 = PlayerNameHere
$player2 = PlayerNameHere
if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
if ($namaPlayer == $player1) goto oke
if ($namaPlayer == $player2) goto oke
goto lain
:oke
do sp 34 $playerID 10
do sp 29 $playerID 10
do sp 66 $playerID 5
do sp 361 $playerID 5
goto end
:jauh
do c ui $namaPlayer deketan
goto end
:lain
do e ??
goto end
:end
release buff
}
}
Soul Linker ( Kaite , Kaupe , Kaahi , Kaizel ) and Soul Linker ( Spirit )
for macro you can see HERE and http://ragnarok-a.blogspot.com/2010/01/soul-linker-macro-soul.html
Paladin ( Gospel )
automacro gospel {
console /\[(jarak|dist)=(.*)\] (.*) \((\d+)\): (\*Fla\s\d\*|gospel)$/
exclusive 1
run-once 1
call {
$distance = $.lastMatch2
$namaPlayer = $.lastMatch3
$playerID = $.lastMatch4
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')
$guild1 =
$guild2 =
$player1 =
$player2 =
if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
if ($namaPlayer == $player1) goto oke
if ($namaPlayer == $player2) goto oke
goto lain
:oke
#skill ass
do sp 369 $playerID 10
pause 0.2
goto end
:lain
do e ??
:end
release gospel
}
}
Just say the word "gospel"
WhiteSmith Macro
automacro paket {
console /\[(jarak|dist)=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|combo)$/
exclusive 1
call {
$distance = $.lastMatch2
$namaPlayer = $.lastMatch3
$playerID = $.lastMatch4
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')
$guild1 =
$guild2 =
if ($playerguild == $guild1) goto oke
if ($playerguild == $guild2) goto oke
goto lain
:oke
do sp 111 $playerID 10
do sp 112 $playerID 10
do sp 113 $playerID 5
goto end
:jauh
do c ui $namaPlayer deketan
goto end
:lain
do e ??
goto end
:end
release paket
}
}
Creator - FCP
automacro fcp {
console /\[(jarak|dist)=(.*)\] (.*) \((\d+)\): (\*Fla\s\d\*|fcp)$/
exclusive 1
run-once 1
call {
$distance = $.lastMatch2
$namaPlayer = $.lastMatch3
$playerID = $.lastMatch4
$playerguild = @eval (exists $::players{$::playersID[$playerID]}->{guild} ? $::players{$::playersID[$playerID]}->{guild}{name} : 'null')
#Nama guild yg mau di paket
$guild1 =
$player1 =
if ($playerguild == $guild1) goto oke
if ($namaPlayer == $player1) goto oke
goto lain
:oke
#skill ass
do sp 479 $playerID 10
pause 0.2
goto end
:lain
do e ??
:end
release fcp
}
}
No comments:
Post a Comment