mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 01:29:21 +02:00
51 lines
3.5 KiB
Plaintext
51 lines
3.5 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# hagor.npc: Datenbank für den alten Abenteurer Hagor (Desert)
|
|
|
|
Name = "Hagor"
|
|
Outfit = (129,19-58-105-94-0)
|
|
Home = [32654,32151,10]
|
|
Radius = 4
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Greetings, adventurer %N. What leads you to me?"
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,! -> Idle
|
|
BUSY,"hello$",! -> "One moment please, %N.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "Good bye."
|
|
|
|
"bye" -> "Good bye.", Idle
|
|
"name" -> "My name is Hagor, the old hunter."
|
|
"job" -> "I travel through the lands of Tibia and now Jakundaf Desert since years."
|
|
"tibia" -> "The gods made this world full of fascinating secrets and I will search them till my end."
|
|
"thais" -> "Thais... It's a big city in Middle-Tibia. Lots of people live there."
|
|
"carlin" -> "Is this the city to the north? I heard rumours about it."
|
|
"king" -> "Tibianus is our king. To be honest, I didn't hear much of him till now."
|
|
"weapon" -> "Weapons? Do you have some? You better know how to use them!"
|
|
"help" -> "I'd really like to help you. Could you specify your request?"
|
|
"time" -> "Time has no meaning to me."
|
|
"sword" -> "Do you mean any sword in particular? Or just any sword?"
|
|
"desert" -> "Yes, it's big, isn't it?"
|
|
"excalibug" -> "I heared rumours that there is a sword called so. I don't know if it exists."
|
|
"fight" -> "Fighting is an art. Know it and you will be strong, ignore it and you will die soon!"
|
|
"guild" -> "There are many different guilds in Tibia. They come and go, come and go..."
|
|
"god" -> "There are a lot of gods we believe in. Maybe you should check out different books to find out something about them."
|
|
"way" -> "Which way are you looking for in particular?"
|
|
"door" -> "Which door are you talking about? If it is locked, maybe you should try to find a key for it!"
|
|
"secret" -> "There are many secrets. But I fear, I can't tell you much about them. They are also secret to me..."
|
|
"treasure" -> "Someone told me - I can't remember who it was - that there was a treasure hidden nearby."
|
|
"book" -> "Yes, I really can recommend reading books. It might help you find what you are looking for!"
|
|
"gharonk" -> "Gharonk is a very old language, only spoken by a few people. It's not a very complex language, but that does not mean that it is easy to understand!"
|
|
"offer" -> "Go ahead. I don't sell or buy anything!"
|
|
"exit" -> "Yes, there is an exit for these dungeons. Just find the teleporter."
|
|
"library" -> "There is a library in here, right. I assume you are talking about this library. It's locked, as far as I know. But somewhere there has to be a key... maybe the librarian knows more?"
|
|
"roll" -> "Oh, yes, I love them!"
|
|
|
|
"morrin" -> "Ah, I remember that man. We made a deal, guess about what.", Topic=1
|
|
Topic=1,"key" -> "Right! We can make the same deal if you give a fresh delicious roll. Do you have any?", Topic=2
|
|
Topic=2,"yes",Count(3601)>=1 -> "Oh, fine! Here you are.", Amount=1, Delete(3601), Data=4022, Create(2969)
|
|
Topic=2,"yes" -> "Hey, you do not have one!"
|
|
Topic=2 -> "Maybe next time."
|
|
}
|