antiblock
https://arwen2.global/
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Unk3n0w7

Quest Autopotes By Blacklotus

1 post in this topic

quest autopotas beginstate start begin  when 53501.use begin  say_title ("Autopotas")  say_red ("Bienvenido Joven viajero, este cofre que has obtenido te concedera 1 de los maravilloses elixires")  say_red ("Elixir del Sol, o Elixir de la Luna")  say_red ("Cual quieres?")   local autopotas = select (" Elixir del Sol", "Elixir de la Luna", "Me lo he pensado mejor ninguno")   if autopotas == 1 then   say_item_vnum ("72726")	local elixirs = select ("Comprar", "Salir")	if elixirs == 1 then	pc.give_item2("72726", 1)	pc.remove_item("53501", 1)	elseif elixirs == 2 then	 return	end   elseif autopotas == 2 then   say_item_vnum ("72730")	local elixirl = select ("Comprar", "Salir")	if elixirl == 1 then	pc.give_item2("72730", 1)	pc.remove_item("53501", 1)	elseif elixirl == 2 then	 return	end   elseif autopotas == 3 then	return   end  endendend

PRINTS : http://puu.sh/VuNG 

 

[*]2 PRINT : http://puu.sh/VuLM

Créditos : BlackLotus

Share this post


Link to post
Share on other sites
antiblock
Elveron

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