SabrehavenServer/data/npc/vulturenose.npc
2019-12-29 14:49:00 +02:00

37 lines
1.7 KiB
Plaintext

# GIMUD - Graphical Interface Multi User Dungeon
Name = "Vulturenose"
Outfit = (96,0-0-0-0-0)
Home = [31977,32856,3]
Radius = 2
Behaviour = {
ADDRESS,"hello$",! -> "Hrrrrm. So what?"
ADDRESS,"hi$",! -> *
ADDRESS,! -> Idle
BUSY,"hello$",! -> "Wait, %N. I am busy.", Queue
BUSY,"hi$",! -> *
BUSY,! -> NOP
VANISH,! -> "Get lost."
"bye" -> "Get lost.", Idle
"farewell" -> *
"what" -> "I guard this door. I won't let anyone pass who is not supposed to enter."
"pirate" -> "Yoho, a pirate's life for me!"
"name" -> "They call me Vulturenose."
"rum" -> "You won't bribe old Vulturenose with some rum. No way."
"raymond striker" -> "Sooner or later he will run out of luck and then we will get his head."
"king tibianus" -> "We are the undisputed kings of the seas."
"excalibug" -> "Only a wimp needs magical weapons."
"ferumbras" -> "If he'd be still alive, he'd make a fine ship magician. Ho Ho Ho."
"sugar" -> "You can call me honey."
"liberty bay" -> "For us Liberty Bay is an open treasure chest. Ho Ho Ho."
"venore" -> "The Venoreans don't care about the likes of you."
"thais" -> "Thais is a town full of wimps."
"carlin" -> "A city full of women? That calls for plunder. Sadly, a bit far away. Ho Ho Ho."
"enter",QuestValue(17527)=1 -> "Hey, I rarely see a dashing pirate like you! Get in, matey!"
"enter",QuestValue(17527)=0,SlotItem(1)=6096,SlotItem(4)=6095,SlotItem(7)=5918,SlotItem(8)=5461 -> "Hey, I rarely see a dashing pirate like you! Get in, matey!", SetQuestValue(17527,1)
"enter",QuestValue(17527)=0 -> "YOU WILL NOT PASS! Erm ... I mean you don't look like a true pirate to me. You won't get in."
}