Ir para conteúdo
  • Cadastre-se

braian1br

Membro
  • Total de itens

    51
  • Registro em

  • Última visita

Sobre braian1br

  • Rank
    Panicozera"
  • Data de Nascimento 09/15/1995

Informação de Perfil

  • Localização
    HeelGate
  • Eu sou
    Tibiano
  • Meu personagem
    Panicozeraa
  • OTServ favorito
    Positive-Global
  • Bot preferido
    MageBot

Últimos Visitantes

6193 visualizações
  1. larga de ser retardado ..... so tu mexer no ot q vai ver... ( mas discutir com com mlk nem vale a pena.... Algum tutor do tk poderia ver o post fazer os download e editar o topico ....
  2. kkkkkkkkkkkkkkkkkkkkkkkkkkk' bela tentativa ai eim kkkk ! ai galera nem baixem isso n... ot e td bugado ... client 7.6 ... distro incompleta .. kkk caralhada de bug ... nao duvido nada de tem um virus incluido nisso ai.... Membro do tk novo .. ainda postando um servidor desse e pra caba msm ....
  3. eu editei o basic.css mas qando eu paaso o mouse no submenu volta e aser a cor antiga Onde eu tenho edita pra ficar permanente???? estou com outra duvida ai .. essa anterior já foi resolvida como coloco esse efeito na escrita do submenu ta assim quero colocar assim esse brilho (sombra)
  4. Fala galera do TK ... Sera q alguem ai poderia me ajudar com a troca de cor de fundo do menu gesior ? ta ai a img ta verde quero que fique assim....
  5. poderia me ajudar? me adc skype ae juninho_panico

  6. preciso de uma ajuda tua poderia me adc skype e me ajudar ? juninho_panico

  7. FALA AE GALERA DO TK ! TO COM UM DEDICADO PAGO POR 1 ANO.. TO MONTANDO UMA EQUIPE PARA GERENCIA UM OT (POSSIBILIDADE DE GANHO $$ PARA TDS DA EQP) [X] 2 MAPPER [] 2 SCRIPTER [] 1 WEB MASTER [] 4 TUTORES `PROJETO PANIC ! UM OT FULL GLOBAL TPS COM TODOS SISTEMAS ATUAIS E COM ATUALIZACOES CONSTANTES ! (MAIS INFORMAÇOES VIA SKYPE -- JUNINHO_PANICO
  8. cara nao me importo de pagar pela script importo sim em achar essa @#!@!@# ! povo hoje em dia nao intende nem oq segnifica OT ! maaaas ... vamo la neh ... se alguem ai tiver as script funcional do castle war TFS 1.2 chama skype juninho_panico
  9. cara poderia em ajudar com algumas scripts?

     

    1. Mostrar comentários anteriores  %s mais
    2. braian1br

      braian1br

       

      preciso atualizar 2 scripts para tfs 1.2 ... ou ate msm refazelas separadas 
       mas ia vai  !!
      me adc skype juninho_panico
       

       

      COH_PUSHTIME = 10800 -- Tempo (em segundos) de exhausted para usar o comando !gocastle - Padrão (3 horas)
      COH_AREA = {{x = 32458, y = 32332, z = 7}, {x = 32558, y = 32429, z = 7}} -- Canto superior esquerdo / inferior direito do Castle
      
      -- // Não mexa daqui para baixo 
      COH_STATUS = 201320111714
      COH_PREPARE1 = 201320111715 
      COH_PUSHSTOR = 201320111716 
      COH_PREPARE2 = 201320111717 
      
      function doCastleRemoveEnemies()
      
       for index, creature in ipairs(getPlayersOnline()) do
        if isInArea(getThingPos(creature), COH_AREA[1], COH_AREA[2]) then
         if getPlayerGuildName(creature) ~= getGlobalStorageValue(COH_STATUS) then
          doTeleportThing(creature, getTownTemplePosition(getPlayerTown(creature)))
         end
        end
       end
       return true
      end

       

      -- This program is free software: you can redistribute it and/or modify
      -- it under the terms of the GNU General Public License as published by
      -- the Free Software Foundation, either version 3 of the License, or
      -- (at your option) any later version.
      --
      -- This program is distributed in the hope that it will be useful,
      -- but WITHOUT ANY WARRANTY; without even the implied warranty of
      -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      -- GNU General Public License for more details.
      --
      -- You should have received a copy of the GNU General Public License
      -- along with this program.  If not, see <http://www.gnu.org/licenses/>.
      
      -- //
      
      function onStepIn(cid, item, pos, fromPosition)
       local pos = getThingPos(cid)
       
       if item.actionid == 16203 then 
        if not isPlayer(cid) then
      	  return true
        end 
        if getGlobalStorageValue(COH_STATUS) == getPlayerGuildName(cid) then
         doSendMagicEffect(getThingPos(cid), 14)
         doSendAnimatedText(pos, "CoH", math.random(1, 255))
        else
         doSendMagicEffect(getThingPos(cid), 2)
            doTeleportThing(cid, fromPosition, false)
         doPlayerSendCancel(cid, "[CoH] Você não pertence á guild "..getGlobalStorageValue(COH_STATUS)..".")
        end
        return true
       end
      
      	if item.actionid == 16202 then
      	 if not isPlayer(cid) then
      	  return true
        end
        
        if getPlayerGuildId(cid) > 0 then
         if (getGlobalStorageValue(COH_STATUS) ~= getPlayerGuildName(cid)) then
        		doPlayerSendTextMessage(cid, 20, "[Castle of Honor] Você e sua guild estão no comando, os antigos donos ["..tostring(getGlobalStorageValue(COH_STATUS)).."] podem se vingar!")
       	  setGlobalStorageValue(COH_PREPARE1, -1)
        	 setGlobalStorageValue(COH_PREPARE2, -1)
       	  setGlobalStorageValue(COH_STATUS, getPlayerGuildName(cid))
       	  doCastleRemoveEnemies()
          doBroadcastMessage("[Castle of Honor] O jogador ["..getCreatureName(cid).."] e sua guild ["..getPlayerGuildName(cid).."] estão no comando do castelo, vá dominar e impedir isso!")
        	end
       	else
         doSendMagicEffect(pos, 2)  
         doTeleportThing(cid, fromPosition, false)
         doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")
         end
       	 return true
       end
      
      	if item.actionid == 16200 then
        if not isPlayer(cid) then
      	  return true
        end
        if getPlayerGuildId(cid) > 0 then
         doSendAnimatedText(pos, "CoH", math.random(1, 255))
         if (getGlobalStorageValue(COH_PREPARE1) ~= getPlayerGuildName(cid)) and ((getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid))) then
          setGlobalStorageValue(COH_PREPARE1, getPlayerGuildName(cid))
          doBroadcastMessage("[Castle of Honor] Atenção! A guild "..getPlayerGuildName(cid).." está tentando dominar o castelo, preparem-se!")
         end
        else
         doSendMagicEffect(pos, 2)  
         doTeleportThing(cid, fromPosition, false)
         doPlayerSendCancel(cid, "[CoH] Você não possui uma guild.")   
         return true
        end   
       end
       
       if item.actionid == 16201 then
        if not isPlayer(cid) then
      	  return true
        end
        doSendAnimatedText(pos, "CoH", math.random(1, 255))
        if (getGlobalStorageValue(COH_PREPARE2) ~= getPlayerGuildName(cid)) then
         setGlobalStorageValue(COH_PREPARE2, getPlayerGuildName(cid))
         doBroadcastMessage("[Castle of Honor] Atenção! A guild "..getPlayerGuildName(cid).." está muito próxima do domínio, ataquem!")
        end
       end
       return true
      end

      poderia me ajudar nisso?

    3. Deft

      Deft

      Claro que posso lhe ajudar vai ser um prazer, vou estar te adicionando e te ajudando.!

    4. braian1br

      braian1br

      oooks manda o convite la estou no aguarde

      mt obrigado cara 

      juninho_panico

      vai dar certo ??? to tm ancioso pra com essa script cara ^^

  10. skype par agente cv?

    oque quer nas scripts?

     

  11. Cara tive um problema parecido com esse ... abriu as portas do moden ? liberou os programas no firewall do windowns?
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo