Sunday, December 19, 2010

KILL STEAL BOT pRO... and I'm also BACK!! hehehe





Not mine... just searched in the net.. hehe
This KillSteal enabler will definitely work on openkore version 2.1

If anyone would be asking if it's keylogged... it's not..

for the reason that I'm using it already...

and that keylogs only adapt to .exe file formats in which case misc.pm is only a subfile of openkore Bot Program..

ALMOST FORGOT..

ADD this to your config.txt just below the ##### Main Configuration ####


KillSteal 1


this is Case sensitive so just copy and paste...
^^

And one more thing...

Monday, September 6, 2010

Auto Trade Chatroom Buying & Selling Items...

As MELO was desperately looking for a solution to his auto trade problem... he asked me to help him search... then I found this... :)

****I did the instructions on my own bot... and i found out that there was so many errors in the instructions that i got... hahahah!! thankfully... i found out the problems and had it configured myself to it's original PURPOSE... ****

****ONCE AGAIN... Follow the SPECIFIED INSTRUCTIONS BELOW... and if you have done the following instructions below before I had the time to edit... i'd like you to reverse the process untill you've undone the errors i made... hehehe****

Just download the autotrade.pl HERE

then
1. put the autotrade.pl to plugins folder. If you have no plugins folder, create!


2.You have to set up a bot in a chat room, then when someone deals it, it will automatically add the money you want to give for the item.

You can setup a chatroom by editing your macros.txt inside control fodler. Again, if you don't have macros.txt, create!
Code:

automacro start {
console /You are sitting./i
run-once 1
delay 10
call openchat
}

macro openchat {
do chat create "B>iron300|stel3k|r.wind12k|ori-11k|elu70k" 2 0 123456
}

#please take note
#you can change the chatroom name
#by changing the sentence
#within the "" int the code

3. You need the config option in config.txt: tradeAuto 1
Note: dealAuto 0

4. Create an autotrade.txt in your control folder.

and follow the syntax:
Code:

# [item name] [price]

Steel 5000
Jellopy 1
Witherless Rose 20000
Elunium 50000


If it's not working or if there's any prblem... kindly POST a COMMENT in the comment section and i may be able to solve it :)

Q. What if I want to disconnect my bot if my zeny is xxx,xxx.
A. In config.txt, dcOnZeny 30000 <--- amount of zeny

PLEASE TAKE NOTE>>>>>> I've encountered an error... that needs to close my bot... since i've messed up by bot so much already I'm thinking that it's only in my bot program... PLEASE TRY TO DO IT AND REPORT IF ANYTHING HAPPENS TO YOU THANK YOU!!!

Wednesday, September 1, 2010

Pharmacy Macro Bot Config

FIRST OF ALL... I'm going to change my BLOG DESIGN... i'm having trouble myself in having it being too slow scrolling down since my computer is quite low Quality co'z I designed it to be running 24/7.. hehehe

This Config AGAIN... isn't mine... hehehehe... I'm only Posting this for other BOT users to follow... Just Follow the Steps Below and you can relax after it's working the way you want it to.. :D


Firstly.. u need to buy all the thing u need for making a potion and save all in storage.....

1. This is how to making Acid bottle,if u want to making other potion,u can change it ok

In Macros.txt :



