@lalaa
Kinda late, but here's your reply. Don't use it as a HUD. It must be a hotkey.
@Stephano
I'll have to test it later this week. Gimme a ping later on?
Printable View
@Raphael Hey, any news on the fix?
@Raphael
hello i'im using this script, but it reset everytime i open the bot again, anyway to make it not reset?
@Stephano, @Nightshade
I have this on my todo list, but since I'm handling most of the Wind for Tibia 11 bug reports, time has been scarce.
Thanks, mate! It works great.
Hey @Raphael, could you take a look into it any time soon?
Since Raphael is not active anymore, someone could try to fix it? The problem is that it isn't saving to database.
@Raphael
How to set up hunting for quaras?
I know that years have been passed but im trying to add Faclon Bastion bosses to the killcount, i think due to the nature of their message they are uncountable on the persistent, so i tried to use an auto for it, yet it doesnt work
Quote:
auto(100)
local message = 'The following items dropped by Grand Chaplain Gaunder are available'
foreach newmessage m do
if m.type == 19 then
if m.content == message then
killCount.add(1, 'Grand Chaplain Gaunder')
end
end
end