Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''script''.

  • 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. Eu uso o "PokeServer V4.1 - 8.54" que eu baixei aqui no forum. Olá, estava pensando em faser um server de pokemon mais ai teve um problema eu pensei que era muito fraco os pokemons inciais... pensei em trocar eu mesmo, em bora tenha começado a mexer em server de pokemons a pouquissimo tempo, ( pensei "Oque tem de tão diferente pra um server normal") fui lá, em action olhei o id que ta na plaquinha onde se clica e fui pro arquivo .lua. Quando chego lá... percebo que eu num sei é de nada :withstupidsmiley: Será que poderiam me ensinar como mudar os pokemons? Meu arquivo .lua é: -- annihilator chests function onUse(cid, item, frompos, item2, topos) local hp = 200 if item.uid == 2222 then queststatus = getPlayerStorageValue(cid,8749) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Rattata.") local ball1 = doPlayerAddItem(cid,2520,1) doPlayerAddItem(cid,2152,50) doPlayerAddItem(cid,2149,20) doItemSetAttribute(ball1, "aid", hp) setPlayerStorageValue(cid,8749,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 6666 then queststatus = getPlayerStorageValue(cid,8749) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Weedle.") doPlayerAddItem(cid,2149,20) doPlayerAddItem(cid,2152,50) local ball2 = doPlayerAddItem(cid,2516,5) doItemSetAttribute(ball2, "aid", hp) setPlayerStorageValue(cid,8749,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end elseif item.uid == 7777 then queststatus = getPlayerStorageValue(cid,8749) if queststatus == -1 then doPlayerSendTextMessage(cid,22,"Caterpie.") local ball3 = doPlayerAddItem(cid,2515,1) doPlayerAddItem(cid,2152,50) doPlayerAddItem(cid,2149,20) doItemSetAttribute(ball3, "aid", hp) setPlayerStorageValue(cid,8749,1) else doPlayerSendTextMessage(cid,22,"It is empty.") end else return 0 end return 1 end se precisar de mais algum dado ... lembrando que o mesmo arquivo lua pros 3 pokemons iniciais. <!-- Quests POD --> <action uniqueid="2222" event="script" value="quests/pokeballs.lua"/> <action uniqueid="6666" event="script" value="quests/pokeballs.lua"/> <action uniqueid="7777" event="script" value="quests/pokeballs.lua"/> EDIT:tentei faser oque o @megachock falou mais deu certo não, apareceu 2 shields em vez de balls ( em bora elas estejam em formato de balls num eram pokemons :s.
  2. aguinho600

    Bleach Orggy

    Olá pessoal, venho recrutar membros experientes para meu projeto de Bleach, o Bleach Orggy será diferente de todos servidores de Bleach já existentes, terá sistemas inovadores e resgatará o RPG que está quase perdido... Quests: Vocações: Sistemas: Equipe: Bleach Orggy Equipe: • Administradores e Coordenadores : Aguinho600, [Vago] • Mapper: Aguinho600, [Vago], [Vago] • Spriter: Denis • Scripter: [Vago], [Vago], [Vago] • Spell Maker: [Vago], [Vago], [Vago] • Programador: [Vago] • WebDesigner: [Vago] • Designer: [Vago] Formulário : Nome: Idade: Cargo: MSN: Horas que podem ser dedicadas ao Projeto: Nivel de Experiência: Mostrar algum Trabalho feito(se tiver,pliiz): Já trabalhou em algum outro servidor: Porque quer entrar na equipe: Promete concluir o projeto: Adicional: Progresso: Considerações Finais: Créditos: Comunidade Bleach Orggy
  3. cdr123

    Ajuda Gesior

    Bom eu to com um error no meu servidor que não consigo arrumar , é está bloqueando a entrada no meu site...
  4. gorz

    Npc Surf

    Gente,eu queria q quando o npc te teleportase pra agua sua outfit mudase pra a numero 267 e o player nao possa mudar ela enquando esta dentro da agua e quando ele voltase pra terra o outfit dele voltace ao normal tbm. Alguem ajuda ae! <npc name="Nadador" script="data/npc/scripts/default.lua" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="96" head="96" body="58" legs="3" feet="114" corpse="2212"/> <parameters> <parameter key="module_travel" value="1"/> <parameter key="message_greet" value="Hi |PLAYERNAME|. Fale swim se voce quiser nadar ou stop se voce quiser parar de nadar."/> <parameter key="travel_destinations" value="swim,615,1018,7,0;stop,619,1015,7,0"/> </parameters> </npc>
  5. DarkSage

    Addon + Item Ajuda

    Tipo do script : ---- Protocolo (versão do Tibia):8.54 Servidor utilizado: gOTserv v1 Nível de experiência: ---- Adicionais/Informações: não deve ser muito difícil é o seguinte pessoal.Como eu adiciono um addon no meu ot? depois que eu adicionei esse addon eu tenho um item no meu ot : e eu fiz um addon exclusivo pra essa arma (ai eu vou add no ot) e eu queria que quando o player colocasse essa marreta na mao, o addon ativasse sozinho,e nao pudesse ser removido enquanto nao removesse a marreta. e que acontecesse com todos os players que pudessem equipar, pois todos vao ter. outra coisa muito importante é que,eu tb fiz pra outras armas e queria que quando ekipasse elas também aparecesse,é possivel,seria a mesma coisa do script acima porem com todas as armas.
  6. Tipo do script: Comida que se ingerida mais do que 3x por hora, causa dano Protocolo (versão do Tibia): 8.0 Servidor utilizado: Mirage Nível de experiência: Baixa =/ Adicionais/Informações: Seria tipo assim, na verdade sao 2 itens, uma comida que quando voce come enche seu hp todo, mas se comer na terceira vez aparece ( Comer mais parece perigoso) ai na quarta vez que come-la voce morre. E uma bebida de fizesse o mesmo, so que com o SP
  7. Pokemon Black Crystal Oi galera, to fazendo um servidor de pokemon muito bom ta quase pronto, não é qualquer servidor é muito melhor, olha aí: Servidor: M1 á M12 = Pronto. :button_ok: Order: Move = (Cut/Dig/Rock Smach/Blink/Light/etc. 100%= Pronto. :button_ok: Pokedex (SVKE) = Pronto. :button_ok: Evoluções (SVKE) = Pronto. :button_ok: Vip System = Pronto. :button_ok: Box +1, +2, +3 e +4 (SVKE) = Pronto. :button_ok: Portrait System = Pronto. :button_ok: Nurse = Pronto. :button_ok: NPC: Box Quests = pronto. :button_ok: NPC: VIP por Emerald = Pronto. :button_ok: Pokemon Collector = Pronto. :button_ok: Quest First Stone (Professor Burton) = Pronto. :button_ok: Catch (SVKE) = Pronto. :button_ok: Fishing = Pronto. :button_ok: Ditto System = Pronto. :button_ok: Site = (Precisa de Web Design Para Isoo). Quem quise entra na equipe envia o formulário desse jeito: Nome: MSN: Cargo: Experiência no cargo: Oque vai fazer pra ajudar?: Equipe: Adms:Crystal,Sou Of Death. Scripters:s1L3nT,Sou Of Death. Mappers:Crystal,Sou Of Death. Web Design:Vaga,Vaga. Client Maker:Eduu. Quer Entrar Na Equipe E Nao Sabe Como?>Clique aqui Se Ajudei Rep+!
  8. Visitante

    Barril Explosivo

    Bom para ser usados por aqueles "incheridos" que pensam que qlqer barril ou chest eh item de quest e vao "se ferrar" hehehehe.. Crie um arquivo chamado barrilexplosivo.lua e adicione e em actions.xml adicone Simples e divertido! fonte: ######
  9. pvjf

    Poke Tibia

    Olá, eu gostaria do script de pokes agressivos e passivos, de npc battle (se possivel , quando vc ganhar dele vc ganha um item), Sistema de apariçao de shinys em respaws comuns (caso isso ñ seja script pesso desculpas e pesso q me ajude ^^) talk action de cd (!cd: e mostra o tempo q falta para o atk carregar), Sistema de m1 , m2 , m3 etc... Espero não ter pedido d+ ^^ obrigado pela atençao , atenciosamente Kikim da Padaria. :smile_positivo:
  10. Olá pessoal, estou com uma dúvida em relação a este script: function onUse(cid, item, frompos, item2, topos) wall1 = {x=952, y=1113, z=10, stackpos=1} wall2 = {x=953, y=1113, z=10, stackpos=1} getwall1 = getThingfromPos(wall1) getwall2 = getThingfromPos(wall2) if item.uid == 32005 and item.itemid == 1945 then doRemoveItem(getwall1.uid,1355) doRemoveItem(getwall2.uid,1355) doTransformItem(item.uid,item.itemid+1) elseif item.uid == 32005 and item.itemid == 1946 then doTransformItem(item.uid,item.itemid-1) doCreateItem(1355,1,wall1) doCreateItem(1355,1,wall2) end return 1 end É o seguinte, esta alavanca está localizada no floor 12, porém quero remover um item do floor 10 e não consigo. Este script funciona normalmente quando é do mesmo floor. Vocês poderiam fazer um script para que possa remover um item de outro floor??
  11. Uso protocolo:8.0/Devland 0.97 Conhecimento em script:Estou melhorando pouco a pouco, já consigo montar pequenos scripts. Pessoal, estou tendo dificuldades com a minha arena, acho que o devland que eu uso(ou todos os devlands) tem a arena bugada. Os players não pegam frags, mas morrem e perdem level... Estou precisando de um script, que ao zerar a vida, em vez de morrer, ele fosse teleportado. Ou algum script com a função OnDie, mas que ele não morresse. Se alguém puder ajudar agradeço... Ou se alguém souber porque minha arena não funciona: http://www.xtibia.com/forum/topic/152935-arena-pvp-tibia-80-devland-097/ Também agradeço...
  12. Gente euto precisando de ajuda!! eu fiz um tópico aki no Xtibia (Erro Do Surf Alguem Me Ajuda) E eu já tentei tirar o "NOT" como explica o script :elseif not isPremium(cid) then -- tire o primeiro not, atras do isPlayer para ativar o premium. Se eu tirar o "NOT" alguns players (mesmos não sendo premium)podem usar o surf e outros não,mais se eu colocar os players que podiam ficam sem poder os que não podiam agora podem Alguem pode me ajudar a colocar para todos poderem?? VLW!! O script que o Vodkart me deu!: Vlw galera me ajudem por favor! AJUDEI? DA REP++
  13. Olá gente, estou aqui porque o fishing do meu servidor não sai do 12, Do 10 ao 12 chega normal mais apartir do 12 a barrinha do skill não enche mais... não sei qual script devo colocar aqui então é so dizer qual é que eu coloco.
  14. Tipo do script:Action{Acredito Que Seja} Protocolo (versão do Tibia): 8.1 Servidor utilizado: santuary1 Nível de experiência: Facil! {ACHO!} Adicionais/Informações: Tipo, quero criar uma armadilha com o iten do id 2579! Boom Galera, vi isso em um ot uma vez, e to querendo esse script, alguem poode me passar 8.1 em nao esqueçam (: ! Bjks ;*' ! :XTibia_smile:
  15. Fala ae galera XTibiana! Alguns de vocês devem saber que eu sou o criador do Tibia World RPG OldSchool Server e como eu ando fazendo MUITOS NPCs para o meu Servidor, resolvi liberar alguns dos meus NPCs e finalmente resolvi liberar a The Queen of The Banshee NPC Só para lembrar que todos os meus NPCs são baseados nos arquivos originais de NPC da Cipsoft! Vamos parar de conversa e vamos aos Scripts: Arquivo em que o NPC foi baseado (arquivo original da CipSoft): # GIMUD - Graphical Interface Multi User Dungeon # bansheequeen.npc: Datenbank für die Bansheequeen Name = "The Queen of the Banshee" Sex = female Race = 1 Outfit = (78,0-0-0-0) Home = [32260,31863,14] Radius = 6 GoStrength = 25 Behaviour = { ADDRESS,"hello$",! -> "Be greeted, dear visitor. Come and stay ... a while." ADDRESS,"hi$",! -> * ADDRESS,! -> Idle BUSY,"hello$",! -> "Wait as patiently as death is waiting for you!" BUSY,"hi$",! -> * BUSY,! -> NOP VANISH,! -> "Yes, flee from death. But know it shall be always one step behind you." "bye" -> "We will meet again.", Idle "farewell" -> * "name" -> "It hurts me to even think about my mortal past. Its long lost and forgotten. So don't ask me about it!" "job" -> "It is my curse to be the eternal guardian of this ancient place." "place" -> "It served as a temple, a source of power and ... as a sender for an ancient race in time long gone by and forgotten." "race" -> "The race that built this edifice came to this place from the stars. They ran from an enemy even more horrible than even themselves. But they carried the seed of their own destruction in them." "seed" -> "This ancient race was annihilated by its own doings, that's all I know. Aeons have passed since then, but the sheer presence of this complex is still defiling and desecrating this area." "destruction" -> * "complex" -> "Its constructors were too strange for you or even me to understand. We cannot know what this ... thing they have built was supposed to be good for. All I can feel is a constant twisting and binding of souls, though that is probably only a side-effect." "ghostlands" -> "The place you know as the Ghostlands had a different name once ... and many names thereafter. Too many for me to remember them all." "banshee" -> "They are my maidens. They give me comfort in my eternal vigil over the last seal." "seal" -> "I am the guardian of the SEVENTH and final seal. The seal to open the last door before ... but perhaps it is better you see it with your own eyes." "guardian" -> * "seventh",level<60,! -> "You are not experienced enough to master the challenges ahead or to receive knowledge about the seventh seal. Go and learn more before asking me again." "seventh",level>59,! -> "If you have passed the first six seals and entered the blue fires that lead to the chamber of the seal you might receive my kiss ... It will open the last seal. Do you think you are ready?", topic=2 "last" -> * "kiss",PZBlock,! -> "You have spilled too much blood recently and the dead are hungry for your soul. Perhaps return when you regained you inner balance." "kiss",topic=8 , QuestValue(11) < 1 -> "Are you prepared to receive my kiss, even though this will mean that your death as well as a part of your soul will forever belong to me, my dear?", Topic=1 "kiss", QuestValue(11) > 0 -> "You have already received my kiss. You should know better then to ask for it." "kiss" -> "To receive my kiss you have to pass all other seals first." "yes",topic=1 -> "So be it! Hmmmmmm...",SetQuestValue(11,1),SetQuestValue(12,QuestValue(12)+1),Teleport(32202,31812,8), EffectOpp(14) "no",topic=1 -> "Perhaps it is the better choice for you, my dear." "yes",topic=2,QuestValue(4)=1 -> "Yessss, I can sense you have passed the seal of sacrifice. Have you passed any other seal yet?", topic=3 "yes",topic=2,QuestValue(4)<1 -> "You have not passed the seal of sacrifice yet. Return to me when you are better prepared." "no",topic=2 -> "Then try to be better prepared next time we meet." "yes",topic=3,QuestValue(5)=1 -> "I sense you have passed the hidden seal as well. Have you passed any other seal yet?", topic=4 "yes",topic=3,QuestValue(5)<1 -> "You have not found the hidden seal yet. Return when you are better prepared." "no",topic=3 -> "Then try to be better prepared next time we meet." "yes",topic=4,QuestValue(6)=1 -> "Oh yes, you have braved the plagueseal. Have you passed any other seal yet?", topic=5 "yes",topic=4,QuestValue(6)<1 -> "You have not faced the plagueseal yet. Return to me when you are better prepared." "no",topic=4 -> "Then try to be better prepared next time we meet." "yes",topic=5,QuestValue(7)=1 -> "Ah, I can sense the power of the seal of demonrage burning in your heart. Have you passed any other seal yet?", topic=6 "yes",topic=5,QuestValue(7)<1 -> "You are not filled with the fury of the imprisoned demon. Return when you are better prepared." "no",topic=5 -> "Then try to be better prepared next time we meet." "yes",topic=6,QuestValue(9)=1 -> "So, you have managed to pass the seal of the true path. Have you passed any other seal yet?", topic=7 "yes",topic=6,QuestValue(9)<1 -> "You have not found your true path yet. Return when you are better prepared." "no",topic=6 -> "Then try to be better prepared next time we meet." "yes",topic=7,QuestValue(10)=1 -> "I see! You have mastered the seal of logic. You have made the sacrifice, you have seen the unseen, you possess fortitude, you have filled yourself with power and found your path. You may ask me for my kiss now.", topic=8 "yes",topic=7,QuestValue(10)<1 -> "You have not found your true path yet. Return to meh when you are better prepared." "no",topic=7 -> "Then try to be better prepared next time we meet." "spectral","dress" -> "Your wish for a spectral dress is silly. Allthough I will grant you the permission to take one. My maidens left one in a box in a room, directly south of here.",SetQuestValue(327,1) } Agora vamos a minha parte The Queen of The Banshee.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="The Queen of the Banshee" script="banshee_queen.lua" walkinterval="1000" access="3" floorchange="0"> <health now="100" max="100"/> <look type="78" head="0" body="0" legs="0" feet="0" addons="0"/> <parameters> <parameter key="message_greet" value="Be greeted, dear visitor. Come and stay ... a while."/> <parameter key="message_farewell" value="We will meet again."/> <parameter key="message_placedinqueue" value="Wait as patiently as death is waiting for you!"/> <parameter key="message_walkaway" value="Yes, flee from death. But know it shall be always one step behind you."/> <parameter key="module_keywords" value="1" /> <parameter key="keywords" value="name;job;place;race;seed;destruction;complex;ghostlands;banshee;seal;guardian;" /> <parameter key="keyword_reply1" value="It hurts me to even think about my mortal past. Its long lost and forgotten. So don't ask me about it!" /> <parameter key="keyword_reply2" value="It is my curse to be the eternal guardian of this ancient place." /> <parameter key="keyword_reply3" value="It served as a temple, a source of power and ... as a sender for an ancient race in time long gone by and forgotten." /> <parameter key="keyword_reply4" value="The race that built this edifice came to this place from the stars. They ran from an enemy even more horrible than even themselves. But they carried the seed of their own destruction in them." /> <parameter key="keyword_reply5" value="This ancient race was annihilated by its own doings, that's all I know. Aeons have passed since then, but the sheer presence of this complex is still defiling and desecrating this area." /> <parameter key="keyword_reply6" value="This ancient race was annihilated by its own doings, that's all I know. Aeons have passed since then, but the sheer presence of this complex is still defiling and desecrating this area." /> <parameter key="keyword_reply7" value="Its constructors were too strange for you or even me to understand. We cannot know what this ... thing they have built was supposed to be good for. All I can feel is a constant twisting and binding of souls, though that is probably only a side-effect." /> <parameter key="keyword_reply8" value="The place you know as the Ghostlands had a different name once ... and many names thereafter. Too many for me to remember them all." /> <parameter key="keyword_reply9" value="They are my maidens. They give me comfort in my eternal vigil over the last seal." /> <parameter key="keyword_reply10" value="I am the guardian of the SEVENTH and final seal. The seal to open the last door before ... but perhaps it is better you see it with your own eyes." /> <parameter key="keyword_reply11" value="I am the guardian of the SEVENTH and final seal. The seal to open the last door before ... but perhaps it is better you see it with your own eyes." /> </parameters> </npc> banshee_queen.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 function creatureSayCallback(cid, type, msg) if(npcHandler.focus ~= cid) then return false end -- NPC The Queen of the Banshees feito por Rodrigo (Nottinghster) -- Inicio The Queen of the Banshees NPC local primeiro_selo = getPlayerStorageValue(cid, 20001) local segundo_selo = getPlayerStorageValue(cid, 20002) local terceiro_selo = getPlayerStorageValue(cid, 20003) local quarto_selo = getPlayerStorageValue(cid, 20004) local quinto_selo = getPlayerStorageValue(cid, 20005) local sexto_selo = getPlayerStorageValue(cid, 20006) local setimo_selo = getPlayerStorageValue(cid, 20007) local teletransporte = {x=32202, y=31812, z=8, stackpos =0} if msgcontains(msg, 'seventh') or msgcontains(msg, 'last') and getPlayerLevel(cid) < 60 then selfSay('You are not experienced enough to master the challenges ahead or to receive knowledge about the seventh seal. Go and learn more before asking me again.') elseif msgcontains(msg, 'seventh') or msgcontains(msg, 'last') and getPlayerLevel(cid) > 59 then selfSay('If you have passed the first six seals and entered the blue fires that lead to the chamber of the seal you might receive my kiss ... It will open the last seal. Do you think you are ready?') talk_state = 2 elseif msgcontains(msg, 'kiss') and setimo_selo == -1 and talk_state == 8 then selfSay('Are you prepared to receive my kiss, even though this will mean that your death as well as a part of your soul will forever belong to me, my dear?') talk_state = 1 elseif msgcontains(msg, 'kiss') and setimo_selo == -1 then selfSay('To receive my kiss you have to pass all other seals first.') talk_state = 0 elseif msgcontains(msg, 'kiss') and setimo_selo == 1 then selfSay('You have already received my kiss. You should know better then to ask for it.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 1 then selfSay('So be it! Hmmmmmm...') doTeleportThing(cid, teletransporte) setPlayerStorageValue(cid, 20007, 1) elseif msgcontains(msg, 'no') and talk_state == 1 then selfSay('Perhaps it is the better choice for you, my dear.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 2 and quarto_selo == 1 then selfSay('Yessss, I can sense you have passed the seal of sacrifice. Have you passed any other seal yet?') talk_state = 3 elseif msgcontains(msg, 'yes') and talk_state == 2 and quarto_selo == -1 then selfSay('You have not passed the seal of sacrifice yet. Return to me when you are better prepared.') talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 2 then selfSay('Then try to be better prepared next time we meet.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 3 and primeiro_selo == 1 then selfSay('I sense you have passed the hidden seal as well. Have you passed any other seal yet?') talk_state = 4 elseif msgcontains(msg, 'yes') and talk_state == 3 and primeiro_selo == -1 then selfSay('You have not found the hidden seal yet. Return when you are better prepared.') talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 3 then selfSay('Then try to be better prepared next time we meet.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 4 and segundo_selo == 1 then selfSay('Oh yes, you have braved the plagueseal. Have you passed any other seal yet?') talk_state = 5 elseif msgcontains(msg, 'yes') and talk_state == 4 and segundo_selo == -1 then selfSay('You have not faced the plagueseal yet. Return to me when you are better prepared.') talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 4 then selfSay('Then try to be better prepared next time we meet.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 5 and terceiro_selo == 1 then selfSay('Ah, I can sense the power of the seal of demonrage burning in your heart. Have you passed any other seal yet?') talk_state = 6 elseif msgcontains(msg, 'yes') and talk_state == 5 and terceiro_selo == -1 then selfSay('You are not filled with the fury of the imprisoned demon. Return when you are better prepared.') talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 5 then selfSay('Then try to be better prepared next time we meet.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 6 and quinto_selo == 1 then selfSay('So, you have managed to pass the seal of the 1 path. Have you passed any other seal yet?') talk_state = 7 elseif msgcontains(msg, 'yes') and talk_state == 6 and quinto_selo == -1 then selfSay('You have not found your 1 path yet. Return when you are better prepared.') talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 6 then selfSay('Then try to be better prepared next time we meet.') talk_state = 0 elseif msgcontains(msg, 'yes') and talk_state == 7 and sexto_selo == 1 then selfSay('I see! You have mastered the seal of logic. You have made the sacrifice, you have seen the unseen, you possess fortitude, you have filled yourself with power and found your path. You may ask me for my kiss now.') talk_state = 8 elseif msgcontains(msg, 'yes') and talk_state == 7 and sexto_selo == -1 then selfSay('You have not found your 1 path yet. Return to meh when you are better prepared.') talk_state = 0 elseif msgcontains(msg, 'no') and talk_state == 7 then selfSay('Then try to be better prepared next time we meet.') talk_state = 0 elseif msgcontains(msg, 'spectral dress') then selfSay('Your wish for a spectral dress is silly. Allthough I will grant you the permission to take one. My maidens left one in a box in a room, directly south of here.') setPlayerStorageValue(cid, 327, 1) doPlayerAddItem(cid, 2657, 1) elseif msgcontains(msg, 'bye') and (talk_state >= 1 and talk_state <= 8) then selfSay('We will meet again.') talk_state = 0 end -- Final The Queen of the Banshees NPC -- NPC The Queen of the Banshees feito por Rodrigo (Nottinghster) return true end npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) É isso ai galera, bom proveito!
  16. Bem Procurei E nao Achei Aqui no :XTibia_smile: Então Resolvi Postar Vou Mostrar 1 Piso Que Ao Passar Por Cima Ele Fala. Va Em data/movements/scripts copie e cole qualquer arquivo e renomie para bemvindo.lua Apague tudo que ha dentro e cole isso Vermelho:actionid do item que irá falar Azul:Menssagem Que Aparecerá Quando o Player Passar Por cima Depois Vá Em movements.xml e coloque isso. Preto:Actionid Do piso. Agora Va no seu mapa editor ache o piso que o player passará por cima e ponha o actionid que voce botou no movements.xml. E Pronto. Espero Ter Ajudado Creditos:Meu
  17. Tipo, quando um player fizer uma quest, aparecer assim no look dele : <nick> Champion of the Frozen Wastes E pra cada quest que ele completasse, um nome diferente no look. Quem ja jogou wow, sabe ^^. Mas nao sei se da pra fazer um script com isso, porem.. ficaria agradecido. Valeu!
  18. esse npc e em portugues vc chega e fala oi e ele fala um monte de coisas vc fala uma das opçoes e ele obedece (a ue te afeta) ai vai o codigo do q fica na pasta npc(dados dele)eu sugiro que coloque o nome de monsc.xml: se quiser muda o nome dele! Ai vai o que fica no scripts(fala e etc...)ponha o nome de "heal2.lua" (obrigatorio): algum bug duvida ou sugestao do npc me fala!
  19. Ae Xtibia. Eu tava querendo um script, acho que é simples: Uma bota, que quando você da um passo, ela solta um efeito (CONST_ME). Eu ja tentei um script desse, até funciona, mas fica dando erros constantes no executável (acho que não foi feita pra versões do TFS 0.3.6 pra cima), até aparecer a mensagem: O "OT.exe" parou de funcionar. Acho que é alguma função que mudou no 8.6.. quem souber, me avisa pra mim arrumar! A mensagem de erro é essa: O script que eu uso é esse: Teria como alguém criar um script novo desse, ou falar como eu "estabilizo" esse aí pra usar em versões do TFS 0.4.0 ou 0.4.1? Valeu.
  20. Bom pessoal pra quem n sabe sou dono do testsupreme.no-ip.biz que fez mto mais mto sucesso em dezembro e estou retomando o projeto ele ja esta 95% pronto mas preciso arrumar uma equipe agora para n ter problema depois... Nosso server contem pelo menos 150 pokes novos mtos ineditos entaum n cheguem pensando que pegarão uma vaga tão facil só pessoas com experiencia em poketibia teram chance! Os cargos que estão vagos são: Scripter:------1Vaga-------(somente com boa experiencia porque os scripts que quero não são faceis) Web Designer-----1Vaga-----(que saiba fazer site mesmo NÃO BLOG!) Spriter--------com bastante experiencia-----(que n pegue coisas de outros ots e fale que fez se fizer isso fora) Mapper-------Sem Vgas no momento mas se abrir alguma falo =) Para Entrar voce precisa preencher os seguintes dados: Nome: Cargo que deseja concorrer: Idade: Tempo de experiencia: Porque quer entrar na equipe Pokemon Supreme: ja jogou em nosso servidor: preenchendo essa lista veremos quem podera entrar para a equipe.
  21. Olá pessoal do xtibia,eu estou querendo formar uma equipe para serv de narutibia 8.00 pois não consigo criar meu ot sozinho.Vou precisar de: Mapper Scripter Websiter Os interessados deem um up
  22. Oi galera, alguem ja conseguiu fazer great ball ou super ball pro pokemon dash? Se alguém puder fazer ou ja tiver favor compartilhar ae! Meu go/back: Meu catch:
  23. Olá será que alguém poderia me dar uma ajuda rápida? Meu Forgotten Server está dando este erro: [07/03/2011 12:05:15] Reloaded monsters. [07/03/2011 12:05:20] [Warning - Monsters::loadMonster] Cannot load monster (Weepinbell s) file (data/monster/pokes/Weepinbell s.xml). [07/03/2011 12:05:20] Line: 35, Info: Extra content at the end of the document E a script é essa: <?xml version="1.0" encoding="UTF-8"?> <monster name="Weepinbell" nameDescription="a wild weepinbell" race="grass" experience="1672" speed="220" manacost="620"> <health now="1600" max="1600"/> <look type="37" head="20" body="30" legs="40" feet="50" corpse="2928"/> <targetchange interval="10000" chance="0"/>> <strategy attack="100" defense="0"/> <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="0"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="1800" range="1" min="-40" max="-60"/> <attack name="razor leaf" interval="2400" chance="100" min="-55" max="-70"> </attack> <attack name="vine whip" interval="3000" chance="100" min="-100" max="-150"> </attack> <attack name="slash" interval="2100" range="1" chance="100" min="-80" max="-100"> </attack> <attack name="acid" interval="2400" range="3" chance="100" min="-95" max="-105"> </attack> <attack name="poisonbomb" interval="2600" range="3" chance="100" min="-70" max="-88"> </attack> <attack name="stunspore" "interval="2000" "chance="100" min="-300" max="-500"> </attack> </attacks> <defenses armor="0" defense="0"/> <voices interval="5000" chance="100"> <voice sentence="BELL!"/> <voice sentence="WEEPINBELL!"/> </voices> <loot> <item id="8850" countmax="44" chance="59000"/> -- seeds <item id="8851" countmax="2" chance="21000"/> -- leaves <item id="8852" countmax="1" chance="14000"/> -- bag of polem <item id="2276" countmax="1" chance="500"/> -- leaf stone </loot> <script> <event name="BlockHit3"/> <event name="BlockSpells"/> <event name="Exp"/> <event name="AvoidLook"/> </script> </monster> Eu queria adicionar a spell stunspore no Weepingbell eu até tentei mas fica dando esse erro ai. Alguém sabe corrigir sabe corrigir essa spell para mim, é que estou criando um distro e até to precisando de um alguém que me ajude nessas coisas. Aguardo resposta, Grato.
  24. Olá Boa tarde. Meu Nome é Vinicius mais podem me chama de Vinny. Bom Venho aqui por meio deste, convoca a todos vocês que Saibam e que irão, Se junta a nóis rumo a essa nova Conquista ( 1 Servidor de Narutibia Totalmente em 8.6 ) Assim Como o Poketibia Fez sucesso Narutibia também ja fez muito sucesso mais diferente deles equipes certa, visando o futuro, completamente dedicada no que faz, as equipes de narutibia não forão assim. E por isso nunca tivemos 1 excelente jogo a nossa disposição e com bastante fama como novamente citando ( Poketibia ). Então Por meio Desse post Quero convoca a todos que saibam mexer com os seguintes Tópicos relacionado diretamente ao Narutibia: 3 Sprits 2 Scripts 2 Mapper 1 Programador C++ 1 Web Designer 2 Graphics Convenhamos que já temos 2 Especialistas em Mapper, 1 Web, 1 Programador. Digo isso para que não entendam mau e achando que estou sozinho e querendo forma 1 coisa que nem eu mesmo sei mecher direito. Tirem esses pensamentos. Caso tenham se interessado Por favor entra em contato. Skype: Vinny.18 Eletroboy97 Msn: vinicius.rj16@hotmail.com Eletroboy97@hotmail.com
  25. VA EM DATA/MONSTERS COPIA ALGUMA PASTA DE QUALUQER MONSTRO E COLE APAGUE TUDO Q ESTIVER DENTRO E PONHA \/ DPOIS VA EM MONSTROS.XML ENTRE E PONHA \/ PRONTO!!! COMENTEM!!!!
×
×
  • Criar Novo...