Postado Outubro 1, 2017 7 anos Eu gostaria de uma script que fosse assim: Membro da Staff Group 6 aparecer: [GOD/ADM] Membro da Staff Group 5 aparecer: [CM] Etc... @antharaz
Postado Outubro 1, 2017 7 anos @Mateus Santosss Não entendi o q vc qr, quer que sobe um texto a cada 1 seg como se fosse um efeito?
Postado Outubro 1, 2017 7 anos Autor Agora, antharaz disse: @Mateus Santosss Não entendi o q vc qr, quer que sobe um texto a cada 1 seg como se fosse um efeito? Sim, é como se fosse aquelas mensagens coloridas Estilo Esse: (Sorry pelo double post, eu nao tava conseguindo editar o outro post)
Postado Outubro 1, 2017 7 anos @Mateus Santosss passa seu login.lua ae que vou editar ele com o novo código, para evitar colocar errado e "fuder" o ot
Postado Outubro 1, 2017 7 anos Autor Agora, antharaz disse: @Mateus Santosss passa seu login.lua ae que vou editar ele com o novo código, para evitar colocar errado e "fuder" o ot Spoiler 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 if(not isPlayerGhost(cid)) then doSendMagicEffect(getCreaturePosition(cid), CONST_ME_TELEPORT) end registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "Idle") if(config.useFragHandler) then registerCreatureEvent(cid, "SkullCheck") end registerCreatureEvent(cid, "ProtDeath") registerCreatureEvent(cid, "Biohazard") registerCreatureEvent(cid, "ZombieAttack") registerCreatureEvent(cid, "WeaponMana") registerCreatureEvent(cid, "showVoc") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "AdvanceSave") registerCreatureEvent(cid, "Outfit") registerCreatureEvent(cid, "MonsteDeath") registerCreatureEvent(cid, "ExameJouninDead") registerCreatureEvent(cid, "ExameJouninBoss") setPlayerStorageValue(cid, 8855, -1) registerCreatureEvent(cid, "Senha") registerCreatureEvent(cid, "eventotimes") registerCreatureEvent(cid, "report") registerCreatureEvent(cid, "attackguild") -- registerCreatureEvent(cid, "NlooT") registerCreatureEvent(cid, "DeathPlayer") registerCreatureEvent(cid, "lvlup") registerCreatureEvent(cid, "onlinebonus") registerCreatureEvent(cid, "dropStone") registerCreatureEvent(cid, "GodLight") registerCreatureEvent(cid, "SkillUpText") ---------- PlayerPort--------------- if getPlayerStorageValue(cid, 49708) ~= 0 then setPlayerStorageValue(cid, 49708, 0) end ---------- Invencible ---------------- registerCreatureEvent(cid, "invencible") if getPlayerStorageValue(cid, 3482101) ~= 0 then setPlayerStorageValue(cid, 3482101, 0) end registerCreatureEvent(cid, "DeathHP") return true end Eu vou sair, amanha eu vejo oque se me mandou tá ate amanha
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.