Ir para conteúdo
  • Cadastre-se

gabrielt94

Membro
  • Total de itens

    34
  • Registro em

  • Última visita

Tudo que gabrielt94 postou

  1. estou com problemas com meu autoloot no 8.6 usando tfs 0.3.6 imagem abaixo do erro: Código do Autoloot: -- Sistema de auto loot criado por Henrique Matheus - HServers local tabela = {} local function getPlayerList(cid) local tab = {} if getPlayerStorageValue(cid, 0442002) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 0442002)) end if getPlayerStorageValue(cid, 0442003) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 0442003)) end if getPlayerStorageValue(cid, 0442004) ~= -1 then table.insert(tab, getPlayerStorageValue(cid, 044200
  2. Estou usando tfs 0.4 rev 3884 otsystem.h //////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game //////////////////////////////////////////////////////////////////////// // 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 ev
  3. ninguem sabe o que pode ser? troquei até de distro e nada
  4. não deu certo, no gesior aparece 15 / 60 / 1000 e no otserver não kicka
  5. Daaniel, se eu colocar assim, ficara com 15 dias, eu ja testei... O otserver está lendo apenas os primeiro numeros e nao esta lendo as multiplicações. Grato
  6. estou com um problema que é o seguinte... no idle kicktime está 1*1*1 e está kickando com 1h vejam abaixo na img
  7. @vodkart, gostei do seu script, e queria saber como eu adiciono mais de um monster para a task? eu tenho uma ideia mas queria que você mesmo me disse-se Grato
  8. Eu uso linux, e eu ja testei essas sources. tem o mesmo erro. e essa source tem o erro do account manager + salt
  9. Config.lua accountManager = "yes" namelockManager = "no" newPlayerChooseVoc = "yes" newPlayerSpawnPosX = 160 newPlayerSpawnPosY = 54 newPlayerSpawnPosZ = 7 newPlayerTownId = 1 newPlayerLevel = 8 newPlayerMagicLevel = 0 generateAccountNumber = "no" redSkullLength = 3 * 24 * 60 * 60 blackSkullLength = 5 * 24 * 60 * 60 dailyFragsToRedSkull = 70 weeklyFragsToRedSkull = 130 monthlyFragsToRedSkull = 160 dailyFragsToBlackSkull = 100 weeklyFragsToBlackSkull = 150 monthlyFragsToBlackSkull = 200 dailyFragsToBanishment = dailyFragsToRedSkull weeklyFragsToBanishment = weeklyFragsToRedSkull mon
  10. Bom gente, Procurei aqui no fórum e não achei uma solução para o problema a seguir - ao matar vários bixos em volta do character parece que ele fica isolado -uso tfs 0.4 rev 3777
  11. Desculpa reviver o tópico mas eu preciso de ajuda, eu coloquei o comando !bless no meu servidor porém quando morro dropo full items uso: -tfs 0.4 rev 3777
  12. Boa noite pessoal, estou atras de um script - Propaganda automática - que não seja aquela do @mateus que aparece em roxo - mas sim aquela em branco ou vermelho igual Broadcast Obrigado
  13. com o script ja montado de uma spell, ficaria desse jeito? local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_PARALYZE) local cfg = {} cfg.refuelfull = 24 * 60 * 1000 cfg.refuel = 1 * 60 * 1000 if(getPlayerStamina(cid) >= cfg.refuelfull) then doPlayerSendCancel(cid, "Sua stamina está cheia.") else doPlayerSetStamina(cid, cfg.refuel) doPlayerSendTextMessage(cid
  14. Seguinte Gente. estou precisando de um script da seguinte forma -uma spell que ao usar ela consome SOUL Points e reala Stamina - pra cada 100 de SOUL Restaura 1h de stamina Grato
  15. teleport sem coordenada, funcionou direitinho. só entra quem tem o storage
  16. @disturbbed Funcinou perfeitamente. Obrigado REP+
  17. Desse Jeito? function onStepIn(cid, item, position, fromPosition) timenow = os.time() quantity = math.floor((getPlayerStorageValue(cid,13559) - timenow)/(3600*24)) if isPlayer(cid) then if quantity > 0 then areavip = {x=597, y=826, z=6} doTeleportThing(cid,newpos) doPlayerSendTextMessage(cid, MESSAGE_EVENT_DEFAULT, "Você ainda tem ".. quantity .." dia(s) restante(s) de premium.") else dir = getPlayerLookDir(cid) pos = getCreaturePosition(cid) if dir == 0 then newpos = {x=pos.x, y=pos.y+1, z=pos.z} elseif dir == 2 then newpos = {x=pos.x, y=pos.y-1, z=pos.z} elseif
  18. não existe um script capaz de executar antes do player passar no teleport? nem que mecha nas source. se não Obrigado
  19. em si o script funcionou certinho, porem quando o player não é vip ele consegue passar no teleport normal
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo