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  
TheSubKIller aka Skinning

[TRADUÇÃO] Vendedor de Hwang

3 posts in this topic

Boas Cyber-Gamers

say ( "Vendedor Hwang")

say ( "Olá, eu sou o vendedor de Hwang")

say ("Eu posso vender-lhe um pouco de algo se você quiser)

say ("Vou te mostrar minhas coisas!" )

say_reward ( "Não pense que vai custar-lhe presentes yang várias!" )

local hwang = select ( "Hwang sura", "Hwang guerreiro", "Hwang Shamy", "HwangNinja )

if hwang == 1 then

if pc . gold >= 1500000000 then

pc . changegold ( - 1500000000 )

locale item = 11973 + pc.getjob() + 1

pc . give_item2 ( "11973" , 1 )

else

say ( "não têm o suficiente yang, eu queria enganar? Huh ?!?!" )

return

end

if hwang == 2 then

if pc . gold >= 1500000000 then

pc . changegold ( - 1500000000 )

locale item = 11971 + pc.getjob() + 1

pc . give_item2 ( "11971" , 1 )

else

say ( "não têm o suficiente yang, eu queria enganar? Huh ?!?!" )

return

end

if hwang == 3 then

if pc . gold >= 1500000000 then

pc . changegold ( - 1500000000 )

locale item = 11974 + pc.getjob() + 1

pc . give_item2 ( "11974" , 1 )

else

say ( "não têm o suficiente yang, eu queria enganar? Huh ?!?!" )

return

end

if hwang == 4 then

if pc . gold >= 1500000000 then

pc . changegold ( - 1500000000 )

locale item = 11972 + pc.getjob() + 1

pc . give_item2 ( "11972" , 1 )

else

say ( "não têm o suficiente yang, eu queria enganar? Huh ?!?!" )

return

end

Share this post


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

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