OBB by Tadz

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
}

macro OBB-1 {
do talk @npc (68 195)
}

automacro OBB1-1 {
location comodo 73 194
console /Responses/
run-once 1
call OBB-1-1
}

macro OBB-1-1 {
do talk resp 0
release OBB1-1
}

automacro OBB2-0 {
console /with that nugget of wisdom./
run-once 1
call OBB-2-1
}

automacro OBB2-1 {
console /You feel there may be something you missed./
run-once 1
call OBB-2-1
}

automacro OBB2-2 {
console /Come back later./
run-once 1
call OBB-2-1
}

automacro OBB2-3 {
console /Do me this favor, young man./
run-once 1
call OBB-2-1
}

automacro OBB2-4 {
console /much trouble for my own good./
run-once 1
call OBB-2-1
}

automacro OBB2-5 {
console /Calculating lockMap route to:/
run-once 1
call OBB-2-1
}

automacro OBB2-6 {
timeout 60
call OBB-2-1
}

macro OBB-2-1 {
release all
}

automacro quit {
storage “cyfar” < 1000
call quit-1
}

automacro quit1 {
storage "Brigan" < 200
call quit-1
}

automacro quit2 {
storage "Clam Shell" < 300
call quit-1
}

automacro quit3 {
storage "Crab Shell" < 200
call quit-1
}

macro quit-1 {
do quit
}

in config.txt
autoTalkCont 1

&

storageAuto 1
storageAuto_npc comodo 195 150
storageAuto_distance 9
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
relogAfterStorage 0
storageAuto_password

getAuto Cyfar {
minAmount 49
maxAmount 1000
passive
}

getAuto Clam Shell {
minAmount 14
maxAmount 300
passive
}

getAuto Crab Shell {
minAmount 9
maxAmount 200
passive
}

getAuto Brigan {
minAmount 9
maxAmount 200
passive
}

in autoexec.bat if wanna set up for 24/7
@echo off
:start

echo #############################
echo OBB Quest
echo Openkore SVN
echo #############################

cd D:\Bot\OBB\

D:\Bot\OBB\start.exe –control=Accounts/obb/Control –logs=Accounts/obb/logs

echo #############################
echo OBB Vendor
echo Openkore SVN
echo #############################

D:\Bot\OBB\start.exe –control=Accounts/vendor/Control –logs=Accounts/vendor/logs

echo #############################
echo Brigan Buyer
echo openkore 1.6.4 w/ auto trade macro
echo #############################

cd D:\Bot\Buyer\

D:\Bot\Buyer\start.exe –control=Brigan/Control –logs=Brigan/logs

echo #############################
echo Cyfar Buyer
echo openkore 1.6.4 w/ auto trade macro
echo #############################

D:\Bot\Buyer\start.exe –control=Cyfar/Control –logs=Cyfar/logs

echo #############################
echo Clamshell & crab Shell Buying at NPC comodo
echo Openkore SVN
echo #############################

cd D:\Bot\BCSCB\
D:\Bot\BCSCB\start.exe –control=NPCBuyer/Control –logs=NPCBuyer/logs

goto start

Tinggalkan Balasan