Ir para conteúdo
Banner com Efeitos

345sat

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    345sat recebeu reputação de alangui001 em Ot Item Editor para cliente extended   
    cara meu da error no plugin vc saber tirar pf 
    http://prntscr.com/603xra
  2. Gostei
    345sat recebeu reputação de israel sylva sylva em Bike Sistem Funciona Porém...   
    local function BikeSpeedOn(cid, t)                  
    setPlayerStorageValue(cid, t.s, t.speed) 
    doChangeSpeed(cid, -getCreatureSpeed(cid)) 
    doChangeSpeed(cid, t.speed) 
    end 
    local function BikeSpeedOff(cid, t)
    setPlayerStorageValue(cid, t.s, -1) 
    end 
    function onUse(cid, item, fromPosition, itemEx, toPosition)
    local pos = getThingPos(cid)
    local t = {text='Mount, bike!', dtext='Demount, bike!', s=5700, speed = 1675} 
    if getPlayerStorageValue(cid, t.s) <= 0 then
       doSendMagicEffect(pos, 177)
       doCreatureSay(cid, t.text, 19)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You have mounted in a bike.')
       BikeSpeedOn(cid, t)
       if getPlayerSex(cid) == 1 then
          doSetCreatureOutfit(cid, {lookType = 738}, -1)
       else
           doSetCreatureOutfit(cid, {lookType = 737}, -1)
       end
    else
       if getPlayerStorageValue(cid, 17001) == 1 or getPlayerStorageValue(cid, 63215) == 1 or getPlayerStorageValue(cid, 17000) == 1 then
       doPlayerSendCancel(cid, "You can't use bike while ride/fly/surf.")
       return true
       end
       doSendMagicEffect(pos, 177)
       doCreatureSay(cid, t.dtext, 19)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You haven demouted of a bike.')
       BikeSpeedOff(cid, t)
       doRemoveCondition(cid, CONDITION_OUTFIT)
    end
    return true
    end
     
    Testar Assim Não Fucionar sou vim chat
  3. Gostei
    345sat recebeu reputação de Akiras Prince em Comando !cp teleportar após 10 segundos. Como fazer?   
    function onSay(cid, words, param, channel)
     
    local store = 19290 -- storage q salva o delay
    local delay = 10 -- tempo em segundos de dela
     
        local tid = cid
        if(param ~= '') then
            tid = getPlayerByNameWildcard(param)
            if(not tid or (isPlayerGhost(tid) and getPlayerGhostAccess(tid) > getPlayerGhostAccess(cid))) then
                doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Player " .. param .. " not found.")
                return true
            end
        end
        local pos = getPlayerTown(tid)
        local tmp = getTownName(pos)
        if(not tmp) then
            doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Home town does not exists.")
            return true
        end
        pos = getTownTemplePosition(pos)
        if(not pos or isInArray({pos.x, pos.y}, 0)) then
            doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Wrong temple position for town " .. tmp .. ".")
            return true
        end
        
        if getPlayerStorageValue(cid, store) - os.time() <= 0 then
        setPlayerStorageValue(cid, store, os.time() + delay)
        doPlayerSendCancel(cid, "Vc Tem Quer Espera ".. getPlayerStorageValue(cid, store) - os.time() .." second(s) to cast it again.")
        end 
        
        pos = getClosestFreeTile(tid, pos)
        if(not pos or isInArray({pos.x, pos.y}, 0)) then
            doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Destination not reachable.")
            return true
        end
        tmp = getCreaturePosition(tid)
        if(doTeleportThing(tid, pos, true) and not isPlayerGhost(tid)) then
            doSendMagicEffect(tmp, CONST_ME_POFF)
            doSendMagicEffect(pos, CONST_ME_TELEPORT)
        end
        return true
    end
     
    tag
     
    <talkaction log="yes" words="!cp" access="1" event="script" value="teleportmaster.lua"/>
  4. Gostei
    345sat recebeu reputação de Akiras Prince em Bike Sistem Funciona Porém...   
    local function BikeSpeedOn(cid, t)                  
    setPlayerStorageValue(cid, t.s, t.speed) 
    doChangeSpeed(cid, -getCreatureSpeed(cid)) 
    doChangeSpeed(cid, t.speed) 
    end 
    local function BikeSpeedOff(cid, t)
    setPlayerStorageValue(cid, t.s, -1) 
    end 
    function onUse(cid, item, fromPosition, itemEx, toPosition)
    local pos = getThingPos(cid)
    local t = {text='Mount, bike!', dtext='Demount, bike!', s=5700, speed = 1675} 
    if getPlayerStorageValue(cid, t.s) <= 0 then
       doSendMagicEffect(pos, 177)
       doCreatureSay(cid, t.text, 19)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You have mounted in a bike.')
       BikeSpeedOn(cid, t)
       if getPlayerSex(cid) == 1 then
          doSetCreatureOutfit(cid, {lookType = 738}, -1)
       else
           doSetCreatureOutfit(cid, {lookType = 737}, -1)
       end
    else
       if getPlayerStorageValue(cid, 17001) == 1 or getPlayerStorageValue(cid, 63215) == 1 or getPlayerStorageValue(cid, 17000) == 1 then
       doPlayerSendCancel(cid, "You can't use bike while ride/fly/surf.")
       return true
       end
       doSendMagicEffect(pos, 177)
       doCreatureSay(cid, t.dtext, 19)
       doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_RED, 'You haven demouted of a bike.')
       BikeSpeedOff(cid, t)
       doRemoveCondition(cid, CONDITION_OUTFIT)
    end
    return true
    end
     
    Testar Assim Não Fucionar sou vim chat
  5. Gostei
    345sat recebeu reputação de mufenix49 em {Equipe}Pokefenix on 24 horas com host!   
    me add skype rue472
    vou ajudar vc
  6. Gostei
    345sat recebeu reputação de Flavio S em Meu 4º Script para Poketibia   
    1 primeiramente eu tentei postar na areá de script + não conseguir administrador poderia postar na area de script.
     
    Essa E minha 4 script.
     
    Como Fucionar Para Passar Pela Porta Precisar de level 15 + vip + eu não botei true sou vc botar.
     
    -- Script Feito por {LuizMachado}ou{345sat} 4 Script.
      local config = { local level =15 -- Aqui level para passar pela porta local premium = false -- True Para Porta sou Abrir Com vip }     function onUse(cid, item, frompos, item2, topos)     if getPlayerLevel(cid) >= 15 then -- botar tambem aqui level para passar pela porta if not isPremium(cid) then doPlayerSendCancel(cid, "Vc nao é premium, Vaza.") -- Frase para quem não tem vip return doTeleportThing(cid, topos) return doPlayerSendCancel(cid, "É NECESSARIO LEVEL 15+ PARA PASSAR PELA PORTA!")  return true end
  7. Negativo
    345sat recebeu reputação de Snowsz em Perfect {Addon system} {POKEMON}   
    REMOVIDO
  8. Gostei
    345sat deu reputação a Wend II em (Resolvido)[Ajuda] errozinho básico   
    Isso é o tempo de respawn dos monstros no mapa , pelo que vejo eles estão configurados pra dar respawn de 1 e 1 minuto
    para resolver abra o RME e procure por esses monstros e dê dois cliques em cima dele e configure o tempo
  9. Gostei
    345sat deu reputação a Nextbr em Script Para Poketibia   
    testa ae, o script e para acontecer assim:
    - Voce ta la na hunt de Gloom e do nada o Gloom (Se Transforma) e Vira Red Gloom,
    - Esse Gloom Pode Virar Shiny  (0.1 %) de Apariçao e Red (5%) de Apariçao!
  10. Negativo
    345sat recebeu reputação de Wakon em Poderia conserta 1 error da scripth   
    aonde trocou qual parte godback ou addons.xml

    agora esta dando esse error 
     
    13/05/2015 19:48:16] [Error - Action Interface]  [13/05/2015 19:48:16] data/actions/scripts/goback.lua:onUse [13/05/2015 19:48:16] Description:  [13/05/2015 19:48:16] data/actions/scripts/goback.lua:196: attempt to compare number with string [13/05/2015 19:48:16] stack traceback: [13/05/2015 19:48:16] data/actions/scripts/goback.lua:196: in function <data/actions/scripts/goback.lua:8>   não esta trocando roupinha do pokemon + 
    alguem pf me ajudar 

    oi
    me ajudem estou precisando urgente

    alguem pf urgente
  11. Gostei
    345sat deu reputação a Developer Berg em Sprite do cp do Pxg, e itens do Pxg   
    Olá Galerinha como eu estou " Bonzinho Hoje " heuheu venho aqui ter a honra de passar para vcs vários itens do PXG, é isso mesmo que vc leu
     
    e quais são esses itens ? ( Sabem aquele novo cp que o Pxg tem ? aquele bonito que teve agr no update ? Ss é ele mesmo, fora outros itens muito massas que vou deixar os prints )
     
    Obs: coloquei esse tópico nessa área por causa que no tópico " Download De Sprites " n ta podendo + criar tópico lá, então Agradeço se moverem pra o lugar Certo
     
    Link do download --->>> http://www.mediafire.com/download/9v349c4kjdv94s1/Sprites+fodas.rar
    Scan --->>>https://www.virustotal.com/pt/file/c16b849d74e50f467c2a048957e7b604016d2cfdd5b218b34ba86115a92b06b8/analysis/1430576442/
     
    Obs: quando for abrir no Object Builder vc precisa marcar as opções Estendido e Transparência



















  12. Gostei
    345sat recebeu reputação de tataboy67 em Pokemon crazy   
    vou corrigir agora obrigado
  13. Gostei
    345sat recebeu reputação de tataboy67 em Pokemon crazy   
    Base:não vou falar
    Stones:todas do otpokemon
    Cath:+/-
    Lendas:entei,raikou,suicone,moltres,zaptos,articuno,regice,registeel,regirock
    Novos Lugares quer Nascer Cortinas
    Old cliente
    Bike---100%
    BoostStone---100%
    ShinyStone----100%
    Iniciais Refeitos---100%
    Invasão com Horarios corretos na mensagem
    Golden arena--100%
    by:Luiz Machado
    by:Bruno Cesar
    Skype:rue472
    Precisando 1 Scripth
    Addons:100%
     
  14. Gostei
    345sat deu reputação a Kuchiki Kenpachi em Boa base para servidor de Poketibia   
    Eu postei meu server aqui para Download, se quiser dar uma olhada: 
     
     
    http://tibiaking.com/forum/topic/26983-854-pokemon-alpha-server-download/

Informação Importante

Confirmação de Termo