### Move to Create Position trigger by Inventory Quantity
automacro initiate {
sp > 80%
location not payon 180 100 181 100
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call start
#run-once 1
timeout 10
}
macro start {
#release initiate
do move 180 100 payon
pause 1
}
#at Create Position consider condition trigger by Quantity and sp
##### Depricated , Delete as you wish (but I'm not) #####
automacro resta {
location payon 180 100
sp < 15%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call rest
run-once 1
timeout 2
}
macro rest {
do move 180 102
release resta
pause 1
do sit
}
#at Rest Position ... condition trigger by Quantity & sp
automacro jallen {
location payon 180 102
sp > 90%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call shifta
timeout 2
}
macro shifta {
do move 180 102
pause 1
}
#at Create Position ... Create condition trigger by Quantity or Sp
automacro create {
location payon 180 100
sp > 15%
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call pharmacy
run-once 1
}
##### Pharmacy Creation CODE : Credit to flakey of OpenKore Board #####
##### http://openkore.sour***orge.net/foru...pic.php?t=5000 #####
##### send (code) after invoke "ss 228 10" only ... therefore Kore terminate !
##### Red Potion = 8E 01 F5 01 00 00 00 00 00 00
##### Yellow Potion = 8E 01 F7 01 00 00 00 00 00 00
##### White Potion = 8E 01 F8 01 00 00 00 00 00 00
##### Blue Potion = 8E 01 F9 01 00 00 00 00 00 00
##### Adonyne = 8E 01 5D 02 00 00 00 00 00 00
##### Aloevera = 8E 01 5E 02 00 00 00 00 00 00
##### Red Slim = 8E 01 21 02 00 00 00 00 00 00
##### Yellow Slim = 8E 01 22 02 00 00 00 00 00 00
##### White Slim = 8E 01 23 02 00 00 00 00 00 00
##### Alcohol = 8E 01 CA 03 00 00 00 00 00 00
##### Fire Bottle = 8E 01 DF 1B 00 00 00 00 00 00
##### Acid Bottle = 8E 01 E0 1B 00 00 00 00 00 00
##### Plant Bottle = 8E 01 E1 1B 00 00 00 00 00 00
##### Mine Bottle = 8E 01 E2 1B 00 00 00 00 00 00
##### Coating Wax = 8E 01 E3 1B 00 00 00 00 00 00
macro pharmacy {
do ss 228 10
pause 0.5
do send 8E 01 E0 1B 00 00 00 00 00 00
release create
$time = $.time
}
##### Counter Relogin every 10 min ... while Pharmacy #####
### in order not to Mix up the Counter Relogin with the Process ###
### leave the Counter Relogin macro at last lines ###
#Counter Relog while Grab
#Counter Relog while Create
automacro resetKaraCreate {
var $time < @eval ($.time - 30)
location geffen 117 202
inventory "Medicine Bowl" > 0
inventory "Immortal Heart" > 0
inventory "Empty Bottle" > 0
call reseto
timeout 600
}
macro reseto {
do macro reset
pause 1
}
#Counter Relog while Rest
#Counter Relog while Walking
# Counter Relog while Standing out of 181,100 / 180,100
# Counter Relog while Store Item



2.Make sure ur config.txt was like this :



attackAuto 0
routeRandomWalk 0
sitAuto_idle 1
lockMap <-- Dont put anything in here
lockMap_x
lockMap_y
storageAuto 1
storageAuto_npc payon 181 104 <-- payon kapra position
storageAuto_distance 2
storageAuto_npc_type 3
storageAuto_npc_steps c r1 n <-- payon kapra steps
relogAfterStorage 0
storageAuto_password
storageEncryptKey 0x050B6F79, 0x0202C179, 0x0E20120, 0x04FA43E3, 0x0179B6C8, 0x05973DF2, 0x07D8D6B, 0x08CB9ED9

getAuto Medicine Bowl {
minAmount 0
maxAmount 100 <-- safty value which no OWG 50% for safety
passive 0
}

getAuto.. (for all item)



3. Go to itemscontrol.txt and change the setting like this :
Quote:

all 0 0 0 0 0 <-- make sure all 0 0 0 0 0 ok?
White Potion 0 1 0
White Herb 100 1 0
Medicine Bowl 100 1 0
Empty Potion Bottle 100 1 0



4. Please make sure u put this thing in timeouts.txt


macro_delay 0.5
ai_sit_idle 3


Done.

Tuesday, August 31, 2010

FS Heal config For Mercenary

This Config Came From IAN JOSEPH MELO which is Hosting His Own Site now.

You should try looking at it coz' it's be more updated sonce I haven't been able to update mine recently...



partySkill Heal {
lvl 10
target @mercenary
target_hp <= 60%
timeout 1
}


Copy this code and paste this in your macros.txt config
NOTE: If you have other configuration in your macros.txt DO NOT delete it.... it may be important to your config as well as your character. JUST paste this config and also for this config to work, you must be using a PRIEST or ACOLYTE

And that may be all for now... (••,)

ENJOY BOTTING!!!!

Thursday, August 26, 2010

From the Chatbox Topic by CONCERNED CITIZEN.

Guys... Please be Notified that any FILE that you download from the internet MAYBE HEXED or edited with a KEYLOG... depending on the Level of the programmer who did it. As you can see, all files and applications can be edited by any programmer and share it with others... So It is at YOUR OWN RISK in downloading or using any .exe files from the internet.

