;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;Main NPC - add this to a Plain.txt file and add the npc to your Safezone
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@main]
#IF
check [
XXX] 1 ;
XXX is the flag number to Check for 0-999
#SAY
You have completed the quest, thanks.\ \
<Exit/@exit>\
#ELSESAY
; Speech here ;
<Do the Quest/@queststart>\
[@queststart]
#IF
checkhum
MMM 1 ;
MMM Map number
#SAY
There is already someone in there doing the quest.\ \
<Exit/@exit>\
#ELSESAY
go and kill a Wooma Taurus for me !
<lets go !/@queststart1>\
[@queststart1]
#ACT
set [
YYY] 1 ;
YYY is the flag number to start mapquest script
mapmove
ZZZ ;
ZZZ being the map with a WoomaTaurus on it.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;Insert this into your Mapquest.txt
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
ZZZ [
YYY] 1 [MonDie] WoomaTaurus * [ADDRESS TO MOB QUESTS\Quest.txt] [@WTQuest]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;Insert this into the Quest.txt in the Mob quest folder
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[@WTQuest]
#IF
check [
YYY] 1
#ACT
give gold 100000
give item1
give item2
give book1
set [
XXX] 1
mapmove 0
000, 000 <--- Bichon coords
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Hope this helps
/Stan