antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

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

Troca Bilhete Por Medalhas Maxmi4.1 Pt

1 post in this topic

Translate:

 

gameforge.horse_exchange_ticket = {}gameforge.horse_exchange_ticket._10_npcChat = "Bilhete para uma medalha do cavalo "gameforge.horse_exchange_ticket._20_sayTitle = "Rapaz do Estabulo: "gameforge.horse_exchange_ticket._30_say = "Com este bilhete podes obeter[ENTER]uma medalha do cavalo. Queres[ENTER]trocar agora? "gameforge.horse_exchange_ticket._40_select = "Trocar "gameforge.horse_exchange_ticket._50_say = "Recebeste uma medalha do cavalo. " 

 

Quest

 

quest horse_exchange_ticket begin	state start begin		when 20349.chat.gameforge.horse_exchange_ticket._10_npcChat with pc.countitem("50005")>=1 begin			say_title(gameforge.horse_exchange_ticket._20_sayTitle)			say(gameforge.horse_exchange_ticket._30_say)			local b= select(gameforge.horse_exchange_ticket._40_select, gameforge.arena_manager._200_tableInsert)			if 1==b then				if pc.countitem("50005")>=1 then					pc.removeitem("50005", 1)					pc.give_item2("50050", 1)					say(gameforge.horse_exchange_ticket._50_say)				end			elseif 2==b then			else				say(string.format(gameforge.buy_fishrod._80_say, b))			end		end	end	state __COMPLETE__ begin		when enter begin			q.done()		end	endend 

Share this post


Link to post
Share on other sites
antiblock
diamwall

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