One more thing. Whenever you are not SURE of your download if it has KEYLOG or any HOCUS POCUS which you think may occur... BE SURE TO USE THE "ON SCREEN KEYBOARD" on your computer... this is one way of preventing your accounts from being hacked... Since KEYLOG only accepts input from the KEYBOARD. ^_^

To simplify my Point... YES IT IS POSSIBLE TO BE HEXED WITH KEYLOG. But i'm not saying that I am sure that all files can be keylogged. And Although it is possible... the keylogger must run itself when the Associated file has been executed and therefore you may be able to know if a keylog is running by checking your task manager and process then try to look for a suspicious process that you may not know of... but do not end the process if you are not sure that it is the keylog since you may end the process of your system and you's have to restart your computer.. ^_^

I've encountered a keylogger when I was botting in Ragnarok for the First time... as I carelessly downloaded not knowing that there would be a keylog.

I prevented my account from being hacked by shortening the reconnecting time. The bot will try to relog itself so that the other user may not be able to log in but your bot will not be able to play the game... hehehhe
then I just changed my password.

Please Correct me If I'm wrong.

That's All ^_^

Sunday, August 22, 2010

Priest [FS] bot config

This Config was modified by me and me only.. hahaha!!

Here is the LINK for the Priest Bot Config [FS]


DOWNLOAD HERE



ahahahaha!!

I've set the pickupitems.txt into All 0 so that the priest would not be always

"I Lost my Master"
"Trying to find lost master"

as it would take time to pickup those trashy non profitable loots left by other bots

and ALSO... I did not include the Increase AGI buff... for the reason that the Priest would again lose it's master because the supported character is walking so fast that it would walk away while the priest is casting skills..... ohh... you would get my point if you try to use it... hahahaha!!

anyways... if you would like to include the increase AGI buff...

just copy the code below and paste it together with the partyskills section



partySkill Increase AGI {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target [change name here]
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Increase AGI
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}





Please just REMOVE AND REPLACE the "[change name here]" with the name of the character you would like to support...

PLEASE TAKE NOTE that you MUST!... as in.. A MUST! that your [FS]Priest or acolyte to be in a PARTY with your to be supported character.

Just extract those files into your

That may be all...

PUBLIC MARQUEE BOT macros

Here is the config Requested by Tan2x in my Chatbox :)

This macro config is not My own Work and I am not claiming it as my own... because this config came from a player in Facebook who also Likes to share bot configs... hence IM ONLY SHARING HIS WORK... hahaha!! :)

Below Here is the Config

It's easy to modify... just use common sense... or maybe none required.. hahaha!! :)

TIP/NOTE: COPY THE CODES into a BLANK NOTEPAD so you could read ie EASIER in the EYEs


