antiblock
Cyphriun
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
SOBRENATURAL

NPC Troca de Itens

Question

gostaria de saber se alguem me disponibilizaria uma quest que faz:

 NPC Recebe 1 item e em troca dá outro.

Por ex 200 gemas de agua por uma armadura

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

a estrutura da quest é mais ou menos assim :

quest name begin
	state start begin
		when npc.chat."Item x" begin
			if pc.get_item(itemx) >= qtnecessária then
					pc.give_item2(iditemqrecebe)
					pc.remove_item(itemx,qtnecessária)
            else
					say("não tens qt necessária de item necessário")
            end
       end
    end
end
					

 

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now