mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
Fix to creature name formatting and scrollarea maximum option
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
local currentRsa
|
||||
local enableCreatureNameFormat = true
|
||||
|
||||
function g_game.getRsa()
|
||||
return currentRsa
|
||||
end
|
||||
|
||||
function g_game.isCreatureNameFormatEnabled()
|
||||
return enableCreatureNameFormat
|
||||
end
|
||||
|
||||
function g_game.chooseRsa(host)
|
||||
if host:match('.*\.tibia\.com') or host:match('.*\.cipsoft\.com') then
|
||||
g_game.setRsa(CIPSOFT_RSA)
|
||||
|
Reference in New Issue
Block a user