Qual o arquivo/código responsável pelas "falas" do Account Manager?

Superion
em Scripts

Superion

#XtibiaTheBest
avatar
Barão
Barão

INFOS

Grupo: BarãoRegistrado: 15/06/13Posts: 243

Qual o arquivo/código responsável pelas "falas" do Account Manager?

Tem algumas falas dele em Data/CreatureScripts/Scripts/Login.lua, pórem não são as "falas" que eu procuro.

 

Obrigado, no aguardo.

REP+

Atenciosamente, Superion...

 

22_xlogo.png,Mic.R4Ke-JNQUK.png.pagespee

Superion

#XtibiaTheBest
avatar
Barão
Barão

INFOS

Grupo: BarãoRegistrado: 15/06/13Posts: 243

Há quais "falas" você se refere?

 

Character, Recovery Key, Delete e etc.

Atenciosamente, Superion...

 

22_xlogo.png,Mic.R4Ke-JNQUK.png.pagespee

rDs7008

Legen ... wait for it ... dary!
avatar
Visconde
Visconde

INFOS

Grupo: ViscondeRegistrado: 03/01/11Posts: 303

Nas sources.

wesleybeek

SoulNTO Online
avatar
Artesão
Artesão

INFOS

Grupo: ArtesãoRegistrado: 15/11/12Posts: 124Char no Tibia: Xtibia Soul

Eu Vi em Login.Lua (SeuOt/Data/CreatureScripts/Scripts/Login.lua)

Encontrei aqui, olha.

 

 

 

local config = {
loginMessage = getConfigValue('loginMessage'),
useFragHandler = getBooleanFromString(getConfigValue('useFragHandler'))
}
function onLogin(cid)
local loss = getConfigValue('deathLostPercent')
if(loss ~= nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)
end
local accountManager = getPlayerAccountManager(cid)
if(accountManager == MANAGER_NONE) then
local lastLogin, str = getPlayerLastLoginSaved(cid), config.loginMessage
if(lastLogin > 0) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
str = "Your last visit was on " .. os.date("%a %b %d %X %Y", lastLogin) .. "."
end
doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str)
elseif(accountManager == MANAGER_NAMELOCK) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, it appears that your character has been namelocked, what would you like as your new name?")
elseif(accountManager == MANAGER_ACCOUNT) then
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to manage your account and if you want to start over then type 'cancel'.")
else
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Hello, type 'account' to create an account or type 'recover' to recover an account.")
end

Se for que Esteja Procurando.. Esta Ai.
Ajudei,
REP++

                                                       i4eu.png

                                        tmbn.gif

Superion

#XtibiaTheBest
avatar
Barão
Barão

INFOS

Grupo: BarãoRegistrado: 15/06/13Posts: 243

Como eu tinha dito lá em cima, essas ai eu já encontrei.

As que eu procuro é a parte que ele fala Character, Delete, Recovery Key, Cancel e etc.

Mesmo assim obrigado.

Atenciosamente, Superion...

 

22_xlogo.png,Mic.R4Ke-JNQUK.png.pagespee

wesleybeek

SoulNTO Online
avatar
Artesão
Artesão

INFOS

Grupo: ArtesãoRegistrado: 15/11/12Posts: 124Char no Tibia: Xtibia Soul

Como eu tinha dito lá em cima, essas ai eu já encontrei.

As que eu procuro é a parte que ele fala Character, Delete, Recovery Key, Cancel e etc.

Mesmo assim obrigado.

 

Oh, desculpa vou ver se encontro happy.png

                                                       i4eu.png

                                        tmbn.gif

zipter98

avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 20/09/12Posts: 2553Gênero: Masculino

player.cpp.

Não respondo PMs solicitando suporte. Já existem seções no fórum para isto.

zipter98

avatar
Herói
Herói

INFOS

Grupo: HeróiRegistrado: 20/09/12Posts: 2553Gênero: Masculino

Tópico movido para a seção de dúvidas e pedidos resolvidos.

Não respondo PMs solicitando suporte. Já existem seções no fórum para isto.