Ir para conteúdo

skinaa

Campones
  • Total de itens

    56
  • Registro em

  • Última visita

Tudo que skinaa postou

  1. Bom Já Que Isso Aconteceu Não é Bom Baixar Mesmo :x
  2. skinaa

    Retirado

    Eaae Isso Ae Ta Bugado? :s
  3. Isso Agr Sim A Inqui esperada Agr o server Bomba ;D Vlws ae por tudo GM Beckman mais ae agr bora passa pra 8.4 com o novo outfit ai sim vc vai ver oq eh bombar ;D Brigadãooo ;P
  4. Muito Cedo E Ainda Ja colocaram o primeiro ot mais ele ja ta cm virus =/ que vergonha
  5. Boa Iniciativa Parcero Assim Acaba Logo Cm Isso De Tudo em Ingles ;P
  6. Euuu Vo Baxa Pra Da Uma Olhada Mais Se Fika Zuado Tlg Eu vo Fla Entao Eh Isso Tlg è Nois Que Tá ;D
  7. Ot Ta Bem Loko Colokeiii On Galera Gosto Mais Mtos pedem a Inqui :s E Dps ele começo da uns error :s è isso aaee ;P
  8. Bem Manooo Dps Te tudoo Que Passsei Shynzo Me Ajudo Eu Tava Boiando la fiz uma merda por isso nao achava a detabse mais ta ai aprendi ;D Quem procura acha ;D è Nois Mlk ;D :positive:
  9. Cara Ai Que Vem o Problema "todos" Ots vem Com Esse Virus Ae Que Se Fala pelo anti virus cavalo de troia ou etc.. São as Dll's Infectadas :s isso nao tem jeito de tira pelo oq eu sei mais nao prejudica seu pc nao rapaz .. mais vc tem que tomar cuidado nao baxa qualquer ot nao viuu olha nos topicos as maneiras suaves de pega um ot limpo è isso ae ;P :smile_positivo:
  10. Todo Mundo Chega Falando isso .. "Nossa XML coisa do passado agr é sql " pronto so oq faltava pq sql eu so uns de muitos que acha ruim da muitos bugs entre outras coisas e ainda mais quase todos links de download de otserv sql vem sem a detabase i aew quem nao sabe mexe faz oq? --' fika sem o ot ai :s isso que vcs deviam pensa pra dps fala oq eh bom o ruim blz?? O Negocio é volta uns ot Xml pra quem nao sabe nda de sql e nem quer tentar se arriscas :x Flw's Abraços.. :withstupidsmiley:
  11. Bom,Galera So Quero Sabe Se Alguem ae tem um ot cm map unico pra alguem me passa :x To muito cansado de pega qualquer ot ae sem detabase e o kct a 4 nao da nda de bom :s quem manja posta ae ;D 8.31 pls
  12. Ta add me acc la mumuzin_27@hot... Ta on? :X
  13. O problema é a acc do god :S queria trocar ela ;P
  14. è Esse Eh o problema o forgottenserver.s3db nao esta la :X so se ele aparecer com o xampp pq sql editor nao aparace i tbm nao sei mexe no xamp :S me acc no msn ou me add la e fala cmg melhor
  15. Então i esse negocio ae tem inqui e outras coisas ou nao? i onde fika ilha de eventos etc..? so tem akelas hunts ou mais algumas? :x Onde Fika a Detabase pra troca senha nome de god etc..? usa sql editor ou akele xampp? :s XML nao tem como vc postar neah? Vlws :smile_positivo:
  16. Vo Ve aki o ot como eh ;D Ixi Mysql :s Onde Baxa o Tal De Xamp?
  17. skinaa

    Retirado

    Ja fiz isso 1 milhao de x nao abre o exe Bom Dexa isso de lado Yes Man Is > mumuzin_sozuera@hotmail.com
  18. skinaa

    Retirado

    Traduz Pra min? ' Serio msm Traduz Pra min? ' Serio msm
  19. skinaa

    Retirado

    O Exe Nãoo Abre Tem Como Me Explicar isso ? :s
  20. Tpwww assim manoo eu peguei um ot ae tava sem o sql studion agr nao ta dando pra abri o treco lah da error =x Sabe me explica arruma? PLEASE =D :positive:
  21. Olá tenho visto que no forum muitas pessoas fazem rashid inuteis, ou diferentes do global...pensando nisso desperdicei um pouco do meu precioso tempo para arrumalo Credito exclusivamentes a mim:) Crie um arquivo na pasta Npcs/ Chame0o de Rashid.xml e salve-o <?xml version="1.0"?> <npc name="Rashid" script="data/npc/scripts/rashid.lua" access="3" lookdir="2"> <mana now="800" max="800"/> <health now="200" max="200"/> <look type="146" head="116" body="120" legs="120" feet="114" addons="3"/> </npc> Agora na pasta Npcs/Scripts crie um arquivo chamado Rashid.lua e salve-o 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 if getPlayerPremium(cid) then selfSay('Hello ' .. getCreatureName(cid) .. '! Eu compro swords, clubs, axes, helmets, boots, shields, amulets e armors.') focus = cid talk_start = os.clock() else selfSay('Sorry, only premium players can sell items to me.') focus = 0 talk_start = 0 end elseif msgcontains(msg, 'hi') and (focus ~= cid) and getDistanceToCreature(cid) < 4 then selfSay('Sorry, ' .. getCreatureName(cid) .. '! I talk to you in a minute.') elseif focus == cid then talk_start = os.clock() if msgcontains(msg, 'skull helmet') then sell(cid,5741,getCount(msg),40000) elseif msgcontains(msg, 'beholder helmet') then sell(cid,3972,getCount(msg),7500) elseif msgcontains(msg, 'devil helmet') then sell(cid,2462,getCount(msg),1000) elseif msgcontains(msg, 'pirate hat') then sell(cid,6096,getCount(msg),1000) elseif msgcontains(msg, 'ragnir helmet') then sell(cid,7462,getCount(msg),400) elseif msgcontains(msg, 'krimhorn helmet') then sell(cid,7461,getCount(msg),200) elseif msgcontains(msg, 'helmets') then selfSay('Eu compro skull helmets (40k), pirate hat (1k), devil helmet (1k), ragnir helmet(400gp),krimhorn helmet (200gp), e beholder helmet (7.5k).') elseif msgcontains(msg, 'fur boots') then sell(cid,7457,getCount(msg),2000) elseif msgcontains(msg, 'crocodile boots') then sell(cid,3982,getCount(msg),1000) elseif msgcontains(msg, 'steel boots') then sell(cid,2645,getCount(msg),30000) elseif msgcontains(msg, 'pirate boots') then sell(cid,5462,getCount(msg),3000) elseif msgcontains(msg, 'boots') then selfSay('Eu compro fur boots (2k),steel boots (30k),crocodile boots (1k) e pirate boots (3k).') elseif msgcontains(msg, 'dragon scale mail') then sell(cid,2492,getCount(msg),40000) elseif msgcontains(msg, 'mammoth fur cape') then sell(cid,7463,getCount(msg),6000) elseif msgcontains(msg, 'golden armor') then sell(cid,2466,getCount(msg),20000) elseif msgcontains(msg, 'dwarven armor') then sell(cid,2603,getCount(msg),30000) elseif msgcontains(msg, 'leopard armor') then sell(cid,3968,getCount(msg),1000) elseif msgcontains(msg, 'pirate shirt') then sell(cid,6095,getCount(msg),500) elseif msgcontains(msg, 'armors') then selfSay('Eu compro dragon scale mail (40k), mammoth fur cape(6k), golden armor (20k) dwarven armor (30k), leopard armor (1k) e pirate shirt (500gp).') elseif msgcontains(msg, 'pirate knee breeches') then sell(cid,5918,getCount(msg),200) elseif msgcontains(msg, 'light shovel') then sell(cid,5710,getCount(msg),300) elseif msgcontains(msg, 'cvbnvbnin legs') then sell(cid,2478,getCount(msg),50) elseif msgcontains(msg, 'legs') then selfSay('Eu pirate knee breeches (200gp), and light shovel (300gp).') elseif msgcontains(msg, 'demon shield') then sell(cid,2520,getCount(msg),30000) elseif msgcontains(msg, 'medusa shield') then sell(cid,2536,getCount(msg),9000) elseif msgcontains(msg, 'castle shield') then sell(cid,2535,getCount(msg),5000) elseif msgcontains(msg, 'scarab shield') then sell(cid,2540,getCount(msg),2000) elseif msgcontains(msg, 'dark shield') then sell(cid,2521,getCount(msg),400) elseif msgcontains(msg, 'tortoise shield') then sell(cid,6131,getCount(msg),150) elseif msgcontains(msg, 'bone shield') then sell(cid,2535,getCount(msg),80) elseif msgcontains(msg, 'shields') then selfSay('Eu compro demon (30k), medusa (9k),castle (5k),scarab (2k),dark (400gp),tortoise (150gp) and bone shields (80gp).') elseif msgcontains(msg, 'crystal sword') then sell(cid,7449,getCount(msg),600) elseif msgcontains(msg, 'wyvern fang') then sell(cid,7408,getCount(msg),1500) elseif msgcontains(msg, 'dragon slayer') then sell(cid,7402,getCount(msg),15000) elseif msgcontains(msg, 'swords') then selfSay('Eu compro crystal (600gp), wyvern fang (1.5k) and dragon slayer (15k).') elseif msgcontains(msg, 'war axe') then sell(cid,2454,getCount(msg),9000) elseif msgcontains(msg, 'beastslayer axe') then sell(cid,2381,getCount(msg),1500) elseif msgcontains(msg, 'daramanian waraxe') then sell(cid,2440,getCount(msg),1000) elseif msgcontains(msg, 'axes') then selfSay('Eu compro war axe (9k), beastslayer axe (1.5k), daramanian waraxe (1k).') elseif msgcontains(msg, 'sapphire hammer') then sell(cid,7437,getCount(msg),7000) elseif msgcontains(msg, 'amber staff') then sell(cid,7426,getCount(msg),8000) elseif msgcontains(msg, 'lunar staff') then sell(cid,2417,getCount(msg),5000) elseif msgcontains(msg, 'brutetamers staff') then sell(cid,7379,getCount(msg),1500) elseif msgcontains(msg, 'dragonbone staff') then sell(cid,7430,getCount(msg),3000) elseif msgcontains(msg, 'clubs') then selfSay('Eu compro sapphire hammer (7k), amber staff (8k), dragonbone staff (3k), lunar staff (5k) e brutetamer staff(1.5k).') elseif msgcontains(msg, 'scarab amulet') then sell(cid,2135,getCount(msg),200) elseif msgcontains(msg, 'ancient amulet') then sell(cid,2142,getCount(msg),200) elseif msgcontains(msg, 'amulets') then selfSay('Eu compro scarab (200gp) e ancient amulet (200gp).') elseif string.find(msg, '(%a*)bye(%a*)') and getDistanceToCreature(cid) < 4 then selfSay('Good bye, ' .. getCreatureName(cid) .. '!') focus = 0 talk_start = 0 end end end function onCreatureChangeOutfit(creature) end function onThink() if (os.clock() - talk_start) > 20 then if focus > 0 then selfSay('...') end focus = 0 end if focus ~= 0 then if getDistanceToCreature(focus) > 5 then selfSay('...') focus = 0 end end end Npc testado e funcionando, obrigado por usarem ele .
  • Quem Está Navegando   0 membros estão online

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