antiblock
diamwall
  • 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  
GunTL

Quest Açucar para Cavalo!

4 posts in this topic

Trago Uma Nova Quest, Bastante Util!

quest azucar begin

state start begin

when 70042.use begin

say_title("By DjZed")

say_title("Azucar de Caballo:")

say("Soy el azucar de caballo,")

say("y tengo el poder de cambiar de nombre a tu caballo.")

say_reward("Deseas cambiarle el nombre?")

local s = select ( "Si" , "No" )

if s == 2 then

return

end

if s == 1 then

if pc.getqf("caballo") == 0 then

if horse.get_level() >= 1 then

say_title("Azucar de Caballo:")

say("Introduce aqui el nombre que desees ponerle:")

local nombre = input()

if nombre == "" then

say_title("Azucar de Caballo:")

say("Debes introducir un nombre")

say("para que funcione.")

return

else

say_title("Azucar de Caballo:")

say("Ha funcionado, has conseguido")

say("cambiar el nombre del caballo")

horse.set_name("..nombre..")

pc.remove_item()

pc.setqf("caballo", 1)

end

end

end

end

end

Colocar NEste Caminho no Filezilla /usr/rain/channel/share_data/locale/hongkong/quest/

e dar na maquiina cd /usr/rain/channel/share_data/locale/hongkong/quest/

.qc nomedaquest.quest

Creditos: DjZed

Share this post


Link to post
Share on other sites
antiblock
diamwall

Não funciona

Share this post


Link to post
Share on other sites

LNT em que parte a quest para?

Share this post


Link to post
Share on other sites

A quest é adicionada, mas não muda o nome.

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