Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''bless''.



Mais opções de pesquisa

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • A Cidade OTBR
    • OTServ Brasil
    • Atendimento
    • Taverna
  • Projetos Open Source
    • Canary
    • OTServBR-Global
    • Mehah OTClient
    • MyAAC
  • OpenTibia
    • Notícias e Discussões
    • Suporte - Dúvidas, Bugs, Erros
    • Downloads
    • Tutoriais
    • Show-Off
  • Outros
    • Design

Encontrado 4 registros

  1. Scripting Otserv12.61 Bless free

    Antes de fazer a sua pergunta, tenha certeza de ter lido as regras da seção e o guia abaixo: https://forums.otserv.com.br/index.php?/forums/topic/168583-regras-da-seção/ https://forums.otserv.com.br/index.php?/forums/topic/165121-como-fazer-uma-pergunta-ou-o-grande-guia-do-usuário-com-dúvidas/ Obs: não delete esse formulário pré-definido, preencha-o corretamente para postar o seu tópico! Descreva em algumas palavras a base utilizada. (Nome do servidor / Nome do cliente / Nome do website / etc.). Base: Estou editando esse otserv Qual é a sua pergunta? Estou tentando adicionar no data\scripts\creaturescripts\others\login.php para a pessoa ter free bless até x Level, porém não está dando certo. estou tentando com esse script; function playerLogin.onLogin(player) local items = { {2120, 1}, {2148, 3} } if player:getLastLoginSaved() == 0 then player:sendOutfitWindow() local backpack = player:addItem(1988) if backpack then for i = 1, #items do backpack:addItem(items[1], items[2]) end end player:addItem(2050, 1, true, 1, CONST_SLOT_AMMO) db.query('UPDATE `players` SET `istutorial` = 0 where `id`='..player:getGuid()) else player:sendTextMessage(MESSAGE_STATUS, "Welcome to " .. SERVER_NAME .. "!") player:sendTextMessage(MESSAGE_LOGIN, string.format("Your last visit in ".. SERVER_NAME ..": %s.", os.date("%d. %b %Y %X", player:getLastLoginSaved()))) -- Free bless local freeBless = { level = 50, blessTotal = 5, } if player:getLevel() <= freeBless.level then for i = 1, freeBless.blessTotal do doPlayerAddBlessing(player, i) end end end Infelizmente não dá a bless para a pessoa Você tem o código disponível? Se tiver poste-o na caixa de código que está dentro do spoiler abaixo: Você tem alguma imagem que possa auxiliar no problema? Se sim, anexe-a dentro do spoiler abaixo:
  2. Before asking your question, make sure you have read the rules in the section and the guide below: https://forums.otserv.com.br/index.php?/forums/topic/168583-regras-da-seção/ https://forums.otserv.com.br/index.php?/forums/topic/165121-como-fazer-uma-pergunta-ou-o-grande-guia-do-User-com-dúvidas/ Describe in a few words the base used. (Server name / Client name / Website name / etc.). OTServBR-Global 12.x (https://github.com/opentibiabr/OTServBR-Global) Znote Acc Maker (Latest Version) (https://github.com/Znote/ZnoteAAC) Base: Using latest AppVeyor build and datapack from Github. I understand that you get blessings if you are lower than level 20 (Adventurers Blessings) But i have tested at level 50-100 and up Death by Monsters (No Bless) = Not Dropping Backpack/Or Equipment Death by PVP (No Bless) = Not Dropping Backpack/Or Equipment RED SKULL Death (No Bless) = Not Dropping Backpack/Or Equipment BLACK SKULL Death (No Bless) = Not Dropping Backpack/ Or Equipment Yes my config.lua is set to PVP on World Type. Yes players are loosing blessings upon death. Yes i am able to see blessings in myPhpAdmin database. What's your question? Is there something bugged in the sources of the build? Or is the Library for blessings bugged? I have tried editing the Droploot.lua file to regular instead of the blessings lib. But still no change Do you have the code available? If you have, post it in the code box inside the spoiler below: Current: data\modules\scripts\blessings\blessings.lua Current: data\creaturescripts\scripts\others\droploot.lua I tried replacing droploot.lua with: But still not working, noone is loosing items upon death with no blessings.
  3. Programação TFS 1.2 Bless

    Antes de fazer a sua pergunta, tenha certeza de ter lido as regras da seção e o guia abaixo: https://forums.otserv.com.br/index.php?/forums/topic/168583-regras-da-seção/ https://forums.otserv.com.br/index.php?/forums/topic/165121-como-fazer-uma-pergunta-ou-o-grande-guia-do-usuário-com-dúvidas/ Descreva em algumas palavras a base utilizada. (Nome do servidor / Nome do cliente / Nome do website / etc.). The Forgotten Server 1.2, Versão: 10.98. Base: The Forgotten Server 1.2, Versão: 10.98. Qual é a sua pergunta? Pessoal, tenho este código abaixo para o comando !bless no "talkactions". A parte do comando que faz o check se tenho bless não esta funcionando. Eu posso usar diversas vezes (O dinheiro é retirado e o efeito acontece mais parece que não adiciona as bless). Eu acho que pode ter algum erro na source, alguém pode ajudar? Você tem o código disponível? Se tiver poste-o na caixa de código que está dentro do spoiler abaixo: Você tem alguma imagem que possa auxiliar no problema? Se sim, anexe-a dentro do spoiler abaixo:
  4. [ removido ]

    -- [conteudo removido] --
×