Ir para conteúdo

pantufa

Campones
  • Total de itens

    13
  • Registro em

  • Última visita

Sobre pantufa

Informações

  • Char no Tibia
    not
  • Forma que conheci o xTibia
    Sites de Busca
  • Sou
    Scripter

Últimos Visitantes

1330 visualizações

pantufa's Achievements

  1. Imagine voce chegar em um lugar e ver uma alavanca,ai voce fala : Ai que legal ! oque será que faiz ? a pessoa vai la a puxa e é criado monsters em seu redor vamos ao que interessa :} 1º : vá na pasta data/actions/scripts de seu ot,copie um arquivo,renomei-o como tcham,apague tudo de dentro e coloque isso : function onUse(cid, item, frompos, item2, topos) if item.actionid == [color="#4B0082"]8003[/color] then doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=829, y=273, z=7})[/color] doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=846, y=275, z=7})[/color] doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=846, y=292, z=7})[/color] doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=847, y=270, z=7})[/color] doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=826, y=277, z=7})[/color] doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=829, y=279, z=7})[/color] doSummonCreature("[color="#FF0000"]Demon[/color]", [color="#FFFF00"]{x=828, y=272, z=7})[/color] doSendMagicEffect(topos,14) else doPlayerSendCancel(cid,"Desculpe, Não é possivel") end return 1 end 1:é o id da alavanca(O que voce colocou no map editor) 2:é o monster(a sua escolha) 3:é posicão em que o monster vai nascer(NAO ESQUEÇA) 2º : vá na pasta data/actions de seu ot abra o actions.xml abra um espaço e adicione isso : <action actionid="8003" script="tcham.lua" /> OBS : nao esqueça de trocar o 8003 acima /\ pelo id da alavanca que voce fez Espero que gostem vlw :smile_positivo: comentem please !
  2. @Flyw não voce está certo,tá horrivel mais foi corrido,foi meu 1º trabalho a prova ta aqui nos outros trabalhos meu http://www.xtibia.com/forum/Nice-Spell-Maker-t88767.html http://www.xtibia.com/forum/Utilitario-Muito-til-t88714.html http://www.xtibia.com/forum/Npc-Vende-Bp-s-Rings-t88930.html http://www.xtibia.com/forum/Npc-Vende-Rings-t88768.html e vem mais :} @Northon é como falei pro Flyw tá corrido pode dexa que na proxima eu me esforço mais Vlww :smile_positivo:
  3. 62 vizualizaçao e nenhum coment ?
  4. Bom,como meu topico anterior aqui foi npcs que vende rings agora estou postando um que vende Bps de rings Vamos lá 1º- vá na pasta data/npc copie um renomeio como Seller Rings abra-o apague tudo e coloque isso dentro : <?xml version="1.0"?> <npc name="[color="#FF0000"]Seller Rings[/color]" script="data/npc/scripts/ring.lua" access="3" autowalk="30"> <mana now="800" max="800"/> <health now="800" max="800"/> <look type="145" head="0" body="132" legs="114" feet="57" addons="3"/> </npc> Vermelho : voce pode trocar o nome de seu npc é so trocar o vermelho e renomear o arquivo 2º vá na pasta data/npcs/scripts copie um arquivo e renomei-o como ring,apague tuo dentro e coloque isso : function onCreatureSay(cid, type, msg) local msg = string.lower(msg) if msgcontains(msg, 'hi') and focus == 0 and getDistanceToCreature(cid) < 4 then selfSay('Hello ' .. creatureGetName(cid) .. ' ! Vendo Bps de rings se quiser diga rings') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and focus ~= cid and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'rings') then selfSay('Vendo Ring of Healing,Time ring,Sword,axe e club ring é so dizer bp e o nome : 3k cada BP') elseif msgcontains(msg, 'bp ring of healing') then buyContainer(cid,2003,2214,100,3000) elseif msgcontains(msg, 'bp time ring') then buyContainer(cid,2000,2206,100,3000) elseif msgcontains(msg, 'bp sword ring') then buyContainer(cid,2001,2210,100,3000) elseif msgcontains(msg, 'bp axe ring') then buyContainer(cid,2002,2211,100,2000) elseif msgcontains(msg, 'bp club ring') then buyContainer(cid,2000,2212,2,3000) elseif msgcontains(msg, 'ring of healing') then buy(cid,2214,getCount(msg),100) elseif msgcontains(msg, 'time ring') then buy(cid,2206,getCount(msg),150) elseif msgcontains(msg, 'sword ring') then buy(cid,2210,getCount(msg),150) elseif msgcontains(msg, 'axe ring') then buy(cid,2211,getCount(msg),200) elseif msgcontains(msg, 'club ring') then buy(cid,2212,getCount(msg),300) elseif string.find(msg, '(%a*)bye(%a*)') and getDistanceToCreature(cid) < 4 then selfSay('Good bye, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end Créditos =>Striike(Eu) mais uma obra minha aqui como sou novo espero ter ajudado até a próxima :smile_positivo:
  5. @Flyw Esse num foi dos melhores que fiz... foi meio corrido só tentei ajudar pessoas... se nao te agradei me desculpe,vou me esforçar mais Striike :smile_positivo:
  6. No have virus,há topicos explicando detalhadamente o que é DLL's deconhecidas @Topic Muito útil cara,vlw ! quando postar vai ser mais facil . Striike :smile_positivo:
  7. Bom como Scripter vou passar a voces uma criaçao minha 1º> vá na pasta data/npcs copie um npc renomei-o como Gui,abra e apage tudo e coloque isso <?xml version="1.0"?> <npc name="Gui" script="data/npc/scripts/rings.lua" access="3" lookdir="2"> <mana now="800" max="800"/> <health now="200" max="200"/> <look type="129" head="74" body="110" legs="120" feet="80"/> </npc> 2º>vá a pasta data/npc/scripts copie um e renomei-o como rings,apaue o que tem dentro e coloque isso \/ local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function onCreatureDisappear(cid, pos) if focus == cid then selfSay('Good bye then.') focus = 0 talk_start = 0 end end function onCreatureTurn(creature) end function msgcontains(txt, str) return (string.find(txt, str) and not string.find(txt, '(%w+)' .. str) and not string.find(txt, str .. '(%w+)')) end function onCreatureSay(cid, type, msg) msg = string.lower(msg) if (msgcontains(msg, 'hi') and (focus == 0)) and getDistanceToCreature(cid) < 4 then selfSay('Hello, ' .. creatureGetName(cid) .. '! I sell sword ring (100gp), axe ring (100gp), club ring (100gp), time ring(100gp), life ring (100gp), energy ring (100gp), power ring (100), might ring (100gp), stealth ring(100gp) and ring of healing(100gp).') focus = cid talk_start = os.clock() elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. creatureGetName(cid) .. '! I talk to you in a minute.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, '[color="#FF8C00"]might ring') then buy(cid,[color="#FF0000"]2164[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]stealth ring[/color]') then buy(cid,[color="#FF0000"]2165[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]power ring[/color]') then buy(cid,[color="#FF0000"]2166[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]energy ring[/color]') then buy(cid,[color="#FF0000"]2167[color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]life ring[/color]') then buy(cid,[color="#FF0000"]2168[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]time ring[/color]') then buy(cid,[color="#FF0000"]2169[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]sword ring[/color]') then buy(cid,[color="#FF0000"]2107[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]axe ring[/color]') then buy(cid,[color="#FF0000"]2208[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]club ring[/color]') then buy(cid,[color="#FF0000"]2209[/color],getCount(msg),100) elseif msgcontains(msg, '[color="#FF8C00"]ring of healing[/color]') then buy(cid,[color="#FF0000"]2214[/color],getCount(msg),100) elseif msgcontains(msg, 'bye') and getDistanceToCreature(cid) < 4 then selfSay('Good bye, ' .. creatureGetName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() if (os.clock() - talk_start) > 30 then if focus > 0 then selfSay('Next Please...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('Good bye then.') focus = 0 end end end id do anel nome do ring se quiser colocar algum ring : elseif msgcontains(msg, 'NOME DO ANEL') then buy(cid,ID DO ANEL,getCount(msg),PREÇO AQUI) Espero ter ajudado até a proxima :smile_positivo:
  8. pantufa

    Nice Spell Maker

    Bom achei um spell maker aqui.. não sei se é novidade no forum,mas,se tiver ja reportem é Mais um Trabalho de Colex Dowload \/ Speedyshare dowload Scan(só tem um arquivo suspeito mais num é nada,escaneie em seu computador e veja) Scan aqui Creditos Colex[Fez o programa) Striike(EU)(Por achar,postar,fazer upload e scanear Espero ter ajudo muita gente =) até a próxima :smile_positivo:
  9. Bom parace ser útil vamos ver se funciona poderia posta scan ?
  10. @Evil quem bom que achou isso agora quero ver se vai gostar mesmo @bagatinha é bom sim...e pode dexa que eu vo traze o melhor para o xtibia @04858490 Vlw pelo apoio
  11. Bom o utilitario de que postarei ajudara voce a ser mais rapido ... em vez de voce ir la no site do no ip (www.no-ip.com.br) com o programa voce ja assinala seu ip Vai usá-lo somente quando mudar seu ip Nao vou postar ss pois é só baixar Scan aqui(NOD 32) Dowload Speedyshare bom...é só extrair,abrir,logar sua conta,assinalar seu ip,e pegar seu ip e o resto voces sabem Espero ter ajudado :weight_lift: vlw !
  12. pantufa

    Pan World Ot

    Pan World OT Pan OT Features: • 4 Large Cities • 400+ Houses • 2000+ Spawns • Large Explorable Map • Teleporter Room to Make navigating around the Map Easy! • 100's of Large Hunting Areas • Reliable and Durable! • One of the Latest 8.1 Servers SS Creditos DevLand Creator -Creating the Running Base Salvion -Created Map Scan Scan by Pan Download Download XML Vlw Gente Até mais ver deu trabalho :weight_lift:
  • Quem Está Navegando   0 membros estão online

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