Ir para conteúdo
  • 0

Second Promotion


leonvenigor

Pergunta

eu tenho um npc aki q da second promotion, mais tipo da pra ele virar second sem virar a primeira promotion, eu keria saber se tem como ele virar primeira promotion dps second, (rep+)

 

ai vai a script:

 

 

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({'jounnin'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Eu posso promover voce para jounnin por 500000 gold coins. Voce quer ser promovido?'})

node1:addChildKeyword({'sim'}, StdModule.promotePlayer, {npcHandler = npcHandler, cost = 500000, level = 100, promotion = 2, text = 'Parabens! Voce e um Jounnin.'})

node1:addChildKeyword({'no'}, StdModule.say, {npcHandler = npcHandler, onlyFocus = true, text = 'Alright then, come back when you are ready.', reset = true})

 

npcHandler:addModule(FocusModule:new())

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

2 respostass a esta questão

Posts Recomendados

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