How to ignore monsters while auto storage takes place?

France

Moderator: Moderators

Message
Author
tangina1234
Noob
Noob
Posts: 1
Joined: 03 Jan 2012, 15:36
Noob?: Yes

How to ignore monsters while auto storage takes place?

#1 Post by tangina1234 »

my server Disable all teleporting skill/item by the way.. so when
"Teleporting to auto-storage
You don't have the Teleport skill or a Butterfly Wing" takes place

my bot tries it 4 times and fights his way back to kafra.. is there any way I can make my Bot go directly to kafra with out fighting all the monsters on its way and not try to teleport anymore? I died like once in every 2hrs and my level is 120 so it really hurts me a lot...

here is my config:

getAuto Concentration Potion {
minAmount 0
maxAmount 3
passive 0
}
getAuto White Potion {
minAmount 60
maxAmount 171
passive 0
}
if u notice i have my min white potion set to 60 simply becoz I needed some pots to go back because if I Set it to 0 and my bot faces a mob of monsters ill die for sure...

any help will be greatly appreciated
thanks in advance

VashTheStampede
Plain Yogurt
Plain Yogurt
Posts: 68
Joined: 11 Jun 2011, 01:47
Noob?: No

Re: How to ignore monsters while auto storage takes place?

#2 Post by VashTheStampede »

Use an automacro every time it says it's autostoraging

Code: Select all

automacro stopfighting {
console /autostorage initiated/i
timeout 600
call {
do a no
}
}

automacro backtofight {
console /autostorage complete/i
timeout 600
call {
do a yes
}
}
I honestly forget what the text is when autostorage starts and when it's done. Just make sure that text is inbetween the / /i

Post Reply