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
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 ...
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