Postado Agosto 13, 2017 7 anos Descrição: NPC Simples que compra e vende itens de paladinos. Nome do Npc: Dario Função: Negocia itens de paladinos. Vende: Arrow Bolt Bow Crossbow Spear Royal Spear Throwing star Earth Arrow Flaming arrow Flash Arrow Onyx arrow Piercing bolt Power Bolt Shiver Arrow Sniper arrow Compra: Bow Crossbow Dario.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 npcHandler:addModule(FocusModule:new()) Dario.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Dario" script="data/npc/scripts/Dario.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="159" head="3" body="58" legs="41" feet="115" addons="0"/> <voices> <voice text="Increase your knowledge of spells here, young paladin." interval2="100" margin="1" yell="no"/> </voices> <parameters> <parameter key="module_shop" value="1" /> <parameter key="shop_buyable" value="arrow,2544,3;bolt,2543,4;bow,2456,400;crossbow,2455,500;spear,2389,10;royal spear,7378,15;throwing star,2399,42;earth arrow,7850,5;flaming arrow,7840,5;flash arrow,7838,5;onyx arrow,7365,7;piercing bolt,7363,5;power bolt,2547,7;shiver arrow,7839,5;sniper arrow,7364,5;" /> <parameter key="shop_sellable" value="bow,2456,100;crossbow,2455,120" /> <parameter key="message_greet" value="Ashari |PLAYERNAME|. If you're a distance fighter, you might want to have a look at my wares and spells."/> <parameter key="message_farewell" value="Asha Thrazi, |PLAYERNAME|."/> <parameter key="message_walkaway" value="Asha Thrazi, |PLAYERNAME|." /> <parameter key="message_sendtrade" value="Of course, just browse through my wares." /> </parameters> </npc> Ot Design: https://discord.gg/VgtVRNmCD7
Postado Agosto 13, 2017 7 anos Parabéns, seu tópico de conteúdo foi aprovado! Muito obrigado pela sua contribuição, nós do Tibia King agradecemos. Seu conteúdo com certeza ajudará à muitos outros, você recebeu +1 REP. Spoiler Congratulations, your content has been approved! Thank you for your contribution, we of Tibia King we are grateful. Your content will help many other users, you received +1 REP. Bruno Carvalho / Ex-Administrador TibiaKing [email protected] Em 26/12/2016 em 03:47, Spraypaint disse: A força da alienação vem dessa fragilidade dos indivíduos, quando apenas conseguem identificar o que os separa e não o que os une. -miltinho
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.