antiblock
Cyphriun
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
caiowatanabe

Alterar Set Inicial Serverfiles Invoice

Question

galera como esta o nome do arquivo para mudar o set inicial do personagen? 

 

ja procurei o main_quest_lv1.gotoinfomation". e o give basic weapon e nao achei !!

 

Serverfiles invoice

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

é duro amigo agente ler esse tópico em 2016...

Visto que você deveria pelo menos esquecer a maioria das quests que vem nas files e criar as suas próprias.

Bom muitos apagam as quest se não tiver nenhuma quest tipo Login.quest , give_basic_weapon.
vai na pasta object e procura a pasta nortaget  coisa assim, vai esta la dentro a quest basta alterar.
Isso é caso não tenha a .quest

 

ou então utilize esta

quest give_basic_weapon begin
	state start begin
		when login begin
			local item_vnum = 19
			local item_vnum2 = 11209
			local item_vnum3 = 12209
			if pc.get_job() == 1 then
				item_vnum = 1009
				item_vnum2 = 11409
				item_vnum3 = 12349
			elseif pc.get_job() == 2 then				
				item_vnum2 = 11609
				item_vnum3 = 12489
			elseif pc.get_job() == 3 then
				item_vnum = 7009
				item_vnum2 = 11809
				item_vnum3 = 12629
			end
			pc.give_item2(item_vnum)
			pc.give_item2(item_vnum2)
			pc.give_item2(item_vnum3)
			pc.give_item2(27003, 200)
			pc.give_item2(27003, 200)
			pc.give_item2(27003, 200)
			pc.give_item2(27006, 200)
			pc.give_item2(27006, 200)
			pc.give_item2(72702)
			pc.give_item2(71050, 100)
			pc.give_item2(70038, 100)
			pc.give_item2(13009)
			pc.give_item2(14009)
			pc.give_item2(15009)
			pc.give_item2(16009)
			pc.give_item2(17009)
			pc.give_item2(50053)
			horse . unride ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . advance ( )
			horse . ride ( )
			set_state(weiter)
		end
	end	
	state weiter begin
		when letter begin
			send_letter("Bem vindo ao seu servidor")
		end
		when button or info begin
			say_title("Seja bem vindo(a) "..pc.get_name())
			say("")
			say("As aventuras incríveis de Metin 2 estão prestes")
			say("a começar. Neste início você vai receber as")
			say("informações básicas que são diferentes das tarefas.")
			say("")
			say("Se quiser caçar vai encontrar alguns animais")
			say("selvagens fora da Vila, estão indicados pelo")
			say("mapa por pontos vermelhos. Mas para começar, ")
			say("deve caçar os animais mais fáceis, ")
			say("como os Cães Selvagens.")
			say("Boa Sorte!")
			set_state(ende)
		end
	end
	state ende begin
	end
end

lembre todas files que utilizar dê um rm -rf  na pasta object 

Share this post


Link to post
Share on other sites
antiblock
https://i.imgur.com/aJ17bf7.gif
  • 0

Obrigado, tipo nao existe a quest tenho que criar mesmo , vc sabe onde edito o drop da caixa do aprendiz?

Share this post


Link to post
Share on other sites
  • 0

Obrigado, tipo nao existe a quest tenho que criar mesmo , vc sabe onde edito o drop da caixa do aprendiz?

 

special_item_group.txt

 

Exemplo:

Group	Suras/Warriors		
{				
	Vnum	50187		
	Type	Pct		
	1	50188	1	100
	2	25040	1	100
	3	25040	1	100
	4	27003	200	100
	5	27006	200	100
	6	50300	1	100
}				
Group	Ninjas		
{				
	Vnum	50212		
	Type	Pct		
	1	50188	1	100
	2	1009	1	100
	3	27051	20	100
	4	27052	10	100
	5	27053	5	100
	6	27054	5	100
}				
Group	Shamans			
{				
	Vnum	50213		
	Type	Pct		
	1	50188	1	100
	2	7009	1	100
	3	27051	20	100
	4	27052	10	100
	5	27053	5	100
	6	27054	5	100
}

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
Sign in to follow this