Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''npc''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Sou

  1. Boa Tarde! Bem, comecei a usar o Real Server faz um mês mais ou menos e não tinha visto nenhum problema até então. Os problemas são os seguintes: 1º - NPC não conta items que estão no set. Como na foto, fui vender as worms para o NPC e ele só conta o que está na backpack. 2º - NPC não compra direito Não consigo vender mais de um destes items agrupáveis (worms, food,...). Como na foto, fui vender as minhas 100 worms para o NPC, mas ele diz que não tenho. Agora se eu vender de uma em uma, daí ele compra. 3º - Erro do Mapa Sendo que não tem nada nestes lugares do mapa. Então, se conseguirem me ajudar nestas três questões eu ficaria muito agradecido. Obrigado.
  2. guinaatz

    Npc

    Nao sei se aki no forum ja tem + tava presizando pro meu serve um npc que vc fala hi,yes ele te da itens ....... se alguem tiver pode me passa pf?
  3. Oi galera, tava precisando de uma ajudinha em um script! Sabe o addon doll que geralmente tem em baiak's? Então estava querendo que o script NÃO PRECIASSE de PREMIUM! já tentei mas não consegui fazer não precisar de premium! Se puder POR FAVOR me ajudem a fazer só vir o FRIST addon não os 2! Quem responder e funcionar as 2 perguntas vai ganhar 5 rep's! ^^ (cada dia recebe 1) Ta ai o script function onSay(cid, words, param) local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["nobleman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}, ["pirate"]={155}, ["assassin"]={156}, ["beggar"]={157}, ["shaman"]={158}, ["norsewoman"]={252}, ["nightmare"]={269}, ["jester"]={270}, ["brotherhood"]={279}, ["demonhunter"]={288}, ["yalaharian"]={324} } local maleOutfits = { ["citizen"]={128}, ["hunter"]={129}, ["mage"]={130}, ["knight"]={131}, ["nobleman"]={132},["summoner"]={133}, ["warrior"]={134}, ["barbarian"]={143}, ["druid"]={144}, ["wizard"]={145}, ["oriental"]={146}, ["pirate"]={151}, ["assassin"]={152}, ["beggar"]={153}, ["shaman"]={154}, ["norsewoman"]={251}, ["nightmare"]={268}, ["jester"]={273}, ["brotherhood"]={278}, ["demonhunter"]={289}, ["yalaharian"]={325} } local msg = {"Digite o nome correto!", "Voce não possui Addon Doll!", "Bad param!", "Você recebeu seu addons!"} local param = string.lower(param) if (not isPremium(cid)) then doPlayerSendCancel(cid, "Você nao tem premium account.") return TRUE end if(getPlayerItemCount(cid, 2112) > 0) then if(param ~= "" and maleOutfits[param] and femaleOutfits[param]) then doPlayerRemoveItem(cid, 2112, 1) doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[4]) doSendMagicEffect(getCreaturePosition(cid), CONST_ME_GIFT_WRAPS) if(getPlayerSex(cid) == 0)then doPlayerAddOutfit(cid, femaleOutfits[param][1], 3) else doPlayerAddOutfit(cid, maleOutfits[param][1], 3) end else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[1]) end else doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg[2]) end end Por favor, me ajudem!
  4. tibino96

    Npc De Magia!

    Ola amigos tudo bem? Tenho um npc defeituoso no meu ot! Gostaria que vcs olhassem para mim,pois não estou achando o erro! Quando abre o ot aparece: [Warning] NpcSystem: Parameter<s> missing for item: [Warning] NpcSystem: Parameter<s> missing for item: Depois carrega normalmente o ot! Quando vou no npc,ele vende coisas no numero errado (se eu compro 1 runa ele vende 2,etc...) e as vezes cobra 2x! Script do npc: <?xml version="1.0"?> <npc name="Cyric" script="data/npc/scripts/dark_rodo.lua" walkinterval="25" access="1" lookdir="2"> <mana now="800" max="800"/> <health now="200" max="200"/> <look type="128" head="78" body="71" legs="82" addons="1" feet="114"/> <parameters> <parameter key="module_shop" value="1"/> <parameter key="shop_buyable" value=" Avalanche,2274,180,4;Blank rune,2260,5,1;SpellBook,2175,1000,1;Explosion,2313,190,100;Great fireball,2304,180,100;Firebomb,2305,235,100;Heavy magic missile,2311,120,100;Icicle,2271,150,100;Magic wall,2293,350,100;Paralyze,2278,700,100;Poison Bomb,2286,170,100;Sudden death,2268,325,100;Ultimate healing,2273,175,100;antidote,2266,65,100;thunderstorm,2315,325,100;stone shower,2288,150,4;stalagmite,2292,120,10;energy bomb,2262,325,2;energy wall,2279,340,4;energy field,2277,115,3;fireball,2302,150,5;soulfire,2308,140,3;fire wall,2303,245,4;fire field,2301,85,3;poison field,2285,65,3;poison wall,2289,210,4;light magic missile,2287,40,10;chameleon,2291,210,1;destroy field,2261,45,3;desintegrate,2310,80,3;convince creature,2290,80,1;animate dead,2316,375,1;intense healing,2265,95,1;Wand of Vortex,2190,500,1;Wand of Dragonbreath,2191,1000,1;Wand of Decay,2188,5000,1;Wand of Draconia,8921,5000,1;Wand of Cosmic Energy,2189,10000,1;Wand of Inferno,2187,15000,1;Wand of Starstorm,8920,15000,1;Wand of Voodoo,8922,15000,1;Snakebite rod,2182,500,1;Moonlight rod,2186,1000,1;Necrotic rod,2185,5000,1;Northwind rod,8911,5000,1;Terra rod,2181,10000,1;Hailstorm rod,2183,15000,1;Springsprout Rod,8912,15000,1;Underworld Rod,8910,15000,1;Health potion,7618,45,1;Strong health potion,7588,100,1;Great health potion,7591,190,1;Ultimate health potion,8473,310,1;Mana potion,7620,50,1;Strong mana potion,7589,80,1;Great mana potion,7590,120,1;great spirit potion,8472,190,1;"/> <parameter key="shop_sellable" value=" empty potion flask,7636,5; empty potion flask,7478,5; empty potion flask,7635,5; empty potion flask,7634,5; "/> </parameters> </npc> Script dark_rodo.lua 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) end function onThink() npcHandler:onThink() end local shopModule = ShopModule:new() npcHandler:addModule(shopModule) shopModule:addBuyableItem({'wand of voodoo', 'voodoo'}, 8922, 22000, 'wand of voodoo') shopModule:addBuyableItem({'wand of inferno', 'inferno'}, 2187, 15000, 'wand of inferno') shopModule:addBuyableItem({'wand of decay', 'decay'}, 2188, 5000, 'wand of decay') shopModule:addBuyableItem({'wand of draconia', 'plague'}, 8921, 7500, 'wand of draconia') shopModule:addBuyableItem({'wand of starstorm', 'starstorm'}, 8920, 18000, 'wand of starstorm') shopModule:addBuyableItem({'wand of cosmic energy', 'cosmic'}, 2189, 10000, 'wand of cosmic energy') shopModule:addBuyableItem({'wand of vortex', 'vortex'}, 2190, 500, 'wand of vortex') shopModule:addBuyableItem({'wand of dragonbreath', 'dragon'}, 2191, 1000, 'wand of dragonbreath') shopModule:addBuyableItem({'northwind rod', 'northwind'}, 8911, 7500, 'northwind rod') shopModule:addBuyableItem({'underworld rod', 'underworld'}, 8910, 22000, 'underworld rod') shopModule:addBuyableItem({'hailstorm rod', 'hailstorm rod'}, 2183, 15000, 'hailstorm rod') shopModule:addBuyableItem({'terra rod', 'terra'}, 2181, 10000, 'terra rod') shopModule:addBuyableItem({'snakebite rod', 'snakebite'}, 2182, 500, 'snakebite rod') shopModule:addBuyableItem({'necrotic rod', 'necrotic'}, 2185, 5000, 'necrotic rod') shopModule:addBuyableItem({'moonlight rod', 'moonlight'}, 2186, 1000, 'moonlight rod') shopModule:addBuyableItem({'springsprout rod', 'springsprout'}, 8912, 18000, 'springsprout rod') shopModule:addBuyableItem({'ultimate health potion', 'uhp'}, 8473, 310, 'ultimate health potion') shopModule:addBuyableItem({'great health potion', 'ghp'}, 7591, 190, 'great health potion') shopModule:addBuyableItem({'strong health potion', 'shp'}, 7588, 100, 'strong health potion') shopModule:addBuyableItem({'health potion', 'hp'}, 7618, 45, 'health potion') shopModule:addBuyableItem({'great spirit potion', 'gsp'}, 8472, 190, 'great spirit potion') shopModule:addBuyableItem({'great mana potion', 'gmp'}, 7590, 120, 'great mana potion') shopModule:addBuyableItem({'strong mana potion', 'smp'}, 7589, 80, 'strong mana potion') shopModule:addBuyableItem({'mana potion', 'mp'}, 7620, 50, 'mana potion') shopModule:addBuyableItem({'light wand', 'lightwand'}, 2163, 500, 'magic light wand') shopModule:addBuyableItem({'heavy magic missile', 'hmm'}, 2311, 300, 20, 'heavy magic missile rune') shopModule:addBuyableItem({'great fireball', 'gfb'}, 2304, 500, 20, 'great fireball rune') shopModule:addBuyableItem({'explo', 'xpl'}, 2313, 800, 20, 'explosion rune') shopModule:addBuyableItem({'ultimate healing', 'uh'}, 2273, 700, 20, 'ultimate healing rune') shopModule:addBuyableItem({'sudden death', 'sd'}, 2268, 1000, 20, 'sudden death rune') shopModule:addBuyableItem({'blank', 'rune'}, 2260, 10, 'blank rune') shopModule:addBuyableItem({'spellbook'}, 2175, 150, 'spellbook') npcHandler:addModule(FocusModule:new()) Obrigado a todos pela ajuda,valendo rep +!
  5. Tipo do script: Npc Protocolo (versão do Tibia): 8.60 Servidor utilizado: Tfs 0.4 Nível de experiência: Médio Adicionais/Informações: Olá, Eu Queria Um Script, De Npc, Que o player leva-se, Determinado item para o npc, O npc Daria Uma Storage, Faça só um exemplo... Depois eu edito. Obrigado.. URGENTEEE.. Gogo ~> head-shot.no-ip.org <~ Ip/Site... Venham Ser Tops E ter Muita Diversão...
  6. tibino96

    Npc De Quest!

    Ola amigos do xtibia tudo bem? Gostaria de um script de npc que ficara em uma quest! Explicando melhor a quest seria da golden boots,e gostaria que o npc quando o player falar hi o npc responda:Ola (nome do player),voce esta no caminho errado! Ai se o player for embora o npc fale: adeus Se o player insistir e falar quest,o npc pegara 1 steel boots e 1 gold ingot que o player ja pegou antes e teleporte ele para a area da quest posição:X:707 Y:372 Z:9 Se o player nao tiver os itens o npc volta a dizer ,voce esta no caminho errado! O npc no caso estara enganando o player tentando afastar ele da quest mas com os 2 itens o teleport acontece e o player vai para a area da quest! OBRIGADO A TODOS! REP+
  7. Statusonline

    Reset Por Npc.

    Gostaria de um script de NPC que resetasse o level do player uma vez só. Tipo um NPC Reborn que vc só pode rebornar uma vez. Só que esse só vai resetar o level pra 8, sem mudar life,skills e tal. Agradeço ! ! ! (+) REP pra quem responder certinho.
  8. 1- Quero Um Script De Quando Usa Atack De Água,Pedra,Voador Apagar o Fogo ! 2- Script De Um Npc Que Apareça a Cada 30 Minutos , e Quando Falar Com Ele , Ele Dará Um Espelho! 3- Script De Uma Porta Que Abra Com o Espelho Do Item Anterior ! 4- Esse é o Último Script , Script De Um Npc Que Manda Você Matar 100 Dark Abras e Ganha 1 Dark Abra !
  9. lfelipebsilva05

    Npc

    Galera queria saber se tem como criar 1 npc que venda promotion' mais tpw : NPC PROMOTION 1 vende 1 promotion NPC PROMOTION 2 VENDE 2 promotion e ele precisa ter promotion 1 pra por fazer o 2 e assim por diante ate promotion 9 tem como/ vlw'
  10. eae pessoal do xtibia, eu tinha um npc teleportador que teleportava para 5 cidades só que dai eu não sei onde eu coloquei ele, se eu exclui n sei... intão eu venho pedir para vocês um npc que teleportasse para 5 cidades com o custo de 5 crystais coins!! brigado OBS: DOU REP+ BRIGADO DEIS DE JA.
  11. Bem Galera, Preciso urgentemente de um NPC que eu possa editar o lugar aonde eu quero que a pessoa fale hi, yes e teletransporte-a, vou explicar melhor, estou editando um mapa, criando uma nova quest reborn ( no mapa nao tem ) eu coloquei o piso, a porta & tudo ja, agora preciso de um npc no que o char fale Hi, yes e é teletransportado para a proxima faze . ( como na quest normal ) Eu náo coloquei um tele porque assim a pessoa náo iria nem matar os monstros .. Gostaria tambem que o tal NPC, tivesse aquela coisa de que pessoas com PZ nao possa passar, pra facilitar .. Des de já agradesso ! Abracos .
×
×
  • Criar Novo...