Postado Abril 15, 2015 10 anos data/npc/nomedoseunpc.xml _ .-'` `} _./) / } .'o \ | } '.___.'`.\ {` /`\_/ , `. } ME DA UMA NOZ! \=' .-' _`\ { `'`;/ `, } _\ @ ; } /__`;-...'--' Cluck!
Postado Abril 15, 2015 10 anos Autor Pera, tenho as 2 scripts aqui e pelo que vi elas estão normais, só que na hora que eu vou falar com oc NPC's eles não respondem. Ta ai as scripts: É que eu quero que eles me respondam sem ter feito as missões. Já coloquei false lá no Lib mas não resolveu. Os npc's do blue ficaram normais, mas esse não. OBS: Esses dois npc's quando falo Hi para eles, eles nem dão bola e ficam de um lado pro outro. Alesar: <?xml version="1.0" encoding="UTF-8"?> <npc name="Alesar" script="Alesar.lua" walkinterval="2000" speechbubble="4" floorchange="0"> <health now="100" max="100" /> <look type="80" head="0" body="0" legs="0" feet="0" addons="0" /> <parameters> <parameter key="message_greet" value="What do you want from me, |PLAYERNAME|?" /> <parameter key="module_shop" value="1" /> <!-- added shop module to show the icon in npc (10:36 +) --> <parameter key="shop_sellable" value="0,0,0;"/> <parameter key="shop_buyable" value="0,0,0;"/> </parameters> </npc> ----------------- Yaman: <?xml version="1.0" encoding="UTF-8"?> <npc name="Yaman" script="Yaman.lua" walkinterval="2000" speechbubble="2" floorchange="0"> <health now="100" max="100" /> <look type="103" head="0" body="0" legs="0" feet="0" addons="0" /> <parameters> <parameter key="message_greet" value="Be greeted, human |PLAYERNAME|. How can a humble djinn be of service?" /> <parameter key="message_farewell" value="Farewell, human." /> <parameter key="message_buy" value="Do you want to purchase |ITEMCOUNT| |ITEMNAME| for |TOTALCOST| gold?" /> <parameter key="message_sell" value="Do you want to sell |ITEMCOUNT| |ITEMNAME| for |TOTALCOST| gold?" /> <parameter key="message_decline" value="Well, obviously not." /> <parameter key="message_onbuy" value="It'll serve you well!" /> <parameter key="message_onsell" value="Thank you, human." /> <parameter key="message_walkaway" value="Farewell, human." /> <parameter key="module_keywords" value="1" /> <parameter key="keywords" value="job" /> <parameter key="keyword_reply1" value="I'm an old djinn, I buy several items, and sell a few myself." /> <parameter key="module_shop" value="1" /> <!-- added shop module to show the icon in npc (10:36 +) --> <parameter key="shop_sellable" value="0,0,0;"/> <parameter key="shop_buyable" value="0,0,0;"/> </parameters> </npc> ----- Vocês poderia me dizer o que tem de errado? Editado Abril 15, 2015 10 anos por arthur122222 (veja o histórico de edições)
Postado Abril 15, 2015 10 anos Troque pelo seu: Yaman: <?xml version="1.0" encoding="UTF-8"?> <npc name="Yaman" script="Yaman.lua" walkinterval="2000" speechbubble="2" floorchange="0"> <health now="100" max="100" /> <look type="103" head="0" body="0" legs="0" feet="0" addons="0" /> <parameters> <parameter key="message_greet" value="Be greeted, human |PLAYERNAME|. How can a humble djinn be of service?" /> <parameter key="message_farewell" value="Farewell, human." /> <parameter key="message_buy" value="Do you want to purchase |ITEMCOUNT| |ITEMNAME| for |TOTALCOST| gold?" /> <parameter key="message_sell" value="Do you want to sell |ITEMCOUNT| |ITEMNAME| for |TOTALCOST| gold?" /> <parameter key="message_decline" value="Well, obviously not." /> <parameter key="message_onbuy" value="It'll serve you well!" /> <parameter key="message_onsell" value="Thank you, human." /> <parameter key="message_walkaway" value="Farewell, human." /> <parameter key="module_keywords" value="1" /> <parameter key="keywords" value="job" /> <parameter key="keyword_reply1" value="I'm an old djinn, I buy several items, and sell a few myself." /> <parameter key="module_shop" value="1" /> <!-- added shop module to show the icon in npc (10:36 +) --> <parameter key="shop_sellable" value="0,0,0;"/> <parameter key="shop_buyable" value="0,0,0;"/> </parameters> </npc> Alesar: <?xml version="1.0" encoding="UTF-8"?> <npc name="Alesar" script="Alesar.lua" walkinterval="2000" speechbubble="4" floorchange="0"> <health now="100" max="100" /> <look type="80" head="0" body="0" legs="0" feet="0" addons="0" /> <parameters> <parameter key="message_greet" value="What do you want from me, |PLAYERNAME|?" /> <parameter key="module_shop" value="1" /> <!-- added shop module to show the icon in npc (10:36 +) --> <parameter key="shop_sellable" value="0,0,0;"/> <parameter key="shop_buyable" value="0,0,0;"/> </parameters> </npc>
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.