automacro ten {
console /Your Coordinates/i
call {
do move payon 162 76
pause 1
call changer
}

}
macro changer {
call pub
}
macro pub {
do chat create " Thank You Macro Bot " 5 0 123456789
pause .5
do chat modify " Introducing" 5 0 123456789
pause .5
do chat modify " Marquee Macrobot " 5 0 123456789
pause .5
do chat modify " For those who are " 5 0 123456789
pause .5
do chat modify " or those who are i" 5 0 123456789
pause .5
do chat modify " r those who are in" 5 0 123456789
pause .5
do chat modify " those who are int" 5 0 123456789
pause .5
do chat modify " hose who are inter" 5 0 123456789
pause .5
do chat modify " ose who are intere" 5 0 123456789
pause .5
do chat modify " se who are interes" 5 0 123456789
pause .5
do chat modify " e who are interest" 5 0 123456789
pause .5
do chat modify " who are intereste" 5 0 123456789
pause .5
do chat modify " who are interested" 5 0 123456789
pause .5
do chat modify " ho are interested " 5 0 123456789
pause .5
do chat modify " o are interested t" 5 0 123456789
pause .5
do chat modify " are interested to" 5 0 123456789
pause .5
do chat modify " re interested to h" 5 0 123456789
pause .5
do chat modify " e interested to ha" 5 0 123456789
pause .5
do chat modify " interested to hav" 5 0 123456789
pause .5
do chat modify " interested to have" 5 0 123456789
pause .5
do chat modify " nterested to have " 5 0 123456789
pause .5
do chat modify " terested to have a" 5 0 123456789
pause .5
do chat modify " erested to have a " 5 0 123456789
pause .5
do chat modify " rested to have a b" 5 0 123456789
pause .5
do chat modify " ested to have a bo" 5 0 123456789
pause .5
do chat modify " sted to have a bot" 5 0 123456789
pause .5
do chat modify " ted to have a bot " 5 0 123456789
pause .5
do chat modify " ed to have a bot j" 5 0 123456789
pause .5
do chat modify " d to have a bot ju" 5 0 123456789
pause .5
do chat modify " to have a bot jus" 5 0 123456789
pause .5
do chat modify " to have a bot just" 5 0 123456789
pause .5
do chat modify " o have a bot just " 5 0 123456789
pause .5
do chat modify " have a bot just l" 5 0 123456789
pause .5
do chat modify " have a bot just li" 5 0 123456789
pause .5
do chat modify " ave a bot just lik" 5 0 123456789
pause .5
do chat modify " ve a bot just like" 5 0 123456789
pause .5
do chat modify " e a bot just like " 5 0 123456789
pause .5
do chat modify " a bot just like m" 5 0 123456789
pause .5
do chat modify " a bot just like mi" 5 0 123456789
pause .5
do chat modify " bot just like min" 5 0 123456789
pause .5
do chat modify " bot just like mine" 5 0 123456789
pause .5
do chat modify " ot just like mine " 5 0 123456789
pause .5
do chat modify " t just like mine f" 5 0 123456789
pause .5
do chat modify " just like mine fe" 5 0 123456789
pause .5
do chat modify " just like mine fee" 5 0 123456789
pause .5
do chat modify " ust like mine feel" 5 0 123456789
pause .5
do chat modify " st like mine feel " 5 0 123456789
pause .5
do chat modify " t like mine feel f" 5 0 123456789
pause .5
do chat modify " like mine feel fr" 5 0 123456789
pause .5
do chat modify " ike mine feel free" 5 0 123456789
pause .5
do chat modify " ke mine feel free " 5 0 123456789
pause .5
do chat modify " e mine feel free t" 5 0 123456789
pause .5
do chat modify " mine feel free to" 5 0 123456789
pause .5
do chat modify " mine feel free to " 5 0 123456789
pause .5
do chat modify " ine feel free to a" 5 0 123456789
pause .5
do chat modify " ne feel free to ad" 5 0 123456789
pause .5
do chat modify " e feel free to add" 5 0 123456789
pause .5
do chat modify " FEEL " 5 0 123456789
pause .5
do chat modify " FREE " 5 0 123456789
pause .5
do chat modify " TO " 5 0 123456789
pause .5
do chat modify " ADD " 5 0 123456789
pause .5
do chat modify " ME " 5 0 123456789
pause .5
do chat modify " VISIT " 5 0 123456789
pause .5
do chat modify " POST " 5 0 123456789
pause .5
do chat modify " AT " 5 0 123456789
pause .5
do chat modify " MY Blogspot " 5 0 123456789
pause .5
do chat modify " ACCOUNT " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause .5
do chat modify " " 5 0 123456789
pause .5
do chat modify " ( megabut02.blogspot.com) " 5 0 123456789
pause 5
do chat leave
call changer
}



Please.. Put your comments regarding the configs in The comments section.. thanks!! :)

Thursday, August 5, 2010

Auto Summon Scroll Mercnary Bot Macro

Hmmm... This macro Config is a Macro that I was making and will auto relog in every count of 500 Seconds to ensure that for every login of your character... it will summon mercenary so that you would not waste much time and also automatically summon a Mercenary So be sure to have as many scrolls as you can bring if youre going to leave it for a long time... and one more thing... I've set it to KS mode jut for the sake of sharing some exp from those other bots in Mosco that will KS anyone...
Here is the Link for the Download


Please Take note that I have not Included the auto relog when someone summoned a monster and I will show it to you at the Later part of this post...

again... Just extract and paste the files from the Rar file that you have downloaded onto the ROOT of your bot folder... and by ROOT i mean the folder where you can find the control SRC tables fields folders... :)

once you have done those, just edit the config.txt so that you may login with your account of course. :)

and this is the config that will relog everytime the would see a monster summoned in MOSCO
automacro Summon {
notMonster Mavka, Wood Goblin, Mantis, Poporing, Les
timeout 10
run-once 1
call Logout
}

