Ir para conteúdo

Wend

Membro
  • Registro em

  • Última visita

Tudo que Wend postou

  1. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    vá em C:\Program Files\ItemEditor\Plug-ins e abra o PluginOne apague tudo e cole isso:: <settings> <clients> <client version="800" description="Client 8.00" otbversion="7" datsignature="467FD7E6" sprsignature="467F9E74"/> <client version="810" description="Client 8.10" otbversion="8" datsignature="475D3747" sprsignature="475D0B01"/> <client version="811" description="Client 8.11" otbversion="9" datsignature="47F60E37" sprsignature="47EBB9B2"/> <client version="820" description="Client 8.20" otbversion="10" datsignature="486905AA" sprsignature="4868ECC9"/> <client version="830" description="Client 8.30" otbversion="11" datsignature="48DA1FB6" sprsignature="48C8E712"/> <client version="840" description="Client 8.40" otbversion="12" datsignature="493D607A" sprsignature="493D4E7C"/> <client version="841" description="Client 8.41" otbversion="13" datsignature="49B7CC19" sprsignature="49B140EA"/> <client version="842" description="Client 8.42" otbversion="14" datsignature="49C233C9" sprsignature="49B140EA"/> <client version="850" description="Client 8.50 v1" otbversion="15" datsignature="4A49C5EB" sprsignature="4A44FD4E"/> <client version="850" description="Client 8.50 v2" otbversion="15" datsignature="4A4CC0DC" sprsignature="4A44FD4E"/> <client version="850" description="Client 8.50 v3" otbversion="15" datsignature="4AE97492" sprsignature="4ACB5230"/> <client version="854" description="Client 8.54 v1" otbversion="16" datsignature="4B1E2CAA" sprsignature="4B1E2C87"/> <client version="854" description="Client 8.54 v2" otbversion="16" datsignature="4B0D46A9" sprsignature="4B0D3AFF"/> <client version="854" description="Client 8.54 v3" otbversion="16" datsignature="4B1E2CAA" sprsignature="475D3747"/> <client version="854" description="Client 8.54 v4" otbversion="17" datsignature="4B28B89E" sprsignature="4B1E2C87"/> <client version="855" description="Client 8.55" otbversion="18" datsignature="4B98FF53" sprsignature="4B913871"/> </clients> </settings> tente agora *--*
  2. Mais poderia manda o script do NPC DE saffari?
  3. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    Já lhe respondi no outro Tópico Alguém Fecha esse Tópico aqui, pois ele criou 2 com a mesma dúvida Link; http://www.tibiaking.com/forum/topic/39577-ajuda-npc-igual-o-do-saffari/
  4. poderia manda o script do seu npc de saffari?
  5. aqui: http://www.tibiaking.com/forum/topic/30624-object-builder/
  6. data\globalevents\scripts lá irar ter um monte de arquivos só remover lá e no globalevents.xml
  7. isso pode ser oque vocês estão procurando Link: http://www.tibiaking.com/forum/topic/34006-globalevents-servesave-shutdownautom%C3%A1tico/
  8. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    use esse acho que seus Problemas Irão si resolver Link:: http://www.tibiaking.com/forum/topic/30115-itemeditor/
  9. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    Já joguei essa ai: http://pokedashgames.com/
  10. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    Tem varios aqui só procura http://www.tibiaking.com/forum/forum/155-optional-pvp/
  11. coloque o dat e spr na pasta data\things\854
  12. http://www.4shared.com/rar/x5LgTQKLce/otclient.html?
  13. só conheço uma Pessoa que sabe até agora é o Faelzdanil
  14. Wend postou uma resposta no tópico em Playground (Off-topic)
    Fazendo Quadradinho de 4
  15. Cara si tiver usando old client esqueçe após você aumenta o limite de sprites do dat e spr, os arquivos só funcionaram em OTClient
  16. Resolvido adicione como melhor resposta para ser adicionada a tag automaticamente *--*
  17. https://www.youtube.com/watch?v=4duTACgj28k
  18. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["knight"]={139}, ["noblewoman"]={140}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324}, ["warmaster"]={336},["wayfarer"]={366}, ["afflicted"]={431}, ["elementalist"]={433}, ["deepling"]={464}, ["insectoid"]={466}, ["crystal warlord"]={513}, ["soil guardian"]={514}, ["demon"]={542},["cave explorer"]={575},["dream warden"]={578} } local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["knight"]={131}, ["nobleman"]={132}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325}, ["warmaster"]={335}, ["wayfarer"]={367}, ["afflicted"]={430}, ["elementalist"]={432}, ["deepling"]={463}, ["insectoid"]={465}, ["crystal warlord"]={512}, ["soil guardian"]={516},["demon"]={541},["cave explorer"]={574},["dream warden"]={577} } local player, param = Player(cid), string.lower(param) local addondoll_id = 9693 if player:getItemCount(addondoll_id) > 0 then local outfit = player:getSex() == 0 and femaleOutfits[param][1] or maleOutfits[param][1] if not player:hasOutfit(outfit, 3) then player:removeItem(addondoll_id, 1) player:sendTextMessage(MESSAGE_INFO_DESCR, "Seu Addon full foi adicionado!") Position(getThingPos(cid)):sendMagicEffect(CONST_ME_GIFT_WRAPS) player:addOutfitAddon(outfit, 3) else player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce ja tem este addon") end else player:sendTextMessage(MESSAGE_INFO_DESCR, "Digite novamente, tem algo errado ou precisa adiquirir o addon no site!") end else player:sendTextMessage(MESSAGE_INFO_DESCR, "Voce não tem addon doll!") end end
  19. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    na Minha Resposta tem um Botão com o nome melhor resposta clique nele
  20. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    Adicione como melhor resposta para Fica Resolvido automaticamente
  21. Então parabéns adiantado
  22. Adicione como melhor Resposta para ter o Tópico como resolvido automaticamente
  23. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    na Tag mude o número 18000 para 120 e reinicie o servidor e espere 2 minutos para testar
  24. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    data\globaevents\scripts lottery.lua local premio = { [1] = {item = 9693, count = 1}, } local configs = { hours = 5, -- quantas em quantas horas, vai acontecer. winners = 1, -- qntos players podem ganhar. } function onThink(interval, lastExecution) local p = getPlayersOnline() local winners = configs.winners if #p < winners then winners = #p end for i = 1, winners do local p = getPlayersOnline() local c, w = #p, #premio local d, e = math.random(c), math.random(w) local playerwin = p[d] doPlayerAddItem(playerwin, premio[e].item, premio[e].count) doBroadcastMessage("[LOTTERY SYSTEM] Ganhador: " .. getCreatureName(playerwin) .. ", Premio: " .. premio[e].count .. " " .. getItemNameById(premio[e].item) .. ", Parabens!") if i == winners then doBroadcastMessage("(Proxima loteria em " ..configs.hours.. " horas.)") end doSendMagicEffect(getThingPos(playerwin), 12) end return true end adicione essa tag no globalevents.xml <globalevent name="Lotery" interval="18000" event="script" value="lottery.lua"/>
  25. Wend postou uma resposta no tópico em Suporte Tibia OTServer
    Já tentou muda a Tag do talkactions.xml ?

Informação Importante

Confirmação de Termo