Demonder 0 Postado Junho 7, 2009 Share Postado Junho 7, 2009 Ae galera, to precizando de 1 ajuda aki. To com uma duvida e queria que alguem me ajudade se possivel. Nesse NPC, como eu faço pra que ele fale só com X vocação? Tipo, pra ele fala só com a vocação Sorcerer por exemplo? 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 starstorm'}, 8920, 67, 'wand of starstorm') shopModule:addBuyableItem({'shadown amulet'}, 7890, 25, 'shadown amulet') shopModule:addBuyableItem({'yalahari mask'}, 9778, 62, 'yalahari mask') shopModule:addBuyableItem({'spellbook of dark mysteries'}, 8918, 50, 'spellbook of dark mysteries') shopModule:addBuyableItem({'robe of the underworld'}, 8890, 67, 'robe of the underworld') shopModule:addBuyableItem({'soft boots'}, 2640, 70, 'soft boots') shopModule:addBuyableItem({'time ring'}, 2169, 8, 'time ring') shopModule:addBuyableItem({'energy ring'}, 2167, 6, 'energy ring') shopModule:addBuyableItem({'death ring'}, 6300, 32, 'death ring') npcHandler:setCallback(CALLBACK_MESSAGE_DEFAULT, creatureSayCallback) npcHandler:addModule(FocusModule:new()) Se alguem souber ai ^^ Vlws No More~ Xina~ Link para o comentário https://xtibia.com/forum/topic/114177-pedido-de-ajuda-npc-que-fala-com-x-voca%C3%A7%C3%A3o/ Compartilhar em outros sites More sharing options...
_ferrari_ 1 Postado Junho 13, 2009 Share Postado Junho 13, 2009 se eu fosse você, faria todo o npc em lua. faz: if getPlayerVocation(cid) ~= x thenmensagem de erro sei la Link para o comentário https://xtibia.com/forum/topic/114177-pedido-de-ajuda-npc-que-fala-com-x-voca%C3%A7%C3%A3o/#findComment-749174 Compartilhar em outros sites More sharing options...
Posts Recomendados