macro Logout {
do relog 1000
release Summon
}



just add it to your macros.txt and VWALA!!!

OH!!! another thing!! hahahaha!! I forgot... you can change the level of the mercenary that would be summoned in the macros.txt


automacro merce {
console /Your mercenary soldier has been killed./i
call summon1
}

macro summon1 {
pause 10
do is Archer Mercenary Summon Scroll Level 5 --just cange the level here
timeout 2
}




automacro start {
console /You are now in the game/i
call summon1
}


automacro relo {
console /You are sitting./i
call relog
}


macro relog {
pause 15
do is Archer Mercenary Summon Scroll Level 5 --just cange the level here
timeout 550
call reelog
}

macro reelog {
do relog 1
}

One more is that The merce will auto DS hahahaha!! it's kind of cheating don't you think? :) but hey... it's fpr Mosco :)

Sunday, August 1, 2010

Auto Shop open and Close

I've re-done this config... coz' i was thinking why my bot was vending then and suddenly closes.. :)

and found out that this was the must to be config... hahahaha!!!


automacro shop {
console /You are sitting./i
call shep
}

macro shep {
pause 1
do openshop
pause 1800
call shup
}

macro shup {
pause 1
do closeshop
pause 2
do stand
pause 1
do sit
}


just Copy the Code above and Paste it onto your macros.txt in your control folder...

Just in case that your control folder doesn't have one... make a new one and name it as macros.txt

for some reason... some users of a computer has their filename extension shown...
in this case...
as just
RIGHT click inside your control folder
Choose NEW
Choose Text Document
then there would be a file named "new text Document"
rename that file into "macros"
NOTE!: do not add the file extension ".txt" as it will not be read by the bot program.

then after that of course you should paste the code above and save it or press CTRL+S

Next!! IF AND ONLY IF!!! you don't have a plugins FOLDER in your bot folder, DOWNLOAD THIS

Macro File and .pl(RAR FILE
Follow this instruction...
Extract the Rar file of the Macro(folder) and the macro.pl to the root of your openkore folder. Create a folder named "plugins" and in that folder... create another folder named macro... after creating the macro folder, put the extracted files the "macro(folder) and the macro.pl in it.

After Doing so, ENJOY and you can leave your BOT vending as it Closes the shop and re-opens it after 1 second and does it again after 30 mins

IF ANY QUESTIONS, I will answer it... just post a comment or leave a message in the CHATBOX... THANKYOU!! ^_^

Friday, July 23, 2010

Double Strafe Mercenary bot

Hi guys!! wahahaha!! I'm really amazed by myself... having all the trouble with me in LOSING my LAPTOP.... hahaha!! I just smiled at it... saying
"I'll get your parts and TEAR you apart if you don't get FIXED... wahahaha!! "

And this just came up into me... which some may already have... a bot completely for mosco... wahhahahaha!!!

BUT!! i will not release it... for reasons...
1. The bot will Get stuck in the MOBS of players due to KS'ing
2. The Mercenary bot will not be able to do Double Strafe because the bot just moves around trying to KS other mercenaries....

****Although this would not happen if and only if the player is Botting an Archer job class****

and... hmmm that may be all... ahahaha!!

BUT!! I WILL GIVE this config....











monsterSkill Merc_Double Strafing {
lvl 7
timeout 1
}

monsterSkill MA_DOUBLE {
lvl 5
timeout 1
}



attackSkillSlot Double Strafe (MA_DOUBLE) {
lvl 5
dist 9
maxCastTime 0
minCastTime 0
mercenary_hp
mercenary_sp > 12
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 0
notInTown 0
timeout 0
disabled 0
monsters Spore
notMonsters
maxAttempts 0
maxUses 0
target_whenStatusActive
target_whenStatusInactive
target_deltaHp
inInventory
isSelfSkill 0
equip_topHead
equip_midHead
equip_lowHead
equip_leftHand
equip_rightHand
equip_leftAccessory
equip_rightAccessory
equip_robe
equip_armor
equip_shoes
equip_arrow
manualAI 0
}


Just paste it in your config.txt just BEfore the attackskillslot

If you seem to Have problem in configuring it to your config.txt PLEase>>>PLEASE DOWNLOAD THE CONTROL.rar HERE and replace the control folder with the one in the CONTROL.rar



I don't know which of this three config made mine work... but What the HECK! just do it!! wahahah!!

BTW.. This is the Screenshot for the KS'ing Mercenary



Hmm... if anyone would want the KS'ing bot for MOSCO... i will post it LATER.. I'd just UPDATE this post.. :)

