priority.txt and autoResponseOnHeal issues r7161

International

Moderator: Moderators

goldfish1
Noob
Noob
Posts: 5
Joined: 01 Mar 2010, 03:51
Noob?: Yes

priority.txt and autoResponseOnHeal issues r7161

#1 Post by goldfish1 »

Hey guys,

So I'm having some issues and hopefully you guys have some answers.

Priority.txt:
So my understanding is that I can just put monster names (spelled correctly of course) or their id number from
./tables/monsters.txt and my bot will kill the monsters in the order they appear in the file. My file looks like so:

Code: Select all

# Put the names of the monsters that have a high priority in this file.
# (This list is case-insensitive.)
# Upper entries have more priority than lower entries.
#
# The following example gives Hydra the most priority. If you're attacked
# by both Obeaunes and Hydras, you'll attack Hydras first. Obeaunes have
# more priority than all monsters not listed in this file, so you'll
# attack Obeaunes first if you get mobbed by Obeaunes and something other
# than Hydras.
#
# Example (remove the comment character to activate them):
#Hydra
#Obeaune
Nine Tail
I only have one monster. I did apparently forgot to log the one session where I was attacked by both a nine tails and another monster otherwise I'd post my log (I didn't have debug on anyways). But essentially my character attacked a "Greatest General" first then attacked the Nine tails, this resulted in me running low on HP and having to sit (super lame)
so if anyone sees that my syntax is incorrect or that I must set a flag in config.txt let me know.

autoResponseOnHeal:
So for my second issue I put some custom messages in ./control/responses.txt:

Code: Select all

skillgoodM Thank you.

...

skillbadM ...
(The middle ... is to cut out empty lines/comments the one after skilbadM is literally what I want displayed)

I have commented out all the default ones. I looked and it says that I must set autoResponseOnHeal in ./control/config.txt
which I have set to 1 (it was not there, which is weird as most keys are). So I have it set in the file, but when I have my alt accounts priest heal my character says nothing.

This all affects the newest build which is 7161.

Thanks in advance
goldfish1
Noob
Noob
Posts: 5
Joined: 01 Mar 2010, 03:51
Noob?: Yes

Re: priority.txt and autoResponseOnHeal issues r7161

#2 Post by goldfish1 »

hmm, well at least can someone confirm if my syntax is bad or is this undesired behavior?

I'm considering contributing on the bots source, however I need to be very familiar with the bots expected behavior. So I've been running it and I'm going to write some macros to help familiarize myself with how it works before I just jump in and attempt to fix something that is already working.