Ir para conteúdo

Nathan96

Artesão
  • Total de itens

    109
  • Registro em

  • Última visita

Tudo que Nathan96 postou

  1. Nathan96

    (Pedido) Deathlist

    Emfim alguém conseguiu Rep +
  2. Nathan96

    (Pedido) Deathlist

    Pelo visto ninguém consegue, topico morto '-'
  3. Nathan96

    Npc De Promotion

    Vá ate sua pasta de npc e crie um arquivo com o nome desejado e coloque dentro. <npc name="osiris" script="data/npc/scripts/promotion.lua" walkinterval="6000" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="148" head="114" body="114" legs="114" feet="114" addons="3"/> <parameters> <parameter key="message_greet" value="Ola |PLAYERNAME|, Eu posso te promover, basta dizer promo1(30), promo2(80) " /> <parameter key="message_farewell" value="Boa sorte bravo aventureiro!" /> </parameters> </npc> Depois vá em npc/scripts crie uma pasta chamada promotion e coloque. 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 node1 = keywordHandler:addKeyword({'promo1'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Posso te promover por 10000 gold coins. Quer que eu promova voce?'}) node1:addChildKeyword({'yes'}, StdModule.promotePlayer, {npcHandler = npcHandler, cost = 10000, level = 30, promotion = 1, text = 'Parabens! Voce foi promovido.'}) node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Alright then, come back when you are ready.', reset = true}) local node1 = keywordHandler:addKeyword({'promo2'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Posso te promover por 30000 gold coins. Quer que eu promova voce?'}) node1:addChildKeyword({'yes'}, StdModule.promotePlayer, {npcHandler = npcHandler, cost = 30000, premium = true, level = 80, promotion = 2, text = 'Parabens! Voce foi promovido.'}) node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Alright then, come back when you are ready.', reset = true}) npcHandler:addModule(FocusModule:new()) Sou novo aqui ainda não sei fazer aquele quadradinho, espero ter ajudado!
  4. Nathan96

    Alavanca

    eu sou falei por que esse kra la é meu rl e eu ajudo ele no ot dele por isso que eu sei do que ele precisa. Rep +
  5. Nathan96

    Pedido (Talkactions)

    Kara no script do vodkart a mudança é automatica de a cordo com a sua configuração la eu gostaria de uma talk que faça o mesmo do que o script mais que so troque de mapa quando eu falar !nextermap.
  6. Nathan96

    Pedido (Talkactions)

    Eu gostaria de uma talk que fizesse a mesma coisa da script mais que eu mudasse manualmente tipo !nextmap
  7. Nathan96

    Alavanca

    Você poderia introduzir no script Posições para os monstros tipo, Wolf1pos = {x=32224, y=31659, z=13} Wolf2pos = {x=32223, y=31659, z=13} Wolf3pos = {x=32221, y=31657, z=13} Wolf4pos = {x=33219, y=31657, z=13} Wolf5pos = {x=32222, y=31661, z=13} Wolf6pos = {x=32320, y=31661, z=13}
  8. Tipo do script: talkactions Protocolo : 8.60 Servidor utilizado: tfs 3.6 Galera no meu server eu uso esse script do vodkart para a troca de mapa http://www.xtibia.com/forum/topic/153755-mod-map-change-10/ então eu gostaria de uma talkaction que fizesse o mesmo, mais que eu mudava o mapa manualmente eu falaria !nextmap ai entao ja mudaria igual o do script.
  9. Não sou adivinho '-' Tente assim <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation id="0" name="None" description="none" needpremium="0" gaincap="5" gainhp="5" gainmana="5" gainhpticks="6" gainhpamount="1" gainmanaticks="6" gainmanaamount="1" manamultiplier="4.0" attackspeed="5" soulmax="100" gainsoulticks="120" fromvoc="0" attackable="no"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="13" name="Balanceado" description="a balanceado" needpremium="0" gaincap="7" gainhp="7" gainmana="18" gainhpticks="18" gainhpamount="60" gainmanaticks="3" gainmanaamount="60" manamultiplier="1.1" attackspeed="5" soulmax="100" gainsoulticks="120" fromvoc="13"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="1" name="Sorcerer" description="a sorcerer" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="50" gainmanaticks="3" gainmanaamount="70" manamultiplier="1.1" attackspeed="5" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="2" name="Druid" description="a druid" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="50" gainmanaticks="3" gainmanaamount="70" manamultiplier="1.1" attackspeed="5" soulmax="100" gainsoulticks="120" fromvoc="2"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="3" name="Paladin" description="a paladin" needpremium="0" gaincap="20" gainhp="10" gainmana="15" gainhpticks="4" gainhpamount="65" gainmanaticks="4" gainmanaamount="60" manamultiplier="1.4" attackspeed="5" soulmax="100" gainsoulticks="120" fromvoc="3"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.2" club="1.2" sword="1.2" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="4" name="Knight" description="a knight" needpremium="0" gaincap="25" gainhp="15" gainmana="5" gainhpticks="3" gainhpamount="80" gainmanaticks="6" gainmanaamount="40" manamultiplier="3.0" attackspeed="5" soulmax="100" gainsoulticks="120" fromvoc="4"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="5" name="Master Sorcerer" description="a master sorcerer" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="4" gainhpamount="100" gainmanaticks="2" gainmanaamount="150" manamultiplier="1.1" attackspeed="5" soulmax="200" gainsoulticks="15" fromvoc="1" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="2.0" sword="2.0" axe="2.0" distance="2.0" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="6" name="Elder Druid" description="an elder druid" needpremium="1" gaincap="10" gainhp="5" gainmana="30" gainhpticks="4" gainhpamount="100" gainmanaticks="2" gainmanaamount="150" manamultiplier="1.1" attackspeed="5" soulmax="200" gainsoulticks="15" fromvoc="2" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.5" club="1.8" sword="1.8" axe="1.8" distance="1.8" shielding="1.5" fishing="1.1" experience="1.0"/> </vocation> <vocation id="7" name="Royal Paladin" description="a royal paladin" needpremium="1" gaincap="20" gainhp="10" gainmana="15" gainhpticks="3" gainhpamount="150" gainmanaticks="3" gainmanaamount="130" manamultiplier="1.4" attackspeed="5" soulmax="200" gainsoulticks="15" fromvoc="3" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.2" club="1.2" sword="1.2" axe="1.2" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="8" name="Elite Knight" description="an elite knight" needpremium="1" gaincap="25" gainhp="15" gainmana="5" gainhpticks="2" gainhpamount="170" gainmanaticks="4" gainmanaamount="80" manamultiplier="3.0" attackspeed="5" soulmax="200" gainsoulticks="15" fromvoc="4" lessloss="30"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.1" club="1.1" sword="1.1" axe="1.1" distance="1.4" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> <vocation id="14" name="Assassin" description="an assassin" needpremium="0" gaincap="20" gainhp="15" gainmana="15" gainhpticks="8" gainhpamount="45" gainmanaticks="4" gainmanaamount="60" manamultiplier="3.0" attackspeed="500" soulmax="200" gainsoulticks="15" fromvoc="13" lessloss="50"> <formula meleeDamage="1.0" distDamage="1.0" wandDamage="1.0" magDamage="1.0" magHealingDamage="1.0" defense="1.0" magDefense="1.0" armor="1.0"/> <skill fist="1.3" club="1.1" sword="1.1" axe="1.1" distance="1.1" shielding="1.1" fishing="1.1" experience="1.0"/> </vocation> </vocations>
  10. Você quer que a vocation (Assassin) apareça no account manager?
  11. Nathan96

    Script (Ot War)

    já esse da uns bug no ot o player morre e ganha mais hp e tal....
  12. Nathan96

    Script (Ot War)

    Tipo do script: livre Protocolo : 8.6 Servidor utilizado: tfs 3.6 Fala galera preciso de um script que quando o player morrer não perca skill ou magic level. já achei uns aqui na comunidade mais não funcionarão. Rep +
  13. Nathan96

    (Pedido) Deathlist

    [17/04/2012 19:52:23] Error during getDataString(killed_by). [17/04/2012 19:52:23] Error during getDataString(altkilled_by). [17/04/2012 19:52:23] [Warning - ProtocolGame::sendFYIBox] Trying to send an empty or too huge message. [17/04/2012 19:52:26] Error during getDataInt(time). [17/04/2012 19:52:26] Error during getDataString(killed_by). [17/04/2012 19:52:26] Error during getDataString(altkilled_by). [17/04/2012 19:52:26] Error during getDataInt(time). [17/04/2012 19:52:26] Error during getDataString(killed_by). [17/04/2012 19:52:26] Error during getDataString(altkilled_by). ;/
  14. Nathan96

    (Pedido) Deathlist

    meu colega tem ela funcionando mais como já disse ele não vai mi passar gratis.
  15. Nathan96

    (Pedido) Deathlist

    Galera no ot do meu colega a deathlist funciona, mais so que o *** não quer mi passar, vou arrumar um geito, não sei como mais vou arrumar e vou postar aki pra gente
  16. Nathan96

    (Pedido) Deathlist

    No meu servidor nem essa da i funcionou morri pra 3 bichos diferentes ao mesmo tempo ae quando fui dar !deathlist o ot fexo
  17. Nathan96

    (Pedido) Deathlist

    pode postar aqui pra gente a que você conseguiu que funcionasse com monsters?
  18. meu Remeres na hora de salvar ele buga e estraga o meu mapa ai o ot não liga alguém sabe por que?
  19. Nathan96

    (Pedido) Deathlist

    ta dificil por enquanto ninguem ajudando a gente
  20. Nathan96

    (Pedido) Deathlist

    ele ta off não sei si vai resolver o nosso problema hoje. Caro Vodkart não si esqueça da gente por favor.
  21. Nathan96

    (Pedido) Deathlist

    vodkart meu ot é sqlite si puder mi ajudar
  22. Nathan96

    (Pedido) Deathlist

    sim so as 5 ultimas mortes
  • Quem Está Navegando   0 membros estão online

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