mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-30 09:39:20 +02:00
104 lines
7.9 KiB
Plaintext
104 lines
7.9 KiB
Plaintext
# GIMUD - Graphical Interface Multi User Dungeon
|
|
# helor.npc: Datenbank für den Paladinlehrer Helor
|
|
|
|
Name = "Helor"
|
|
Outfit = (134,57-79-95-98-0)
|
|
Home = [32572,32753,6]
|
|
Radius = 1
|
|
|
|
Behaviour = {
|
|
ADDRESS,"hello$",! -> "Be greeted in the name of the gods, traveller."
|
|
ADDRESS,"hi$",! -> *
|
|
ADDRESS,"hiho$",! -> *
|
|
ADDRESS,! -> Idle
|
|
|
|
BUSY,"hello$",! -> "Learn to show patience.", Queue
|
|
BUSY,"hi$",! -> *
|
|
BUSY,"hiho$",! -> *
|
|
BUSY,! -> NOP
|
|
VANISH,! -> "May the gods watch over you."
|
|
|
|
"bye" -> "May the gods watch you.", Idle
|
|
"farewell" -> *
|
|
"job" -> "I am a paladin and a teacher."
|
|
"name" -> "My name is Helor."
|
|
"time" -> "It is %T right now."
|
|
"king" -> "Our king will learn about the things happening here and he will be not amused."
|
|
"venore" -> "Those tradesmen would gladly sell their souls. And they would sell them cheap."
|
|
"thais" -> "Thais has its mistakes but it's a town's people that form a society and it's its people that have to be blamed for a society's failure."
|
|
"carlin" -> "In their own way they are still following the word of the gods."
|
|
"edron" -> "There are certain problems in Edron for sure and the defection of some of the knights was a great loss and caused much shame. But we are growing on the obstacles we have to overcome."
|
|
"jungle" -> "The jungle is a challenge and even here in this city you can feel its corruptive influence. It's always lurking to crush the ones that are weak in body or mind."
|
|
|
|
"tibia" -> "The face of the world was sculpted by conflicts of the gods and the mortals."
|
|
|
|
"kazordoon" -> "Dwarves abandoned the gods because they are shortsighted. They are lost people."
|
|
"dwarves" -> *
|
|
"dwarfs" -> *
|
|
"ab'dendriel" -> "The believes of the elves are just a pack of lies to comfort their vanity. Only the gods have the power to elevate us beyond the restrictions of our mortal form. The elves' vanity will lead them to nothing."
|
|
"elves" -> *
|
|
"elfs" -> *
|
|
"darama" -> "It's up to us to fulfil the will of the gods even here at this remote continent."
|
|
"darashia" -> "The people there are not evil, they just follow a terribly wrong philosophy."
|
|
"ankrahmun" -> "An abnormality leading an abnormal cult. The day will come where our forces are strong enough to cleanse the city and the minds of the people."
|
|
"ferumbras" -> "Evil has many faces. He is only one of them."
|
|
"excalibug" -> "A weapon that should be used to slay evil wherever it shows its ugly face."
|
|
"apes" -> "They are intelligent enough to raid Port Hope in order to steal tools, so unlike other animals they are responsible for their wrongdoing and should be punished."
|
|
"lizard" -> "The lizards are aggressive enemies. It's obvious they never heard about our gods and their ideals."
|
|
"dworcs" -> "They are just another breed of orcs and they will be treated like them."
|
|
"spell",Paladin -> "I can teach you rune spells and instant spells. What kind of spell do you wish to learn? You can also tell me for which level you would like to learn a spell, if you prefer that.", Topic=2
|
|
"spell" -> "Sorry, I only sell spells to paladins."
|
|
|
|
Topic=2,"rune","spell" -> "I sell 'Light Magic Missile', 'Heavy Magic Missile', 'Fireball' and 'Destroy Field'."
|
|
Topic=2,"instant","spell" -> "I sell healing spells, supply spells and support spells. Which of these interests you most?"
|
|
Topic=2,"level" -> "For which level would you like to learn a spell?", Topic=2
|
|
Topic=2,"bye" -> "May the gods watch you.", Idle
|
|
|
|
Topic=2,"8$" -> "For level 8 I have 'Find Person' and 'Light'.", Topic=2
|
|
Topic=2,"9$" -> "For level 9 I have 'Light Healing'.", Topic=2
|
|
Topic=2,"10$" -> "For level 10 I have 'Antidote'.", Topic=2
|
|
Topic=2,"11$" -> "For level 11 I have 'Intense Healing'.", Topic=2
|
|
Topic=2,"13$" -> "For level 13 I have 'Great Light' and 'Conjure Arrow'.", Topic=2
|
|
Topic=2,"14$" -> "For level 14 I have 'Food' and 'Magic Shield'.", Topic=2
|
|
Topic=2,"15$" -> "For level 15 I have 'Light Magic Missile'.", Topic=2
|
|
Topic=2,"16$" -> "For level 16 I have 'Poisoned Arrow'.", Topic=2
|
|
Topic=2,"17$" -> "For level 17 I have 'Fireball' and 'Destroy Field'.", Topic=2
|
|
Topic=2,"20$" -> "For level 20 I have 'Ultimate Healing'.", Topic=2
|
|
Topic=2,"25$" -> "For level 25 I have 'Explosive Arrow' and 'Heavy Magic Missile'.", Topic=2
|
|
Topic=2,"35$" -> "For level 35 I have 'Invisible'.", Topic=2
|
|
|
|
Topic=2 -> "Sorry, I have only spells for level 8 to 11 and 13 to 17 as well as for level 20, 25 and 35.", Topic=2
|
|
|
|
Paladin,"rune","spell" -> "I sell 'Light Magic Missile', 'Heavy Magic Missile', 'Fireball' and 'Destroy Field'."
|
|
Paladin,"instant","spell" -> "I sell healing spells, supply spells and support spells. Which of these interests you most?"
|
|
Paladin,"level" -> "For which level would you like to learn a spell?", Topic=2
|
|
|
|
Paladin,"healing","spell" -> "In this category I have 'Light Healing', 'Intense Healing', 'Ultimate Healing' and 'Antidote'."
|
|
Paladin,"supply","spell" -> "In this category I have 'Food', 'Conjure Arrow', 'Poisoned Arrow' and 'Explosive Arrow'."
|
|
Paladin,"support","spell" -> "In this category I have 'Find Person', 'Light', 'Great Light', 'Magic Shield' and 'Invisible'."
|
|
|
|
Paladin,"find","person" -> String="Find Person", Price=80, "Do you want to buy the spell 'Find Person' for %P gold?", Topic=3
|
|
Paladin,"light" -> String="Light", Price=100, "Do you want to buy the spell 'Light' for %P gold?", Topic=3
|
|
Paladin,"food" -> String="Food", Price=300, "Do you want to buy the spell 'Food' for %P gold?", Topic=3
|
|
Paladin,"light","healing" -> String="Light Healing", Price=170, "Do you want to buy the spell 'Light Healing' for %P gold?", Topic=3
|
|
Paladin,"light","missile" -> String="Light Magic Missile", Price=500, "Do you want to buy the spell 'Light Magic Missile' for %P gold?", Topic=3
|
|
Paladin,"antidote" -> String="Antidote", Price=150, "Do you want to buy the spell 'Antidote' for %P gold?", Topic=3
|
|
Paladin,"intense","healing" -> String="Intense Healing", Price=350, "Do you want to buy the spell 'Intense Healing' for %P gold?", Topic=3
|
|
Paladin,"conjure","arrow" -> String="Conjure Arrow", Price=450, "Do you want to buy the spell 'Conjure Arrow' for %P gold?", Topic=3
|
|
Paladin,"great","light" -> String="Great Light", Price=500, "Do you want to buy the spell 'Great Light' for %P gold?", Topic=3
|
|
Paladin,"heavy","missile" -> String="Heavy Magic Missile", Price=1500, "Do you want to buy the spell 'Heavy Magic Missile' for %P gold?", Topic=3
|
|
Paladin,"magic","shield" -> String="Magic Shield", Price=450, "Do you want to buy the spell 'Magic Shield' for %P gold?", Topic=3
|
|
Paladin,"fireball" -> String="Fireball", Price=800, "Do you want to buy the spell 'Fireball' for %P gold?", Topic=3
|
|
Paladin,"poison","arrow" -> String="Poisoned Arrow", Price=700, "Do you want to buy the spell 'Poisoned Arrow' for %P gold?", Topic=3
|
|
Paladin,"destroy","field" -> String="Destroy Field", Price=700, "Do you want to buy the spell 'Destroy Field' for %P gold?", Topic=3
|
|
Paladin,"ultimate","healing" -> String="Ultimate Healing", Price=1000, "Do you want to buy the spell 'Ultimate Healing' for %P gold?", Topic=3
|
|
Paladin,"explosive","arrow" -> String="Explosive Arrow", Price=1000, "Do you want to buy the spell 'Explosive Arrow' for %P gold?", Topic=3
|
|
Paladin,"invisible" -> String="Invisible", Price=2000, "Do you want to buy the spell 'Invisible' for %P gold?", Topic=3
|
|
|
|
Topic=3,"yes",SpellKnown(String)=1 -> "You already know how to cast this spell."
|
|
Topic=3,"yes",Level<SpellLevel(String) -> Amount=SpellLevel(String), "You must be level %A to learn this spell."
|
|
Topic=3,"yes",CountMoney<Price -> "Oh. You do not have enough money."
|
|
Topic=3,"yes" -> "Here you are. Look in your spellbook for the pronunciation of this spell.", DeleteMoney, EffectOpp(13), TeachSpell(String)
|
|
Topic=3 -> "Ok. Then not."
|
|
}
|