Thursday, July 22, 2010

BG bot Config

Hmmm... I thought that... i wouldn't be able to post new updates since my LAPtop went to the cementery.. It's AMAZING what Favors can do for you... hahahah!!

Anyways... Since Kuya Jobo requested... hehehe... and although it's not my config... i would like to Introduce to you guys The BG [BATTLEGROUNDS] BOT CONFIG!!!!!

Just Follow the Intrusctions Below
UPDATED v1.1:
- Added Custom AFK Modification
- Removed Battle PK Behavior
- Hopefully fixed the "stucked in barricade" issue

Instructions:
1. Leave your LockMap "blank"

2. Leave also the Sitting Conditions blank to prevent your bot sitting in certain situations

3. ADD "macro_delay 1.0" in your timeouts.txt

4. Kindly add this to your config.txt

Code:

##### Battle Grounds Config #####

Battle_Map tierra1
Battle_AI 1
Battle_Random 0

#################################

Battle_Map <--- Choose among tierra1,tierra2,tierra3,tierra4
(v1.0: Only Tierra Maps are currently available)
TAKE NOTE: This Version is the V1.1 so the Maps AVAILABLE is NOT only Tierra
NPC locations:
tierra1 | flavius1 | tierra2 | flavius2

tierra3 | flavius3 | tierra4 | flavius4

Battle_AI <--- [boolean]
0 = Going AFK. Doing a random Pub with an excuse as a title ,
1 = Going to Attack. Tierra: Going to the enemy food and attack it.

Battle_Random <--- [boolean]
0 = will use the map specified in Battle_Map over and over again,
1 = will go to a random Map every round.

PLEASE... TO DOWNLOAD THE macros.txt Just Click Here
*Rename the file you downloaded to macros.txt and place it in your Control Folder~!

Modify the following inside macros.txt to personalize your custom AFK AI:

$useCustomIdleAI = No
Use Custom Idle AI? Yes or No *case sensitive*

$customX = x
$customY = y

Desired Location(x,y) where your bot will hide inside the map and will AFK.

$customPub = @random ("Custom1","Custom2","Custom3")
Desired custom "excuses" why you're AFK.
example: $customPub = @random ("goin out movie","phone call brb","brb","brb sleepwalking","/gg")[/code]
If you have question about the BG Bot Macro please read this: Battle Grounds Macro
If anyone Has A question about this Bot config... I can't answer you directly but... i will try to research about your answer since this config is NOT mine... and I will be configuring it if there is needed to be... :)

Monday, July 19, 2010

Badluck... Strikes all at once...

My phone Got WET together with my LAPTOP


IMBA NAMAN!!!!! NALIGO LAPTOP KO!!!! AMFFFFFFF!!!! nag luto lng ako ng 3 types of menu... dahil masaya ako.. tpos BIGLANG ULAN NAMAN.... hayz..... nasa HOSPITAL tuloy ung LAPTOP ko ngaun.... malubha ang SAKIT.... ang DIAGNOSIS.... ELECTRIC SHOCK in other weords... nag short ung circuit ng motherboard.... magpapa transp...lant pa ata ako ng MOTHERBOARD... hayz..... no LAPTOP for more than 4 weeks.....

for that i ain't gonna be able to post for at least 1 month,... i think... hahaha!!!

Tuesday, July 13, 2010

Alberta Cargo Quest Bot Config

First of all... I forgot to explain the main meaning of Macro in gaming definitions... Macro(in gaming definition)= is the repeating of a coded console or command or whatever others call it... it repeats itself after meeting a certain requirement for it to be triggered and done by a program in this case... our Program is the "Openkore Bot"... and there you have it! :)





Now... This Bot config came From a specific post in i think openkore forums.. although im not Quite Sure....



Just Download the macros.txt HERE.


Then the next thing to do is to Put the file you downloaded inside your Control Folder and if the file that you DOWNLOADED is named (2)macros.txt just remove the "(2)" fromt the filename.


After you have done those, you should Download the next file HERE


I Know it's not my work.... But hey... I'm just sharing what I have found... :)

anyways... it's just like the previous one I've posted... coz it's also a Macro...

