local CHECK_FOR_PM_DEFAULT_MESSAGE = { enabled = true, -- true/false check if gm send to as pm or default message, #IMPORTANT respond only to nicks from CHECK_IF_GM_ON_SCREEN.keywords pauseBot = true, -- true/false pause bot or not (default alarm will play) respond = { enabled = true, -- true/false respond fo default message randomMsg = {"yoyo", ":)", "^^", ":D", "?"} -- messages to respond only once
this part doesn't work for me, it only responds when teleported
It works for me just tested with default message, you need make sure that CHECK_IF_GM_ON_SCREEN.keywords contains gm full name or at least first part name.
It depends, if you pause lua scripts too, it's not possible to play sound via lua. Alarms section in bot panel will works but it will play sound only when some condition meets requirements.
script Anti GM.lua, Anti GM.lua script, gm is not responding.
ReplyDeletecould you take a look?
I don't understood, scripts works im 100% you need only set valid config.
Deletelocal CHECK_FOR_PM_DEFAULT_MESSAGE = {
Deleteenabled = true, -- true/false check if gm send to as pm or default message, #IMPORTANT respond only to nicks from CHECK_IF_GM_ON_SCREEN.keywords
pauseBot = true, -- true/false pause bot or not (default alarm will play)
respond = {
enabled = true, -- true/false respond fo default message
randomMsg = {"yoyo", ":)", "^^", ":D", "?"} -- messages to respond only once
this part doesn't work for me, it only responds when teleported
It works for me just tested with default message, you need make sure that CHECK_IF_GM_ON_SCREEN.keywords contains gm full name or at least first part name.
DeleteThis comment has been removed by the author.
ReplyDeleteHello,
DeleteI no longer support this server since they changed gameclient.
Update Souls of Elysium please
ReplyDeleteUpdate ready, nothing to do on your side.
Deletecould you make a script to play the alarm repeatedly if the bot was paused?
ReplyDeleteIt depends, if you pause lua scripts too, it's not possible to play sound via lua. Alarms section in bot panel will works but it will play sound only when some condition meets requirements.
Delete
Deletewithout pausing the lua scripts
Something like this:
DeleteModule.New("test", function()
if not Rifbot.isEnabled() then
Rifbot.PlaySound()
end
end)
ReplyDeleteIs it just to put this in the lua script?
Pls check Tibera.net it opens tomorrow
ReplyDelete