antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
davi1xx

ALGUM SABE SOBRE QUEST NOS NPCS

3 posts in this topic

SENDO BREVE, GOSTARIA DE SABER SOBRE COLOCAR VARIAS OPÇOES DE ITEM SHOP AO ABRIR A VENDEDORA.

E ATÉ MESMO PODER CRIAR GUILD, JA QUE CLICO NO GUARDA DA ALDEIA E NADA OCORRE. OBRIGADO PELA ATENÇÃO.

Share this post


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

crie

4 horas atrás, davi1xx disse:

SENDO BREVE, GOSTARIA DE SABER SOBRE COLOCAR VARIAS OPÇOES DE ITEM SHOP AO ABRIR A VENDEDORA.

E ATÉ MESMO PODER CRIAR GUILD, JA QUE CLICO NO GUARDA DA ALDEIA E NADA OCORRE. OBRIGADO PELA ATENÇÃO.

 

Crie um novo arquivo coloque o nome que desejar porem que seja .lua

 

quest lojas begin
	state start begin

	when 9004.chat."Cabelos Guerreiro" begin
	     npc.open_shop(30)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Guerreiro" ) 
				say ( "Tenha um bom jogo!!" )
	end
	when 9004.chat."Cabelos Ninja" begin
	     npc.open_shop(31)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Ninja" ) 
				say ( "Tenha um bom jogo!!" )
	end
	when 9004.chat."Cabelos Shura" begin
	     npc.open_shop(32)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Shura" ) 
				say ( "Tenha um bom jogo!!" )
	end
	when 9004.chat."Cabelos Shaman" begin
	     npc.open_shop(33)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Shaman" ) 
				say ( "Tenha um bom jogo!!" )
	end
	end
end

 

Share this post


Link to post
Share on other sites
17 minutos atrás, Robson Oliboni disse:

crie

 

Crie um novo arquivo coloque o nome que desejar porem que seja .lua

 


quest lojas begin
	state start begin

	when 9004.chat."Cabelos Guerreiro" begin
	     npc.open_shop(30)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Guerreiro" ) 
				say ( "Tenha um bom jogo!!" )
	end
	when 9004.chat."Cabelos Ninja" begin
	     npc.open_shop(31)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Ninja" ) 
				say ( "Tenha um bom jogo!!" )
	end
	when 9004.chat."Cabelos Shura" begin
	     npc.open_shop(32)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Shura" ) 
				say ( "Tenha um bom jogo!!" )
	end
	when 9004.chat."Cabelos Shaman" begin
	     npc.open_shop(33)
		 		say_title ( "Olá "..pc.get_name())
				say ( " " ) 
				say ( "Cabelos de Shaman" ) 
				say ( "Tenha um bom jogo!!" )
	end
	end
end

 

vc é bom, pena que me bloqueou ahahaha

 

Share this post


Link to post
Share on other sites

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