Jump to content

Recommended Posts

Posted

http://pastebin.com/qyfMWBB0

 

 

 

quest test begin        state start begin                when npc.chat."Entrar no templo" with d.getf("templo_1") == 0 begin                        say_title("Entrar Templo:")                        say("")                        if not party.is_leader() then                                say("Você não è lider de grupo.")                                say("Para entrar precisa ser lider de um grupo.")                                return                        end                        say("Você quer entar?")                        say("")                        local ss = select("Sim", "Não")                                if ss == 1 thend.new_jump_party(250, 200, 100)d.setf("templo_1", 1)                                elseif ss == 2 then                        return                end        endend

 

 

Bueno, ella quería llevar a todo el grupo no es más pro mapa teniendo alguien puede arreglarlo?

Posted

http://pastebin.com/qyfMWBB0

 

 

 

quest test begin        state start begin                when npc.chat."Entrar no templo" with d.getf("templo_1") == 0 begin                        say_title("Entrar Templo:")                        say("")                        if not party.is_leader() then                                say("Você não è lider de grupo.")                                say("Para entrar precisa ser lider de um grupo.")                                return                        end                        say("Você quer entar?")                        say("")                        local ss = select("Sim", "Não")                                if ss == 1 thend.new_jump_party(250, 200, 100)d.setf("templo_1", 1)                                elseif ss == 2 then                        return                end        endend

 

 

Bueno, ella quería llevar a todo el grupo no es más pro mapa teniendo alguien puede arreglarlo?

quest test begin	state start begin		when npc.chat."Entrar no templo" with d.getf("templo_1") == 0 begin			say_title("Entrar Templo:")			say("")			if not party.is_leader() then				say("Você não è lider de grupo.")				say("Para entrar precisa ser lider de um grupo.")				return			end			say("Você quer entar?")			say("")			local ss = select("Sim", "Não")			if ss == 1 then				d.join(250)				d.setf("templo_1", 1)			elseif ss == 2 then				return			end        end	endend
  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.