Postado Agosto 15, 2017 8 anos Be greeted, may I help you? With some instruments, perhaps? Descrição: NPC Simples do Tibia Global que comercia instrumentos musicais. Nome do Npc: Julian Função: Comerciante de Instrumentos. Vende: Drum Hard Lute Lyre Piano Simple Fanfare Julian.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()) Julian.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Julian" script="data/npc/scripts/Julian.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="128" head="55" body="30" legs="23" feet="115" addons="0"/> <voices> <voice text="A customer? That's music in my ears!" interval2="100" margin="1" yell="no"/> </voices> <parameters> <parameter key="module_shop" value="1" /> <parameter key="module_keywords" value="1" /> <parameter key="keywords" value="instruments;" /> <parameter key="keyword_reply1" value="You can buy a lyre, lute, drum, and simple fanfare. I also sell pianos and harps. If you'd like to see my offers, ask me for a {trade}." /> <parameter key="shop_buyable" value="drum,2073,140;harp kit,3917,50;lute,2072,195;lyre,2071,120;piano kit,3926,200;simple fanfare,2075,150;" /> <parameter key="message_greet" value="Be greeted, |PLAYERNAME|! May I help you? With some {instruments}, perhaps?"/> <parameter key="message_farewell" value="Good bye."/> <parameter key="message_walkaway" value="Good bye." /> <parameter key="message_sendtrade" value="Of course, just take a look at my instruments." /> </parameters> </npc> Ot Design: https://discord.gg/VgtVRNmCD7
Postado Agosto 15, 2017 8 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.
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.