nxgui 0 Postado Fevereiro 7, 2013 Share Postado Fevereiro 7, 2013 Galera, alguem tem o script da bulma pra passar pra mim? Quero colocar no meu Baiak valeu, bjoks Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/ Compartilhar em outros sites More sharing options...
0 Roksas 846 Postado Fevereiro 7, 2013 Share Postado Fevereiro 7, 2013 Que script é esse? Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463052 Compartilhar em outros sites More sharing options...
0 nxgui 0 Postado Fevereiro 7, 2013 Autor Share Postado Fevereiro 7, 2013 É aquele NPC que vende itens de addon, sabe? Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463055 Compartilhar em outros sites More sharing options...
0 Roksas 846 Postado Fevereiro 7, 2013 Share Postado Fevereiro 7, 2013 Haha, que ignorância a minha, havia me esquecido dela. Vá em data/npc, crie um arquivo chamado Bulma.xml e adicione isso: <?xml version="1.0" encoding="UTF-8"?> <npc name="Bulma" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="139" head="113" body="57" legs="95" feet="113" addons="3"/> <parameters> <parameter key="module_shop" value="1"/> <parameter key="message_greet" value="Oi |PLAYERNAME|, Eu posso vender alguns items necessarios para seus addons, diga-me {trade} para ver o que eu posso lhe vender."/> <parameter key="shop_buyable" value="white piece of cloth,5909,1000;green piece of cloth,5910,1000;red piece of cloth,5911,1000;blue piece of cloth,5912,1000;brown piece of cloth,5913,1000;yellow piece of cloth,5914,1000;lizard leather,5876,1000;green dragon leather,5877,1000;minotaur leather,5878,1000;giant spider silk,5879,1000;iron ore,5880,1000;lizard scale,5881,1000;red dragon scale,5882,1000;ape fur,5883,1000;chicken feather,5890,1000;perfect behemoth fang,5893,1000;bat wing,5894,1000;fish fin,5895,1000;bear paw,5896,1000;wolf paw,5897,1000;beholder eye,5898,1000;turtle shell,5899,1000;dwarven beard,5900,1000;honeycomb,5902,1000;vampire dust,5905,1000;demon dust,5906,70000;heaven blosson,5921,1000;holy orchid,5922,1000;behemoth claw,5930,1000;demonic essence,6500,1000;shard,7290,1000;hardened bone,5925,1000;blessed wooden stake,5942,10000;enchanted chicken wing,5891,15000;piece of royal stell,5887,55000;piece of draconian stell,5889,55000;piece of hell stell,5888,55000;ankh,2193,5000;huge chunk of crude iron,5892,130000"/> </parameters> </npc> Aproveite ^^ Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463063 Compartilhar em outros sites More sharing options...
0 nxgui 0 Postado Fevereiro 7, 2013 Autor Share Postado Fevereiro 7, 2013 Haha, que ignorância a minha, havia me esquecido dela. Vá em data/npc, crie um arquivo chamado Bulma.xml e adicione isso: <?xml version="1.0" encoding="UTF-8"?> <npc name="Bulma" script="data/npc/scripts/default.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="139" head="113" body="57" legs="95" feet="113" addons="3"/> <parameters> <parameter key="module_shop" value="1"/> <parameter key="message_greet" value="Oi |PLAYERNAME|, Eu posso vender alguns items necessarios para seus addons, diga-me {trade} para ver o que eu posso lhe vender."/> <parameter key="shop_buyable" value="white piece of cloth,5909,1000;green piece of cloth,5910,1000;red piece of cloth,5911,1000;blue piece of cloth,5912,1000;brown piece of cloth,5913,1000;yellow piece of cloth,5914,1000;lizard leather,5876,1000;green dragon leather,5877,1000;minotaur leather,5878,1000;giant spider silk,5879,1000;iron ore,5880,1000;lizard scale,5881,1000;red dragon scale,5882,1000;ape fur,5883,1000;chicken feather,5890,1000;perfect behemoth fang,5893,1000;bat wing,5894,1000;fish fin,5895,1000;bear paw,5896,1000;wolf paw,5897,1000;beholder eye,5898,1000;turtle shell,5899,1000;dwarven beard,5900,1000;honeycomb,5902,1000;vampire dust,5905,1000;demon dust,5906,70000;heaven blosson,5921,1000;holy orchid,5922,1000;behemoth claw,5930,1000;demonic essence,6500,1000;shard,7290,1000;hardened bone,5925,1000;blessed wooden stake,5942,10000;enchanted chicken wing,5891,15000;piece of royal stell,5887,55000;piece of draconian stell,5889,55000;piece of hell stell,5888,55000;ankh,2193,5000;huge chunk of crude iron,5892,130000"/> </parameters> </npc> Aproveite ^^ Entendi, mas e pra colocar no server? Não tem que além de colocar o XML, colocar um script lua tmb? Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463097 Compartilhar em outros sites More sharing options...
0 Roksas 846 Postado Fevereiro 7, 2013 Share Postado Fevereiro 7, 2013 Tente ler o .xml que eu te passei, no meio dele já tem os itens e os preços. é uma maneira de economizar arquivos rsrs. coisas simples, como itens no trade não precisam de um .lua ^^ Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463099 Compartilhar em outros sites More sharing options...
0 nxgui 0 Postado Fevereiro 7, 2013 Autor Share Postado Fevereiro 7, 2013 Tente ler o .xml que eu te passei, no meio dele já tem os itens e os preços. é uma maneira de economizar arquivos rsrs. coisas simples, como itens no trade não precisam de um .lua ^^ depois de colocar o script xml eu só posso sumonar ela no jogo dps que coloca-la pelo remeres? deixa, já consegui, muito obrigado por sua atenção amigo! :DD Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463101 Compartilhar em outros sites More sharing options...
0 Roksas 846 Postado Fevereiro 7, 2013 Share Postado Fevereiro 7, 2013 Se dentro do jogo com o god logado, vc disser: /n Bulma vai funcionar, só que quando reiniciar o sv ela nao vai tar mais lá! pra ela ficar fixa precisa por pelo RME ^^ Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463105 Compartilhar em outros sites More sharing options...
0 Slicer 1070 Postado Fevereiro 7, 2013 Share Postado Fevereiro 7, 2013 movido Link para o comentário https://xtibia.com/forum/topic/206951-script-bulma/#findComment-1463115 Compartilhar em outros sites More sharing options...
Pergunta
nxgui 0
Galera, alguem tem o script da bulma pra passar pra mim? Quero colocar no meu Baiak
valeu, bjoks
Link para o comentário
https://xtibia.com/forum/topic/206951-script-bulma/Compartilhar em outros sites
8 respostass a esta questão
Posts Recomendados