0

Openkore BOT Download

 This is openkore bot program link taken from official openkore site. I would suggest latest SVN version because it contain the latest features of the bot program. Please read the instruction how to use this program.

Download Here



0

Openkore BOT Auto Heal/Buffs to self

useSelf_skill Heal {
    hp <= 80%
    sp > 10%
    lvl 10
}

useSelf_skill 2051 {
    hp <= 50%
    sp > 10%
    lvl 1
}

useSelf_skill Blessing {
    lvl 10
    whenStatusInactive Blessing
    sp <> 10
    target_timeout 50
}

useSelf_skill Increase AGI {
    lvl 10
    whenStatusInactive Increase AGI
    sp <> 10
    timeout 5
}


useSelf_skill Angelus {
    lvl 10
    whenStatusInactive Angelus
    sp <> 10
    timeout 5
}



useSelf_skill Magnificat {
    lvl 10
    whenStatusInactive Magnificat
    stopWhenHit 1
    sp <> 10
}



0

Packet Tokenizer: Unknown switch: 0856 Fix

For faster download us DAP 
Download File

Download Working BOT




0

Openkore BOT Mercenary Auto Attack

Download files here

Extract the RAR file into your AI/USER_AI folder of Ragnarok.

Log-in your account on Ragnarok

Type in /merai (mercenary AI) it doesn't matter if it is following Basic AI or Custom AI just leave it.

If your Mercenary is not moving after you typed /merai try relogging.



0

Openkore BOT Valhalla BOT IP

Download your Valhalla server.txt here

For Faster Download Use DAP 



Openkore BOT Auto Consume Warp Free Ticket Macro


First put your character in geffen or aldebaran

Then add this code to your macros.txt

    automacro gef {
        map geffen
        inventory "Warp Free Ticket" > 2
    call {
        do ai manual
        do move 125 59
        do talknpc 120 62 c r2 c r1
        do ai on
    }
    }

    automacro alde {
        map aldebaran
        inventory "Warp Free Ticket" > 2
    call {
        do ai manual
        do move 150 120
        do talknpc 143 119 c r2 c r0
        do ai on
    }
    }
The macro will stop consuming your Warp Free Ticket
If your Warp Free Ticket is only 2 pcs

~End

Openkore BOT Auto Consume Warp Free Ticket Macro



0

Openkore BOT Macro Cargo Delivery Quest


Remember:
The macro will not function if there is no macro plugins,
Download macro plugins here.

Paste this code to your macros.txt

# Put ur Character in Alberta

automacro CargoMuna {
console /Your Coordinates:/
location alberta
call PORTNPC
timeout 60
}

automacro ENDmimic1 {
console /before it changes its mind/
call PORTNPC
timeout 5
}

automacro ENDmimic2 {
console /have already moved/
call PORTNPC
timeout 5
}

automacro reTALKport {
console /Could not find an NPC at location/
call PORTNPC
timeout 5
}

automacro RETALKmimic {
location alberta
console /Deadly Cargo (.*) That/
call retalkMIMIC
timeout 0
}

automacro MIMIC1-a {
console /recognize the first crate/
call {
$mimic = first
call talkMIMIC
}
timeout 5
}

automacro MIMIC1-b {
console /get me the first crate/
call {
$mimic = first
call talkMIMIC
}
timeout 5
}

automacro MIMIC2-a {
console /retrieve the second crate/
call {
$mimic = second
call talkMIMIC
}
timeout 5
}

automacro MIMIC2-b {
console /get me the second crate/
call {
$mimic = second
call talkMIMIC
}
timeout 5
}

automacro MIMIC3-a {
console /third crate should be with/
call {
$mimic = third
call talkMIMIC
}
timeout 5
}

automacro MIMIC4-a {
console /get me the fourth crate/
call {
$mimic = fourth
call talkMIMIC
}
timeout 5
}

automacro MIMIC5-a {
console /find the fifth crate/
call {
$mimic = fifth
call talkMIMIC
}
timeout 5
}

automacro MIMIC6-a {
console /sixth create has been found/
call {
$mimic = sixth
call talkMIMIC
}
timeout 5
}

automacro MIMIC6-b {
console /sixth create has been found/
call {
$mimic = sixth
call talkMIMIC
}
timeout 5
}

automacro MIMIC6-c {
console /our wounded scouts have reported/
call {
$mimic = sixth
call talkMIMIC
}
timeout 5
}


macro PORTNPC {
$x = @random ("89","93","92","91","90")
$y = @random ("60","61","62","59","58")
do move alberta $x $y
pause 4
do talknpc 90 62 c r0 n
}

