Postado Junho 11, 2014 11 anos Troque no 'recover' para {Recover}, se o account apareceu em azul só mudar o recover também e o mesmo ficará em azul também. Editado Junho 11, 2014 11 anos por neykos (veja o histórico de edições)
Postado Junho 11, 2014 11 anos Autor Em 11/06/2014 em 01:40, neykos disse: Troque no 'recover' para {Recover}, se o account apareceu em azul só mudar o recover também e o mesmo ficará em azul também. mesma coisa agora fica assim Hello, type {account} to create an account or type {Recover} to recover an account. ou seja sem cor =s VENHAM JOGAR O MELHOR BAIAK JÁ CRIADO DE 2022!! CRIE SUA CONTA AGORA MESMO! www.baiakudo.com
Postado Junho 11, 2014 11 anos Testa ... function onLogin(cid) if(getConfigValue('deathLostPercent') ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, getConfigValue('deathLostPercent') * 10) end if(getPlayerAccountManager(cid) == MANAGER_NONE) then if(getPlayerLastLoginSaved(cid) > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, getConfigValue('loginMessage')) getConfigValue('loginMessage') = "Your last visit was on " .. os.date("%a %b %d %X %Y", getPlayerLastLoginSaved(cid)) .. "." else getConfigValue('loginMessage') = getConfigValue('loginMessage') .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(getPlayerAccountManager(cid) == 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(getPlayerAccountManager(cid) == 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 if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "killer") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "antiacc") registerCreatureEvent(cid, "TiraBattle") registerCreatureEvent(cid, "CombatDodge") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "forever amulet") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, VipReceive) registerCreatureEvent(cid, "PlayerKill") return true end STYLLER OT 2022
Postado Junho 11, 2014 11 anos Em 11/06/2014 em 03:20, luanluciano93 disse: Testa ... function onLogin(cid) if(getConfigValue('deathLostPercent') ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, getConfigValue('deathLostPercent') * 10) end if(getPlayerAccountManager(cid) == MANAGER_NONE) then if(getPlayerLastLoginSaved(cid) > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, getConfigValue('loginMessage')) getConfigValue('loginMessage') = "Your last visit was on " .. os.date("%a %b %d %X %Y", getPlayerLastLoginSaved(cid)) .. "." else getConfigValue('loginMessage') = getConfigValue('loginMessage') .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) end doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, str) elseif(getPlayerAccountManager(cid) == 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(getPlayerAccountManager(cid) == 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 if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "killer") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "antiacc") registerCreatureEvent(cid, "TiraBattle") registerCreatureEvent(cid, "CombatDodge") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "forever amulet") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, VipReceive) registerCreatureEvent(cid, "PlayerKill") return true end Luan você enviou de qualquer outro server, assim vai sumir as funções de register dele =O Entenda tudo sobre VPS, DEDICADOS & HOSPEDAGENS. => Clique aqui Global Full Download 10.9x - TFS 1.2/FERUMBRAS/KRAILOS. => Clique aqui Muitos querem aquilo que você tem, mas vão desistir quando souberem o preço que você pagou. lu.lukinha absolute@lnetworks.com.br
Postado Junho 11, 2014 11 anos Enviei de qualquer outro? Se tem tanta certeza nem discuto .. @DeathRocks, tenta esse ... function onLogin(cid) if(getConfigValue('deathLostPercent') ~= nil) then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, getConfigValue('deathLostPercent') * 10) end if(getPlayerAccountManager(cid) == MANAGER_NONE) then if(getPlayerLastLoginSaved(cid) > 0) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Your last visit was on " .. os.date("%a %b %d %X %Y", getPlayerLastLoginSaved(cid)) .. ".") else doPlayerSendTextMessage(cid, MESSAGE_STATUS_DEFAULT, "Please choose your outfit.") doPlayerSendOutfitWindow(cid) end elseif(getPlayerAccountManager(cid) == 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(getPlayerAccountManager(cid) == 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 if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "killer") registerCreatureEvent(cid, "Idle") registerCreatureEvent(cid, "antiacc") registerCreatureEvent(cid, "TiraBattle") registerCreatureEvent(cid, "CombatDodge") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "forever amulet") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "VipReceive") registerCreatureEvent(cid, "PlayerKill") return true end STYLLER OT 2022
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.