antiblock
https://i.imgur.com/aJ17bf7.gif
  • 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  
Rancoroso

Invadir Reinos

6 posts in this topic

Bom para quem precisa do npc que leva os jogadores para outros reinos.

quest warp_reinos beginstate start begin  when 9012.chat."Invadir reinos?" begin    say_title("Rancoroso:")    say("Olá "..pc.name..", gostaria de invadir qual reino?")    say("")    local s = select("Red","Yellow","Blue","Fechar")    if s == 1 then    pc.warp(469300, 964200)    elseif s == 2 then    pc.warp(55700, 157900)    elseif s == 3 then    pc.warp(969600, 278400)    elseif s == 4 then    return    end  endendend
Créditos: Rancoroso.

Share this post


Link to post
Share on other sites
antiblock
diamwall

Bom para quem precisa do npc que leva os jogadores para outros reinos.

quest warp_reinos beginstate start begin  when 9012.chat."Invadir reinos?" begin	say_title("Rancoroso:")	say("Olá "..pc.name..", gostaria de invadir qual reino?")	say("")	local s = select("Red","Yellow","Blue","Fechar")	if s == 1 then	pc.warp(469300, 964200)	elseif s == 2 then	pc.warp(55700, 157900)	elseif s == 3 then	pc.warp(969600, 278400)	elseif s == 4 then	return	end  endendend
Créditos: Rancoroso.
"..pc.get_name().."

Share this post


Link to post
Share on other sites

OOOOOOOOOH porque no te callas tio¿ gtfo

Share this post


Link to post
Share on other sites

alguem tem quest organizada?

 

quest warp_reinos begin

    state start begin

        when 9012.chat."Invadir reinos?" begin

            say_title("Lost és lindo:")

            say("Olá "..pc.get_name()..", gostaria de invadir qual reino?")

            say("")

            local s = select("Red","Yellow","Blue","Fechar")

            if s == 1 then

            pc.warp(469300, 964200)    --- WARP REINO RED

            elseif s == 2 then

            pc.warp(55700, 157900)      --- WARP REINO YELLO

            elseif s == 3 then

            pc.warp(969600, 278400)    --- WARP REINO BLUE

            elseif s == 4 then

            return

            end

        end

    end

end

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