Ir para conteúdo

ricardo3

Membro
  • Registro em

  • Última visita

Tudo que ricardo3 postou

  1. ;x continua a mesma merda . se tiver como inverter os brilhos seria melhor -* 1° brilhase o azul depois o brilho vip encima
  2. pode me dizer onde eu configuro pra nao dropar os itens?
  3. Vishm, o player ta morrendo e ta dropando os items. ajuda ae PF!
  4. isso não é DOUBLE POST! o meu char VIP esta saindo a bola azul na frente do efeito VIP, ja foi feito oque esta pedindo ai. ajuda ae *-* Effect.lua local effect = 30 -- Efeito que vai usar local storage = 55555 -- Storage que o player precisa ter local tempo = 5599595955995955 -- Tempo em segundos function onLogin(cid) if getPlayerStorageValue(cid, storage) == 1 then SendEffect(cid) end return TRUE end function SendEffect(cid) doSendMagicEffect(getCreaturePosition(cid), effect) addEvent(SendEffect, tempo*1000, cid) return TRUE end login.lua local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) accountManager = "Account Manager" managerCounter = 0 for i, player in ipairs(getOnlinePlayers()) do if accountManager:lower() == player:lower() then managerCounter = managerCounter + 1 end end if managerCounter >= 3 then return false end 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) .. "." else str = str .. " Please choose your outfit." doPlayerSendOutfitWindow(cid) 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) and getPlayerStorageValue(cid, 55555) - os.time() <= 0) 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, "ReportBug") registerCreatureEvent(cid, "AdvanceSave") registerCreatureEvent(cid, "attackguild") registerCreatureEvent(cid, "advance") registerCreatureEvent(cid, "FimVip") registerCreatureEvent(cid, "SkullCheck") registerCreatureEvent(cid, "demonOakLogout") registerCreatureEvent(cid, "demonOakDeath") registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid, "bluelegs") registerCreatureEvent(cid, "effect") registerCreatureEvent(cid, "VipReceive") registerCreatureEvent(cid, "FirstItems") registerCreatureEvent(cid, "Promot") registerCreatureEvent(cid, "PlayerKill") registerCreatureEvent(cid, "KillingInTheNameOf") registerCreatureEvent(cid, "PythiusDead") registerCreatureEvent(cid, "ExpVip") registerCreatureEvent(cid, "levelplayer") registerCreatureEvent(cid, "zombieevent") if (InitArenaScript ~= 0) then InitArenaScript = 1 for i = 42300, 42309 do setGlobalStorageValue(i, 0) setGlobalStorageValue(i+100, 0) end end if getPlayerStorageValue(cid, 42309) < 1 then for i = 42300, 42309 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42319) < 1 then for i = 42310, 42319 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42329) < 1 then for i = 42320, 42329 do setPlayerStorageValue(cid, i, 0) end end if getPlayerStorageValue(cid, 42355) == -1 then setPlayerStorageValue(cid, 42355, 0) end setPlayerStorageValue(cid, 42350, 0) setPlayerStorageValue(cid, 42352, 0) return true end
  5. Vou testar e ja volto a dizer oque deu. @EDIT Funcionou. valeu;
  6. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    estou com o mesmo problema ;x
  7. u,u se ta encomodado com o código que eu uso?
  8. TUDO ISSO ACONTECEU DEPOIS QUE EU TENTEI COMPRA UM ITEM QUE ADICIONEI PELO SITE em CONTAINERS '-' AJUDA AE!
  9. Esse script deixa o item dropar?
  10. ricardo3 postou uma resposta no tópico em Formação de Equipe
    NÃO, PRA FAZER UMA "AREA" PRA QUEST É A QUEST RELACIONADA AO SERVIDOR @EDIT não é bem uma area é partes, pois a quest não segue reto são aberto teleportes.
  11. ricardo3 postou uma resposta no tópico em Formação de Equipe
    Boa galera, venho aqui hoje procurar 2 pessoas. Mapper; Script Não peço tempo de trabalho nem nada, porém que trabalhe bem e seja criativo. A unica coisa que peço é um projeto seu para avaliar. '-'
  12. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    o problema não está na tag
  13. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    aqui esta o erro:
  14. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    Obrigado, estou testando aqui Valeu -' @EDIT UniqueID ActionID ?
  15. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    Bom gostaria de 3 scripts de alavancas 1° - Ele tera que criar um portal Script: Configuração para coordenadas 2° - Cria um respaw de bichos Script: Sumona em uma area tais bichos. 3° - Remove Pedra Script: ... xD
  16. Desculpe informar mais está com este seguinte erro. MOD.xml
  17. Boa Madruga, e eu volto aqui com más noicias =/ esta dando este erro: GlobalEvents/Script/NPC.lua GlobalEvents.xml <globalevent name="npc" interval="120" event="script" value="npc.lua"/> o Tempo do interval nao interfere em nada, pois estou testando.
  18. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    AUHSAUSHUAHSUHASUHAS ' eu nunca acharia isto só '-'
  19. ricardo3 postou uma resposta no tópico em Suporte & Pedidos
    kkkkkkkkk , fico bom, porém pouco quadrado, poderia sair um pouco mais de esquadro. '0'
  20. 4° e ultima
  21. ricardo3 postou uma resposta no tópico em Suporte Tibia OTServer
    Desculpe, oque tem dito não mudeo nada! vou procurar direito
  22. obrigado funcionoiu perfeitamente. eu uso como onTime então. function onTime() local pos = {x=368,y=142,z=7} -- Local onde aparece o npc local npc = doCreateNpc("Capitan Buck", pos ) -- Altere o (dalk) pelo nome do seu npc. local nMin = 20 -- tempo em minuto para o npc sumir. addEvent(doRemoveCreature, nMin601000, npc) return true end @EDIT o Evento não esta funcionando. o NPC não fica no lugar pelo tempo estimado. ele só pisca na tela. e some.
  23. LAMENTO MAIS HOUVE UM ERRO SCRIPT: function onTime(interval, lastExecution, thinkInterval) local pos = {x=368,y=142,z=7} -- Local onde aparece o npc local npc = doCreateNpc(Capitan Buck, pos ) -- Altere o (dalk) pelo nome do seu npc. local nMin = 20 -- tempo em minuto para o npc sumir. addEvent(doRemoveCreature, nMin601000, npc) return true end

Informação Importante

Confirmação de Termo