Sunday, July 29, 2012

Guild Member Buff Macro


A simple auto buff for guild member

automacro buff {
console /\[(jarak|dist)=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|buff)$/
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 = ENTER YOUR GUILD NAME HERE

if ($playerguild == $guild1) goto accept

goto other

:accept
if ($distance > 8) goto far
do c Please wait currently buffing $namaPlayer

#skill blessing
do sp 34 $playerID 10

#skill increase agi
pause 1
do sp 29 $playerID 10

pause 1
goto end

:far
do c $namaPlayer You're too far, please come closer
goto end
:other
do c Sory you're not member of $guild1
:end

release buff
}
}

This macro was originally written in bahasa, You might need to adjust some lines and can be modify as much as you need, be creative.

Saturday, June 14, 2008

Cannot Calculate a Route ? Please, Update Your Portals.txt

This problem happened when your Kore doesn't have the map route at current location, for example Rachel and Lighthalzen, simple add this route lines to your portals.txt files will solve these problems.

Rachel Route

ra_fild01 233 333 ice_dun01 157 10
ra_fild01 306 38 ra_fild04 322 378
ra_fild02 168 36 ra_fild07 168 353
ra_fild02 373 275 ra_fild03 23 294
ra_fild03 23 294 ra_fild02 373 275
ra_fild03 374 168 ra_fild04 23 176
ra_fild04 23 176 ra_fild03 374 168
ra_fild04 263 54 ra_fild08 287 370
ra_fild04 322 378 ra_fild01 306 38
ra_fild04 362 351 ra_fild05 33 353

Auto Trade Plugins For Openkore 2.0.5.1

This Autotrade plugins (autorade.pl) was made for collecting an items by using public chat,very useful for those who need to collecting an items or forging materials.


Requirements :
1. Latest Openkore Version (I'm using Openkore 2.0.5.1)
2. Latest Macro and Plugins Which Support OpenKore 2.0.5.1
For those who don't know how to install macro and plugins, I suggest you're visit the macro and plugins official website.
http://www.openkore.com/macro.php


Okay,first you need to create an autotrade plugins file called autotrade.pl Simply copy and paste the code in the line below with your favorite text editor (notepad,will works too),save this file to Openkore plugins folder and name it for autotrade.pl (remember to choose save as type : all files options)