mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 23:15:54 +02:00
Updated to OTCv8 3.1 rev 217
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user