mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 17:49:20 +02:00
38 lines
1.9 KiB
Plaintext
38 lines
1.9 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# hoggle.npc: Datenbank fuer den Fischer Hoggle
|
|
|
|
Name = "Hoggle"
|
|
Outfit = (128,20-46-88-94-0)
|
|
Home = [32537,32143,6]
|
|
Radius = 3
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Welcome to my humble home!"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "Can't you see I'm talking to someone?"
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Good bye."
|
|
|
|
"bye" -> "Good bye.", Idle
|
|
"farewell" -> *
|
|
"job" -> "I am just a poor fisherman."
|
|
"name" -> "I am Hoggle. I live in this house."
|
|
"time" -> "No, this is not the time to go fishing."
|
|
"mountain" -> "Yes, there is a mountain to the north, but it's of no interest. There isn't any fish on it."
|
|
"food" -> "If you are hungry you can go downstairs, perhaps you will find some fish. You can also take some shoes if you want."
|
|
"map" -> "If you go north-west you will find Lubo and his adventurer shop. I think he sells maps."
|
|
"fisherman" -> "It's a very hard job, cause without a boat I have to swim and fish at the same time!"
|
|
"boat" -> "My boat sunk. I thought it would be more aerodynamic with holes in it."
|
|
"fish" -> "I think they can talk, but they are wise enough to be silent. Once I saw a mermaid."
|
|
"mermaid" -> "I saw one! She had the body of a fish, and also the head of a fish. Amazing!"
|
|
"stupid" -> "My mom always said, stupid is who stupid does."
|
|
"secret" -> "Can you keep a secret? I think fish can't breath on land!"
|
|
"thais" -> "I know this city. Sometimes I sell fish to Frodo."
|
|
"frodo" -> "He buys my fish."
|
|
"finger" -> "No, fish don't have fingers."
|
|
"pet","name" -> "Once there was a magician who named all his creatures like their species read backward."
|
|
"carlin" -> "There are stories about a city behind the mountain, but why should I go there? There is enough fish here."
|
|
}
|