macro talkMIMIC {
if ($mimic == first) goto mimic1
if ($mimic == second) goto mimic2
if ($mimic == third) goto mimic3
if ($mimic == fourth) goto mimic4
if ($mimic == fifth) goto mimic5
if ($mimic == sixth) goto mimic6
stop

:mimic1
$x = @random ("187","188","189","190","191")
$y = @random ("164","165","166","167","168")
do move $x $y
do talknpc 188 173 c n
stop

:mimic2
$x = @random ("224","225","226","227","228")
$y = @random ("102","103","104","105","106")
do move $x $y
do talknpc 232 104 c n
stop

:mimic3
$x = @random ("238","239","240","241","242")
$y = @random ("88","89","90","91","92")
do move $x $y
do talknpc 246 87 c n
stop

:mimic4
$x = @random ("238","239","240","241","242")
$y = @random ("64","65","66","67","68")
do move $x $y
do talknpc 245 67 c n
stop

:mimic5
$x = @random ("235","236","237","238","239")
$y = @random ("40","41","42","43","44")
do move $x $y
do talknpc 243 43 c n
stop

:mimic6
$x = @random ("114","115","116","117","118")
$y = @random ("215","216","217","218","219")
do move 104 53
pause 2
do move $x $y
do talknpc 123 221 c n
stop
}

macro retalkMIMIC {
$num = $.lastMatch1
goto mimic
stop

:mimic
if ($num == [1]#:) goto retalk1
if ($num == [2]#:) goto retalk2
if ($num == [3]#:) goto retalk3
if ($num == [4]#:) goto retalk4
if ($num == [5]#:) goto retalk5
stop

:retalk1
do talknpc 188 173 c n
stop

:retalk2
do talknpc 232 104 c n
stop

:retalk3
do talknpc 246 87 c n
stop

:retalk4
do talknpc 245 67 c n
stop

:retalk5
do talknpc 243 43 c n
stop

:retalk6
do talknpc 123 221 c n
stop
}


~End

 Openkore BOT Macro Cargo Delivery Quest



Post Comment

You can now comment to the post

Thnx..~
-Admin



2

Search for the next Facebook Admin

Hi to all BOTTer nghahanap kami ng ADMIN!

Must have the following

ULTIMATE BOTting skills
Online 5-6 Hours
Friendly
Resposible

Post your details here

Format
Name
Age
Location
Ilan taon n ngBOBOT
Baket kayu ang pipiliin namin?


Like Us on Facebook 
facebook.com/BOTGuide 



0

Openkore BOT How to BOT in Valhalla Server

First download this valhexe.exe hexed client here.
Extract it to your valkyrie folder

Then in server.txt add this code

[Philippines - pRO: Valhalla]
ip 202.57.118.234
port 6900
master_version 15
version 1
secureLogin 1
secureLogin_type 0
secureLogin_requestCode
secureLogin_account 0
serverType pRO
patchserver wpatch.ragnarok.com.ph
patchpath /patch50
storageEncryptKey 0x050B6F79, 0x0202C179, 0x0E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9
serverEncoding Tagalog
charBlockSize 112
gameGuard 1
recvpackets recvpackets-valkyrie.txt
addTableFolders pRO

Then in config.txt change master into the code below

master Philippines - pRO: Valhalla
server 0
username botguide
password pass
loginPinCode
char 0

Now your ready to BOT in Valhalla Server

September 15, 2011


~End


Openkore BOT How to BOT in Valhalla Server



0

Openkore BOT Valhalla BOT Fixed ScreenShot

September 15, 2011


















~END

Openkore BOT Valhalla BOT Fixed ScreenShot



0

Openkore BOT BG BOT | Battle Ground BOT



Remember:
The macro will not function if there is no macro plugins,
Download macro plugins here.

Paste this code to your config.txt

Battle_Map tierra1 ~BG Map
Battle_AI 1
Battle_PK 0
Battle_Random 0


Paste this code to your macros.txt located at BOTfolder/control/macros.txt



0

Openkore BOT Macro Sticky Rat Daily Quest


Remember:
The macro will not function if there is no macro plugins,
Downlaod macro plugins here.

Paste this code to your macros.txt located at BOTfolder/control/macros.txt

#CHECK IF YOU HAVE MYSTIC BALL OR IF YOU MUST CATCH RATS



0

Openkore BOT Auto Heal when do chat heal/paheal | Emotion Buffs

Put this code in you macros.txt

    automacro heal {
    console /\[dist=(.*)\] (.*) \((\d+)\): (\*\s\d\*|paheal|heal)$/
    run-once 1
    call {
    $distance = $.lastMatch1
    $namaPlayer = $.lastMatch2
    $playerID = $.lastMatch3
     
    do sp 28 $playerID 10
  
    release buff
    stop
    }
    }


If you don't have macro plugins
Download here.


~End


Openkore BOT Auto Buffs when do chat heal/paheal  | Emotion Buffs



0

Openkore BOT Auto Buffs when do *Flag* | Emotion Buffs


Put this code in you macros.txt

automacro buff {
console /\[dist=(.*)\] (.*) \((\d+)\): (\*Flag\s\d\*|fcp|buff|)$/
run-once 1
call {
$distance = $.lastMatch1
$namaPlayer = $.lastMatch2
$playerID = $.lastMatch3
   
do sp 34 $playerID 10
do sp 29 $playerID 10

release buff
stop
}
}
If you don't have macro plugins
Download here.


 ~End

Openkore BOT Auto Buffs when do *Flag* | Emotion Buffs


Join Us
Looking for
Facebook Admin
with
Ultimate Botting Skills

Followers

Powered by Blogger.