I had probably a typo in my file because after the modification I made regarding your first message, after specifying SPECIAL_TYPES_PHYSICAL
the bot was sending me "Count not apply spell food buff as you do not have any spell food!"
So I have thought that there was a problem on this part of the script and I saw the:
Code: Select all
if (foodType) then
Code: Select all
if (foodType == SPECIAL_TYPES_SPELL) then
I have modified it again regardingly (hoping not missing an "end" or so) and it's still working for SPECIAL_TYPES_PHYSICAL, can't test magical at the moment
thanks for the explaination of using both food types
(and a big thanks for your patience regarding noobs/code intolerant like me and for your amazing ROMbot and to BlubBlab for the Awesome HPrecorder ^^ I'm starting to enjoy doing xml files with it)