; ===================================
; QGO Market Def NPC File : 1Bme-0102
; Butcher in Mud Wall
; Point 2 of Meat Quest
; -----------------------------------
; Name: Kim
; Job:  Butcher
; Map No: 0102
; Pos X   9
; Pos Y   7
; File name: 1Bme-0102.txt
; Comment: Butcher in shop at Bichon Wall
; 11 July 2003 (Xerxes)
;   - Added New text
;	- Generated Quest activity
; ===================================
%100
+40
+1
;------------------------------------------------------------------------------
; QUEST INFO:
; [304] Set by Rupert (1Mme-3) so that player can go and see Kim for quest
; [305] Set by Kim for player to go look for the cook
; [309] Set (external) by Kumbun when the cook is found
; [310] Set by Kim to go and see Yu
; [312] Set (external) by old man (Yu)
; [313] Set by Kim when Yu has been seen by player
;------------------------------------------------------------------------------
;
[@main]
#IF
	checkpkpoint 2
#SAY
		;ڳ׿  ҷ  ŷ ϰ  ʱ.. \ \
;-------------NEW TEXT-------------------
Get out of here, you murdering scoundrel! I don't want to do\
business with the likes of you! Go on, get out!! \ \
;-----------END NEW TEXT-----------------
		;<  /@exit>
<Close/@exit>

#ELSEACT
	goto @main-1

; ------------------------------------
; Quest is effected on random 2 factor
; ------------------------------------
[@main-1]
		; ðԳ, Ϸ ̴°?\ \
;-------------NEW TEXT-------------------
It's good to see you, traveller! What can I do for you?\ \
;-----------END NEW TEXT-----------------
		;⸦ </@buy>\
		;⸦ <Ǵ/@sell>\
		<Teleport out/@tele>\
		;<׸д/@exit>
<Buy meat/@buy>\
<Sell meat/@sell>\
<Teleport out/@tele>\
<Cancel/@exit>


; ----------------------------
; random (?) teleport function
; ----------------------------
[@Tmove]
#IF
	random 2
#ACT
	mapmove 0 307 264
	break

#IF
	random 2
#ACT
	mapmove 0 308 265
	break
#ELSEACT
	goto @Tmove


; ===========================
; Standard Buy/Sell functions
; ---------------------------
[@buy]
		;  ǰ ÿ.\ \ \
;-------------NEW TEXT-------------------
You may select any of the items below that you want.\ \ \
;-----------END NEW TEXT-----------------
		;<ڷ/@main>
<Back/@main>

;
[@sell]
		;ǰ  Ⱑ  Ľÿ..\
		;  ˳ ó ְڼ.\ \
;-------------NEW TEXT-------------------
I'll pay you best rates for high quality beef and chicken!\ \ \
;-----------END NEW TEXT-----------------
		;<ڷ/@main>
<Back/@main>

; ------------------------
; random teleport function
; used with @Tmove
; ------------------------
[@tele]
#IF
	checklevel 1
#ACT
	mapmove 0 301 263

; Sale Goods List
[goods]
;  ǰ̸     ¹    ½ð(hour)
; Name		Amount		Refresh (hours)
;---------------------------------------------
;	1000		1
Jerky		1000		1

