Ir para conteúdo

Npc De Vender Bp De Rune E Potion E Supreme Promotion


Thony402

Posts Recomendados

Oi pessoal Presciso de Ajuda pois meus ot esta quase no fim e presciso de mais 3 scripts q ta muito foda achar esses script que sao:

 

-Um NPC Chamado Fran Seller - Com outfit de queen - Que vende bps des sd , uh e etc

- Um npc chamado King of Potions - Com outfit de King - Que vende bps de potion de todos os tipos.

-Um NPC Chamado Asgard - Com outfit de Type=333 - Que vende o Supreme promotion (esse eu tenho o script so q ta foda e assim)=

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 node1 = keywordHandler:addKeyword({'promot'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Fale yes para pegar seu Supreme Promotion'})
node1:addChildKeyword({'yes'}, StdModule.promotePlayer, {npcHandler = npcHandler, cost = 0, level = 130, promotion = 8, text = 'Congratulations! You are now promoted.'})
node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Alright then, come back when you are ready.', reset = true})
--[[
local node2 = keywordHandler:addKeyword({'second'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'I can henzen you for 500000 gold coins. Do you want me to epicize you?'})
node2:addChildKeyword({'yes'}, StdModule.promotePlayer, {npcHandler = npcHandler, cost = 500000, level = 150, promotion = 2, text = 'Congratulations! You are now henzen vocation.'})
node2:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Alright then, come back when you are ready.', reset = true})
]]--

npcHandler:addModule(FocusModule:new())

 

 

Sabendo que o id das vocations sao = "9-10-11-12"

 

e isso vlw obrigado se puderem me ajduar estou com muita presa

Link para o comentário
Compartilhar em outros sites

thony402

 

Você já tinha criado um tópico com a mesma duvida, e o mesmo

ainda está aberto, não é necessário criar 2 tópicos..

 

Reportado!

(para fechar)

 

 

~Atalho~

Link do outro tópico -> http://www.xtibia.com/forum/Ajuda-3-Npcs-t121235.html

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

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...