Ir para conteúdo

Absolute

Héroi
  • Registro em

  • Última visita

Tudo que Absolute postou

  1. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Ok, troque o enchanting.lua por: local config = { manaCost = 300, soulCost = 2, } local spheres = { [7759] = {3, 7}, [7760] = {1, 5}, [7761] = {2, 6}, [7762] = {4, 8} } function onUse(cid, item, fromPosition, itemEx, toPosition) local iex = Item(itemEx.uid) local iuid = Item(item.uid) local p = Player(cid) if(item.itemid == 2147 and itemEx.itemid == 2342) then iex:transform(2343) iex:decay() iuid:remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if(item.itemid == 7760 and isInArray({9934, 10022}, itemEx.itemid)) then iex:transform(9933) iuid:remove(1) toPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if(isInArray(enchantableGems, item.itemid)) then local subtype = item.type if(subtype == 0) then subtype = 1 end local mana = config.manaCost * subtype if(p:getMana() < mana) then p:sendCancelMessage(RETURNVALUE_NOTENOUGHMANA) return true end local soul = config.soulCost * subtype if(p:getSoul() < soul) then p:sendCancelMessage(RETURNVALUE_NOTENOUGHSOUL) return true end local a = table.find(enchantableGems, item.itemid) if(a == nil or not(isInArray(enchantingAltars[a], itemEx.itemid))) then return false end p:addMana(-mana) p:addSoul(-soul) iuid:transform(enchantedGems[a]) p:addManaSpent(mana * configManager.getNumber(configKeys.RATE_MAGIC)) fromPosition:sendMagicEffect(CONST_ME_MAGIC_RED) return true end if(isInArray(enchantedGems, item.itemid)) then if(not(isInArray(enchantableItems, itemEx.itemid))) then fromPosition:sendMagicEffect(CONST_ME_POFF) return false end local b = table.find(enchantedGems, item.itemid) if(b == nil) then return false end local subtype = itemEx.type if(not(isInArray({2544, 8905}, itemEx.itemid))) then subtype = 1000 end iex:transform(enchantedItems[itemEx.itemid][b], subtype) getThingPos(itemEx.uid):sendMagicEffect(CONST_ME_MAGIC_RED) iuid:remove(1) return true end return false end
  2. Diga, funciona: http://www.tibiaking.com/forum/topic/16484-conversao-dat-e-spr-854-920/
  3. Absolute postou uma resposta no tópico em Playground (Off-topic)
    http://www.4shared.com/rar/MwmHnxYWba/Photoshop_CS6_Completo_Crackea.html Cracked for u, BR.
  4. Absolute postou uma resposta no tópico em Playground (Off-topic)
    to brigado com ele faz uns 2 anos, mas ainda seguia ele no insta, que arrependimento =( bj kaiqa dilatado
  5. Absolute postou uma resposta no tópico em Playground (Off-topic)
    40kg tao brinca
  6. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Vá na pasta scripts/others e poste o enchanting.lua
  7. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    AUEHUAHEA sem problemas jovem, actions.xml
  8. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Não jovem, o script dele procura o script do id 7759
  9. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Colocar o script da small enchated aq
  10. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Como que iria dar a mensagem se não tem a função de verificar os dias que o player/account possui?
  11. Isto é horário da sua máquina, ele corresponde ao horário dele, é linux? veja o horário dela digitando hwclock no terminal
  12. Isto é erro no seu TFS amigo, tenho a certeza.
  13. Especifique como quer o script que faço a você.
  14. Versão? Você quer só o cast ou adaptado na source ja/?
  15. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    http://www.tibiaking.com/forum/topic/27710-860-global-map-emporiaotxoffline-trainer/
  16. AUEHAUHEAUHEAU CADE O MAXXXXXXXXXXXX?
  17. Não entendi, como assim?
  18. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Irei procurar nos meus backups e postarei.
  19. http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/1.7.4/ AJUDEI? REP+
  20. http://www.tibiaking.com/forum/topic/35473-anunciar-morte-fulano-acabou-de-morrer-para-ciclano/
  21. Salve galerinha do TK. A tempos algumas pessoas vem me pedindo sistema simples de anunciar morte, visto bastante em servidores de wars, baiaks e demais servidores. Então resolvi fazer e trazer aqui para vocês do TK. Sistema simples e legas, quanto um player morrer para outro player irá aparecer no Default: "Nome do player que morreu" acabou de ser humilhado pelo jogador "Nome do player que matou" Acho que esse sistema deixa a galera louca, caçando players e zoando então resolvi trazer pra cá. Primeiramente em creaturescripts.xml adicione a seguinte linha: <event type="kill" name="anunciarmorte" event="script" value="anunciar_morte.lua"/> Pós adicionar, crie um arquivo com o nome de anunciar_morte.lua e coloque dentro da pasta creaturescripts/scripts com o seguinte conteúdo: function onKill(cid, target, lastHit) if not isPlayer(target) or not isPlayer(cid) then return true end doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de ser humilhado pelo jogador "..getCreatureName(cid).."["..getPlayerLevel(cid).."].", MESSAGE_STATUS_CONSOLE_ORANGE) return true end E por fim vá até creaturescripts/scripts e abra seu login.lua, abaixo de: registerCreatureEvent(cid, "Mail") ou qualquer linha parecida com registerCreature... adicione a seguinte linha: registerCreatureEvent(cid, "anunciarmorte") Pronto, finalizado! Só isso? Sim script simples e divertido! Qualquer dúvida me comunique Créditos: Absolute.
  22. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Você quer tirar a mensagem You can not use this object para qual ação? apenas uma?
  23. Absolute postou uma resposta no tópico em Suporte Tibia OTServer
    Só se veio a cipsoft junto. meus tfs em debian pesam média de 3mb
  24. A 7171 e 7172 são para o servidor, 80 e 8080/8090 para o site / conexão. E a 22 para sendemail, no caso pagseguro automatico e companhia.
  25. Reinstale em uma versão mais antiga e rode tranquilamente.

Informação Importante

Confirmação de Termo