Ir para conteúdo

leandrozera

Artesão
  • Total de itens

    110
  • Registro em

  • Última visita

1 Seguidor

Sobre leandrozera

Informações

  • Char no Tibia
    Druid
  • Forma que conheci o xTibia
    Otservs
  • Sou
    Programador

leandrozera's Achievements

  1. Resolvido! podem fechar erra um erro meu aqui!
  2. eu tenho esse que só leva para uma city tem como adaptar para 3 lugares? local tab = { storage = 10015, pos = {x = 2205, y = 573, z = 7}, } local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function onCreatureSay(cid, type, msg) npcHandler:onCreatureSay(cid, type, msg:lower()) end function onThink() npcHandler:onThink() end local talkState = {} function creatureSayCallback(cid, type, msg) if(not npcHandler:isFocused(cid)) then return false end local talkUser = NPCHANDLER_CONVBEHAVIOR == CONVERSATION_DEFAULT and 0 or cid if msgcontains(msg, "city1") then selfSay("Você deseja viajar para city1?", cid) talkState[talkUser] = 1 elseif msgcontains(msg, "yes") and talkState[talkUser] == 1 then if getPlayerStorageValue(cid, tab.storage) > 0 and getPlayerLevel(cid) >= 250 then selfSay("Chegamos!", cid) doSendMagicEffect(getThingPos(cid), 10) npcHandler:releaseFocus(cid) doTeleportThing(cid, tab.pos) doSendMagicEffect(tab.pos, 10) else selfSay("você não pode viajar", cid) end talkState[talkUser] = 0 end return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new())
  3. gostaria de pedir ajuda de vocês preciso de um npc que teletransporta para 3 lugares diferente mais so teletransportar se o player tiver x storage alguém poderia ajudar? lugar 1 pode ser chamado de =[city1] lugar 2 pode ser chamado de =[city2] lugar 3 pode ser chamado de =[city3] abraco! .
  4. inicia server normalmente quando trava para estabilizar ele crasha... utilizo otxserver...obs se eu tirar city nova ele iniciar normalmente sem crasha... tem hora que server inicia normalmente com city nova sem crashar tb. .... . .
  5. então utilizo um servidor 8.60 a city ainda n coloquei as town nem adicionei as houses nela ainda. seguinte erro ocorre e server crasha
  6. sim ja usei essa opção servidor n tem nem um erro no console.
  7. Olá pessoal estou criando uma nova city para meu otserver, meu server nunca crashou só foi eu criar essa nova city começou crashar, alguém pode dar uma jauda oque devo fazer? obs:se eu coloco antigo mapa sem city ot fica normal n crasha.
  8. quero saber se essa configuração de frags está correta 20 frags para red dia 120 semana 600 més 40 frgas black dia 240 semana 1200 més para sair os frags 12h fragsLimit = 12 * 60 * 60 fragsSecondLimit = 1 * 12 * 60 * 60 fragsThirdLimit = 1 * 12 * 60 * 60 fragsToRedSkull = 20 fragsSecondToRedSkull = 120 fragsThirdToRedSkull = 600 redSkullLength = 1 * 12 * 60 * 60 fragsToBlackSkull = 40 fragsSecondToBlackSkull = 240 fragsThirdToBlackSkull = 1200 blackSkulledDeathHealth = 40 blackSkulledDeathMana = 40 blackSkullLength = 1 * 12 * 60 * 60 useBlackSkull = true gostaria de saber se esta tudo correto obg~!
  9. Olá galerinha do Xtibia, to precisando de um comando que apenas god pode utilizar e basicamente assim Comando /carta NOME DO PLAYER, MENSAGEM Exemplo /carta lordpaulistinha , Olá não perca o evento de hoje as 22h. ai player receber uma carta em sua backpak id da carata 8761 Obrigado! .
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...