Updated to OTCv8 3.1 rev 217

This commit is contained in:
OTCv8
2022-05-23 21:59:13 +00:00
parent a160f49cc8
commit c70abbdfdd
10 changed files with 76 additions and 3 deletions

View File

@@ -225,6 +225,16 @@ context.onGroupSpellCooldown = function(callback)
return context.callback("onGroupSpellCooldown", callback)
end
-- onGameQuestLog - callback = function(quests)
context.onGameQuestLog = function(callback)
return context.callback("onGameQuestLog", callback)
end
-- onGameQuestLine - callback = function(questMission)
context.onGameQuestLine = function(callback)
return context.callback("onGameQuestLine", callback)
end
-- CUSTOM CALLBACKS
-- listen(name, callback) -- callback = function(text, channelId, pos)