Postado Dezembro 9, 2017 7 anos Hi i have problem with npc when i talk with npc "hi" he send msg to default chat and to npc, so i want to make it send only in npc. How can i fix it? <?xml version="1.0" encoding="UTF-8"?> <npc name="Dederin" script="dederin.lua" walkinterval="0"> <health now="100" max="100"/> <look type="459"/> <parameters> <parameter key="module_shop" value="1"/> <parameter key="message_greet" value="I can take you to {Small City}, {Namek Island}, {Big City}, {Ice City}, {Frozen City}, {West Island}, {East Island}, {Broken City}, {Assassin Tower} (100 zeni everywhere)"/> </parameters> </npc>
Postado Dezembro 9, 2017 7 anos <?xml version="1.0" encoding="UTF-8"?> <npc name="Dederin" script="dederin.lua" walkinterval="0" floorchange="0" speed="0"> <health now="150" max="150"/> <look type="459" head="20" body="100" legs="50" feet="99" corpse="0"/> <parameters> <parameter key="message_greet" value="I can take you to {Small City}, {Namek Island}, {Big City}, {Ice City}, {Frozen City}, {West Island}, {East Island}, {Broken City}, {Assassin Tower} (100 zeni everywhere)"/> </parameters> </npc> MEU SERVER: http://otpokemonxy.net/ Nosso → Grupo Oficial OtPokemon XY 24 Horas Nosso → Site Oficial OtPokemon XY 24 Horas Nossa → Pagina Oficial OtPokemon XY 24 Horas
Postado Dezembro 9, 2017 7 anos Autor Em 09/12/2017 em 20:11, gabrielzika disse: <?xml version="1.0" encoding="UTF-8"?> <npc name="Dederin" script="dederin.lua" walkinterval="0" floorchange="0" speed="0"> <health now="150" max="150"/> <look type="459" head="20" body="100" legs="50" feet="99" corpse="0"/> <parameters> <parameter key="message_greet" value="I can take you to {Small City}, {Namek Island}, {Big City}, {Ice City}, {Frozen City}, {West Island}, {East Island}, {Broken City}, {Assassin Tower} (100 zeni everywhere)"/> </parameters> </npc> Still message send in default chat
Postado Dezembro 9, 2017 7 anos send the script that is in dederin.lua MEU SERVER: http://otpokemonxy.net/ Nosso → Grupo Oficial OtPokemon XY 24 Horas Nosso → Site Oficial OtPokemon XY 24 Horas Nossa → Pagina Oficial OtPokemon XY 24 Horas
Postado Dezembro 9, 2017 7 anos Autor Em 09/12/2017 em 23:34, gabrielzika disse: send the script that is in dederin.lua https://pastebin.com/1s59H3NZ
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.