mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 23:15:54 +02:00
Added websocket login server and botserver
This commit is contained in:
@@ -92,6 +92,9 @@ context.sayNPC = context.talkNpc
|
||||
context.talkNPC = context.talkNpc
|
||||
|
||||
context.saySpell = function(text, lastSpellTimeout)
|
||||
if not text or text:len() < 1 then
|
||||
return
|
||||
end
|
||||
if context.lastSpell == nil then
|
||||
context.lastSpell = 0
|
||||
end
|
||||
|
Reference in New Issue
Block a user