Extract the Rar file of the Macro(folder) and the macro.pl to the root of your openkore folder. Create a folder named "plugins" and in that folder... create another folder named macro... after creating the macro folder, put the extracted files the "macro(folder) and the macro.pl" in it.

and there you have it... Of course... you need to have a bot for you to Bot... hehehe :D

Note: you may have your bot online for as long as you need it to be... coz the config will do it again for the next day after it had FINISHED the quest.... and just to be specific... the bot will return to the LOCKMAP AFTER IT!!! had finished the quest...
EVERYtime you run the bot with the Macros.txt the bot will initiate the quest immidiately and head to alberta...

Saturday, July 10, 2010

Warp Seller or Warper bot config



I have been Looking for this Kind of configuration, yes a Warp Selling bot... this bot config helps in either Warp Selling or WOE warper although you have to configure it so that it would be a warper for WOE by just PM'ing the bot player.

Please Follow the Steps below if you want to have a configuration for it
Step 1: Download the 2 Files from 4shared.com here is the
LINK:
Macros.txt
Macro File and .pl(RAR FILE
Step 2: Extract the Rar file of the Macro(folder) and the macro.pl to the root of your openkore folder. Create a folder named "plugins" and in that folder... create another folder named macro... after creating the macro folder, put the extracted files the "macro(folder) and the macro.pl in it.
Step 3: open the macros.txt that you downloaded and edit some details. example is shown below with some notes Please Read carefully

###if you want to change the Location of the warps you have, change the
###amount together with the map name, I configured mine to be arranged
###as follows for the ###bot to follow it in my in-game memorized
###maps
###TO BE CLEAR, change the ice - deal 1,000z and other instructions
###to the map you prefer
###The bot will automatically warp to the map EQUAL to the amount
###that has been gained

###NOTE: You must set your dealauto in your config.txt to 2 or 1 either
### way works.


automacro chat {
console /You are sitting./i
call {
do chat create "|Ice1k|Mosco2k|Thor5k|+buffs na!!!"
###the instruction above makes the bot create a chatroom with the title,
### EDIT this as you NEED it to be
}
}

automacro antiblock {
console /lale .*? requests a deal/i
call {
do deal no
pause 1
}
}


automacro pm {
console /(.*?) .*? requests a deal/i
call {
do pm "$.lastMatch1" Ice - deal 1,000z
do pm "$.lastMatch1" Mosco - deal 2,000z
do pm "$.lastMatch1" Thor - deal 5,000z
}
}



automacro Ice {
console /You gained 1,000 zeny./i
exclusive 1
call {
do chat leave
do stand
pause 1
do sp 34 "$.lastMatch1" 10
do c Arigato Gozaimasu| This warp is to IceDun
pause 1
do sl 27 @random ("128 59","129 58","128 60","128 62")
pause 1
do warp 1
do sp 29 "$.lastMatch1" 10
do sp 28 "$.lastMatch1" 10
do e thx
pause 1
}
}


automacro Mosco {
console /You gained 2,000 zeny./i
exclusive 1
call {
do chat leave
do stand
pause 1
do sp 34 "$.lastMatch1" 10
do c Arigato Gozaimasu| This warp is to Mosco
pause 2
do sl 27 @random ("128 59","129 58","128 60","128 62")
pause 2
do warp 2
do sp 29 "$.lastMatch1" 10
do sp 28 "$.lastMatch1" 10
do e thx
pause 1
}
}



automacro Thor {
console /You gained 5,000 zeny./i
exclusive 1
call {
do chat leave
do stand
pause 1
do sp 34 "$.lastMatch1" 10
do c Domo Arigato Gozaimasu| This warp is to Thor
pause 1
do sl 27 @random ("128 59","129 58","128 60","128 62")
pause 1
do warp 3
do sp 29 "$.lastMatch1" 10
do sp 28 "$.lastMatch1" 10
do e thx
pause 1
}
}

Step 4: Put the macro.txt which you had editted into the control folder together with the config.txt etc.
Step 5: Enjoy Warp selling

Another Note, the "do sl 27 @random ("128 59","129 58","128 60","128 62")" indicates that the bot will cast the warp portal on the written coordinates... please be informed that you must save a lockmap in the map and correct these indications or else the bot warp will walk to the ("128 59","129 58","128 60","128 62")" RANDOMLY....