Hey sir! It's a great and well functioning script, I am sure you won't be disapointed!
I wrote some time ago code to use an item on the bossmonster Midnight Panther, you can add this manually to your script, inside 'Cavebot -> Scripter', after you bought it (:
Code:
--Using item on bossmonster and check for message afterwards
auto(200,350)
--12306 = Leather Whip
local msg1 = 'MSG OF OBTAINED PANRTAAAAH XDD'
local msg2 = 'queeeeeeeeeeee POR FAVOR'
if maround(0, 'Undead Cavebear') > 0 then
useoncreature(12304, 'Undead Cavebear')
wait(1000)
end
foreach newmessage m do
if m.content == msg1 or m.content == msg2 then
playsound('monster.wav')
flashclient()
end
end
I can't find any message after you tamed it, if you neither do just ignore the message - not important :)