Ir para conteúdo

Config De Npcs


samuel95

Posts Recomendados

ajuda aki plz

 

criei uma cit vip no map editor mas n sei config pro npc vend eos itens q eu quero ajuda ai plz

o nome do npc é "Yalahar 2" e os itens q eu quero q ele vende é

Demonwing Axe 8926

emerald sword 8930

Obsidian Truncheon 8928

Arbalest 5803

Enchanted Spear 7367

Assassin Star 7368

arcane staff 2453

glacier shoes 7892

glacier kilt 7896

glacier robe 7897

Glacier Mask 7902

nightmareshild 6391

winged helmet 2474

dwarven armor 2503

dwarven legs 2504

firewalker boots 9933

infernal bolt 6529

 

otserv 8.5

 

se alquem me ajdua eu agradeso mt!!!!!!!!!!!!!!!!!

Link para o comentário
Compartilhar em outros sites

e Muito fasio acho que voce mesmo pode fazer

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

 

local shopModule = ShopModule:new()

npcHandler:addModule(shopModule)

 

shopModule:addBuyableItem({'wand of voodoo', 'voodoo'}, ID DO ITEM, PRESO EXEMPLO 20000, 'wand of voodoo')

 

npcHandler:addModule(FocusModule:new())

 

 

AI VOC VAI COPIANDO aonde eu colori e colando abaixo e modificando o id e o preso :p

Editado por Antiemoxlr
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...