antiblock
Rodnia | Alpha & Omega
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
Unk3n0w7

Começar Com Itens #Quest Actualizada 2013

9 posts in this topic

quest give_basic_weapon begin	state start begin		when login with pc.get_level() == 1 and pc.count_item(27003) == 0 begin			notice_all(pc.get_name().." começou agora e está a lvl 33")			say_title("Bem-Vindo ao Metin2")			say("Sirius2.")			say("Novo servidor PvP.")			say("Disfruta, convive e se o melhor!")			say("")			pc.give_exp2(10000)			horse.advance()			horse.summon()			say("Recebeste level 33.")			say("Recebeste 100000 yang.")			say("Recebeste 1000 Potes Roxos(G).")			say("Recebeste 400 Potes Azuis(G).")			say("Recebeste Equipes basico.")			say("Recebeste Anel Teleporte")			say("Recebeste cavalo lv 22")			say("Recebeste Pedra Arco Iris")			say("Recebeste Sapatos do vento")			local itens = {				[0] = {"Guerreiro",{19,1249,3009,12209,13009,14009,15009,16009,17009}},				[1] = {"Ninja",{1109,19,2009,11409,12349,13009,14009,15009,16009,17009}},				[2] = {"Sura",{19,11609,12489,13009,14009,15009,16009,17009}},				[3] = {"Shaman",{5009,7009,11809,12629,13009,14009,15009,16009,17009}},			}			reinos = { [21] = {"Chunjo"}, [1] = ("Jinno"}, [41] = {"Shinsoo"} }			for i = 1, table.getn(itens) do				pc.give_item2(itens[pc.get_job()][2][i])			end			chat("Bem vindo ao Reino "..reinos[pc.get_map_index()][1])		end	endend

 

Créditos : Metin2Zone

Share this post


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

Muito bem, obrigado!

 

+1

 

Cumprimentos.

Share this post


Link to post
Share on other sites

podes me falar aonde colocar ela e com que nome na serverfiles uso a do invoice

Share this post


Link to post
Share on other sites

vais até a pasta notarget e procuras maingettlvl01.quest  e botas lá acho que é assim q se chama , nunca trabalhei com invoice

Share this post


Link to post
Share on other sites

Vamos lá , vá em : 

 

/usr/home/game/share/locale/germany/quest

 

Agora é o seguinte , crie um arquivo com nome iniciar.quest , ou qualquer outro nome exmplo : nomedaquest.quest

 

vão até o Virtual Box ou Virtual Pc , digitem :

 

cd /usr/home/game/share/locale/germany/quest

 

.qc nomedaquest.quest

 

Dêem reboot . :)

Share this post


Link to post
Share on other sites

/reload q

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